Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.15.5

Version Description

  • Improved: Show customer info in Stripe payments.
  • Fixed: Number field validation.
  • Fixed: Alignment of Fields with mini labels.
  • Fixed: Conditional fields with options from DB.
Download this release

Release Info

Developer 10web
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.15.5
Comparing to
See all releases

Code changes from version 1.15.4 to 1.15.5

admin/views/Manage_fm.php CHANGED
@@ -1747,6 +1747,10 @@ class FMViewManage_fm extends FMAdminView {
1747
  $temp = explode('*:*w_submit_title*:*', $temp[1]);
1748
  $label_name = $temp[0];
1749
  }
 
 
 
 
1750
  array_push($labels, str_replace(array("'",'"'),array('%quot%','%dquot%'), $label_name));
1751
  array_push($all_labels, str_replace(array("'",'"'),array('%quot%','%dquot%'), $label_name));
1752
  array_push($paramss, str_replace(array("'",'"'),array('%quot%','%dquot%'), $temp[1]));
1747
  $temp = explode('*:*w_submit_title*:*', $temp[1]);
1748
  $label_name = $temp[0];
1749
  }
1750
+ /* Check if data string has db_info data to run converter which is using in conditional fields */
1751
+ if ( strpos($temp[1], '[db_info]') !== false ) {
1752
+ $temp[1] = $this->get_label_values_from_db( $temp[1], $type );
1753
+ }
1754
  array_push($labels, str_replace(array("'",'"'),array('%quot%','%dquot%'), $label_name));
1755
  array_push($all_labels, str_replace(array("'",'"'),array('%quot%','%dquot%'), $label_name));
1756
  array_push($paramss, str_replace(array("'",'"'),array('%quot%','%dquot%'), $temp[1]));
css/fm-styles.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}.fm-head-notice{display:none}.fm-topbar-container{display:flex;flex-direction:row;justify-content:flex-end;margin:20px 0 20px 0;font-family:Roboto}.fm-topbar-container *{box-sizing:border-box}.fm-topbar-container .fm-topbar{background-color:#fff;border:1px solid #d0d0D080;border-radius:7px;color:#000;padding:10px}.fm-topbar_cont{display:flex}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{background-color:#4786ff;margin-left:20px}.fm-topbar-container .fm-topbar.fm-topbar_support_forum:hover{background-color:#3077ff;opacity:1}.fm-topbar-content{display:flex;justify-content:space-between;flex:auto;margin:0 20px 0 0;padding:10px 15px;height:60px}.fm-topbar-links{color:#000;display:flex;flex-direction:column;justify-content:space-around;font-size:18px;font-weight:300;margin:0 0 0 2px;height:60px}.fm-topbar-links-container{display:flex;justify-content:space-around;height:80%}.fm-topbar-links-item{display:flex;flex:1;align-self:center;justify-content:center;width:170px;line-height:50px}.fm-topbar-links-item *{width:auto!important}.fm-topbar-links *{font-size:18px}.fm-topbar-links a,.fm-topbar-links a:focus{align-self:center;box-shadow:none;color:#000;text-decoration:none}.fm-topbar-links a.fm-topbar_support_forum{color:#fff}.fm-topbar-links a.fm-topbar_support_forum .help_icon{margin-right:10px}.fm-topbar-links a:hover{opacity:.5;text-decoration:none}.fm-topbar-separator{background-color:#c2c2C280;width:1px;height:100%}.fm-topbar-content-title{color:#0c4d68;font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.fm-topbar-content-body{font-size:15px;font-weight:300;line-height:20px}.fm-topbar-content-container{display:flex;flex-direction:column}.fm-free-message-button-container,.fm-topbar-content-button-container{align-self:center}.fm-topbar-upgrade-button,.fm-topbar-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:14px;padding:5px 44px;text-decoration:none;text-transform:uppercase}.fm-topbar-upgrade-button:hover{text-decoration:none;color:#fffFFFCC}@media screen and (max-width:1366px){.fm-topbar-links{font-size:15px}.fm-topbar-content-title{font-size:15px}.fm-topbar-content-body{font-size:13px}}@media screen and (max-width:1285px){.fm-topbar-container{flex-direction:column}.fm-topbar-content,.fm-topbar-links{margin:0 0 10px 0;width:100%}.fm-topbar-content{flex-direction:column;height:auto}.fm-topbar-content-container,.fm-topbar-content-container *{align-self:center;padding-bottom:4px}}.fm-free-option{opacity:.7}.fm-free-message{background-color:#fff;border:1px solid #d0d0D080;display:flex;color:#000;font-family:Roboto;justify-content:space-between;padding:8px 20px}.fm-free-message-body{color:#444;font-size:14px;font-weight:500;line-height:30px}.ui-widget-content .fm-free-message-upgrade-button,.ui-widget-content .fm-free-message-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:12px;padding:3px 25px;text-decoration:none;text-transform:uppercase}.fm-free-message-upgrade-button:hover{text-decoration:none}#fm-tabs .fm-free-message-promo-button,#fm-tabs .fm-free-message-promo-button:focus,.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px;color:#fff}.fm-promo-message{align-items:center;display:flex;flex-direction:column;padding:8px 20px}.fm-free-message-huge{font-size:30px;line-height:39px;margin:10px 0 0 0}.fm-head{margin-top:15px;text-align:center}.fm-head .fm-breadcrumbs li{display:inline-block;margin:0 10px 0 0;padding-top:10px;vertical-align:baseline}.fm-head .fm-breadcrumbs li:last-child{margin-right:0}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link{text-decoration:none;font-family:Roboto;font-weight:500;font-size:18px;color:#32373c}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active{color:#0073aa}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade{position:relative;top:.5px;display:inline-block;margin-left:10px;padding:1px 22px;background-color:#29b311;text-transform:uppercase;border-radius:10px;font-weight:700;font-size:12px;color:#fff}.fm-limitation-alert-container{display:flex;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100050}.fm-limitation-alert-overlay{background-color:#ffffffcc;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.fm-limitation-alert{background-color:#fff;box-shadow:#0000001a 0 0 10px;display:flex;flex-direction:column;color:#000;font-family:Roboto;justify-content:space-between;margin:0 auto;padding:30px 20px;position:relative;max-width:430px;max-height:311px;width:100%;height:100%;text-align:center}.fm-limitation-alert span.fm-ico-delete{cursor:pointer;position:absolute;top:10px;right:10px;color:#000;font-size:10px;opacity:.3}.fm-hidden{display:none}.fm-limitation-alert-header{color:#32373c;font-size:16px;font-weight:500;line-height:21px}.fm-limitation-alert-body{margin-top:20px}.fm-limitation-alert-body ul{display:inline-block;list-style:disc;text-align:left}.fm-limitation-alert-body ul li{font-size:16px;font-weight:700;line-height:26px}.fm-add-ons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;margin-bottom:10px;font-family:Roboto}.fm-add-ons .fm-add-on{max-width:300px;max-height:300px;width:100%;height:100%;margin-right:10px;margin-bottom:10px;padding:20px 20px 15px;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;background-color:#fff;border-radius:1px;text-align:center;font-family:Roboto;font-weight:300;font-size:16px;color:#323a45}.fm-add-ons .fm-add-on:hover{box-shadow:1px 1px 6px rgba(52,52,52,.16)}.fm-add-ons .fm-add-on .fm-add-on-img{width:72px;height:72px;margin:0 auto}.fm-add-ons .fm-add-on a{text-decoration:none}.fm-add-ons .fm-add-on .fm-add-on-name{margin:15px 0}.fm-add-ons .fm-add-on .fm-add-on-name,.fm-add-ons .fm-add-on .fm-add-on-name a{font-family:Roboto;font-weight:400;font-size:20px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-premium-version{margin:4px 0;height:16px;line-height:16px;font-weight:400;font-size:14px;color:#29b311}.fm-add-ons .fm-add-on .fm-add-on-desc{max-height:65px;height:100%;line-height:20px;font-size:16px}.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap{position:relative}.fm-add-ons .fm-add-on .fm-add-on-desc-more{position:absolute;z-index:1;left:0;bottom:65px;opacity:0;visibility:hidden;transition:opacity .4s linear;padding:10px 10px;background-color:#32373c;border-radius:6px;line-height:20px;font-weight:400;font-size:14px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-desc:hover+.fm-add-on-desc-more{opacity:1;visibility:visible}.fm-add-ons .fm-add-on .fm-add-on-buy{width:155px;height:30px;display:block;margin:10px auto;padding-top:7px;background-color:#0c4d68;border:.7px solid #0c4d68;border-radius:15px;line-height:16px;font-family:Roboto;font-weight:400;font-size:13px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-buy:hover{background-color:rgba(12,77,104,.8)}.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy{text-transform:uppercase;background-color:#fff;font-size:13px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-learn-more{line-height:16px;font-family:Roboto;font-weight:300;font-size:14px;color:#0073aa}.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover{color:rgba(0,115,170,.8)}@media screen and (max-width:450px){.fm-topbar_cont{display:block}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{margin-left:0}}
1
+ @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}input.fm-mini-labe-input{height:16px;min-height:16px;padding-top:0;padding-bottom:0}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}.fm-head-notice{display:none}.fm-topbar-container{display:flex;flex-direction:row;justify-content:flex-end;margin:20px 0 20px 0;font-family:Roboto}.fm-topbar-container *{box-sizing:border-box}.fm-topbar-container .fm-topbar{background-color:#fff;border:1px solid #d0d0D080;border-radius:7px;color:#000;padding:10px}.fm-topbar_cont{display:flex}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{background-color:#4786ff;margin-left:20px}.fm-topbar-container .fm-topbar.fm-topbar_support_forum:hover{background-color:#3077ff;opacity:1}.fm-topbar-content{display:flex;justify-content:space-between;flex:auto;margin:0 20px 0 0;padding:10px 15px;height:60px}.fm-topbar-links{color:#000;display:flex;flex-direction:column;justify-content:space-around;font-size:18px;font-weight:300;margin:0 0 0 2px;height:60px}.fm-topbar-links-container{display:flex;justify-content:space-around;height:80%}.fm-topbar-links-item{display:flex;flex:1;align-self:center;justify-content:center;width:170px;line-height:50px}.fm-topbar-links-item *{width:auto!important}.fm-topbar-links *{font-size:18px}.fm-topbar-links a,.fm-topbar-links a:focus{align-self:center;box-shadow:none;color:#000;text-decoration:none}.fm-topbar-links a.fm-topbar_support_forum{color:#fff}.fm-topbar-links a.fm-topbar_support_forum .help_icon{margin-right:10px}.fm-topbar-links a:hover{opacity:.5;text-decoration:none}.fm-topbar-separator{background-color:#c2c2C280;width:1px;height:100%}.fm-topbar-content-title{color:#0c4d68;font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.fm-topbar-content-body{font-size:15px;font-weight:300;line-height:20px}.fm-topbar-content-container{display:flex;flex-direction:column}.fm-free-message-button-container,.fm-topbar-content-button-container{align-self:center}.fm-topbar-upgrade-button,.fm-topbar-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:14px;padding:5px 44px;text-decoration:none;text-transform:uppercase}.fm-topbar-upgrade-button:hover{text-decoration:none;color:#fffFFFCC}@media screen and (max-width:1366px){.fm-topbar-links{font-size:15px}.fm-topbar-content-title{font-size:15px}.fm-topbar-content-body{font-size:13px}}@media screen and (max-width:1285px){.fm-topbar-container{flex-direction:column}.fm-topbar-content,.fm-topbar-links{margin:0 0 10px 0;width:100%}.fm-topbar-content{flex-direction:column;height:auto}.fm-topbar-content-container,.fm-topbar-content-container *{align-self:center;padding-bottom:4px}}.fm-free-option{opacity:.7}.fm-free-message{background-color:#fff;border:1px solid #d0d0D080;display:flex;color:#000;font-family:Roboto;justify-content:space-between;padding:8px 20px}.fm-free-message-body{color:#444;font-size:14px;font-weight:500;line-height:30px}.ui-widget-content .fm-free-message-upgrade-button,.ui-widget-content .fm-free-message-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:12px;padding:3px 25px;text-decoration:none;text-transform:uppercase}.fm-free-message-upgrade-button:hover{text-decoration:none}#fm-tabs .fm-free-message-promo-button,#fm-tabs .fm-free-message-promo-button:focus,.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px;color:#fff}.fm-promo-message{align-items:center;display:flex;flex-direction:column;padding:8px 20px}.fm-free-message-huge{font-size:30px;line-height:39px;margin:10px 0 0 0}.fm-head{margin-top:15px;text-align:center}.fm-head .fm-breadcrumbs li{display:inline-block;margin:0 10px 0 0;padding-top:10px;vertical-align:baseline}.fm-head .fm-breadcrumbs li:last-child{margin-right:0}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link{text-decoration:none;font-family:Roboto;font-weight:500;font-size:18px;color:#32373c}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active{color:#0073aa}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade{position:relative;top:.5px;display:inline-block;margin-left:10px;padding:1px 22px;background-color:#29b311;text-transform:uppercase;border-radius:10px;font-weight:700;font-size:12px;color:#fff}.fm-limitation-alert-container{display:flex;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100050}.fm-limitation-alert-overlay{background-color:#ffffffcc;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.fm-limitation-alert{background-color:#fff;box-shadow:#0000001a 0 0 10px;display:flex;flex-direction:column;color:#000;font-family:Roboto;justify-content:space-between;margin:0 auto;padding:30px 20px;position:relative;max-width:430px;max-height:311px;width:100%;height:100%;text-align:center}.fm-limitation-alert span.fm-ico-delete{cursor:pointer;position:absolute;top:10px;right:10px;color:#000;font-size:10px;opacity:.3}.fm-hidden{display:none}.fm-limitation-alert-header{color:#32373c;font-size:16px;font-weight:500;line-height:21px}.fm-limitation-alert-body{margin-top:20px}.fm-limitation-alert-body ul{display:inline-block;list-style:disc;text-align:left}.fm-limitation-alert-body ul li{font-size:16px;font-weight:700;line-height:26px}.fm-add-ons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;margin-bottom:10px;font-family:Roboto}.fm-add-ons .fm-add-on{max-width:300px;max-height:300px;width:100%;height:100%;margin-right:10px;margin-bottom:10px;padding:20px 20px 15px;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;background-color:#fff;border-radius:1px;text-align:center;font-family:Roboto;font-weight:300;font-size:16px;color:#323a45}.fm-add-ons .fm-add-on:hover{box-shadow:1px 1px 6px rgba(52,52,52,.16)}.fm-add-ons .fm-add-on .fm-add-on-img{width:72px;height:72px;margin:0 auto}.fm-add-ons .fm-add-on a{text-decoration:none}.fm-add-ons .fm-add-on .fm-add-on-name{margin:15px 0}.fm-add-ons .fm-add-on .fm-add-on-name,.fm-add-ons .fm-add-on .fm-add-on-name a{font-family:Roboto;font-weight:400;font-size:20px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-premium-version{margin:4px 0;height:16px;line-height:16px;font-weight:400;font-size:14px;color:#29b311}.fm-add-ons .fm-add-on .fm-add-on-desc{max-height:65px;height:100%;line-height:20px;font-size:16px}.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap{position:relative}.fm-add-ons .fm-add-on .fm-add-on-desc-more{position:absolute;z-index:1;left:0;bottom:65px;opacity:0;visibility:hidden;transition:opacity .4s linear;padding:10px 10px;background-color:#32373c;border-radius:6px;line-height:20px;font-weight:400;font-size:14px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-desc:hover+.fm-add-on-desc-more{opacity:1;visibility:visible}.fm-add-ons .fm-add-on .fm-add-on-buy{width:155px;height:30px;display:block;margin:10px auto;padding-top:7px;background-color:#0c4d68;border:.7px solid #0c4d68;border-radius:15px;line-height:16px;font-family:Roboto;font-weight:400;font-size:13px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-buy:hover{background-color:rgba(12,77,104,.8)}.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy{text-transform:uppercase;background-color:#fff;font-size:13px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-learn-more{line-height:16px;font-family:Roboto;font-weight:300;font-size:14px;color:#0073aa}.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover{color:rgba(0,115,170,.8)}@media screen and (max-width:450px){.fm-topbar_cont{display:block}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{margin-left:0}}
css/form_maker_tables.css CHANGED
@@ -5618,6 +5618,13 @@ a.fm_not-active {
5618
  width: unset;
5619
  }
5620
 
 
 
 
 
 
 
 
5621
  @media screen and (max-width: 782px) {
5622
  .fm-option-wrapper1 {
5623
  width: calc(30% + 0.25rem + 25px);
5618
  width: unset;
5619
  }
5620
 
5621
+ input.fm-mini-labe-input {
5622
+ height: 16px;
5623
+ min-height: 16px;
5624
+ padding-top: 0;
5625
+ padding-bottom: 0;
5626
+ }
5627
+
5628
  @media screen and (max-width: 782px) {
5629
  .fm-option-wrapper1 {
5630
  width: calc(30% + 0.25rem + 25px);
css/manage-edit-styles.min.css CHANGED
@@ -1,4 +1,4 @@
1
- @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}.fm-head-notice{display:none}.fm-topbar-container{display:flex;flex-direction:row;justify-content:flex-end;margin:20px 0 20px 0;font-family:Roboto}.fm-topbar-container *{box-sizing:border-box}.fm-topbar-container .fm-topbar{background-color:#fff;border:1px solid #d0d0D080;border-radius:7px;color:#000;padding:10px}.fm-topbar_cont{display:flex}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{background-color:#4786ff;margin-left:20px}.fm-topbar-container .fm-topbar.fm-topbar_support_forum:hover{background-color:#3077ff;opacity:1}.fm-topbar-content{display:flex;justify-content:space-between;flex:auto;margin:0 20px 0 0;padding:10px 15px;height:60px}.fm-topbar-links{color:#000;display:flex;flex-direction:column;justify-content:space-around;font-size:18px;font-weight:300;margin:0 0 0 2px;height:60px}.fm-topbar-links-container{display:flex;justify-content:space-around;height:80%}.fm-topbar-links-item{display:flex;flex:1;align-self:center;justify-content:center;width:170px;line-height:50px}.fm-topbar-links-item *{width:auto!important}.fm-topbar-links *{font-size:18px}.fm-topbar-links a,.fm-topbar-links a:focus{align-self:center;box-shadow:none;color:#000;text-decoration:none}.fm-topbar-links a.fm-topbar_support_forum{color:#fff}.fm-topbar-links a.fm-topbar_support_forum .help_icon{margin-right:10px}.fm-topbar-links a:hover{opacity:.5;text-decoration:none}.fm-topbar-separator{background-color:#c2c2C280;width:1px;height:100%}.fm-topbar-content-title{color:#0c4d68;font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.fm-topbar-content-body{font-size:15px;font-weight:300;line-height:20px}.fm-topbar-content-container{display:flex;flex-direction:column}.fm-free-message-button-container,.fm-topbar-content-button-container{align-self:center}.fm-topbar-upgrade-button,.fm-topbar-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:14px;padding:5px 44px;text-decoration:none;text-transform:uppercase}.fm-topbar-upgrade-button:hover{text-decoration:none;color:#fffFFFCC}@media screen and (max-width:1366px){.fm-topbar-links{font-size:15px}.fm-topbar-content-title{font-size:15px}.fm-topbar-content-body{font-size:13px}}@media screen and (max-width:1285px){.fm-topbar-container{flex-direction:column}.fm-topbar-content,.fm-topbar-links{margin:0 0 10px 0;width:100%}.fm-topbar-content{flex-direction:column;height:auto}.fm-topbar-content-container,.fm-topbar-content-container *{align-self:center;padding-bottom:4px}}.fm-free-option{opacity:.7}.fm-free-message{background-color:#fff;border:1px solid #d0d0D080;display:flex;color:#000;font-family:Roboto;justify-content:space-between;padding:8px 20px}.fm-free-message-body{color:#444;font-size:14px;font-weight:500;line-height:30px}.ui-widget-content .fm-free-message-upgrade-button,.ui-widget-content .fm-free-message-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:12px;padding:3px 25px;text-decoration:none;text-transform:uppercase}.fm-free-message-upgrade-button:hover{text-decoration:none}#fm-tabs .fm-free-message-promo-button,#fm-tabs .fm-free-message-promo-button:focus,.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px;color:#fff}.fm-promo-message{align-items:center;display:flex;flex-direction:column;padding:8px 20px}.fm-free-message-huge{font-size:30px;line-height:39px;margin:10px 0 0 0}.fm-head{margin-top:15px;text-align:center}.fm-head .fm-breadcrumbs li{display:inline-block;margin:0 10px 0 0;padding-top:10px;vertical-align:baseline}.fm-head .fm-breadcrumbs li:last-child{margin-right:0}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link{text-decoration:none;font-family:Roboto;font-weight:500;font-size:18px;color:#32373c}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active{color:#0073aa}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade{position:relative;top:.5px;display:inline-block;margin-left:10px;padding:1px 22px;background-color:#29b311;text-transform:uppercase;border-radius:10px;font-weight:700;font-size:12px;color:#fff}.fm-limitation-alert-container{display:flex;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100050}.fm-limitation-alert-overlay{background-color:#ffffffcc;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.fm-limitation-alert{background-color:#fff;box-shadow:#0000001a 0 0 10px;display:flex;flex-direction:column;color:#000;font-family:Roboto;justify-content:space-between;margin:0 auto;padding:30px 20px;position:relative;max-width:430px;max-height:311px;width:100%;height:100%;text-align:center}.fm-limitation-alert span.fm-ico-delete{cursor:pointer;position:absolute;top:10px;right:10px;color:#000;font-size:10px;opacity:.3}.fm-hidden{display:none}.fm-limitation-alert-header{color:#32373c;font-size:16px;font-weight:500;line-height:21px}.fm-limitation-alert-body{margin-top:20px}.fm-limitation-alert-body ul{display:inline-block;list-style:disc;text-align:left}.fm-limitation-alert-body ul li{font-size:16px;font-weight:700;line-height:26px}.fm-add-ons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;margin-bottom:10px;font-family:Roboto}.fm-add-ons .fm-add-on{max-width:300px;max-height:300px;width:100%;height:100%;margin-right:10px;margin-bottom:10px;padding:20px 20px 15px;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;background-color:#fff;border-radius:1px;text-align:center;font-family:Roboto;font-weight:300;font-size:16px;color:#323a45}.fm-add-ons .fm-add-on:hover{box-shadow:1px 1px 6px rgba(52,52,52,.16)}.fm-add-ons .fm-add-on .fm-add-on-img{width:72px;height:72px;margin:0 auto}.fm-add-ons .fm-add-on a{text-decoration:none}.fm-add-ons .fm-add-on .fm-add-on-name{margin:15px 0}.fm-add-ons .fm-add-on .fm-add-on-name,.fm-add-ons .fm-add-on .fm-add-on-name a{font-family:Roboto;font-weight:400;font-size:20px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-premium-version{margin:4px 0;height:16px;line-height:16px;font-weight:400;font-size:14px;color:#29b311}.fm-add-ons .fm-add-on .fm-add-on-desc{max-height:65px;height:100%;line-height:20px;font-size:16px}.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap{position:relative}.fm-add-ons .fm-add-on .fm-add-on-desc-more{position:absolute;z-index:1;left:0;bottom:65px;opacity:0;visibility:hidden;transition:opacity .4s linear;padding:10px 10px;background-color:#32373c;border-radius:6px;line-height:20px;font-weight:400;font-size:14px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-desc:hover+.fm-add-on-desc-more{opacity:1;visibility:visible}.fm-add-ons .fm-add-on .fm-add-on-buy{width:155px;height:30px;display:block;margin:10px auto;padding-top:7px;background-color:#0c4d68;border:.7px solid #0c4d68;border-radius:15px;line-height:16px;font-family:Roboto;font-weight:400;font-size:13px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-buy:hover{background-color:rgba(12,77,104,.8)}.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy{text-transform:uppercase;background-color:#fff;font-size:13px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-learn-more{line-height:16px;font-family:Roboto;font-weight:300;font-size:14px;color:#0073aa}.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover{color:rgba(0,115,170,.8)}@media screen and (max-width:450px){.fm-topbar_cont{display:block}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{margin-left:0}}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(images/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(images/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}/*! jQuery UI - v1.12.1 - 2020-11-29
2
  * http://jqueryui.com
3
  * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
4
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
1
+ @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}input.fm-mini-labe-input{height:16px;min-height:16px;padding-top:0;padding-bottom:0}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}.fm-head-notice{display:none}.fm-topbar-container{display:flex;flex-direction:row;justify-content:flex-end;margin:20px 0 20px 0;font-family:Roboto}.fm-topbar-container *{box-sizing:border-box}.fm-topbar-container .fm-topbar{background-color:#fff;border:1px solid #d0d0D080;border-radius:7px;color:#000;padding:10px}.fm-topbar_cont{display:flex}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{background-color:#4786ff;margin-left:20px}.fm-topbar-container .fm-topbar.fm-topbar_support_forum:hover{background-color:#3077ff;opacity:1}.fm-topbar-content{display:flex;justify-content:space-between;flex:auto;margin:0 20px 0 0;padding:10px 15px;height:60px}.fm-topbar-links{color:#000;display:flex;flex-direction:column;justify-content:space-around;font-size:18px;font-weight:300;margin:0 0 0 2px;height:60px}.fm-topbar-links-container{display:flex;justify-content:space-around;height:80%}.fm-topbar-links-item{display:flex;flex:1;align-self:center;justify-content:center;width:170px;line-height:50px}.fm-topbar-links-item *{width:auto!important}.fm-topbar-links *{font-size:18px}.fm-topbar-links a,.fm-topbar-links a:focus{align-self:center;box-shadow:none;color:#000;text-decoration:none}.fm-topbar-links a.fm-topbar_support_forum{color:#fff}.fm-topbar-links a.fm-topbar_support_forum .help_icon{margin-right:10px}.fm-topbar-links a:hover{opacity:.5;text-decoration:none}.fm-topbar-separator{background-color:#c2c2C280;width:1px;height:100%}.fm-topbar-content-title{color:#0c4d68;font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.fm-topbar-content-body{font-size:15px;font-weight:300;line-height:20px}.fm-topbar-content-container{display:flex;flex-direction:column}.fm-free-message-button-container,.fm-topbar-content-button-container{align-self:center}.fm-topbar-upgrade-button,.fm-topbar-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:14px;padding:5px 44px;text-decoration:none;text-transform:uppercase}.fm-topbar-upgrade-button:hover{text-decoration:none;color:#fffFFFCC}@media screen and (max-width:1366px){.fm-topbar-links{font-size:15px}.fm-topbar-content-title{font-size:15px}.fm-topbar-content-body{font-size:13px}}@media screen and (max-width:1285px){.fm-topbar-container{flex-direction:column}.fm-topbar-content,.fm-topbar-links{margin:0 0 10px 0;width:100%}.fm-topbar-content{flex-direction:column;height:auto}.fm-topbar-content-container,.fm-topbar-content-container *{align-self:center;padding-bottom:4px}}.fm-free-option{opacity:.7}.fm-free-message{background-color:#fff;border:1px solid #d0d0D080;display:flex;color:#000;font-family:Roboto;justify-content:space-between;padding:8px 20px}.fm-free-message-body{color:#444;font-size:14px;font-weight:500;line-height:30px}.ui-widget-content .fm-free-message-upgrade-button,.ui-widget-content .fm-free-message-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:12px;padding:3px 25px;text-decoration:none;text-transform:uppercase}.fm-free-message-upgrade-button:hover{text-decoration:none}#fm-tabs .fm-free-message-promo-button,#fm-tabs .fm-free-message-promo-button:focus,.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px;color:#fff}.fm-promo-message{align-items:center;display:flex;flex-direction:column;padding:8px 20px}.fm-free-message-huge{font-size:30px;line-height:39px;margin:10px 0 0 0}.fm-head{margin-top:15px;text-align:center}.fm-head .fm-breadcrumbs li{display:inline-block;margin:0 10px 0 0;padding-top:10px;vertical-align:baseline}.fm-head .fm-breadcrumbs li:last-child{margin-right:0}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link{text-decoration:none;font-family:Roboto;font-weight:500;font-size:18px;color:#32373c}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active{color:#0073aa}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade{position:relative;top:.5px;display:inline-block;margin-left:10px;padding:1px 22px;background-color:#29b311;text-transform:uppercase;border-radius:10px;font-weight:700;font-size:12px;color:#fff}.fm-limitation-alert-container{display:flex;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100050}.fm-limitation-alert-overlay{background-color:#ffffffcc;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.fm-limitation-alert{background-color:#fff;box-shadow:#0000001a 0 0 10px;display:flex;flex-direction:column;color:#000;font-family:Roboto;justify-content:space-between;margin:0 auto;padding:30px 20px;position:relative;max-width:430px;max-height:311px;width:100%;height:100%;text-align:center}.fm-limitation-alert span.fm-ico-delete{cursor:pointer;position:absolute;top:10px;right:10px;color:#000;font-size:10px;opacity:.3}.fm-hidden{display:none}.fm-limitation-alert-header{color:#32373c;font-size:16px;font-weight:500;line-height:21px}.fm-limitation-alert-body{margin-top:20px}.fm-limitation-alert-body ul{display:inline-block;list-style:disc;text-align:left}.fm-limitation-alert-body ul li{font-size:16px;font-weight:700;line-height:26px}.fm-add-ons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;margin-bottom:10px;font-family:Roboto}.fm-add-ons .fm-add-on{max-width:300px;max-height:300px;width:100%;height:100%;margin-right:10px;margin-bottom:10px;padding:20px 20px 15px;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;background-color:#fff;border-radius:1px;text-align:center;font-family:Roboto;font-weight:300;font-size:16px;color:#323a45}.fm-add-ons .fm-add-on:hover{box-shadow:1px 1px 6px rgba(52,52,52,.16)}.fm-add-ons .fm-add-on .fm-add-on-img{width:72px;height:72px;margin:0 auto}.fm-add-ons .fm-add-on a{text-decoration:none}.fm-add-ons .fm-add-on .fm-add-on-name{margin:15px 0}.fm-add-ons .fm-add-on .fm-add-on-name,.fm-add-ons .fm-add-on .fm-add-on-name a{font-family:Roboto;font-weight:400;font-size:20px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-premium-version{margin:4px 0;height:16px;line-height:16px;font-weight:400;font-size:14px;color:#29b311}.fm-add-ons .fm-add-on .fm-add-on-desc{max-height:65px;height:100%;line-height:20px;font-size:16px}.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap{position:relative}.fm-add-ons .fm-add-on .fm-add-on-desc-more{position:absolute;z-index:1;left:0;bottom:65px;opacity:0;visibility:hidden;transition:opacity .4s linear;padding:10px 10px;background-color:#32373c;border-radius:6px;line-height:20px;font-weight:400;font-size:14px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-desc:hover+.fm-add-on-desc-more{opacity:1;visibility:visible}.fm-add-ons .fm-add-on .fm-add-on-buy{width:155px;height:30px;display:block;margin:10px auto;padding-top:7px;background-color:#0c4d68;border:.7px solid #0c4d68;border-radius:15px;line-height:16px;font-family:Roboto;font-weight:400;font-size:13px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-buy:hover{background-color:rgba(12,77,104,.8)}.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy{text-transform:uppercase;background-color:#fff;font-size:13px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-learn-more{line-height:16px;font-family:Roboto;font-weight:300;font-size:14px;color:#0073aa}.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover{color:rgba(0,115,170,.8)}@media screen and (max-width:450px){.fm-topbar_cont{display:block}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{margin-left:0}}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(images/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(images/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}/*! jQuery UI - v1.12.1 - 2020-11-29
2
  * http://jqueryui.com
3
  * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
4
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
css/manage-styles.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}.fm-head-notice{display:none}.fm-topbar-container{display:flex;flex-direction:row;justify-content:flex-end;margin:20px 0 20px 0;font-family:Roboto}.fm-topbar-container *{box-sizing:border-box}.fm-topbar-container .fm-topbar{background-color:#fff;border:1px solid #d0d0D080;border-radius:7px;color:#000;padding:10px}.fm-topbar_cont{display:flex}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{background-color:#4786ff;margin-left:20px}.fm-topbar-container .fm-topbar.fm-topbar_support_forum:hover{background-color:#3077ff;opacity:1}.fm-topbar-content{display:flex;justify-content:space-between;flex:auto;margin:0 20px 0 0;padding:10px 15px;height:60px}.fm-topbar-links{color:#000;display:flex;flex-direction:column;justify-content:space-around;font-size:18px;font-weight:300;margin:0 0 0 2px;height:60px}.fm-topbar-links-container{display:flex;justify-content:space-around;height:80%}.fm-topbar-links-item{display:flex;flex:1;align-self:center;justify-content:center;width:170px;line-height:50px}.fm-topbar-links-item *{width:auto!important}.fm-topbar-links *{font-size:18px}.fm-topbar-links a,.fm-topbar-links a:focus{align-self:center;box-shadow:none;color:#000;text-decoration:none}.fm-topbar-links a.fm-topbar_support_forum{color:#fff}.fm-topbar-links a.fm-topbar_support_forum .help_icon{margin-right:10px}.fm-topbar-links a:hover{opacity:.5;text-decoration:none}.fm-topbar-separator{background-color:#c2c2C280;width:1px;height:100%}.fm-topbar-content-title{color:#0c4d68;font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.fm-topbar-content-body{font-size:15px;font-weight:300;line-height:20px}.fm-topbar-content-container{display:flex;flex-direction:column}.fm-free-message-button-container,.fm-topbar-content-button-container{align-self:center}.fm-topbar-upgrade-button,.fm-topbar-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:14px;padding:5px 44px;text-decoration:none;text-transform:uppercase}.fm-topbar-upgrade-button:hover{text-decoration:none;color:#fffFFFCC}@media screen and (max-width:1366px){.fm-topbar-links{font-size:15px}.fm-topbar-content-title{font-size:15px}.fm-topbar-content-body{font-size:13px}}@media screen and (max-width:1285px){.fm-topbar-container{flex-direction:column}.fm-topbar-content,.fm-topbar-links{margin:0 0 10px 0;width:100%}.fm-topbar-content{flex-direction:column;height:auto}.fm-topbar-content-container,.fm-topbar-content-container *{align-self:center;padding-bottom:4px}}.fm-free-option{opacity:.7}.fm-free-message{background-color:#fff;border:1px solid #d0d0D080;display:flex;color:#000;font-family:Roboto;justify-content:space-between;padding:8px 20px}.fm-free-message-body{color:#444;font-size:14px;font-weight:500;line-height:30px}.ui-widget-content .fm-free-message-upgrade-button,.ui-widget-content .fm-free-message-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:12px;padding:3px 25px;text-decoration:none;text-transform:uppercase}.fm-free-message-upgrade-button:hover{text-decoration:none}#fm-tabs .fm-free-message-promo-button,#fm-tabs .fm-free-message-promo-button:focus,.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px;color:#fff}.fm-promo-message{align-items:center;display:flex;flex-direction:column;padding:8px 20px}.fm-free-message-huge{font-size:30px;line-height:39px;margin:10px 0 0 0}.fm-head{margin-top:15px;text-align:center}.fm-head .fm-breadcrumbs li{display:inline-block;margin:0 10px 0 0;padding-top:10px;vertical-align:baseline}.fm-head .fm-breadcrumbs li:last-child{margin-right:0}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link{text-decoration:none;font-family:Roboto;font-weight:500;font-size:18px;color:#32373c}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active{color:#0073aa}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade{position:relative;top:.5px;display:inline-block;margin-left:10px;padding:1px 22px;background-color:#29b311;text-transform:uppercase;border-radius:10px;font-weight:700;font-size:12px;color:#fff}.fm-limitation-alert-container{display:flex;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100050}.fm-limitation-alert-overlay{background-color:#ffffffcc;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.fm-limitation-alert{background-color:#fff;box-shadow:#0000001a 0 0 10px;display:flex;flex-direction:column;color:#000;font-family:Roboto;justify-content:space-between;margin:0 auto;padding:30px 20px;position:relative;max-width:430px;max-height:311px;width:100%;height:100%;text-align:center}.fm-limitation-alert span.fm-ico-delete{cursor:pointer;position:absolute;top:10px;right:10px;color:#000;font-size:10px;opacity:.3}.fm-hidden{display:none}.fm-limitation-alert-header{color:#32373c;font-size:16px;font-weight:500;line-height:21px}.fm-limitation-alert-body{margin-top:20px}.fm-limitation-alert-body ul{display:inline-block;list-style:disc;text-align:left}.fm-limitation-alert-body ul li{font-size:16px;font-weight:700;line-height:26px}.fm-add-ons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;margin-bottom:10px;font-family:Roboto}.fm-add-ons .fm-add-on{max-width:300px;max-height:300px;width:100%;height:100%;margin-right:10px;margin-bottom:10px;padding:20px 20px 15px;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;background-color:#fff;border-radius:1px;text-align:center;font-family:Roboto;font-weight:300;font-size:16px;color:#323a45}.fm-add-ons .fm-add-on:hover{box-shadow:1px 1px 6px rgba(52,52,52,.16)}.fm-add-ons .fm-add-on .fm-add-on-img{width:72px;height:72px;margin:0 auto}.fm-add-ons .fm-add-on a{text-decoration:none}.fm-add-ons .fm-add-on .fm-add-on-name{margin:15px 0}.fm-add-ons .fm-add-on .fm-add-on-name,.fm-add-ons .fm-add-on .fm-add-on-name a{font-family:Roboto;font-weight:400;font-size:20px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-premium-version{margin:4px 0;height:16px;line-height:16px;font-weight:400;font-size:14px;color:#29b311}.fm-add-ons .fm-add-on .fm-add-on-desc{max-height:65px;height:100%;line-height:20px;font-size:16px}.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap{position:relative}.fm-add-ons .fm-add-on .fm-add-on-desc-more{position:absolute;z-index:1;left:0;bottom:65px;opacity:0;visibility:hidden;transition:opacity .4s linear;padding:10px 10px;background-color:#32373c;border-radius:6px;line-height:20px;font-weight:400;font-size:14px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-desc:hover+.fm-add-on-desc-more{opacity:1;visibility:visible}.fm-add-ons .fm-add-on .fm-add-on-buy{width:155px;height:30px;display:block;margin:10px auto;padding-top:7px;background-color:#0c4d68;border:.7px solid #0c4d68;border-radius:15px;line-height:16px;font-family:Roboto;font-weight:400;font-size:13px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-buy:hover{background-color:rgba(12,77,104,.8)}.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy{text-transform:uppercase;background-color:#fff;font-size:13px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-learn-more{line-height:16px;font-family:Roboto;font-weight:300;font-size:14px;color:#0073aa}.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover{color:rgba(0,115,170,.8)}@media screen and (max-width:450px){.fm-topbar_cont{display:block}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{margin-left:0}}
1
+ @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}input.fm-mini-labe-input{height:16px;min-height:16px;padding-top:0;padding-bottom:0}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}.fm-head-notice{display:none}.fm-topbar-container{display:flex;flex-direction:row;justify-content:flex-end;margin:20px 0 20px 0;font-family:Roboto}.fm-topbar-container *{box-sizing:border-box}.fm-topbar-container .fm-topbar{background-color:#fff;border:1px solid #d0d0D080;border-radius:7px;color:#000;padding:10px}.fm-topbar_cont{display:flex}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{background-color:#4786ff;margin-left:20px}.fm-topbar-container .fm-topbar.fm-topbar_support_forum:hover{background-color:#3077ff;opacity:1}.fm-topbar-content{display:flex;justify-content:space-between;flex:auto;margin:0 20px 0 0;padding:10px 15px;height:60px}.fm-topbar-links{color:#000;display:flex;flex-direction:column;justify-content:space-around;font-size:18px;font-weight:300;margin:0 0 0 2px;height:60px}.fm-topbar-links-container{display:flex;justify-content:space-around;height:80%}.fm-topbar-links-item{display:flex;flex:1;align-self:center;justify-content:center;width:170px;line-height:50px}.fm-topbar-links-item *{width:auto!important}.fm-topbar-links *{font-size:18px}.fm-topbar-links a,.fm-topbar-links a:focus{align-self:center;box-shadow:none;color:#000;text-decoration:none}.fm-topbar-links a.fm-topbar_support_forum{color:#fff}.fm-topbar-links a.fm-topbar_support_forum .help_icon{margin-right:10px}.fm-topbar-links a:hover{opacity:.5;text-decoration:none}.fm-topbar-separator{background-color:#c2c2C280;width:1px;height:100%}.fm-topbar-content-title{color:#0c4d68;font-size:16px;font-weight:700;line-height:22px;text-transform:uppercase}.fm-topbar-content-body{font-size:15px;font-weight:300;line-height:20px}.fm-topbar-content-container{display:flex;flex-direction:column}.fm-free-message-button-container,.fm-topbar-content-button-container{align-self:center}.fm-topbar-upgrade-button,.fm-topbar-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:14px;padding:5px 44px;text-decoration:none;text-transform:uppercase}.fm-topbar-upgrade-button:hover{text-decoration:none;color:#fffFFFCC}@media screen and (max-width:1366px){.fm-topbar-links{font-size:15px}.fm-topbar-content-title{font-size:15px}.fm-topbar-content-body{font-size:13px}}@media screen and (max-width:1285px){.fm-topbar-container{flex-direction:column}.fm-topbar-content,.fm-topbar-links{margin:0 0 10px 0;width:100%}.fm-topbar-content{flex-direction:column;height:auto}.fm-topbar-content-container,.fm-topbar-content-container *{align-self:center;padding-bottom:4px}}.fm-free-option{opacity:.7}.fm-free-message{background-color:#fff;border:1px solid #d0d0D080;display:flex;color:#000;font-family:Roboto;justify-content:space-between;padding:8px 20px}.fm-free-message-body{color:#444;font-size:14px;font-weight:500;line-height:30px}.ui-widget-content .fm-free-message-upgrade-button,.ui-widget-content .fm-free-message-upgrade-button:focus{background-color:#29b311;border-radius:20px;box-shadow:none;color:#fff;font-size:12px;padding:3px 25px;text-decoration:none;text-transform:uppercase}.fm-free-message-upgrade-button:hover{text-decoration:none}#fm-tabs .fm-free-message-promo-button,#fm-tabs .fm-free-message-promo-button:focus,.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px;color:#fff}.fm-promo-message{align-items:center;display:flex;flex-direction:column;padding:8px 20px}.fm-free-message-huge{font-size:30px;line-height:39px;margin:10px 0 0 0}.fm-head{margin-top:15px;text-align:center}.fm-head .fm-breadcrumbs li{display:inline-block;margin:0 10px 0 0;padding-top:10px;vertical-align:baseline}.fm-head .fm-breadcrumbs li:last-child{margin-right:0}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link{text-decoration:none;font-family:Roboto;font-weight:500;font-size:18px;color:#32373c}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-breadcrumb-item-link-active{color:#0073aa}.fm-head .fm-breadcrumbs .fm-breadcrumb-item .fm-upgrade{position:relative;top:.5px;display:inline-block;margin-left:10px;padding:1px 22px;background-color:#29b311;text-transform:uppercase;border-radius:10px;font-weight:700;font-size:12px;color:#fff}.fm-limitation-alert-container{display:flex;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100050}.fm-limitation-alert-overlay{background-color:#ffffffcc;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.fm-limitation-alert{background-color:#fff;box-shadow:#0000001a 0 0 10px;display:flex;flex-direction:column;color:#000;font-family:Roboto;justify-content:space-between;margin:0 auto;padding:30px 20px;position:relative;max-width:430px;max-height:311px;width:100%;height:100%;text-align:center}.fm-limitation-alert span.fm-ico-delete{cursor:pointer;position:absolute;top:10px;right:10px;color:#000;font-size:10px;opacity:.3}.fm-hidden{display:none}.fm-limitation-alert-header{color:#32373c;font-size:16px;font-weight:500;line-height:21px}.fm-limitation-alert-body{margin-top:20px}.fm-limitation-alert-body ul{display:inline-block;list-style:disc;text-align:left}.fm-limitation-alert-body ul li{font-size:16px;font-weight:700;line-height:26px}.fm-add-ons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px;margin-bottom:10px;font-family:Roboto}.fm-add-ons .fm-add-on{max-width:300px;max-height:300px;width:100%;height:100%;margin-right:10px;margin-bottom:10px;padding:20px 20px 15px;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;background-color:#fff;border-radius:1px;text-align:center;font-family:Roboto;font-weight:300;font-size:16px;color:#323a45}.fm-add-ons .fm-add-on:hover{box-shadow:1px 1px 6px rgba(52,52,52,.16)}.fm-add-ons .fm-add-on .fm-add-on-img{width:72px;height:72px;margin:0 auto}.fm-add-ons .fm-add-on a{text-decoration:none}.fm-add-ons .fm-add-on .fm-add-on-name{margin:15px 0}.fm-add-ons .fm-add-on .fm-add-on-name,.fm-add-ons .fm-add-on .fm-add-on-name a{font-family:Roboto;font-weight:400;font-size:20px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-premium-version{margin:4px 0;height:16px;line-height:16px;font-weight:400;font-size:14px;color:#29b311}.fm-add-ons .fm-add-on .fm-add-on-desc{max-height:65px;height:100%;line-height:20px;font-size:16px}.fm-add-ons .fm-add-on .fm-add-on-desc-more-wrap{position:relative}.fm-add-ons .fm-add-on .fm-add-on-desc-more{position:absolute;z-index:1;left:0;bottom:65px;opacity:0;visibility:hidden;transition:opacity .4s linear;padding:10px 10px;background-color:#32373c;border-radius:6px;line-height:20px;font-weight:400;font-size:14px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-desc:hover+.fm-add-on-desc-more{opacity:1;visibility:visible}.fm-add-ons .fm-add-on .fm-add-on-buy{width:155px;height:30px;display:block;margin:10px auto;padding-top:7px;background-color:#0c4d68;border:.7px solid #0c4d68;border-radius:15px;line-height:16px;font-family:Roboto;font-weight:400;font-size:13px;color:#fff}.fm-add-ons .fm-add-on .fm-add-on-buy:hover{background-color:rgba(12,77,104,.8)}.fm-add-ons .fm-add-on.fm-add-on-activated .fm-add-on-buy{text-transform:uppercase;background-color:#fff;font-size:13px;color:#0c4d68}.fm-add-ons .fm-add-on .fm-add-on-learn-more{line-height:16px;font-family:Roboto;font-weight:300;font-size:14px;color:#0073aa}.fm-add-ons .fm-add-on .fm-add-on-learn-more:hover{color:rgba(0,115,170,.8)}@media screen and (max-width:450px){.fm-topbar_cont{display:block}.fm-topbar-container .fm-topbar.fm-topbar_support_forum{margin-left:0}}
css/submission-styles.min.css CHANGED
@@ -1,4 +1,4 @@
1
- @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}/*! jQuery UI - v1.12.1 - 2020-11-29
2
  * http://jqueryui.com
3
  * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
4
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
1
+ @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}input.fm-mini-labe-input{height:16px;min-height:16px;padding-top:0;padding-bottom:0}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}/*! jQuery UI - v1.12.1 - 2020-11-29
2
  * http://jqueryui.com
3
  * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
4
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
css/theme-edit-styles.min.css CHANGED
@@ -1,4 +1,4 @@
1
- @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}/*!
2
  * Bootstrap v3.3.6 (http://getbootstrap.com)
3
  * Copyright 2011-2015 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1
+ @font-face{font-family:Segoe_UI;src:url(fonts/Segoe_UI.ttf)}#fm-form-admin .description,.fm-option-container .description{font-style:italic}.fm-remove_before:before{content:""!important}#fm_admin_container *{box-sizing:border-box}.wd-form .tablenav.top{margin-bottom:16px}#fm_admin_container{display:inline-block;width:100%}.wd-button .field-type-button:before{float:left;font-family:Dashicons;font-size:17px;padding-left:10px;vertical-align:top;line-height:29px}.wdtext:before{content:"\f215"}.wdtextarea:before{content:"\f214"}.wdspinner:before{content:"123";font-weight:bolder;font-size:12px!important}.wddate_new:before{content:"\f508"}.wdown_select:before{content:"\f163"}.wdradio:before{content:"\f159"}.wdcheckbox:before{content:"\f147"}.wdrecaptcha:before{content:"\f160"}.wdsubmit_reset:before{content:"\f474"}.wdname:before{content:"\f110"}.wdsubmitter_mail:before{content:"\f466"}.wdphone_new:before{content:"\f525"}.wdaddress:before{content:"\f102"}.wdmark_map:before{content:"\f231"}.wdcountry:before{content:"\f319"}.wddate_fields:before{content:"\f145"}.wdeditor:before{content:"\f464"}.wdsection_break:before{content:"\f460"}.wdpage_break:before{content:"\f105"}.wdfile_upload:before{content:"\f318"}.wdmap:before{content:"\f230"}.wdtime:before{content:"\f469"}.wdsend_copy:before{content:"\f465"}.wddate_range:before{content:"\f508"}.wdstar_rating:before{content:"\f155"}.wdscale_rating:before{content:"\f204"}.wdslider:before{content:"\f108"}.wdrange:before{content:"\f229"}.wdgrading:before{content:"\f164"}.wdmatrix:before{content:"\f509"}.wdhidden:before{content:"\f530"}.wdbutton:before{content:"\f200"}.wdpassword:before{content:"\f112"}.wdphone:before{content:"\f525"}.wdcaptcha:before{content:"\f160"}.wdarithmetic_captcha:before{content:"\f160"}.wdpaypal_price_new:before{content:"$";font-weight:bolder;font-size:13px!important}.wdpaypal_select:before{content:"\f163"}.wdpaypal_radio:before{content:"\f159"}.wdpaypal_checkbox:before{content:"\f147"}.wdpaypal_shipping:before{content:"\f174"}.wdpaypal_total:before{content:"\f217"}.wdsignature:before{content:"\f12e"}.wdstripe:before{content:"S";font-weight:bolder;font-size:13px!important}#manage_form .wd-header{padding:10px}#manage_form .wd-page-title #title{padding:3px 8px;font-size:1.5em;line-height:100%;height:1.5em;width:30%;outline:0;margin:0 0 3px;background-color:#fff}#fm_admin_container h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.field_options h2.hndle,.field_types_cont h2.hndle,.placeholders_cont h2.hndle{background-color:#f1f1f1}.field-types-filter_header{border:1px solid #eee}.field-types-filter,.placeholders-filter{webkit-box-shadow:0 1px 4px rgba(0,0,0,.07)!important;box-shadow:0 1px 4px rgba(0,0,0,.07)!important}#manage_form .first-time-use{background-color:#fff;border:1px dashed #0085ba;border-radius:3px;bottom:115px;color:#0085ba;display:none;font-size:14px;height:auto;padding:5px;right:0;width:250px;position:absolute;bottom:32px}#manage_form .first-time-use-close{background-color:#fff;border-radius:50%;box-sizing:content-box;cursor:pointer;font-size:17px;margin:0;padding:0;position:absolute;right:-9px;top:-9px}#manage_form .first-time-use-close:before{margin:1px 0 0 3px}#add_field{position:relative}.hide_number_arrow{-moz-appearance:textfield;line-height:normal!important}.hide_number_arrow::-webkit-inner-spin-button,.hide_number_arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fm-edit-content #add_field_cont{animation-duration:1.5s;animation-iteration-count:1;animation-fill-mode:both;color:#0085ba;position:absolute;top:10px;right:10px;min-width:50px;height:auto;width:initial;padding:0!important;z-index:10}#add_field_cont .wdform_field{display:table-cell;cursor:move;background-color:transparent!important;border:none;padding:0}#add_field_cont .add-new-button{cursor:move;padding:5px 15px 5px 5px;color:#fff;font-size:16px;line-height:16px;vertical-align:middle;font-weight:400;height:30px}#add_field_cont .add-new-button .fm-ico-draggable{padding:5px 5px 5px 15px;font-size:12px}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animated{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.field_types .postbox button.wd-button.wd-pro-fields{background-color:#ccc;border-color:#ccc;box-shadow:0 1px 0 #ccc;text-shadow:0 -1px 1px #ccc,1px 0 1px #ccc,0 1px 1px #ccc,-1px 0 1px #ccc}.field_types .postbox h2.hndle,.placeholders .postbox h2.hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.add-popup .postbox .inside{margin:12px 0 0 0}.add-popup .postbox .handlediv{margin:0}.postbox .handlediv{float:right}.postbox .hndle,.stuffbox .hndle{border-bottom:1px solid #ccd0d4}.js .postbox .hndle{cursor:pointer}.field_types .postbox,.placeholders .postbox{margin-bottom:0}.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{margin:5px 0;white-space:normal;width:48%;word-wrap:break-word;word-break:break-all;overflow:hidden;padding:8px;height:auto}.add-popup .field-types-filter,.placeholder-popup .placeholders-filter{line-height:25px;margin:15px;width:calc(100% - 45px);padding-left:30px;background-color:#f5f5f5}.add-popup .field-types-filter-cont,.placeholder-popup .placeholders-filter-cont{position:relative;height:25px;width:100%}.add-popup .field-types-filter-cont:before,.placeholder-popup .placeholders-filter-cont:before{font-family:Dashicons;content:"\f179";font-size:25px;height:25px;left:18px;position:absolute;top:0;width:25px;color:#757575}.hide{display:none}.fm-hide{display:none!important}.fm-hidden{visibility:hidden;height:0;display:block;border:none}.fm-add-new{cursor:pointer}.pagination-links a{cursor:pointer}#fm_admin_container .adminlist th{font-size:13px}#fm_admin_container .pagination-links .tablenav-pages-navspan,#fm_admin_container .pagination-links a,#fm_admin_container .pagination-links a span{font-size:initial}#fm_admin_container .search-box{margin-bottom:5px}#fm_admin_container .tablenav .tablenav-pages a,#fm_admin_container .tablenav-pages-navspan{min-width:28px;margin:0}div.wd-buttons{clear:both;display:inline-block;float:right;margin-top:2px}div.wd-buttons .wd-button{margin:0 3px}div .wd-button:last-child{margin-right:0}div .wd-button:first-child{margin-left:0}.wd-table{clear:both;display:table;margin:0;padding:10px 0;position:relative;table-layout:fixed;width:100%}.wd-table-col{display:table-cell;position:relative;vertical-align:top}.wd-table-col-50{width:50%}.wd-table-col-60{width:60%}.wd-table-col-70{width:70%}@media screen and (max-width:782px){.wd-table-col{display:block}.wd-table-col-50,.wd-table-col-60,.wd-table-col-70{width:100%;float:none}}.wd-table-col-100{width:100%}.wd-table-col-left .wd-box-section{margin-right:5px}.wd-table-col-right .wd-box-section{margin-left:5px}.wd-box-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;margin:5px 0}.wd-box-title{border-bottom:1px solid #eaeaea;height:inherit;margin:0;padding:15px 30px}.wd-box-content{overflow-wrap:break-word;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.wd-box-content-shortcode{padding-top:0;padding-bottom:0}.wd-label{display:block;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;padding:0}#form_email_options_tab_content .fm-row .wd-label-radio{width:auto}.wd-label-radio{display:inline-block;max-width:500px;margin:0}.wd-table .wd-radio{display:inline-block;margin:0}.wd-group{display:block;margin:0 0 15px;max-width:100%;width:100%}.wd-group:last-child{margin-bottom:0}.wd-left{text-align:left}.wd-right{text-align:right}.wd-float-left{float:left}.wd-float-right{float:right}.wd-font-weight-normal{font-weight:400}.wd-block-content,.wd-table input[type=text],.wd-table select,.wd-table textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-radius:4px;box-shadow:none;display:block;height:initial;line-height:20px;margin:0;max-width:100%;padding:5px;width:100%}.wd-table textarea{height:54px}p.description{margin-bottom:0}.no-items .colspanchange{padding:8px 10px}.wd-table .wd-table-col .initial-width{width:initial;display:inline}@media screen and (max-width:480px){.wd-table-col .wd-box-section{margin:5px 0}.wd-table-col{display:block}.wd-table-col-50{width:100%}.display-options-container .wd-table-col-70{width:100%}.display-options-container .wd-table-col-left .wd-box-section{margin:0}}.wd-block-content{background-color:#f1f1f1}.col_type{width:140px}.col_count{width:100px}@media screen and (min-width:1100px),screen and (max-width:782px){.wp-list-table .col_id{width:190px}.wp-list-table .col_function{width:340px}.fm_shortcode,.wp-list-table .fm_php_function{width:100%}}.col_id{width:130px}.col_function{width:190px}.no-items .colspanchange{padding:8px 10px}.wd-fixed-message{position:fixed;z-index:2;width:100%}.wd-fixed-conteiner{position:fixed;background:gray;width:100%;height:100%;opacity:.3;z-index:1}div.error_fm{border-left:4px solid #dd3d36}#main_div input[type=checkbox],#main_div input[type=radio]{float:right!important;margin:3px 3px 3px 4px}.wdform_column input[type=checkbox],.wdform_column input[type=radio]{float:right!important;margin:3px 3px 3px 4px}#take_temp .captcha_img,#take_temp .element_toolbar,#take_temp .page_toolbar,#take_temp .wdform_stars{display:none}.add-popup{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 5px 15px rgba(0,0,0,.7);left:0;overflow:hidden;display:none;position:fixed;right:0;top:0;z-index:100050}.add-popup .popup-header{border-bottom:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:50px;left:0;padding:10px;right:0;top:0}.add-popup .popup-title{float:left;font-size:30px;line-height:30px;vertical-align:middle}.add-popup .close-popup{cursor:pointer;float:right;height:15px;width:15px;font-size:15px;margin:8px;color:#000}.popup-body{background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;height:calc(100% - 50px);margin:0;width:100%}.popup-body-col:not(:first-child){border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.popup-body-col{height:100%;width:30%;display:inline-block;vertical-align:top;background-color:#fff;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.popup-body-col.field_preview{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:10px}.field_options-large{width:calc(70% - 15px)}.add-button-cont{border-bottom:1px solid #ccc;text-align:right;margin-bottom:10px;padding-bottom:10px}.popup-body-col:last-child{margin-right:0}.popup-body-col:first-child{width:calc(40% - 30px)}@media screen and (max-width:360px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:100%}}@media screen and (min-width:360px) and (max-width:600px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:48%}}@media screen and (min-width:600px) and (max-width:1050px){.field_types .postbox button.wd-button,.placeholders .postbox button.wd-button{width:32%}}@media screen and (max-width:1050px){.popup-body-col{display:block;width:100%;height:initial;margin-bottom:10px}.popup-body{overflow:auto}.popup-body-col{margin-right:0}.popup-body-col:first-child{width:100%}}#field_types{border-right:4px solid #e5e5e5;background:#f2f2f2}#sbox-overlay{z-index:65555;position:fixed;top:0;left:0;visibility:visible;zoom:1;background-color:#000;opacity:.7;display:none}#ChBDiv{background-color:#fff;width:350px;max-height:350px;overflow-y:auto;padding:20px;position:fixed;top:100px;display:none;border:2px solid #aaa;z-index:65556}.fm-reports{text-align:left;display:inline-block;vertical-align:middle}.fm-tools-button{border:1px solid;border-radius:0;text-align:left;color:#0288c5;height:40px;line-height:40px;display:inline-block;padding:0 10px;background:#f1f1f1;border-color:#f1f1f1;font-size:15px}.fm-total_entries,.fm-total_rate,.fm-total_views{display:inline-block;line-height:18px;padding:5px 10px;border-radius:37px;font-size:16px;background:#fff;border:none;margin-right:6px}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submissions-actions{line-height:50px}.submissions-toolbar{background:#fff;height:100px;line-height:100px}.submissions-tools{padding:0 10px}.submissions-tools select{height:41px;width:280px;max-width:280px;border:1px solid #f1f1f1;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.list_blocked_link{line-height:15px;width:100%;height:20px}.list_blocked_link>a{float:right}.fm-export-tools{float:right}.fm-export-tools span{display:inline-block;font-size:15px;color:#0288c5}.fm-export-tools button{cursor:pointer}.fm-search-tools{float:left!important}.fm-search-tools button{margin-right:2px}.fm-add-remove{float:right}.fm-add-remove button{font-size:13px;background:#4ec0d9;width:154px;margin-right:15px}.fm-statistics{background:#fff;padding:10px 10px 20px 10px}.fm-statistics .fm_error_sorted_label_key{display:none;padding-left:7px;color:red;font-size:14px}.fm-statistics .stats tr{border:none!important}.fm-statistics .stats td{border:none!important;padding:5px 3px;vertical-align:middle}.fm-statistics .stats label{min-width:70px;display:block}.fm-statistics .stats select{height:30px;width:100%;max-width:288px;border:1px solid #e6e4e4;font-style:italic;border-radius:0;margin-left:7px;box-shadow:none}.fm-statistics #div_stats .field-label{font-size:16px;font-weight:700}.fm-statistics .stats input{border-radius:0;border:1px solid #e6e4e4;box-shadow:none;vertical-align:middle}.fm-statistics .stats #endstats,.fm-statistics .stats #startstats{width:92px}.fm-statistics .label0{background:#4ec0d9;border:2px solid #4ec0d9}.fm-statistics .label1{background:#ddcc7f;border:2px solid #ddcc7f}.fm-statistics .bordered{height:20px;float:left}.fm-statistics .fm-bordered-progress{height:20px;position:relative;float:left;background-color:#f2f0f1}.fm-statistics .fm-bordered-progress-percent{position:absolute;margin-left:-50px;font-size:13px}.fm-statistics .bordered0:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#5fe2ff;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .bordered1:before{content:" ";width:20px;height:20px;margin-left:-15px;background:#f9e89c;display:inline-block;-webkit-transform:scale(1) rotate(0) translateX(0) translateY(0) skewX(-25deg) skewY(0)}.fm-statistics .fm-bordered-count-arrow{float:left;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.fm-statistics .fm-bordered-count{height:20px;text-align:center;margin-left:8px;color:#fff}.fm-statCount{width:10%;text-align:left}@media screen and (max-width:782px){.fm-statCount{width:20%}}.fm-statistics .adminlist{border-collapse:separate;font-size:14px;width:100%}.fm-statistics .adminlist th{font-size:14px;padding:10px 0}.fm-statistics .adminlist td{border:none!important}.fm-statistics .adminlist td:first-child{color:#fff;padding:4px}.fm-form-options{background:#fff;padding:13px}.display-options-container{background:0 0}.display-options-container .wd-table{padding:0!important}.display-options-container .fm-form-types .wd-label{font-size:18px;width:170px!important;display:block}#fm-embedded-element{min-height:32px}#fm-embedded-element p{float:left;margin:0 5px 0 0!important;line-height:32px}#fm-embedded-element input{float:left;margin:0 5px 0 0!important}.wd-group-content{display:block;min-height:50px}.wd-group-content p{padding:0;margin:0;line-height:32px}.wd-group-content input,.wd-group-content p{float:left;margin-right:10px!important}.fm-options-container{display:flex;max-width:1050px;margin:0 auto}.fm-options-body{flex:.78}.submenu-box{display:flex;flex-direction:column;padding:15px 36px 0 15px;flex:.22}.fm-options-body{padding-right:10px}#submenu{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;margin:0;padding:15px 0}#fm-tabs .ui-widget-header{background-color:#fff}@media (min-width:420px) and (max-width:600px){#fm-tabs .tab-label{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{padding:20px 10px!important}}#submenu li{margin:0;padding:0}#submenu a.active,#submenu a:hover,#submenu span.nolink.active{color:#fff;background:none repeat scroll 0 0 #3a3e43}#submenu a:focus{box-shadow:none!important}#submenu li a,#submenu span.nolink{color:#555;cursor:pointer;font-size:13px;font-weight:700;padding:12px;background:#fff;text-decoration:none;display:inline-block;width:100%}fieldset.adminform{width:99%;margin:10px 0}.adminform .description{font-style:italic}fieldset.adminform legend{color:#444;font-weight:700;font-size:16px;padding:10px 3px}table.admintable td.key,table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:700;text-align:right;width:200px}table.admintable{width:100%}.fm_fieldset_active{display:block}.fm_fieldset_deactive{display:none}.wrap *{font-size:13px}.add_tag_th{padding-left:21px;font-size:12px;font-family:sans-serif}.pointer{cursor:pointer}.table_small_col{text-align:center!important;width:50px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.table_medium_col{text-align:center!important;width:70px}.table_big_col{text-align:center!important;width:80px}.table_large_col{text-align:center!important;width:200px}.table_large_col input{width:180px}.table_extra_large_col{padding:4px!important;width:150px!important}.first-page,.last-page,.next-page,.prev-page,.table_big_col a,.table_extra_large_col a,.table_medium_col a,.table_small_col a{cursor:pointer}.handle{background:url(../images/draggable.png) no-repeat transparent;border:none;height:15px;margin:0 auto;vertical-align:middle;width:15px}.block_icon{background:url(../images/icons.png) no-repeat 15% 41%;border:none;display:inline-block;height:43px;width:31px;vertical-align:middle}.theme_icon{background:url(../images/icons.png) no-repeat 7% 41%;border:none;height:42px;width:44px;display:inline-block;vertical-align:middle}.uninstall_icon{background:url(../images/icons.png) no-repeat 0 41%;border:none;height:42px;width:37px;display:inline-block;vertical-align:middle}.connectedSortable{cursor:move}.fm_label{font-weight:700;width:100px}.fm_label_options{font-weight:700;vertical-align:top;width:150px}.fm_int_input{width:80px}.fm_text_input{width:190px}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.ui-slider-handle{cursor:pointer!important}.fm_search_value{height:2em;margin:0 0 4px}#form_id_tempform_view_img1 td{padding:0}.payment_info_fc{width:72px}.change_payment_status{margin:0 0 5px}.sub-align{vertical-align:top!important}.count_col{padding:7px 7px 8px;min-width:10px!important;max-width:30px!important;text-align:right!important}#fm-fields-filter{background-color:#fafafa}#fm-fields-filter input{font-size:12px;padding:0!important;margin:0!important;vertical-align:middle}#fm-fields-filter td,#fm-fields-filter th{font-size:12px;margin:0!important;border:none;vertical-align:baseline}.submitdate_fc *{padding:0!important}.submit_content pre{font-family:sans-serif}.submit_content .table_large_col{text-align:left!important;white-space:nowrap}.submit_content table{table-layout:auto;width:auto}.submit_content tbody td{min-height:30px}.submit_content .column-author{min-width:130px;max-width:200px}.fm-table-submissions #submitid_fc.submitid_fc{min-width:55px!important}.submit_content #submitsubmitdate_fc,.submit_content #submitteremail_fc,.submit_content #submitterusername_fc{min-width:175px}.submitid_fc{min-width:10px!important;max-width:30px!important;text-align:left!important}#fm-submission-lists .fm-hide-column{display:none}tbody tr td[data-colname="Payment Status"]:first-letter{text-transform:capitalize!important}.submitid_fc a{padding-left:2px}.fm_options_label,.fm_options_value{background-color:#fff;border:1px solid #ccc!important;padding:15px}.fm_options_label{width:170px}.fm_delete_img{cursor:pointer;margin:0 0 0 2px;padding:0;vertical-align:middle}button:focus{outline:0!important}.fm-button{display:inline-block;height:40px;line-height:38px;border-radius:0;font-size:15px;font-weight:400;padding:0;cursor:pointer;text-align:center;color:#fff;border:none}.fm-button span{width:46px;height:40px;display:inline-block;background-size:contain;background:0 0;background-repeat:no-repeat;background-position:0 0;border-radius:0;float:left;margin-top:-1px;margin-left:-1px}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:175px}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-button span{background:url(../images/icons.png) no-repeat 0 0}.fm-button.add-new-button{background-color:#4ec0d9;border:1px solid transparent}.fm-button.add-new-button span{background:url(../images/icons.png) no-repeat 71.5% 0}.fm-icon{width:35px;height:36px;border-radius:0;cursor:pointer;border:none;vertical-align:middle}.fm-button.search-button span,.fm-icon.search-icon{background:#ddcc7f url(../images/icons.png) no-repeat 55% 31.5%}.fm-button.reset-button span,.fm-icon.reset-icon{background:#c1c1c1 url(../images/icons.png) no-repeat 37.5% 31.5%}.fm-icon.edit-icon{background:#ddcc7f url(../images/icons.png) no-repeat 32.7% 39.5%}.fm-icon.delete-icon{background:#e5705d url(../images/icons.png) no-repeat 27.5% 39.5%}.fm-button.show-filter-button span{background:#ddcc7f url(../images/icons.png) no-repeat 60.8% 10%}.fm-icon.add-block-ip-icon{background:#4ec0d9 url(../images/icons.png) no-repeat 50% 50%}.fm-button.edit-button span{background:#ddcc7f url(../images/icons.png) no-repeat 50% 50%}.fm-button.block-button span{background:url(../images/icons.png) no-repeat 64.5% 0}.fm-button.unblock-button span{background:url(../images/icons.png) no-repeat 36% 0}.fm-button.delete-button span{background:url(../images/icons.png) no-repeat 93% 0}.fm-button.form-layout-button span{background:url(../images/icons.png) no-repeat 79% 0}.fm-button.form-options-button span{background:url(../images/icons.png) no-repeat 14.5% 0}.fm-button.display-options-button span{background:url(../images/icons.png) no-repeat 19% 54%}.fm-button.undo-button span{background:url(../images/icons.png) no-repeat 29% 0}.fm-button.redo-button span{background:url(../images/icons.png) no-repeat 57% 0}.fm-button.save-button span{background:url(../images/icons.png) no-repeat 43% 0}.fm-button.save-as-copy-button span{background:url(../images/icons.png) no-repeat 50% 0}.field-save-button span,.fm-button.apply-button span{background:url(../images/icons.png) no-repeat 86% 0}.fm-button.cancel-button span{background:url(../images/icons.png) no-repeat 100% 0}.fm-button.options-edit-button span{background:url(../images/icons.png) no-repeat 21.5% 0}.fm-button.preview-button span{background:url(../images/icons.png) no-repeat 7% 0}.fm-page-actions{float:right}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-page-banner{background:#fff;display:block;padding:15px 10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner{background:#fff;display:inline-block;width:100%;float:left;padding:10px;box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing:initial}.fm-theme-banner select{height:40px;line-height:40px;border:1px solid #c5c6c7!important;box-shadow:none;width:290px}.fm-theme-banner #theme{height:30px;line-height:30px}.fm-theme-banner button{vertical-align:middle}.fm-theme-banner #edit_css{position:absolute;top:7px;left:298px}.uninstall-banner{background:#fff;display:block;padding:15px 10px;height:38px}.uninstall-banner .fm-logo-title{width:200px;vertical-align:middle}.blocked-ips-banner,.fm-page-banner,.themes-banner{line-height:80px}.fm-clear{content:'';clear:both;display:block}.fm-logo{display:inline-block;background:url(../images/form-maker-logo.png) no-repeat 49% 100%;width:100px;height:79px;vertical-align:bottom;margin-top:10px}.fm-logo-title{text-transform:uppercase;display:inline-block;font-size:16px;vertical-align:middle;width:100px;margin-left:10px;line-height:22px}.fm-title-edit-page{text-transform:uppercase;display:inline-block;font-size:15px;vertical-align:top;margin-left:0;line-height:22px}.fm-logo-edit-page{display:inline-block;background:url(../images/icons.png) no-repeat 0 54%;width:65px;height:47px}.fm-h2-message{padding:0!important;margin:0!important}.tablenav .fm-alternate{background-color:#f1f1f1}.fm-search label{font-size:14px;width:45px;display:inline-block}.fm-search input{width:251px;padding:4px;border:1px solid #919191;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}.fm-search input:focus{outline:0}.fm-checkbox-radio-button{height:16px;border-radius:10px;cursor:pointer;text-align:center;padding:1px;font-size:12px;line-height:12px;color:#fff;width:46px;min-width:46px;position:relative}.fm-checkbox-radio-button span{width:12px;height:12px;display:inline-block;background-size:contain;background:#fff;border-radius:6px;position:absolute;top:1px}.fm-checkbox-radio-button label{font-size:11px;line-height:13px;margin-right:6px;margin-bottom:3px}.fm-checkbox-radio-button.small{width:46px}.fm-checkbox-radio-button.medium{width:60px}.fm-checkbox-radio-button.large{width:98px}.fm-yes{background:#46acc3 url(../images/icons.png);border:1px solid #46acc3;background-repeat:no-repeat;background-position:73% 55%}.fm-no{background:#a1a1a1;border:1px solid #a1a1a1;background-repeat:no-repeat;background-position:35%}.fm-text-yes span,.fm-yes span{right:0}.fm-no span,.fm-text-no.small span{right:32px}.fm-text-no.medium span{right:46px}.fm-text-no.large span{right:84px}.fm-text-yes{background:#46acc3;border:1px solid #46acc3}.fm-text-no{background:#a1a1a1;border:1px solid #a1a1a1}.fm-text-no label{margin-left:12px}.fm-block-ip input[type=text]{width:160px;padding:3px;border:1px solid #ccc;margin:0;height:28px;vertical-align:middle}.fm-submissins-edit table{background:#fff;width:100%;padding:15px}.fm-submissins-edit .fm-key{width:190px}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.form_maker_fmc_themes th.col_default,.form_maker_themes th.col_default{width:80px}.form_maker_fmc_themes td.col_default,.form_maker_themes td.col_default{padding-left:20px}#fm_ip{height:30px;padding:5px}#ip{width:100%}#fm_ip{margin-left:0!important}.loading{display:none;padding-left:5px}.loading img{vertical-align:middle}.ip_save{height:25px!important;line-height:24px!important}#blocked_ips #id{width:100%!important}@media screen and (max-width:782px){.ip_input{padding:5px!important}#fm_ip{vertical-align:top!important}.ip_save{height:28px!important;line-height:2px!important}#add_ip{height:28px;padding:0 10px 1px!important}}#fm-title-edit #title{font-size:1.5em}.fm-table{clear:both}.fm-themes-tabs ul{padding:0;margin:0;list-style-type:none}.fm-themes-tabs ul li{float:left;margin:4px 0 0 5px;background:#fff;cursor:default;box-shadow:1px 1px 1px #dedede;list-style:none}.fm-themes-tabs ul li a{display:inline-block;width:100%;padding:4px;color:#616163;border:1px solid #d0cfcf;border-radius:3px!important;text-decoration:none}.fm-themes-tabs ul li a.fm-theme-active-tab{background:#f3f1f1;color:#000}.fm-themes-tabs ul li a.fm-disabled{cursor:default;pointer-events:none}.fm-themes-tabs ul li a#buttons{padding:0 10px 1px}.fm-themes .fm-row{clear:both}.fm-themes .fm-row .fm-label-2text,.fm-themes .fm-row .fm-label-select,.fm-themes .fm-row .fm-label-text{float:left}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BHPColor,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-BPColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-CBPColor,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-GPColor,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor,.fm-themes .fm-row .fm-input-text-wrap-HDPColor,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-HTPColor,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-IPColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-MBPColor,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-NBPColor,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor,.fm-themes .fm-row .fm-input-text-wrap-OPRColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PBPColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SHPColor,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor,.fm-themes .fm-row .fm-input-text-wrap-SPColor{float:left}.fm-themes .fm-row input.color{display:block!important;float:right;width:85px!important;text-align:center}.fm-themes .fm-row .fm-input-text-wrap-AGPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-BPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-CBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-GPMLColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-HTPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-IPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-MCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-NBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPDeInputColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-OPRColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PBPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSAPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-PSDPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SCPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SEPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SHPColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBGColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPBorderColor .sp-replacer,.fm-themes .fm-row .fm-input-text-wrap-SPColor .sp-replacer .fm-themes .fm-row .fm-input-text-wrap-BPColor .sp-replacer{float:left}.fm-themes .fm-content{border:transparent}.fm-themes .sp-replacer{margin-top:1px;border-color:#d2cfcf}.fm-label-container{display:inline-block;vertical-align:top;width:30%}.fm-input-container{display:inline-block;vertical-align:top;width:70%}.fm-option-container{border-bottom:1px solid #e6e4e4;padding:6px 0}.fm-add-attribute{color:#008ec2;cursor:pointer;font-size:25px;margin:2px 10px 0 -10px}.fm-width-100{box-sizing:border-box;display:inline-block;width:100%}.fm-width-90{box-sizing:border-box;display:inline-block;width:90%}.fm-width-60{box-sizing:border-box;display:inline-block;width:60%}.fm-width-45{box-sizing:border-box;display:inline-block;width:45%}.fm-width-40{box-sizing:border-box;display:inline-block;width:40%}.fm-width-30{box-sizing:border-box;display:inline-block;width:30%}.fm-width-20{box-sizing:border-box;display:inline-block;width:20%}.fm-width-10{box-sizing:border-box;display:inline-block;width:10%}.fm-header-label{color:#000;display:inline-block;font-size:11px;font-weight:700}.fm-table-col{display:inline-block;padding:0 2px;text-align:center}.fm-remove-attribute{color:#a00;cursor:pointer;font-size:22px}.fm-input-container input[type=checkbox]+label,.fm-input-container input[type=radio]+label{padding-right:10px}.fm-input-container input[type=checkbox],.fm-input-container input[type=radio]{margin-top:0}#fm_loading{width:100%;height:100%;opacity:.6;position:fixed;background-color:#000;background-image:url(../images/spinner.gif);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}.fm-option-container .fm-input-container .fm-add-option{margin:0 2px}.fm-field-choice{width:100%}.fm-move-attribute{color:#008ec2;cursor:move;font-size:22px}.fm-edit-attribute{color:#008ec2;cursor:pointer;font-size:22px}.fm-remove-button{vertical-align:top;padding:7px}.fm-fields-set{border:1px solid #ccc;border-radius:3px;margin:0 0 1px 0;padding:0 0 0 6px}#buttons,#columns,#items,#rows{padding:6px 0 0 0}.fm_form_options .theme-wrap{position:relative}.theme-content{position:relative}.theme-content .theme-wrap #edit_css{cursor:pointer;position:absolute;top:56px;right:40px}.rtl .fm_form_options .theme-wrap #edit_css{left:20px;right:unset}.fm_form_options #form_javascript{min-height:400px}.fm_form_options .CodeMirror{border:1px solid #ccc;font-size:12px;margin-bottom:6px;background:#fff}.fm_form_options .fm_condition{padding:20px 0;display:table;border-bottom:1px solid #00a0d2;width:100%}.fm_form_options .fm_condition input,.fm_form_options .fm_condition select{display:inline-block;width:100%;max-width:300px;margin-bottom:5px}.fm_form_options .fm_condition select:disabled{background-repeat:no-repeat;background-position:center right;cursor:not-allowed}.fm_form_options .fm_condition .fm_condition_show_hide{width:100%;max-width:65px}.fm_form_options .fm_condition .fm_condition_all_any{max-width:55px}.fm_form_options .fm_condition .fm_condition_is_select{max-width:94px}#form_email_options_tab_content .dashicons,.fm_form_options .dashicons{vertical-align:middle;font-size:20px;cursor:pointer}.fm_form_options .dashicons-no-alt,.fm_form_options .dashicons-trash{color:#a00}.fm_form_options .dashicons-no-alt:hover,.fm_form_options .dashicons-trash:hover{color:#dc3232}.fm_form_options .dashicons-plus-alt{color:#0073aa}.fm_form_options .dashicons-plus-alt:hover{color:#00a0d2}.wd-has-placeholder{position:relative}.wd-editor-placeholder{padding-right:5px;text-align:right}.rtl .wd-editor-placeholder{padding-left:5px;padding-right:unset;text-align:left}.wd-has-placeholder input[type=text]{padding-right:35px}.wd-has-placeholder .dashicons.dashicons-list-view{top:37px;right:5px;position:absolute}.fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view{top:8px}.rtl .wd-has-placeholder .dashicons.dashicons-list-view{left:5px;right:unset}.fm_form_options #emailTab_fieldset .mail_name{width:92%;display:inline-block}.fm_advanced_layout .autogen_layout_label{display:inline-block;font-weight:500;padding-top:5px}.fm_advanced_layout .fm_auto_format_button{width:100%;text-align:center}.form_maker_fmc_themes .dashicons,.form_maker_themes .dashicons{font-size:20px}.wd-calendar-button{width:20px;height:20px;position:absolute;margin:3px 0 0 -23px;font-size:20px}.wd-hidden{display:none}.wd-block{display:block}.wd-inline-block{display:inline-block}.wdform_footer{display:none;padding:0 10px 10px 10px}#take .label{line-height:16px;text-align:left;font-size:14px;color:#000}#take input,#take select,#take textarea{background:#f6f6f6;border-radius:6px 6px;border:1px solid #e5e5e5;height:36px}#take input[type=file]{padding:0}#take input[type=file]::-webkit-file-upload-button{height:32px;margin-top:1px;margin-left:1px}#take input[type=checkbox],#take input[type=radio]{height:16px}#take input[type=checkbox]{border-radius:unset}#take .button.button-large,#take .button.button-reset,#take .button.button-submit{width:110px!important;padding:0 15px;height:36px!important;line-height:20px;text-align:center;font-size:16px;text-shadow:unset!important;box-shadow:unset!important;border-radius:6px 6px;cursor:default}#take .button.button-submit{margin-right:10px;background:#0085ba!important;border-color:#0085ba!important;color:#fff!important}#take .button-large,#take .button.button-reset{background:#e2e2e2!important;border-color:#e2e2e2!important;color:#fff!important}.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=number],.form-example-preview .fm-form .wdform-field .wdform-element-section input[type=text],.form-example-preview .fm-form .wdform-field .wdform-element-section select{height:auto!important;line-height:inherit!important}.fm-form-content select.isBG{background-position-x:calc(100% - 8px)!important;background-position-y:50%!important;background-size:12px!important}.fm-description{font-size:12px;margin-left:20px}.wdform_field{width:100%;display:block!important}.wdform_field input[type=password],.wdform_field select,.wdform_field textarea,.wdform_field:not([type=type_grading]) input[type=text]{width:100%}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_label_sectionform_id_temp'][style^="display: table-cell"]{width:30%;display:inline-block!important;vertical-align:top}.wdform_field:not([type=type_submit_reset]):not([type=type_button]) div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:70%}.intl-tel-input,.wdform_field div[id$='_table_name']{width:100%}.wdform_field div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{display:inline-block!important}.wdform_field div[id$='_label_sectionform_id_temp'][style^="display: none"]+div[id$='_element_sectionform_id_temp'][style^="display: table-cell"]{width:100%}.wdform_field[type=type_date_range] input[id$="_elementform_id_temp0"],.wdform_field[type=type_date_range] input[id$="_elementform_id_temp1"]{width:48%!important}.wdform_field[type=type_name] div[id$='_td_name_input_first'] input,.wdform_field[type=type_name] div[id$='_td_name_input_last'] input{width:98%}#add_field_cont .highlight:not(.country){border-style:none!important}.fm-page-header .wp-heading-inline{display:inline-block}.ch-rad-label{width:calc(100% - 50px);word-break:break-all;display:-webkit-inline-box;min-width:100px}.fm_tooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px;max-width:250px;min-width:100px;word-break:break-all}.fm-table-submissions td,.fm-table-submissions th{max-width:200px;word-break:break-all}.placeholder-popup{width:100%;height:435px;background:0 0;box-shadow:0 5px 15px rgba(0,0,0,.7);overflow:hidden;display:none;position:relative;margin-top:10px;left:0;top:0;z-index:99998}.placeholder-body{width:100%;height:100%;background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Segoe UI;padding:10px;margin:0}.placeholder-body-col{height:100%;width:100%;display:inline-block;vertical-align:top;overflow:auto;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.placeholders_cont{background-color:#fff}.placeholders_cont p.description{padding:5px 10px 0 20px}#placeholders_overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:99998}.placeholders-active #placeholders_overlay{display:block}.placeholders-active .wp-editor-wrap,.placeholders-active textarea,.placeholders-active>input,.placeholders-active>span.dashicons-list-view{position:relative;z-index:99998}#field_container{display:inline-block;width:calc(60% + 15px);height:100%}#field_container.field_container_full{width:100%}#field_container .popup-body-col{width:calc(50% - 8px)}#field_container .popup-body-col:last-child{margin-right:0}#field_container .fm-free-message{margin-bottom:7px}@media screen and (max-width:1050px){#field_container,#field_container .popup-body-col{width:100%}}.fm-opacity-40{opacity:.4}p.fm-validate-description{color:red}.fm-validate-field{border:1px solid red!important}.wdform-page-and-images{border:1px solid #e5e5e5!important;color:#000;display:block!important;margin:10px 0;font-size:14px;font-weight:400;width:100%}.form_id_tempform_view_img{background:#fbfbfb;display:flex;flex-basis:inherit;justify-content:space-between;padding:10px}.form_id_tempform_view_img:not(.form_view_hide)+.wdform_page{border-top:1px solid #e5e5e5!important}.wdform_table1{color:#000;font-size:14px;font-weight:400;width:100%}.time_box{border-width:1px;margin:0;padding:2px;text-align:right;vertical-align:middle;width:30px!important}.wdform-date{width:100px!important}.mini_label{font-family:'Lucida Grande',Tahoma,Arial,Verdana,sans-serif;font-size:10px}.label{border:none}.td_am_pm_select{padding-left:5px}.am_pm_select{height:16px;margin:0;padding:0}.required{border:none;color:red}.captcha_img{border-width:0;cursor:pointer;margin:0;padding:0}.captcha_refresh{background-image:url(../images/refresh_black.png);border-width:0;cursor:pointer;height:30px;margin:0;padding:0;vertical-align:middle;width:30px}.captcha_input{border-width:1px;height:20px;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_img{border-width:0;cursor:pointer;margin:0;padding:0;vertical-align:middle}.arithmetic_captcha_input{border-width:1px;height:25px;margin-left:3px;padding:0;vertical-align:middle}.file_upload{border-width:1px;margin:0;padding:0}.page_deactive{border:1px solid #bfbebe;cursor:pointer;border-radius:15px;padding:2px 8px}.page_deactive:hover{background-color:#f0f0f0}.page_active{background-color:#4ec0d9;cursor:pointer;padding:2px 8px;margin:4px;cursor:pointer;border-radius:15px;padding:3px 9px;color:#fff}.page_percentage_active{background-color:#4ec0d9;border-radius:30px;border-spacing:0;height:30px;line-height:29px;float:left;font-size:15px;margin:0;padding:0;text-align:right!important;color:#4ec0d9}.page_percentage_active b{padding:4px 15px;background:#fff;border-radius:18px;margin:3px}.page_percentage_deactive{background-color:#fff;border:1px solid #aba8a8;border-radius:30px;height:30px;line-height:30px;text-align:left!important;width:100%}.fm-user-manual{float:left}.fm_pro_container{text-align:right;width:100%}.fm_pro_link{border:none;box-shadow:none!important;text-decoration:none}a.fm_pro_text,a.fm_pro_text:active,a.fm_pro_text:hover,a.fm_pro_text:visited{background-color:#d8d8d8;color:#175c8b;display:inline-block;font-size:11px;font-weight:700;height:54px;line-height:50px;padding:0 10px;vertical-align:middle}.fm_pro_image{border:none;display:inline-block;vertical-align:middle}input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#e5e5e5;border:1px solid #e5e5e5}#edit_table .fm-label{color:#000;font-weight:700;font-size:13px}#edit_div{padding:10px;padding-top:2px;padding-bottom:0}#edit_div input[type=text]:disabled{opacity:.5}#edit_main_table tr{vertical-align:middle}#edit_main_table>tr>td{border-bottom:1px solid #e6e4e4;padding:6px 0}#edit_main_table input[type=number],#edit_main_table input[type=text],#edit_main_table select,#edit_main_table textarea{border:0;background:#f1f1f1;box-shadow:none;border-radius:0}#edit_main_table input[type=text]{display:inline-block;padding:4px 6px;font-size:13px;line-height:18px;color:#555;vertical-align:middle}#edit_main_table #el_destination_input_info{padding-top:5px;display:inline-block;color:rgba(152,143,143,.5686274509803921)}#edit_main_table #el_destination_input{float:right;width:40%}.field_options-large #edit_main_table #el_destination_input{float:right;width:75%}#edit_main_table textarea{width:100%;font-size:13px;color:#555}#edit_main_table img{vertical-align:middle}#edit_main_table label{line-height:19px}.field_buttons{background-color:#f2f2f2;margin:1px;border-radius:2px;padding:5px;height:60px;width:87px;cursor:pointer;font-size:12px;border:1px solid #ccc}.field_buttons:hover{background-color:#e3e3e3}.field_disabled{cursor:pointer;background:#d0d0d0}.field_disabled:hover{background:#d0d0d0}.fm-field-label{color:#000;font-weight:700;font-size:13px;margin-right:20px}.fm-field-paypal-choice{width:50px!important;margin:1px!important}.fm-field-recaptcha-label{color:#ba0d0d;font-weight:700;font-size:13px;text-decoration:underline}.fm-field-recaptcha-label:active,.fm-field-recaptcha-label:hover,.fm-field-recaptcha-label:visited{color:#ba0d0d!important}.fm-editable-label{margin-left:4px;color:red;font-style:italic}.wdform_tr_section_break{display:none!important;min-width:480px}.element_toolbar{display:inline}.element_toolbar img{margin:2px}.wdform_arrows_section{padding-left:10px;vertical-align:middle;display:inline-block;min-width:77px}.wdform_arrows{background:rgba(242,242,242,.5);display:inline-flex;flex-direction:column;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;z-index:9}.wdform_arrows_show{vertical-align:middle;min-width:216px;background:#f5f5f5;text-align:left;margin-top:-11px;margin-bottom:5px;cursor:default!important;border-top:1px solid #e6e6e6}.wdform_arrows img{cursor:pointer}#edit_page_navigation{display:table-cell;vertical-align:middle;text-align:right}#edit_page_navigation .fm-ico-edit{font-size:18px;cursor:pointer;color:#555}.page_toolbar{cursor:pointer;margin:0 8px 0 6px}.page_toolbar.dashicons{font-size:25px}.page_toolbar.dashicons-dismiss{display:none}.page_toolbar.dashicons-arrow-down-alt,.page_toolbar.dashicons-arrow-left-alt,.page_toolbar.dashicons-arrow-right-alt,.page_toolbar.dashicons-arrow-up-alt{color:#555}.page_toolbar.dashicons-arrow-down-alt:hover,.page_toolbar.dashicons-arrow-left-alt:hover,.page_toolbar.dashicons-arrow-right-alt:hover,.page_toolbar.dashicons-arrow-up-alt:hover{color:#000}.page_toolbar.dashicons-download,.page_toolbar.dashicons-upload{color:#d8c57a}.page_toolbar.dashicons-download:hover,.page_toolbar.dashicons-upload:hover{color:#d8ce7f}.page_toolbar.fm-ico-collapse,.page_toolbar.fm-ico-delete,.page_toolbar.fm-ico-duplicate,.page_toolbar.fm-ico-edit,.page_toolbar.fm-ico-expand,.wdform_page_title .fm-ico-draggable,.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{color:#555;font-size:17px}#edit_page_navigation .fm-ico-edit:hover,.page_toolbar.fm-ico-collapse:hover,.page_toolbar.fm-ico-delete:hover,.page_toolbar.fm-ico-duplicate:hover,.page_toolbar.fm-ico-edit:hover,.page_toolbar.fm-ico-expand:hover,.wdform_page_title .fm-ico-draggable:hover,.wdform_row_handle .fm-ico-draggable:hover,.wdform_section_handle .fm-ico-draggable:hover{color:#000}.wdform_row_handle .fm-ico-draggable,.wdform_section_handle .fm-ico-draggable{cursor:move;font-size:12px;margin:10px 5px 4px 10px;float:left}.form_id_tempform_view_img .fm-ico-draggable{cursor:move;font-size:12px;margin:5px 5px 4px 10px}.form_id_tempform_view_img .fm-ico-draggable{font-size:12px;margin:0 10px 0 5px}.wdform_field_section_break{min-width:300px;display:inline-block;width:100%;padding-top:10px}.wdform_page{width:100%}#page_bar{border:1px solid #e5e5e5;padding:14px;margin:10px 0}.wdform_section{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin:10px;position:relative}.wdform_arrows_container{display:inline-flex;position:absolute;right:0;top:3px;height:100%}.wdform_column .wdform_arrows_advanced{top:30px}.wdform-page-and-images.ui-sortable-helper,.wdform_column:not(#add_field_cont).ui-sortable.ui-sortable-helper,.wdform_row.ui-sortable-handle.ui-sortable-helper{border:1px dashed #0085ba!important}#fm_admin_container .wdform_page .wdform_row_empty:nth-child(n+4){display:none!important}.wdform_column:not(#add_field_cont){display:inline-block;flex:1;min-height:20px;min-width:200px;vertical-align:top}.wdform_column:not(#add_field_cont).fm-hover,.wdform_section.fm-hover{border:1px dashed #0085ba!important}.wdform_row_empty{border:1px solid #e5e5e5!important;flex:1;padding:10px;vertical-align:top;display:flex;flex-direction:row;justify-content:center;align-items:center}.wdform_row_empty>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.wdform_row_empty .add_row_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_row_empty>div:hover .add_row_icon{color:#0085ba}.wdform_row_empty>div:hover .add_row_button{color:#0085ba}.wdform_row_empty .add_row_button{color:#32373c;font-size:20px;margin:10px}.wdform_column_empty{border:1px solid #e5e5e5!important;margin:10px;min-height:100px;min-width:200px;flex:0 23.3%;vertical-align:top;display:flex;flex-direction:column;justify-content:center;align-items:center}.wdform_column_empty>div{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.wdform_column_empty .add_column_icon{color:#e5e5e5;width:34px;height:34px;font-size:34px;text-align:center}.wdform_column_empty>div:hover .add_column_icon{color:#0085ba}.wdform_column_empty>div:hover .add_column_button{color:#0085ba}.wdform_column_empty .add_column_button{color:#32373c;font-size:20px;margin-top:5px}.wdform_row,.wdform_tr_section_break{background-color:#fff;border:transparent 1px dashed;min-height:60px;overflow:hidden;padding:10px;position:relative;width:100%}.wdform_row:active,.wdform_row:hover{border:1px dashed #0085ba;cursor:move}.wdform_tr_section_break:active,.wdform_tr_section_break:hover{border:#000 1px dashed}.wdform_star_rating img{margin:0}.wdform_scale_rating input{margin:0 2px}.grading input{float:none;margin:0 0 2px 0}.wdform_matrix tr td:first-child{border:none}.email_labels{position:absolute;background:#fff;border:solid 1px #c7c7c7;top:0;left:0;z-index:1000}.email_labels a{padding:5px;cursor:pointer}.email_labels a:hover{background:#ccc}.highlight:not(.country),.wdform_column:not(#add_field_cont).highlight{border:1px dashed #141414!important;min-height:100px}.wdform_section_handle{width:100%;height:30px}.wdform_row_handle{cursor:move;height:30px;flex:0 100%}.fm-divider{border-bottom:1px solid #e5e5e5;margin:0 10px;clear:both}.wdform_row_handle .add-new-field{cursor:pointer;float:right;margin:5px 10px 4px 5px;color:#0085ba;font-size:13px;font-weight:700}.wdform_row_handle .add-new-field:hover{color:#006992}.wdform_row_handle .add-new-field:before{content:"\e901";display:inline-block;width:11px;height:11px;font-size:11px;line-height:1.6;font-family:fm-icons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;margin-right:2px}.wdform_row_handle .page_toolbar.fm-ico-delete{float:right;font-size:13px;margin:7px 10px 0 0}.highlight:not(.country){visibility:visible!important;height:80px!important;width:100%!important;display:inline-block;background:0 0}.page_numbersform_id_temp,.wdform-page-button{border:1px solid #b3b3b3;padding:2px 15px}.fm-loading-container{position:relative}.fm-loading-content,.fm-loading-content::after,.fm-loading-content::before{z-index:1000;position:fixed;top:50%;left:50%;border:1px solid #ccc;border-left-color:#000;border-radius:974px;-o-border-radius:974px;-ms-border-radius:974px;-webkit-border-radius:974px;-moz-border-radius:974px}.fm-loading-content{height:49px;width:49px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:fm-loading-rotate 1.15s linear infinite;-o-animation:fm-loading-rotate 1.15s linear infinite;-ms-animation:fm-loading-rotate 1.15s linear infinite;-webkit-animation:fm-loading-rotate 1.15s linear infinite;-moz-animation:fm-loading-rotate 1.15s linear infinite}.fm-loading-content::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:fm-loading-rotate 2.3s linear infinite;-o-animation:fm-loading-rotate 2.3s linear infinite;-ms-animation:fm-loading-rotate 2.3s linear infinite;-webkit-animation:fm-loading-rotate 2.3s linear infinite;-moz-animation:fm-loading-rotate 2.3s linear infinite}@keyframes fm-loading-rotate{100%{transform:rotate(360deg)}}@-o-keyframes fm-loading-rotate{100%{-o-transform:rotate(360deg)}}@-ms-keyframes fm-loading-rotate{100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes fm-loading-rotate{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes fm-loading-rotate{100%{-moz-transform:rotate(360deg)}}.fm-user-manual{font-size:14px;font-weight:700;font-style:italic;margin:20px 0}.fm-title{float:left}.fm-title span{width:50px;display:inline-block}.fm-title input{width:290px;padding:4px;border:1px solid #c5c6c7;height:36px;background:0 0;margin:0;display:inline-block;vertical-align:middle;font-size:14px}input:focus{outline:0!important}.fm-page-header{padding:10px 0}.fm-page-title{font-size:24px;line-height:24px;color:#444;display:inline-block;vertical-align:middle}.fm-edit-content{position:relative;background:#fff;margin:0 auto;padding:40px 10px 10px 10px}.fm-drag-and-drop{margin-bottom:10px}.fm-drag-and-drop div{padding:5px 0;font-style:italic}.fm-drag-and-drop label{font-size:15px;font-weight:700;vertical-align:top;margin-right:10px}.fm_modal{display:none;position:fixed;z-index:100000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8)}.export_progress{position:fixed;z-index:1003;height:100%;width:100%;top:56%;left:45%;font-size:15px;color:#000;display:none}div.ui-datepicker{font-size:15px!important}.ui-datepicker{background:#f2f2f2!important;border:1px solid #afafaf!important;color:#777!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #e3e3e3!important;background:#fff!important;color:#8c8c8c!important}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #d2d2d2!important;background:#dcdcdc!important;font-weight:700!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #a9a9a9!important;background:#a9a9a9!important;color:#fff!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #a2a2a2!important;background:#dcdcdc!important;color:#272727!important}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)!important}.fm-header-1{width:59%;display:inline-block;vertical-align:top}.fm-header-2{width:40%;display:inline-block;vertical-align:top}.fm-header label{width:20%;display:inline-block;font-size:15px}.fm-row{margin-top:10px;padding:0}.form-header .fm-row label{width:24%!important}.fm-row label{display:inline-block;width:20%;font-size:15px;vertical-align:middle;text-align:left}.fm-row input[type=text],.fm-row select{width:100%;max-width:487px;padding:5px;border:1px solid #d2cfcf;height:30px;line-height:inherit;box-shadow:none}.header_img{width:120px;height:120px;background-size:cover;margin-top:10px}@media screen and (max-width:782px){.fm-row label{width:100%;margin-bottom:10px}.fm-row input[type=text],.fm-row select{width:100%;max-width:577px}.header_img{margin-left:0}.fm-table-submissions td,.fm-table-submissions th{max-width:none}.wd-table .wd-radio,.wd-table .wd-radio+label,.wd-table input[type=checkbox],.wd-table input[type=checkbox]+label{margin-bottom:5px;display:inline-block}}.header_img #remove_header_img{display:none;float:right;cursor:pointer}.header_img:hover #remove_header_img{display:inline-block}.fm-button.add-button{background-color:#4ec0d9;border:1px solid transparent}#manage_form .fm-header .fm-heading{background-color:#1a89bc;font-size:20px;height:60px;color:#fff;padding:0 15px}.fm-form-example{position:absolute}.fm-form-example .fm-left{float:left}.fm-form-example .fm-right{float:right}.fm-form-example .fm-center{margin:0 auto}.fm-form-example.form-embedded{width:100%;top:5px}.fm-form-example .fm-row label,.fm-themes .fm-row label,.fm-themes-container .fm-row label{width:35%}.fm-themes-container textarea{width:100%;height:300px}.form-example-preview label:not(:first-child){width:initial!important}.fm-form-example .fm-row input[type=text],.fm-form-example .fm-row select,.fm-themes .fm-row input[type=number],.fm-themes .fm-row input[type=text],.fm-themes .fm-row select{width:56%}.fm-themes .fm-2text input[type=text]{width:86%}.fm-form-example .fm-section{display:table}.fm-form-example .fm-section:after{content:'';clear:both;display:block}.fm-form-example .fm-column{float:left}.fm-form-example .wdform-field.subscribe-reset{display:grid}.fm-form-example .wdform-field{display:table-cell}.fm-form-example .wdform-label-section{text-align:left;display:table-cell}.fm-form-example .container-fluid{background:0 0;padding-left:0;padding-right:0}.fm-form-example .wdform-element-section{text-align:left;display:table-cell;min-width:140px}.fm-form-example .fm-button-reset,.fm-form-example .fm-button-subscribe{height:auto!important;line-height:inherit}.fm-mini-title{width:100%!important;font-size:18px!important;border-bottom:1px dotted #ccc;padding:5px 0;color:#e5705d}.fm-wdform-page-button{display:inline-block;outline:0;cursor:pointer}.fm-btn-group{display:inline-block;vertical-align:middle}.fm_shake_row{padding-top:10px}.fm_shake_row .fm-ch-select label{margin-left:5px}.fm-ch-select{width:140px}.fm-ch-button label{margin-left:5px}.form-example-preview p{color:#4ec0d9;font-size:20px}.pagination-type{display:inline-block;vertical-align:top}.pagination-type label{width:initial}.embedded-form:after{content:'';display:block;clear:both}.active-percentage{text-align:right}#manage_form .panel{border:none}#fm-header{padding:0!important}#manage_form .form-header .panel-heading{background-color:#fff;height:22px;color:#000;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:14px;padding:8px 12px;margin:0;line-height:1.4}#manage_form .form-header .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 41% 49%;width:92px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-header span.fm-expcol{background:url(../images/icons.png) no-repeat 26% 54%;width:45px;height:60px;cursor:pointer}.form-header span.fm-expanded{background:url(../images/icons.png) no-repeat 31% 52%;width:45px;height:60px;cursor:pointer}.form-content.panel{background-color:transparent!important}.form-content .panel-content>div{margin-top:10px}.form-content .panel-content fieldset{background-color:#fff}.form-content .panel-heading{background-color:#445b72;font-size:20px;height:60px;color:#fff;padding:0 15px 0 0}.form-content .panel-heading span.fm-header-bg{background:url(../images/icons.png) no-repeat 12% 92%;width:128px;height:60px;display:inline-block;vertical-align:middle;margin-right:15px}.form-content span.fm-expcol{background:url(../images/icons.png) no-repeat 49% 93.5%;width:50px;height:65px;cursor:pointer}.form-content span.fm-expanded{background:url(../images/icons.png) no-repeat 42% 93.5%;width:50px;height:65px;cursor:pointer}.fm-form-header .himage{text-align:center}.fm-form-header .himage.imageRight{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageRight{display:table-cell;width:70%}.fm-form-header .himage.imageLeft{display:table-cell;width:20%;vertical-align:middle}.fm-form-header .htext.imageLeft{display:table-cell;width:70%}.fm-button.small{width:108px}.fm-button.medium{width:150px}.fm-button.large{width:170px}.fm-button.extra-large{width:200px}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}.fm-loading{display:none;background:url(../images/load.gif) no-repeat 0 50%;width:20px;height:20px;vertical-align:middle}.mini_label{font-size:12px}#show_table .mini_label:empty{font-size:12px;padding:6px 0;background-color:#f1f1f1;display:block;margin-right:10px;margin-top:2px}#show_table .mini_label_from:empty,#show_table .mini_label_phone_number:empty,#show_table .wdform_address .mini_label:empty,#show_table .wdform_date_fields .mini_label:empty{margin-right:0}#show_table .mini_label_area_code:empty{margin-right:15px}#show_table .mini_label_to:empty{margin-left:3px;margin-right:0}@media screen and (max-width:480px){#show_table input[type=text]{padding:3px 10px}#show_table select{padding:3px 10px;font-size:13px;height:26px}}.wdform_address span{height:52px}.all_any,.show_hide{width:80px}.is_select{width:100px}.field_choices{display:inline-block}.wdform-field button.inForm{background:#f3f1f1!important;color:#616163;border:1px solid #d0cfcf!important;cursor:default;border-radius:3px;box-shadow:1px 1px 1px #dedede}.wdform-field.custom-button button{background:#4ec0d9;padding:0 5px 0 0;height:28px}.wdform-field button span{background:url(../images/icons.png) no-repeat 95.5% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.inForm span{background:url(../images/icons.png) no-repeat 91% 35.8%;width:28px;height:28px;vertical-align:middle;display:inline-block}.wdform-field button.isRequired::after{content:" *";color:red}.fm-mini-heading{font-size:14px;font-weight:700;vertical-align:top;margin-right:10px;margin-bottom:15px}.mini-label{font-size:14px;vertical-align:top;margin-left:3px;margin-bottom:5px}.fm-mini-heading label{font-size:inherit!important}.fm-italic{font-style:italic}.fm-border{padding-bottom:8px;border-bottom:1px dotted #ccc}.fm-2col>div{width:49%}.need-more a{color:#3b6169!important;font-weight:700;cursor:pointer}.need-more span{background:url(../images/icons.png) no-repeat 99% 46%;display:inline-block;width:24px;height:22px;vertical-align:middle}.fm_lists label{width:inherit}.addHeaderImage{background:url(../images/themes/file-uploads/1.png);width:20px;height:20px;display:inline-block;vertical-align:middle}.fm-button.cancel-button,.fm-button.delete-button,.fm-button.field-save-button,.fm-button.form-options-button,.fm-button.options-edit-button,.fm-button.preview-button,.fm-page-actions .fm-button{background:0 0;color:#444;border:1px solid #c5c6c7!important}.fm-content{position:relative;height:465px;border:1px solid #a7a7a7}.theme_type{background-color:#f4f4f4;border:1px solid #8f8d8d;border-radius:8px 8px 8px 8px;cursor:pointer;display:inline-block;font-size:16px;height:24px;padding-top:5px;text-align:center;vertical-align:middle;width:123px;margin:2px 0 2px 0}.fm-form-title{text-align:left;display:inline-block;height:46px;line-height:46px;font-size:28px;font-weight:700;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-sidebar{background:#fff;padding:15px}.fm-themes-tabs{background:#fff;padding:0!important}.fm-mailchimp-tabs a{text-decoration:underline!important}.skip-step{font-size:12px}.fm-themes-form>div{background:#fff}.fm-mailchimp{color:#23282d;background:0 0!important}.fm-row.fm-form-types span{display:inline-block;width:75px;height:45px;vertical-align:middle}.fm-form-types span.fm-embedded{background:url(../css/images/embedded.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-embedded.active{background:url(../css/images/embedded_active.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover{background:url(../css/images/popup.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-popover.active{background:url(../css/images/popup_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar{background:url(../css/images/topbar.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-topbar.active{background:url(../css/images/topbar_active.png) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox{background:url(../css/images/scrollbox.svg) no-repeat;background-size:100% 100%}.fm-form-types span.fm-scrollbox.active{background:url(../css/images/scrollbox_active.png) no-repeat;background-size:100% 100%}.fm-form-types label{width:initial}.fm-form-types label>input{position:absolute;right:3%;top:17px}.fm-form-types label>input+span{cursor:pointer;border:2px solid transparent}.fm-form-types label>p{padding:5px 0;text-align:center;font-size:14px;color:#32373c;margin:0}.pp_display label{margin-left:5px}.pp_live_search{height:auto!important}ul.pp_search_results{height:auto;max-height:200px;overflow:auto;background-color:#efefef!important;padding:0;color:#444}ul.pp_search_results li{cursor:pointer;padding:7px 10px;margin:0}ul.pp_search_results li:hover{background:#46acc3;color:#fff}li.pp_selected{background:#efefef;margin-bottom:0;height:auto;padding:4px}li.pp_selected>span{background:#46acc3;padding:5px 8px 7px 5px;color:#fff;margin:4px;display:inline-block;border-radius:3px}.pp_selected_remove{position:relative;margin-left:5px;cursor:pointer;font-size:18px;font-weight:700;opacity:.8;font-family:cursive}#old_theme_notice{display:inline-block}.fm-bulk-actions .button{margin:1px 0}.fm-bulk-actions .button.hide{display:none}.fm-bulk-actions span.hide-filter.hide{display:none}.fm-bulk-actions .button.active{display:inline-block}.fm-bulk-actions span.show-filter.hide{display:none}.fm-table-submissions .payment_info_fc{color:#0073aa}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{width:100%;overflow-x:scroll;overflow-y:hidden}.fm-table-submissions .table-wrapper-1.fixed{position:fixed;top:15px}.fm-table-submissions .table-scroll-1{height:20px}.fm-table-submissions .submit_content{overflow:hidden}.fm-table-submissions th.col_id a{min-width:40px}.fm-table-submissions .col-submit-date{width:150px}.table-wrapper-1.no-scroll,.table-wrapper-2.no-scroll{overflow:hidden!important}@media screen and (max-width:782px){td#submitid_fc,th#submitid_fc{display:none!important}.fm-table-submissions .table-wrapper-1,.fm-table-submissions .table-wrapper-2{overflow-x:hidden!important}}.done-cont{text-align:center;padding:20px 0}.add-col-header{font-weight:700;font-size:18px;margin:0 0 5px 0}.fm-table-submissions_edit .wd-table .type_range input{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs label{display:inline-block;width:70px}.fm-table-submissions_edit .wd-table .type_grading .grading-inputs input{display:inline-block;width:70px}.fm-table-submissions_edit .non-editable label{display:inline-block;min-width:200px}.fm-table-submissions_edit .non-editable span{display:inline-block;line-height:20px;vertical-align:top}.fm-table-submissions_edit .form-title{font-size:16px;font-weight:400;margin:0;padding:9px 0 4px;line-height:29px}.form_view_hide{display:none!important}.form_view_show{display:block}.row-actions{word-break:keep-all}.no-wrap{white-space:nowrap}.ui-tooltip{max-width:330px;position:absolute;white-space:pre-line;padding:0 10px!important;line-height:.5!important;z-index:9999}.ui-tooltip .ui-tooltip-content{font-weight:400}.tooltip-arrow:after,.ui-tooltip{background:#666}.ui-tooltip{color:#fff;border-radius:10px;font:bold 14px "Helvetica Neue",Sans-Serif;box-shadow:0 0 7px #666}.ui-tooltip p{margin:0}.tooltip-arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.tooltip-arrow.top{top:-16px;bottom:auto}.tooltip-arrow.left{left:20%}.tooltip-arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #666;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tooltip-arrow.top:after{bottom:-20px;top:auto}.wd-red{color:red}.wd-yellow{color:#fccd47}.wd-grey{color:#9b9b9b}.goodbye-text{font-size:16px;font-weight:700;background:#fff;padding:15px;line-height:22px}.goodbye-text a{font-size:15px}.wd-vertical-middle{vertical-align:middle!important}.wd-text-center{text-align:center}.fm-section-header{border-bottom:1px solid #e5e5e5;color:#32373c;padding:23px 0}.fm-section-header label{font-size:20px;margin:0 50px}.fm-alert-header{text-align:center}.fm-alert-body{text-align:center;margin-top:30px}.fm-alert-header label{color:#32373c;display:block;margin:10px;font-size:15px}.fm-alert-body button.button{margin:0 5px}.fm-section{padding:10px 50px}.fm-section .fm-row label{display:block;font-size:16px;margin-bottom:10px;width:100%}.fm-section .fm-row label.fm-label-inline{display:inline}#header_hide_image{margin:auto}.fm-section .fm-row .add-button{width:100px;vertical-align:initial}#header_image_url{width:calc(100% - 110px);display:inline-block}#fm-header-content .add-button{vertical-align:baseline}.fm-section .fm-row input[type=text],.fm-section .fm-row select{width:100%;padding:5px;border:1px solid #d2cfcf;height:30px;max-width:none;line-height:30px;box-shadow:none}.fm_popup_container{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100500}.fm_popup_container .fm-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.fm_popup_container .fm-popup-wrap{display:flex;flex-direction:column;justify-content:center;background:#fff;font-size:0;height:100%;width:100%;position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;overflow-y:auto}#fm_popup_container .fm-popup-wrap{max-width:710px;max-height:600px}#fm_delete_page_popup_container .fm-popup-wrap,#fm_delete_row_popup_container .fm-popup-wrap{max-width:744px;max-height:200px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#fm_delete_column_popup_container .fm-popup-wrap,#fm_delete_field_popup_container .fm-popup-wrap{max-width:466px;max-height:171px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.fm-disable-scroll{overflow:hidden}.fm-align-right{text-align:right}#fm_revision_popup_container .fm-popup-wrap{max-width:550px;width:550px;max-height:515px;height:515px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 0}.fm_rev_index{float:left;width:25%;font-weight:500}.fm_rev_date{float:left;width:30%;min-height:20px}.fm_rev_time{float:left;width:30%;min-height:20px}.fm_rev_button{width:15%;min-height:20px;float:right;text-align:right}#fm_revision_popup_container .fm_row{padding:5px 30px;height:42px;line-height:30px;font-size:15px;font-weight:400}#fm_revision_popup_container .fm_row div{font-size:15px}#fm_revision_popup_container .fm-section{padding:0;margin-top:65px}#fm_revision_popup_container .fm-section-header label{margin:0 30px}.fm_rev_active{background-color:#ffb900}#fm_revision_popup_container .fm-section-header{position:absolute;width:inherit;background-color:#fff;height:65px;top:0}.fm_not-active{pointer-events:none;cursor:default;text-decoration:none}#fm_revision_popup_container .fm-ico-delete{font-size:13px;text-align:right;width:13px;cursor:pointer;color:#32373c;float:right;margin-right:25px}#fm_revision_popup_container .fm-section-header-title{max-width:80%;float:left}#fm_revision_popup_container .fm-section-header-title label{font-size:20px}#fm_revision_popup_container .fm-section-header{border-bottom:none}#fm_revision_popup_container .fm_row.fm_rev_header{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;font-weight:500;font-size:16px;height:50px;line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header div{line-height:40px}#fm_revision_popup_container .fm_row.fm_rev_header a{margin-top:5px}#fm_revision_popup_container .fm_row.fm_title_row{font-weight:500}.curr_rev_button{font-size:15px;font-weight:400}.fm_vr{line-height:30px;width:1px;color:#ccc;font-size:15px;margin-right:12px;margin-left:10px;border-right:2px solid #e5e5e5}.button_revisions{margin-right:10px!important}.revision_content{overflow-y:auto;height:340px}a.fm_not-active{padding:3px 15px;background-color:#e5e5e5;color:#555;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#form_email_options_tab_content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}#fm-header-content{width:75%;max-width:800px;margin:0 auto;background-color:#fff}.display-options-container .wd-box-content{width:75%;max-width:800px;margin:auto;padding:0}.display-options-container .wd-box-section{background-color:#fff;border:none;margin:0}.display-options-container .wd-table{background-color:#fff}.wd-box-content.display-options-header{padding:20px 0}.wd-box-content.display-options-content,.wd-box-content.theme-content{padding:20px;margin-bottom:10px}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:calc(23% - 2px);text-align:center;position:relative;margin-right:2.4%}.fm-form-types label.display_option_item:last-child{margin-right:0!important}.display-options-content,.theme-content{border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.display-options-content .wd-label,.theme-content .wd-label{font-size:16px;font-weight:700}#fm-embedded-element p{font-size:14px}#fm-embedded-element input[type=text]{border-radius:0;width:70%}#themes_container{display:flex!important;height:100px;border-bottom:1px solid #e5e5e5}.themes_container_col{display:flex;flex-direction:column;justify-content:center}#themes_icon{width:10%}#themes_icon img{max-height:55px}#themes_descr{width:50%;font-size:16px}.rtl #themes_descr{margin-right:20px}#themes_descr h3{font-weight:700;padding:0;margin:0;font-size:16px}#themes_descr p{font-size:16px}#themes_select{width:40%}#themes_select_row{float:right;vertical-align:middle;margin-top:33px}.rtl #themes_select_row{float:left;margin-left:20px}#themes_select_row a{display:unset;margin-right:20px;font-size:14px;padding:5px 10px;line-height:33px}#themes_select_row #theme{width:300px;height:33px;font-size:16px}@media screen and (max-width:1300px){#fm-embedded-element input[type=text]{width:50%}#themes_select_row #theme{width:auto}}@media screen and (max-width:1100px){#themes_container{display:block!important;height:auto;padding:20px 0}#themes_select_row #theme{width:250px}#themes_select_row{float:none}#themes_select{display:inline-block;width:100%;height:auto;text-align:center;float:none}#themes_icon{width:20%;float:left}#themes_descr{width:calc(80% - 20px)}#themes_select{width:100%}}@media screen and (max-width:450px){#themes_select_row{text-align:center;float:none}#themes_select_row #theme{width:150px}}@media screen and (max-width:782px){#fm-header-content{width:100%}#fm-embedded-element input[type=text]{border-radius:0;width:30%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:48.5%;text-align:center;position:relative;margin-right:2%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}@media screen and (max-width:570px){#fm_revision_popup_container .fm-popup-wrap{width:100%;height:515px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:5px 0}#fm-embedded-element input[type=text]{border-radius:0;width:50%}.fm-form-types label.display_option_item{padding:10px;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;width:100%;text-align:center;position:relative;margin-right:9.5%}.fm-form-types label.display_option_item:nth-child(3){margin-right:0!important}}#fm_admin_container.fm-form-container .fm-edit-tabs{display:flex;flex-wrap:wrap;justify-content:center;border:none;border-bottom:1px solid #e5e5e5;font-size:16px;margin:0;padding:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab{cursor:initial}#fm_admin_container.fm-form-container .fm-edit-tabs>li#form_empty_tab>a{display:none}#fm_admin_container.fm-form-container .fm-edit-tabs>li{background:#fff!important;border:none!important;box-shadow:none!important;cursor:pointer;margin:0}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a{display:inline-block;padding:20px;box-shadow:none;color:#32373c;font-size:16px;font-weight:600}#fm_admin_container.fm-form-container .fm-edit-tabs>li>a .tab-label{font-size:16px}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover{background:#fff!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:focus{box-shadow:none!important;outline:0!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li:hover>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active{border-bottom:2px solid #0085ba!important}#fm_admin_container.fm-form-container .fm-edit-tabs>li.ui-tabs-active>a{color:#0085ba}#fm_admin_container.fm-form-container .fm-edit-tabs #form_empty_tab{flex:1}#fm_admin_container.fm-form-container .ui-tabs-panel{background:#fff;border:none;min-height:600px}#fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{line-height:20px;font-size:15px;margin-left:5px}.rtl #fm_admin_container.fm-form-container .ui-widget-content span.dashicons-admin-generic{margin-right:5px;margin-left:unset}#fm-tabs{background:#fff}.fm-tab-loading-indicator{padding:20px;text-align:center;font-size:16px}.fm_popup_container .fm-button-delete{background-color:#ca4a1f;border-color:#ca4a1f;box-shadow:0 1px 0 #802f14;text-shadow:none}.fm_popup_container .fm-button-delete:hover{background-color:#9e3b19;border-color:#ca4a1f}.fm-form-builder .wdform_page{display:flex;flex-wrap:wrap;justify-content:flex-end;min-height:100px}.fm-form-builder .wdform_section{flex-direction:column;flex:1}.fm-form-builder .wdform_page>.highlight{flex:1;margin:10px}.fm-form-builder .wdform_row_empty{flex:0 20%}.wdform_column:not(#add_field_cont){display:flex;flex-direction:column}.fm-form-builder .wdform_column:not(#add_field_cont){flex-direction:row}.fm-form-builder .wdform_column_empty>div{flex-direction:row}.fm-form-builder .wdform_row_empty>div{flex-direction:column}.fm-form-builder .wdform_section{display:initial;flex-wrap:unset}.fm-form-builder .wdform_row_empty{margin:10px}.fm-section-overlay{background:rgba(242,242,242,.5);display:none;flex-direction:column;height:calc(100% - 30px);left:0;position:absolute;text-align:center;top:30px;vertical-align:middle;width:100%;z-index:9}.fm-hover .fm-section-overlay{display:inline-block}.fm-hover .wdform_row_handle{background:rgba(242,242,242,.5)}@media screen and (max-width:768px){.fm-form-builder .wdform_page>*{flex:0 100%}}.rtl .intl-tel-input .selected-flag{padding:0 8px 0 0}.rtl .ui-spinner input{text-align:left}.rtl div[type=type_phone_new] input[type=text]{padding-left:6px!important;padding-right:52px!important}.rtl .button-submit{margin-left:15px}.rtl .ch-rad-label{display:inline}.rtl .wd-calendar-button{margin:3px -23px 0 0}.rtl div[id$='_td_name_input_first']{text-align:left}.rtl .fm-export-tools,.rtl .fm-page-actions,.rtl div.wd-buttons{float:left}.rtl .wd-table-col-left .wd-box-section{margin-left:5px;margin-right:unset}.rtl .page-title-action{display:inline-block}.rtl .fm-edit-content #add_field_cont{left:10px;right:unset}.rtl .fm_php_function{direction:ltr;text-align:right}.fm-input-container input[type=checkbox]+label,.rtl .fm-input-container input[type=radio]+label{padding-left:10px;padding-right:unset}.rtl #edit_page_navigation{text-align:left}.rtl .fm-input-container input[type=radio],.rtl .fm-input-container label{display:inline-block}#form_email_options_tab_content .wd-table-col-50{margin:auto}#fm-edit-disable-overlay{padding:70px;z-index:10}#fm-edit-disable-overlay .fm-edit-disable-overlay-text{background-color:#ececec;border:1px solid #ddd;padding:20px}#fm-edit-disable-overlay .fm-edit-disable-overlay-text span,#fm-edit-disable-overlay .fm-edit-disable-overlay-text span *{font-size:20px;line-height:25px}#fm-edit-disable-overlay .fm-edit-disable-overlay-button{padding-top:20px}#manage_form [type=type_button],#manage_form [type=type_submit_reset]{display:flex!important;align-items:flex-end;height:100%}.fm-col-1{flex:0 1 calc(100% - 20px)!important;width:calc(100% - 20px)!important}.fm-col-2{flex:0 1 calc(50% - 20px)!important;width:calc(50% - 20px)!important}.fm-col-3{flex:0 1 calc(33.33% - 20px)!important;width:calc(33.33% - 20px)!important}.fm-col-4{flex:0 1 calc(25% - 20px)!important;width:calc(25% - 20px)!important}.form-example-preview{position:relative;top:0}#wpbody-content>div:not(.wrap),.wrap .notice:not(.wd-notice){display:none}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"]{position:relative}.wdform_field[type=type_date_new] div[id$="_element_sectionform_id_temp"] .wd-calendar-button{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0}#form_edit_tab_content .add-popup :not(.dashicons):not(.mce-ico){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}.fm-notice{display:flex;justify-content:space-between}.fm-notice-dismiss-button{border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer}.fm-error{color:#cc0c0c;margin-left:5px;font-weight:600}.fm-capture-loading{margin-left:5px}.fm-double-option-container{display:flex}.fm-option-wrapper1{width:calc(30% + .25rem + 16px);display:flex;justify-content:space-between}.fm-option-wrapper1 .fm-label-container,.fm-option-wrapper2 .fm-label-container{width:100%}.fm-option-wrapper2 .fm-label-container{text-align:end}.fm-option-wrapper2{width:calc(70% - .25rem - 16px);display:flex;justify-content:flex-end}.fm-option-wrapper1 .fm-input-container,.fm-option-wrapper2 .fm-input-container{width:unset}input.fm-mini-labe-input{height:16px;min-height:16px;padding-top:0;padding-bottom:0}@media screen and (max-width:782px){.fm-option-wrapper1{width:calc(30% + .25rem + 25px)}.fm-option-wrapper2{width:calc(70% - .25rem - 25px)}}@media screen and (max-width:370px){.fm-option-wrapper2 .fm-label-container{text-align:start;width:65%}}#form_maker_editor{width:100%}/*!
2
  * Bootstrap v3.3.6 (http://getbootstrap.com)
3
  * Copyright 2011-2015 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://10web.io/plugins/wordpress-form-maker/?utm_source=form_maker&utm_medium=free_plugin
5
  * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
6
- * Version: 1.15.4
7
  * Author: 10Web Form Builder Team
8
  * Author URI: https://10web.io/plugins/?utm_source=form_maker&utm_medium=free_plugin
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -103,8 +103,8 @@ final class WDFM {
103
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
104
  $this->front_urls = $this->get_front_urls();
105
  $this->main_file = plugin_basename(__FILE__);
106
- $this->plugin_version = '1.15.4';
107
- $this->db_version = '2.15.4';
108
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
109
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
110
  $this->menu_slug = 'manage' . $this->menu_postfix;
@@ -1660,8 +1660,8 @@ final class WDFM {
1660
  'file' => 'fm_save.php',
1661
  ),
1662
  'form-maker-stripe' => array(
1663
- 'version' => '1.2.10',
1664
- 'fm_version' => '2.14.11',
1665
  'file' => 'fm_stripe.php',
1666
  ),
1667
  'form-maker-webhooks' => array(
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://10web.io/plugins/wordpress-form-maker/?utm_source=form_maker&utm_medium=free_plugin
5
  * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
6
+ * Version: 1.15.5
7
  * Author: 10Web Form Builder Team
8
  * Author URI: https://10web.io/plugins/?utm_source=form_maker&utm_medium=free_plugin
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
103
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
104
  $this->front_urls = $this->get_front_urls();
105
  $this->main_file = plugin_basename(__FILE__);
106
+ $this->plugin_version = '1.15.5';
107
+ $this->db_version = '2.15.5';
108
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
109
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
110
  $this->menu_slug = 'manage' . $this->menu_postfix;
1660
  'file' => 'fm_save.php',
1661
  ),
1662
  'form-maker-stripe' => array(
1663
+ 'version' => '1.2.11',
1664
+ 'fm_version' => '2.15.5',
1665
  'file' => 'fm_stripe.php',
1666
  ),
1667
  'form-maker-webhooks' => array(
framework/WDW_FM_Library.php CHANGED
@@ -6486,4 +6486,82 @@ class WDW_FM_Library {
6486
 
6487
  return $allowed_html;
6488
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6489
  }
6486
 
6487
  return $allowed_html;
6488
  }
6489
+
6490
+ /**
6491
+ * Select data from db for labels.
6492
+ *
6493
+ * @param string $db_info
6494
+ * @param string $label_column
6495
+ * @param string $table
6496
+ * @param string $where
6497
+ * @param string $order_by
6498
+ * @return mixed
6499
+ */
6500
+ public static function select_data_from_db_for_labels( $db_info = '', $label_column = '', $table = '', $where = '', $order_by = '' ) {
6501
+ global $wpdb;
6502
+ $where = html_entity_decode($where, ENT_QUOTES);
6503
+ $query = "SELECT `" . $label_column . "` FROM " . $table . $where . " ORDER BY " . $order_by;
6504
+ $db_info = trim($db_info, '[]');
6505
+ if ( $db_info ) {
6506
+ $temp = explode( '@@@wdfhostwdf@@@', $db_info );
6507
+ $host = $temp[ 0 ];
6508
+ $temp = explode( '@@@wdfportwdf@@@', $temp[1] );
6509
+ $port = $temp[ 0 ];
6510
+ if ($port) {
6511
+ $host .= ':' . $port;
6512
+ }
6513
+ $temp = explode( '@@@wdfusernamewdf@@@', $temp[ 1 ] );
6514
+ $username = $temp[ 0 ];
6515
+ $temp = explode( '@@@wdfpasswordwdf@@@', $temp[ 1 ] );
6516
+ $password = $temp[ 0 ];
6517
+ $temp = explode( '@@@wdfdatabasewdf@@@', $temp[ 1 ] );
6518
+ $database = $temp[ 0 ];
6519
+ $wpdb_temp = new wpdb( $username, $password, $database, $host );
6520
+ $choices_labels = $wpdb_temp->get_results( $query, ARRAY_N );
6521
+ } else {
6522
+ $choices_labels = $wpdb->get_results( $query, ARRAY_N );
6523
+ }
6524
+
6525
+ return $choices_labels;
6526
+ }
6527
+
6528
+ /**
6529
+ * Select data from db for values.
6530
+ *
6531
+ * @param string $db_info
6532
+ * @param string $value_column
6533
+ * @param string $table
6534
+ * @param string $where
6535
+ * @param string $order_by
6536
+ *
6537
+ * @return array|null|object
6538
+ */
6539
+ public static function select_data_from_db_for_values( $db_info = '', $value_column = '', $table = '', $where = '', $order_by = '' ) {
6540
+ global $wpdb;
6541
+ $where = html_entity_decode($where, ENT_QUOTES);
6542
+ $query = "SELECT `" . $value_column . "` FROM " . $table . $where . " ORDER BY " . $order_by;
6543
+ $db_info = trim($db_info, '[]');
6544
+ if ( $db_info ) {
6545
+ $temp = explode( '@@@wdfhostwdf@@@', $db_info );
6546
+ $host = $temp[ 0 ];
6547
+ $temp = explode( '@@@wdfportwdf@@@', $temp[ 1 ] );
6548
+ $port = $temp[0];
6549
+ if ($port) {
6550
+ $host .= ':' . $port;
6551
+ }
6552
+ $temp = explode( '@@@wdfusernamewdf@@@', $temp[ 1 ] );
6553
+ $username = $temp[ 0 ];
6554
+ $temp = explode( '@@@wdfpasswordwdf@@@', $temp[ 1 ] );
6555
+ $password = $temp[ 0 ];
6556
+ $temp = explode( '@@@wdfdatabasewdf@@@', $temp[ 1 ] );
6557
+ $database = $temp[ 0 ];
6558
+ $wpdb_temp = new wpdb( $username, $password, $database, $host );
6559
+ $choices_values = $wpdb_temp->get_results( $query, ARRAY_N );
6560
+ } else {
6561
+ $choices_values = $wpdb->get_results( $query, ARRAY_N );
6562
+ }
6563
+
6564
+ return $choices_values;
6565
+ }
6566
+
6567
  }
frontend/models/form_maker.php CHANGED
@@ -1403,83 +1403,6 @@ class FMModelForm_maker {
1403
  exit;
1404
  }
1405
  }
1406
- /**
1407
- * Select data from db for labels.
1408
- *
1409
- * @param string $db_info
1410
- * @param string $label_column
1411
- * @param string $table
1412
- * @param string $where
1413
- * @param string $order_by
1414
- * @return mixed
1415
- */
1416
- public function select_data_from_db_for_labels( $db_info = '', $label_column = '', $table = '', $where = '', $order_by = '' ) {
1417
- global $wpdb;
1418
- $prepareArgs = array();
1419
- $where = html_entity_decode($where, ENT_QUOTES);
1420
- $query = "SELECT `" . $label_column . "` FROM " . $table . $where . " ORDER BY " . $order_by;
1421
- $db_info = trim($db_info, '[]');
1422
- if ( $db_info ) {
1423
- $temp = explode( '@@@wdfhostwdf@@@', $db_info );
1424
- $host = $temp[ 0 ];
1425
- $temp = explode( '@@@wdfportwdf@@@', $temp[1] );
1426
- $port = $temp[ 0 ];
1427
- if ($port) {
1428
- $host .= ':' . $port;
1429
- }
1430
- $temp = explode( '@@@wdfusernamewdf@@@', $temp[ 1 ] );
1431
- $username = $temp[ 0 ];
1432
- $temp = explode( '@@@wdfpasswordwdf@@@', $temp[ 1 ] );
1433
- $password = $temp[ 0 ];
1434
- $temp = explode( '@@@wdfdatabasewdf@@@', $temp[ 1 ] );
1435
- $database = $temp[ 0 ];
1436
- $wpdb_temp = new wpdb( $username, $password, $database, $host );
1437
- $choices_labels = $wpdb_temp->get_results( $query, ARRAY_N );
1438
- } else {
1439
- $choices_labels = $wpdb->get_results( $query, ARRAY_N );
1440
- }
1441
-
1442
- return $choices_labels;
1443
- }
1444
-
1445
- /**
1446
- * Select data from db for values.
1447
- *
1448
- * @param string $db_info
1449
- * @param string $value_column
1450
- * @param string $table
1451
- * @param string $where
1452
- * @param string $order_by
1453
- *
1454
- * @return array|null|object
1455
- */
1456
- public function select_data_from_db_for_values( $db_info = '', $value_column = '', $table = '', $where = '', $order_by = '' ) {
1457
- global $wpdb;
1458
- $where = html_entity_decode($where, ENT_QUOTES);
1459
- $query = "SELECT `" . $value_column . "` FROM " . $table . $where . " ORDER BY " . $order_by;
1460
- $db_info = trim($db_info, '[]');
1461
- if ( $db_info ) {
1462
- $temp = explode( '@@@wdfhostwdf@@@', $db_info );
1463
- $host = $temp[ 0 ];
1464
- $temp = explode( '@@@wdfportwdf@@@', $temp[ 1 ] );
1465
- $port = $temp[0];
1466
- if ($port) {
1467
- $host .= ':' . $port;
1468
- }
1469
- $temp = explode( '@@@wdfusernamewdf@@@', $temp[ 1 ] );
1470
- $username = $temp[ 0 ];
1471
- $temp = explode( '@@@wdfpasswordwdf@@@', $temp[ 1 ] );
1472
- $password = $temp[ 0 ];
1473
- $temp = explode( '@@@wdfdatabasewdf@@@', $temp[ 1 ] );
1474
- $database = $temp[ 0 ];
1475
- $wpdb_temp = new wpdb( $username, $password, $database, $host );
1476
- $choices_values = $wpdb_temp->get_results( $query, ARRAY_N );
1477
- } else {
1478
- $choices_values = $wpdb->get_results( $query, ARRAY_N );
1479
- }
1480
-
1481
- return $choices_values;
1482
- }
1483
 
1484
  /**
1485
  * Cancel Stripe payment if submit got error
@@ -2921,6 +2844,8 @@ class FMModelForm_maker {
2921
  }
2922
  }
2923
  $frontend_params['user_email'] = WDW_FM_Library(self::PLUGIN)->is_email($useremail) ? $useremail : '';
 
 
2924
  do_action('fm_addon_frontend_init', $frontend_params);
2925
  }
2926
  $return_value = array(
@@ -4518,7 +4443,6 @@ class FMModelForm_maker {
4518
  $subject = str_replace( array( '%' . $key . '%', '{' . $key . '}' ), $custom_field, $subject );
4519
  $reply_to = str_replace( array( '%' . $key . '%', '{' . $key . '}' ), $custom_field, $reply_to );
4520
  }
4521
-
4522
  if ( $fromname === '' ) {
4523
  $fromname = get_bloginfo('name');
4524
  }
1403
  exit;
1404
  }
1405
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1406
 
1407
  /**
1408
  * Cancel Stripe payment if submit got error
2844
  }
2845
  }
2846
  $frontend_params['user_email'] = WDW_FM_Library(self::PLUGIN)->is_email($useremail) ? $useremail : '';
2847
+ $frontend_params['user_name'] = $wp_username;
2848
+ $frontend_params['form_title'] = $formtitle;
2849
  do_action('fm_addon_frontend_init', $frontend_params);
2850
  }
2851
  $return_value = array(
4443
  $subject = str_replace( array( '%' . $key . '%', '{' . $key . '}' ), $custom_field, $subject );
4444
  $reply_to = str_replace( array( '%' . $key . '%', '{' . $key . '}' ), $custom_field, $reply_to );
4445
  }
 
4446
  if ( $fromname === '' ) {
4447
  $fromname = get_bloginfo('name');
4448
  }
frontend/views/form_maker.php CHANGED
@@ -2438,12 +2438,12 @@ class FMViewForm_maker {
2438
  $table = $label_table_and_column[0];
2439
  $label_column = $label_table_and_column[1];
2440
  if ( $select_data_from_db && $label_column ) {
2441
- $choices_labels = $this->model->select_data_from_db_for_labels($db_info, $label_column, $table, $where, $order_by);
2442
  }
2443
  $value_table_and_column = explode(':', str_replace(array( '[', ']' ), '', $param['w_choices_value'][$key]));
2444
  $value_column = $value_table_and_column[1];
2445
  if ( $select_data_from_db && $value_column ) {
2446
- $choices_values = $this->model->select_data_from_db_for_values($db_info, $value_column, $table, $where, $order_by);
2447
  }
2448
  $columns_count_checkbox = count($choices_labels) > 0 ? count($choices_labels) : count($choices_values);
2449
  if ( array_filter($choices_labels) || array_filter($choices_values) ) {
@@ -2645,12 +2645,12 @@ class FMViewForm_maker {
2645
  $table = $label_table_and_column[0];
2646
  $label_column = $label_table_and_column[1];
2647
  if ( $select_data_from_db && $label_column ) {
2648
- $choices_labels = $this->model->select_data_from_db_for_labels($db_info, $label_column, $table, $where, $order_by);
2649
  }
2650
  $value_table_and_column = explode(':', str_replace(array( '[', ']' ), '', $param['w_choices_value'][$key]));
2651
  $value_column = $value_table_and_column[1];
2652
  if ( $select_data_from_db && $value_column ) {
2653
- $choices_values = $this->model->select_data_from_db_for_values($db_info, $value_column, $table, $where, $order_by);
2654
  }
2655
  $columns_count_radio = count($choices_labels) > 0 ? count($choices_labels) : count($choices_values);
2656
  if ( array_filter($choices_labels) || array_filter($choices_values) ) {
@@ -2830,12 +2830,12 @@ class FMViewForm_maker {
2830
  $table = $label_table_and_column[0];
2831
  $label_column = $label_table_and_column[1];
2832
  if ( $select_data_from_db && $label_column ) {
2833
- $choices_labels = $this->model->select_data_from_db_for_labels($db_info, $label_column, $table, $where, $order_by);
2834
  }
2835
  $value_table_and_column = explode(':', str_replace(array('[', ']'), '', $param['w_choices_value'][$key]));
2836
  $value_column = $param['w_choices_disabled'][$key] == "true" ? '' : $value_table_and_column[1];
2837
  if ( $select_data_from_db && $value_column ) {
2838
- $choices_values = $this->model->select_data_from_db_for_values($db_info, $value_column, $table, $where, $order_by);
2839
  }
2840
  $columns_count = count($choices_labels) > 0 ? count($choices_labels) : count($choices_values);
2841
  if ( array_filter($choices_labels) || array_filter($choices_values) ) {
2438
  $table = $label_table_and_column[0];
2439
  $label_column = $label_table_and_column[1];
2440
  if ( $select_data_from_db && $label_column ) {
2441
+ $choices_labels = WDW_FM_Library::select_data_from_db_for_labels($db_info, $label_column, $table, $where, $order_by);
2442
  }
2443
  $value_table_and_column = explode(':', str_replace(array( '[', ']' ), '', $param['w_choices_value'][$key]));
2444
  $value_column = $value_table_and_column[1];
2445
  if ( $select_data_from_db && $value_column ) {
2446
+ $choices_values = WDW_FM_Library::select_data_from_db_for_values($db_info, $value_column, $table, $where, $order_by);
2447
  }
2448
  $columns_count_checkbox = count($choices_labels) > 0 ? count($choices_labels) : count($choices_values);
2449
  if ( array_filter($choices_labels) || array_filter($choices_values) ) {
2645
  $table = $label_table_and_column[0];
2646
  $label_column = $label_table_and_column[1];
2647
  if ( $select_data_from_db && $label_column ) {
2648
+ $choices_labels = WDW_FM_Library::select_data_from_db_for_labels($db_info, $label_column, $table, $where, $order_by);
2649
  }
2650
  $value_table_and_column = explode(':', str_replace(array( '[', ']' ), '', $param['w_choices_value'][$key]));
2651
  $value_column = $value_table_and_column[1];
2652
  if ( $select_data_from_db && $value_column ) {
2653
+ $choices_values = WDW_FM_Library::select_data_from_db_for_values($db_info, $value_column, $table, $where, $order_by);
2654
  }
2655
  $columns_count_radio = count($choices_labels) > 0 ? count($choices_labels) : count($choices_values);
2656
  if ( array_filter($choices_labels) || array_filter($choices_values) ) {
2830
  $table = $label_table_and_column[0];
2831
  $label_column = $label_table_and_column[1];
2832
  if ( $select_data_from_db && $label_column ) {
2833
+ $choices_labels = WDW_FM_Library::select_data_from_db_for_labels($db_info, $label_column, $table, $where, $order_by);
2834
  }
2835
  $value_table_and_column = explode(':', str_replace(array('[', ']'), '', $param['w_choices_value'][$key]));
2836
  $value_column = $param['w_choices_disabled'][$key] == "true" ? '' : $value_table_and_column[1];
2837
  if ( $select_data_from_db && $value_column ) {
2838
+ $choices_values = WDW_FM_Library::select_data_from_db_for_values($db_info, $value_column, $table, $where, $order_by);
2839
  }
2840
  $columns_count = count($choices_labels) > 0 ? count($choices_labels) : count($choices_values);
2841
  if ( array_filter($choices_labels) || array_filter($choices_values) ) {
js/add_field.js CHANGED
@@ -8051,7 +8051,7 @@ function type_address(i, w_field_label, w_field_label_size, w_field_label_pos, w
8051
  jQuery(function (jQuery) {
8052
  jQuery("label#" + i + "_mini_label_street1").click(function () {
8053
  if (jQuery(this).children('input').length == 0) {
8054
- var street1 = "<input type='text' class='street1' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8055
  jQuery(this).html(street1);
8056
  jQuery("input.street1").focus();
8057
  jQuery("input.street1").blur(function () {
@@ -8065,7 +8065,7 @@ function type_address(i, w_field_label, w_field_label_size, w_field_label_pos, w
8065
 
8066
  jQuery("label#" + i + "_mini_label_street2").click(function () {
8067
  if (jQuery(this).children('input').length == 0) {
8068
- var street2 = "<input type='text' class='street2' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8069
  jQuery(this).html(street2);
8070
  jQuery("input.street2").focus();
8071
  jQuery("input.street2").blur(function () {
@@ -8079,7 +8079,7 @@ function type_address(i, w_field_label, w_field_label_size, w_field_label_pos, w
8079
 
8080
  jQuery("label#" + i + "_mini_label_city").click(function () {
8081
  if (jQuery(this).children('input').length == 0) {
8082
- var city = "<input type='text' class='city' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8083
  jQuery(this).html(city);
8084
  jQuery("input.city").focus();
8085
  jQuery("input.city").blur(function () {
@@ -8093,7 +8093,7 @@ function type_address(i, w_field_label, w_field_label_size, w_field_label_pos, w
8093
 
8094
  jQuery("label#" + i + "_mini_label_state").click(function () {
8095
  if (jQuery(this).children('input').length == 0) {
8096
- var state = "<input type='text' class='state' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8097
  jQuery(this).html(state);
8098
  jQuery("input.state").focus();
8099
  jQuery("input.state").blur(function () {
@@ -8107,7 +8107,7 @@ function type_address(i, w_field_label, w_field_label_size, w_field_label_pos, w
8107
 
8108
  jQuery("label#" + i + "_mini_label_postal").click(function () {
8109
  if (jQuery(this).children('input').length == 0) {
8110
- var postal = "<input type='text' class='postal' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8111
  jQuery(this).html(postal);
8112
  jQuery("input.postal").focus();
8113
  jQuery("input.postal").blur(function () {
@@ -8121,7 +8121,7 @@ function type_address(i, w_field_label, w_field_label_size, w_field_label_pos, w
8121
 
8122
  jQuery("label#" + i + "_mini_label_country").click(function () {
8123
  if (jQuery(this).children('input').length == 0) {
8124
- var country = "<input type='text' class='country' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8125
  jQuery(this).html(country);
8126
  jQuery("input.country").focus();
8127
  jQuery("input.country").blur(function () {
8051
  jQuery(function (jQuery) {
8052
  jQuery("label#" + i + "_mini_label_street1").click(function () {
8053
  if (jQuery(this).children('input').length == 0) {
8054
+ var street1 = "<input type='text' class='street1 fm-mini-labe-input' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8055
  jQuery(this).html(street1);
8056
  jQuery("input.street1").focus();
8057
  jQuery("input.street1").blur(function () {
8065
 
8066
  jQuery("label#" + i + "_mini_label_street2").click(function () {
8067
  if (jQuery(this).children('input').length == 0) {
8068
+ var street2 = "<input type='text' class='street2 fm-mini-labe-input' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8069
  jQuery(this).html(street2);
8070
  jQuery("input.street2").focus();
8071
  jQuery("input.street2").blur(function () {
8079
 
8080
  jQuery("label#" + i + "_mini_label_city").click(function () {
8081
  if (jQuery(this).children('input').length == 0) {
8082
+ var city = "<input type='text' class='city fm-mini-labe-input' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8083
  jQuery(this).html(city);
8084
  jQuery("input.city").focus();
8085
  jQuery("input.city").blur(function () {
8093
 
8094
  jQuery("label#" + i + "_mini_label_state").click(function () {
8095
  if (jQuery(this).children('input').length == 0) {
8096
+ var state = "<input type='text' class='state fm-mini-labe-input' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8097
  jQuery(this).html(state);
8098
  jQuery("input.state").focus();
8099
  jQuery("input.state").blur(function () {
8107
 
8108
  jQuery("label#" + i + "_mini_label_postal").click(function () {
8109
  if (jQuery(this).children('input').length == 0) {
8110
+ var postal = "<input type='text' class='postal fm-mini-labe-input' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8111
  jQuery(this).html(postal);
8112
  jQuery("input.postal").focus();
8113
  jQuery("input.postal").blur(function () {
8121
 
8122
  jQuery("label#" + i + "_mini_label_country").click(function () {
8123
  if (jQuery(this).children('input').length == 0) {
8124
+ var country = "<input type='text' class='country fm-mini-labe-input' style='outline:none; border:none; background:none; width:130px;' value=\"" + jQuery(this).text() + "\">";
8125
  jQuery(this).html(country);
8126
  jQuery("input.country").focus();
8127
  jQuery("input.country").blur(function () {
js/main_div_front_end.js CHANGED
@@ -392,53 +392,53 @@ function wd_validate(that, ids) {
392
 
393
 
394
  var id = jQuery(that).attr("id");
395
- var hidden_input = jQuery(that).parent().find(".hidden_date");
396
-
397
  var type = jQuery(that).data("valid-type");
 
398
  var form_id = jQuery(that).data("form-id");
399
  var wdid = jQuery(that).data("wdid");
400
- var date_format = hidden_input.data("format").toUpperCase();
401
  var value = jQuery(that).val();
402
-
403
- /* In moment js format YY equal to calendar format Y ... */
404
- var Ycount = (date_format.match(/Y/g) || []).length;
405
- if ( Ycount === 2 ) {
406
- date_format = date_format.replace("YY", "YYYY");
407
- } else if( Ycount === 1 ) {
408
- date_format = date_format.replace("Y", "YY");
409
- }
410
-
411
- var momentjs_value = value;
412
- if ( typeof moment === "function") {
413
- momentjs_value = moment(value, date_format)._i;
414
- }
415
-
416
- var date_min = hidden_input.data("min"); /* Min date */
417
- var date_max = hidden_input.data("max"); /* Max date */
418
-
419
- /* Case when min/max value mantioned in format +1d, -5w, +3m ....*/
420
- date_min = min_max_date_with_operator( date_min, date_format );
421
- date_max = min_max_date_with_operator( date_max, date_format );
422
-
423
- var check_min_max = false;
424
-
425
- if (date_format === 'OO') {
426
- if ( typeof moment !== "function") {
427
  check_min_max = true;
428
- } else if (date_min <= momentjs_value && date_max >= momentjs_value) {
 
429
  check_min_max = true;
 
430
  }
431
- } else {
432
- if ( typeof moment !== "function") {
433
  check_min_max = true;
434
- } else if( ( moment(date_min, date_format).isSameOrBefore(moment(value,date_format)) || date_min == '' ) && ( moment(value, date_format).isSameOrBefore(moment(date_max,date_format)) || date_max == '' ) ) {
 
435
  check_min_max = true;
 
436
  }
 
 
437
  }
438
 
439
- var start_year = parseInt(jQuery(that).attr("from"));
440
- var end_year = parseInt(jQuery(that).attr("to"));
441
-
442
  if ( typeof ids == "undefined" ) {
443
  var ids = jQuery(that).data("addiotional-fields");
444
  }
@@ -500,19 +500,18 @@ function wd_validate(that, ids) {
500
  break;
501
  }
502
  }
503
-
504
  isValid = reg_exp.test(value);
505
  if ( value == '' || date_format != "MM/DD/YY") {
506
  isValid = true;
507
  }
508
- if ( isValid ) {
509
- for ( var i in ids ) {
510
- isValid = wd_validate("#" + ids[i], '');
511
- if ( !isValid ) {
512
- break;
513
- }
514
- }
515
- }
516
 
517
  if ( type == "year" ) { /* Date of Birth field */
518
  if ( ( parseInt(value) < start_year ) || ( parseInt(value) > end_year ) ) {
@@ -526,7 +525,7 @@ function wd_validate(that, ids) {
526
  error_message = fm_objectL10n.date_validation;
527
  }
528
  }
529
-
530
  jQuery("#check_email_" + wdid + "_" + form_id).remove();
531
  if ( !isValid ) {
532
  // Add error message.
392
 
393
 
394
  var id = jQuery(that).attr("id");
 
 
395
  var type = jQuery(that).data("valid-type");
396
+
397
  var form_id = jQuery(that).data("form-id");
398
  var wdid = jQuery(that).data("wdid");
 
399
  var value = jQuery(that).val();
400
+ var hidden_input = jQuery(that).parent().find(".hidden_date");
401
+ var date_format = "MM/DD/YY";
402
+ if (hidden_input.length != 0) {
403
+ date_format = hidden_input.data("format").toUpperCase();
404
+ /* In moment js format YY equal to calendar format Y ... */
405
+ var Ycount = (date_format.match(/Y/g) || []).length;
406
+ if (Ycount === 2) {
407
+ date_format = date_format.replace("YY", "YYYY");
408
+ }
409
+ else if (Ycount === 1) {
410
+ date_format = date_format.replace("Y", "YY");
411
+ }
412
+ var momentjs_value = value;
413
+ if (typeof moment === "function") {
414
+ momentjs_value = moment(value, date_format)._i;
415
+ }
416
+ var date_min = hidden_input.data("min"); /* Min date */
417
+ var date_max = hidden_input.data("max"); /* Max date */
418
+ /* Case when min/max value mantioned in format +1d, -5w, +3m ....*/
419
+ date_min = min_max_date_with_operator(date_min, date_format);
420
+ date_max = min_max_date_with_operator(date_max, date_format);
421
+ var check_min_max = false;
422
+ if (date_format === 'OO') {
423
+ if (typeof moment !== "function") {
 
424
  check_min_max = true;
425
+ }
426
+ else if (date_min <= momentjs_value && date_max >= momentjs_value) {
427
  check_min_max = true;
428
+ }
429
  }
430
+ else {
431
+ if (typeof moment !== "function") {
432
  check_min_max = true;
433
+ }
434
+ else if ((moment(date_min, date_format).isSameOrBefore(moment(value, date_format)) || date_min == '') && (moment(value, date_format).isSameOrBefore(moment(date_max, date_format)) || date_max == '')) {
435
  check_min_max = true;
436
+ }
437
  }
438
+ var start_year = parseInt(jQuery(that).attr("from"));
439
+ var end_year = parseInt(jQuery(that).attr("to"));
440
  }
441
 
 
 
 
442
  if ( typeof ids == "undefined" ) {
443
  var ids = jQuery(that).data("addiotional-fields");
444
  }
500
  break;
501
  }
502
  }
 
503
  isValid = reg_exp.test(value);
504
  if ( value == '' || date_format != "MM/DD/YY") {
505
  isValid = true;
506
  }
507
+ if ( isValid ) {
508
+ for ( var i in ids ) {
509
+ isValid = wd_validate("#" + ids[i], '');
510
+ if ( !isValid ) {
511
+ break;
512
+ }
513
+ }
514
+ }
515
 
516
  if ( type == "year" ) { /* Date of Birth field */
517
  if ( ( parseInt(value) < start_year ) || ( parseInt(value) > end_year ) ) {
525
  error_message = fm_objectL10n.date_validation;
526
  }
527
  }
528
+
529
  jQuery("#check_email_" + wdid + "_" + form_id).remove();
530
  if ( !isValid ) {
531
  // Add error message.
js/manage-edit-scripts.min.js CHANGED
@@ -1 +1 @@
1
- function fm_admin_ready(){jQuery(".wd-header a").on("click",function(){jQuery("input[name='task']").val("add"),jQuery(this).parents("form").submit()}),set_no_items(),jQuery(".wd-datepicker").each(function(){jQuery(this).datepicker(),jQuery(this).datepicker("option","dateFormat",jQuery(this).data("format"))}),jQuery(".hndle:not(.readonly), .handlediv").each(function(){jQuery(this).off("click").on("click",function(){fm_toggle_postbox(this)})}),jQuery(".wd-has-placeholder .dashicons.dashicons-list-view, .wd-editor-placeholder .dashicons.dashicons-list-view").each(function(){jQuery(this).attr("title",form_maker.add_placeholder)}),jQuery(document).on("click",".wd-has-placeholder .dashicons.dashicons-list-view, .wd-editor-placeholder .dashicons.dashicons-list-view",function(){fm_placeholders_popup(jQuery(this).data("id"))}),fm_disabled_uninstall_btn(),void 0!==jQuery(document).tooltip&&jQuery(document).tooltip({show:null,items:".wd-info",content:function(){if(jQuery(this).is(".wd-info"))return jQuery("#"+jQuery(this).data("id")).html()},open:function(e,t){if(void 0===e.originalEvent)return!1;var i=jQuery(t.tooltip).attr("id");jQuery("div.ui-tooltip").not("#"+i).remove()},close:function(e,t){t.tooltip.hover(function(){jQuery(this).stop(!0).fadeTo(400,1)},function(){jQuery(this).fadeOut("400",function(){jQuery(this).remove()})})},position:{my:"center top+30",at:"center top",using:function(e,t){jQuery(this).css(e),jQuery("<div>").addClass("tooltip-arrow").addClass(t.vertical).addClass(t.horizontal).appendTo(this)}}}),jQuery("#fm-submission-lists").length&&jQuery("#fm-submission-lists td").each(function(){"0"==jQuery(this).data("status")&&jQuery(this).parent().hide()})}function wd_insert_placeholder(e,t){var i=document.getElementById(e);if("undefined"==typeof tinyMCE||(tinyMCE.get(e)&&tinyMCE.get(e).focus(),"none"!=i.style.display))if(i.focus(),document.selection)sel=document.selection.createRange(),sel.text=t;else if(i.selectionStart||"0"==i.selectionStart){var n=i.selectionStart,a=i.selectionEnd;i.value=i.value.substring(0,n)+"{"+t+"}"+i.value.substring(a,i.value.length)}else i.value+="{"+t+"}";else tinyMCE.execCommand("mceInsertContent",!1,"{"+t+"}")}function fm_toggle_postbox(e){jQuery(e).parent(".postbox").toggleClass("closed")}function fm_option_tabs_mail_validation(){return!0}function fm_clear_input_value(e){jQuery("#"+e).val("")}function set_no_items(){jQuery(".colspanchange").attr("colspan",jQuery(".wd-form table.adminlist>thead>tr>th:visible").length+jQuery(".wd-form table.adminlist>thead>tr>td:visible").length)}function search(e){var t=jQuery(e).parents("form");t.attr("action",t.attr("action")+"&paged=1&s="+jQuery("input[name='s']").val()),t.submit()}function input_search(e,t){return 13==(e.keyCode?e.keyCode:e.which)&&search(t),!0}function input_pagination(e,t){if(13==(e.keyCode?e.keyCode:e.which)){var i=jQuery(t).parents("form"),n=jQuery(t).val();if(n<=jQuery(t).parents(".pagination-links").data("pages-count")&&0<n){var a=new RegExp("&nonce_fm="+nonce_fm,"g"),r=i.attr("action").replace(a,"").replace(/&paged=(\d+)/,"")+"&paged="+n;i.attr("action",r),location.href=r}}return!0}function fm_select_value(e){e.focus(),e.select()}function fm_doNothing(e){13==(e.keyCode?e.keyCode:e.which?e.which:e.charCode)&&(e.preventDefault?e.preventDefault():e.returnValue=!1)}function wd_bulk_action(e){var t=jQuery("select[name='bulk_action']").val();if(-1!=t){if(!jQuery("input[name^='check']").is(":checked"))return void alert(form_maker.select_at_least_one_item);if("delete"==t&&!confirm(form_maker.delete_confirmation))return!1;jQuery("input[name='task']").val(t),jQuery(e).parents("form").submit()}}function fm_ajax_save(e){var t=jQuery("#"+e).action,i=jQuery("#search_value").val(),n=jQuery("#current_id").val(),a=jQuery("#page_number").val(),r=(jQuery("#search_or_not").val(),jQuery("#ids_string").val()),l=jQuery("#image_order_by").val(),d=jQuery("#asc_or_desc").val(),_=jQuery("#ajax_task").val(),o=jQuery("#image_current_id").val();return ids_array=r.split(","),jQuery.ajax({type:"POST",url:t,data:{search_value:i,current_id:n,page_number:a,image_order_by:l,asc_or_desc:d,ids_string:r,task:"ajax_search",ajax_task:_,image_current_id:o,nonce:fm_ajax.ajaxnonce},success:function(e){var t=jQuery(e).find("#images_table").html();jQuery("#images_table").html(t);t=jQuery(e).find("#tablenav-pages").html();jQuery("#tablenav-pages").html(t),jQuery("#show_hide_weights").val("Hide order column"),fm_show_hide_weights(),fm_run_checkbox()}}),!1}function fm_run_checkbox(){jQuery("tbody").children().children(".check-column").find(":checkbox").click(function(e){if("undefined"==e.shiftKey)return!0;if(e.shiftKey){if(!i)return!0;d=jQuery(i).closest("form").find(":checkbox"),f=d.index(i),j=d.index(this),h=jQuery(this).prop("checked"),0<f&&0<j&&f!=j&&d.slice(f,j).prop("checked",function(){return!!jQuery(this).closest("tr").is(":visible")&&h})}i=this;var t=jQuery(this).closest("tbody").find(":checkbox").filter(":visible").not(":checked");return jQuery(this).closest("table").children("thead, tfoot").find(":checkbox").prop("checked",function(){return 0==t.length}),!0}),jQuery("thead, tfoot").find(".check-column :checkbox").click(function(e){var t=jQuery(this).prop("checked"),i="undefined"!=typeof toggleWithKeyboard&&toggleWithKeyboard,n=e.shiftKey||i;jQuery(this).closest("table").children("tbody").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",function(){return!jQuery(this).is(":hidden")&&(n?jQuery(this).prop("checked"):!!t)}),jQuery(this).closest("table").children("thead, tfoot").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",function(){return!n&&!!t})})}function fm_set_input_value(e,t){document.getElementById(e)&&(document.getElementById(e).value=t)}function fm_form_submit(e,t,i,n){document.getElementById(t)&&document.getElementById(t).submit(),e.preventDefault?e.preventDefault():e.returnValue=!1}function fm_check_required(e,t){return""==jQuery("#"+e).val()&&(alert(t+" field is required."),jQuery("#"+e).attr("style","border-color: #FF0000; border-style: solid; border-width: 1px;"),jQuery("#"+e).focus(),jQuery("html, body").animate({scrollTop:jQuery("#"+e).offset().top-200},500),!0)}function fm_show_hide_weights(){var n;"Show order column"==jQuery("#show_hide_weights").val()?(jQuery(".connectedSortable").css("cursor","default"),jQuery("#tbody_arr").find(".handle").hide(0),jQuery("#th_order").show(0),jQuery("#tbody_arr").find(".fm_order").show(0),jQuery("#show_hide_weights").val("Hide order column"),jQuery("#tbody_arr").sortable()&&jQuery("#tbody_arr").sortable("disable")):(jQuery(".connectedSortable").css("cursor","move"),n=jQuery("#page_number")&&""!=jQuery("#page_number").val()&&1!=jQuery("#page_number").val()?20*(jQuery("#page_number").val()-1)+1:1,jQuery("#tbody_arr").sortable({handle:".connectedSortable",connectWith:".connectedSortable",update:function(e,t){jQuery("#draganddrop").attr("style",""),jQuery("#draganddrop").html("<strong><p>Changes made in this table should be saved.</p></strong>");var i=n;jQuery(".fm_order").each(function(e){jQuery(this).find("input").val()&&jQuery(this).find("input").val(i++)})}}),jQuery("#tbody_arr").sortable("enable"),jQuery("#tbody_arr").find(".handle").show(0),jQuery("#tbody_arr").find(".handle").attr("class","handle connectedSortable"),jQuery("#th_order").hide(0),jQuery("#tbody_arr").find(".fm_order").hide(0),jQuery("#show_hide_weights").val("Show order column"))}function fm_popup(e){if(void 0===e)e="";var n,r,l;(n=function(){var e,t,i=jQuery("#TB_window"),n=jQuery(window).height(),a=jQuery(window).width();e=r&&r<a-90?r:a-40,t=l&&l<n-60?l:n-40,i.length&&(i.width(e).height(t),jQuery("#TB_iframeContent").width(e).height(t-27),i.css({"margin-left":"-"+parseInt(e/2,10)+"px"}),void 0!==document.body.style.maxWidth&&i.css({top:(n-t)/2,"margin-top":"0"}))})(),jQuery(window).resize(function(){n()}),jQuery("a.thickbox-preview"+e).click(function(){tb_click.call(this);var e=jQuery(this).parents(".available-theme").find(".activatelink"),t="",i=jQuery(this).attr("href");return r=(r=i.match(/&width=[0-9]+/))?parseInt(r[0].replace(/[^0-9]+/g,""),10):jQuery(window).width()-120,l=(l=i.match(/&height=[0-9]+/))?parseInt(l[0].replace(/[^0-9]+/g,""),10):jQuery(window).height()-120,t=e.length?'&nbsp; <a href="'+(e.attr("href")||"")+'" target="_top" class="tb-theme-preview-link">'+(e.attr("title")||"")+"</a>":'&nbsp; <span class="tb-theme-preview-link">'+(jQuery(this).attr("title")||"")+"</span>",jQuery("#TB_title").css({"background-color":"#222",color:"#dfdfdf"}),jQuery("#TB_closeAjaxWindow").css({float:"right"}),jQuery("#TB_ajaxWindowTitle").css({float:"left"}).html(t),jQuery("#TB_iframeContent").width("100%"),n(),!1}),jQuery(".theme-detail").click(function(){return jQuery(this).siblings(".themedetaildiv").toggle(),!1})}function bwg_inputs(){jQuery(".fm_int_input").keypress(function(e){var t=e.which||e.paramlist_keyCode;return!(31<t&&(t<48||57<t)&&46!=t&&45!=t)})}function fm_check_isnum(e){var t=e.which||e.paramlist_keyCode;return!(31<t&&(t<48||58<t)&&46!=t&&45!=t&&(t<65||70<t)&&(t<97||102<t))}function fm_change_payment_method(e){switch(e){case"paypal":jQuery(".fm_payment_option").show(),jQuery(".fm_paypal_option").show(),jQuery(".fm_payment_option_stripe").hide();break;case"stripe":jQuery(".fm_payment_option").hide(),jQuery(".fm_paypal_option").hide(),jQuery(".fm_payment_option_stripe").show();break;default:jQuery(".fm_payment_option").hide(),jQuery(".fm_paypal_option").hide(),jQuery(".fm_payment_option_stripe").hide()}}function stopRKey(e){var t=(e=e||(event||null)).target?e.target:e.srcElement?e.srcElement:null;if(13==e.keyCode&&("text"==t.type||"search"==t.type))return!1}function fmRemoveHeaderImage(e,t){jQuery("#header_image_url").val(""),jQuery("#header_image").css("background-image",""),jQuery("#header_image").addClass("fm-hide")}function fmOpenMediaUploader(e,t){void 0===t&&(t=!1),e.preventDefault();var i=wp.media({title:"Upload",button:{text:"Add Image"},multiple:!1}).on("select",function(){var e=i.state().get("selection").first().toJSON();jQuery("#header_image_url").val(e.url),jQuery("#header_image").css("background-image",'url("'+e.url+'")'),jQuery("#header_image").css("background-position","center"),jQuery("#header_image").removeClass("fm-hide")}).open();return!1}function fm_toggle_posts(e){jQuery(e).prop("checked")?jQuery(".fm-posts-show, .fm-cat-show").removeClass("fm-hide").addClass("fm-show"):jQuery(".fm-posts-show, .fm-cat-show").removeClass("fm-show").addClass("fm-hide")}function fm_toggle_pages(e){jQuery(e).prop("checked")?jQuery(".fm-pages-show").removeClass("fm-hide").addClass("fm-show"):jQuery(".fm-pages-show").removeClass("fm-show").addClass("fm-hide")}function fm_apply_options(e){fm_set_input_value("task",e),document.getElementById("manage_form").submit()}function pp_live_search(e,t,i){var n=e,a=n.val(),r=n.data("post_type");setTimeout(function(){a===n.val()&&jQuery.ajax({type:"POST",url:ajaxurl,data:{action:"manage_fm",task:"fm_live_search",nonce:fm_ajax.ajaxnonce,pp_live_search:a,pp_post_type:r,pp_full_content:i},beforeSend:function(e){n.css("width","95%"),n.parent().find(".fm-loading").css("display","inline-block")},success:function(e){n.css("width","100%"),n.parent().find(".fm-loading").css("display","none"),n.closest(".fm-pp").find(".pp_search_results").replaceWith(e)},error:function(e){console.log(e)}})},t)}function fm_toggle(e){jQuery(e).parent().next().toggleClass("hide")}function change_tab(e){jQuery(".fm-subscriber-header .fm-button").removeClass("active-button"),jQuery(".fm-subscriber-header ."+e).addClass("active-button"),jQuery(".fm-subscriber-content").hide(),jQuery("."+e+"-tab").show()}function change_form_type(e){jQuery(".fm-form-types span").removeClass("active"),jQuery(".fm-form-types").find(".fm-"+e).addClass("active"),jQuery("#type_settings_fieldset .wd-group").removeClass("fm-show").addClass("fm-hide")}function change_hide_show(e){jQuery("."+e+".fm-hide").removeClass("fm-hide").addClass("fm-temporary"),jQuery("."+e+".fm-show").removeClass("fm-show").addClass("fm-hide"),jQuery("."+e+".fm-show-table").removeClass("fm-show-table").addClass("fm-hide"),jQuery("."+e+".fm-temporary").removeClass("fm-temporary").addClass("fm-show"),"fm-embedded"!=e&&(fm_toggle_posts(jQuery(".pp_display_on #pt3")),fm_toggle_pages(jQuery(".pp_display_on #pt4")))}function fm_change_radio_checkbox_text(e){var t=[];t.stripemode=["Test","Live"],t.checkout_mode=["Testmode","Production"],t.mail_mode=["Text","HTML"],t.mail_mode_user=["Text","HTML"],t.value=["1","0"],t.popover_show_on=["Page Exit","Page Load"],t.topbar_position=["Bottom","Top"],t.scrollbox_position=["Left","Right"],jQuery(e).val(t.value[jQuery(e).val()]),jQuery(e).next().val(jQuery(e).val());var i=t[jQuery(e).attr("name")];jQuery(e).find("label").html(i[jQuery(e).val()]),jQuery(e).hasClass("fm-text-yes")?(jQuery(e).removeClass("fm-text-yes").addClass("fm-text-no"),jQuery(e).find("span").animate({right:parseInt(jQuery(e).css("width"))-14+"px"},400,function(){})):(jQuery(e).removeClass("fm-text-no").addClass("fm-text-yes"),jQuery(e).find("span").animate({right:0},400,function(){}))}function fm_show_hide(e){jQuery("."+e).hasClass("fm-hide")?jQuery("."+e).removeClass("fm-hide").addClass("fm-show"):jQuery("."+e).removeClass("fm-show").addClass("fm-hide")}function fm_delete_ip(e){jQuery("#td_ip_"+e+" .loading").css("display","initial");var i=jQuery("#blocked_ips").attr("action");jQuery.ajax({type:"POST",url:i,data:{current_id:e,nonce_fm:jQuery("#nonce_fm").val(),task:"delete_blocked_ip"},success:function(e){var t=parseInt(jQuery(e).find("#total_for_paging").html());isNaN(t)||(i=i.replace(/(paged=)[^\&]+/,"$1"+t)),jQuery("#blocked_ips").parent(".wrap").load(i+" #blocked_ips",function(){window.history.pushState(null,null,i),0!=jQuery(".updated").length?jQuery(" .updated p strong").html("Items Successfully Deleted"):jQuery("<div class='updated below-h2'><p><strong>Items Successfully Deleted.</strong></p></div>").insertBefore("#blocked_ips"),set_no_items()})}})}function fm_save_ip(t){var i=jQuery("#ip"+t).val();url=jQuery("#blocked_ips").attr("action"),jQuery.ajax({type:"POST",url:url,data:{ip:i,nonce_fm:jQuery("#nonce_fm").val(),task:"insert_blocked_ip"},success:function(e){jQuery("#td_ip_"+t).html('<a id="ip'+t+'" class="pointer" title="Edit" onclick="fm_edit_ip('+t+')">'+i+"</a>"),jQuery(".insert, .error").hide(),jQuery("#fm_blocked_ips_message").html("<div class='updated'><strong><p>Items Successfully Inserted.</p></strong></div>"),jQuery("#fm_blocked_ips_message").show()}})}function fm_insert_blocked_ip(){jQuery("#tr .loading").css("display","initial");var e=jQuery("#fm_ip").val(),t=window.location.href;jQuery.ajax({type:"POST",url:t,data:{ip:e,nonce_fm:jQuery("#nonce_fm").val(),task:"insert_blocked_ip",last_id:1},success:function(e){jQuery("#blocked_ips").parent(".wrap").load(t+" #blocked_ips",function(){window.history.pushState(null,null,t),0!=jQuery(".updated").length?jQuery(".updated p strong").html("Items Successfully Saved"):jQuery("<div class='updated below-h2'><p><strong>Items Successfully Saved.</strong></p></div>").insertBefore("#blocked_ips")})}})}function fm_edit_ip(e){var t='<input id="ip'+e+'" class="input_th'+e+' ip_input" type="text" onkeypress="if(event.keyCode == 13){ if (fm_check_required(\'ip'+e+"', 'IP')) {return false;} fm_update_blocked_ip("+e+'); } return fm_check_isnum(event); " value="'+jQuery("#ip"+e).html()+'" name="ip'+e+'"/>';t+='<input type="button" class="button ip_save" style="margin-left: 5px" onclick="if (fm_check_required(\'ip'+e+"', 'IP')) {return false;} fm_update_blocked_ip("+e+'); return false;" value="Save"><div class="loading">',t+="<img src="+plugin_url+"/images/loading.gif></div>",jQuery("#td_ip_"+e).html(t)}function fm_enter_ip(e){if(13==e.which){if(fm_check_required("fm_ip","IP"))return!1;e.preventDefault(),fm_insert_blocked_ip()}}function fm_update_blocked_ip(e){jQuery("#td_ip_"+e+" .loading").css("display","initial");var t=jQuery("#ip"+e).val(),i=window.location.href;jQuery.ajax({type:"POST",url:i,data:{ip:t,current_id:e,nonce_fm:jQuery("#nonce_fm").val(),task:"update_blocked_ip"},success:function(e){jQuery("#fm-form-admin").load(i+" #blocked_ips",function(){0!=jQuery(".updated").length?(window.history.pushState(null,null,i),jQuery(".updated p strong").html("Items Successfully Updated")):jQuery("<div class='updated below-h2'><p><strong>Items Successfully Updated.</strong></p></div>").insertBefore("#blocked_ips")})}})}function onEnableChange(e,t,i){var n=jQuery("#"+e+" #"+t);"1"==i?n.removeClass("hidden"):n.addClass("hidden")}function show_stats(){var e=jQuery(".fm-statistics .fm_error_sorted_label_key");""!=jQuery("#sorted_label_key").val()?(e.hide(),jQuery(".fm-div_stats-loading").addClass("is-active"),jQuery.ajax({dataType:"json",type:"POST",url:show_stats_url,data:{sorted_label_key:jQuery("#sorted_label_key").val(),startdate:jQuery("#startstats").val(),enddate:jQuery("#endstats").val(),nonce:fm_ajax.ajaxnonce},beforeSend:function(e){},error:function(e){},success:function(e){jQuery(".fm-div_stats-loading").removeClass("is-active"),e.html&&jQuery("#div_stats").html(e.html)}})):e.show()}function fm_loading_show(){jQuery("#fm_loading").show()}function fm_loading_hide(){jQuery("#fm_loading").hide(),"function"==typeof add_scroll_width&&add_scroll_width(),set_no_items()}function getFormLocalStorage(){var e={};formId=getAllUrlParams().current_id;var t=localStorage.getItem("fm_form"+formId);return null!=t&&(e=jQuery.parseJSON(t)),e}function getAllUrlParams(e){var t=e?e.split("?")[1]:window.location.search.slice(1),i={};if(t)for(var n=(t=t.split("#")[0]).split("&"),a=0;a<n.length;a++){var r=n[a].split("="),l=void 0,d=r[0].replace(/\[\d*\]/,function(e){return l=e.slice(1,-1),""}),_=void 0===r[1]||r[1];d=d.toLowerCase(),_=_.toLowerCase(),i[d]?("string"==typeof i[d]&&(i[d]=[i[d]]),void 0===l?i[d].push(_):i[d][l]=_):i[d]=_}return i}function fm_disabled_uninstall_btn(){jQuery(".form_maker_uninstall .fm-uninstall-btn").prop("disabled",!0),jQuery(".form_maker_uninstall #check_yes").on("click",function(){jQuery(this).is(":checked")?jQuery(".form_maker_uninstall .fm-uninstall-btn").prop("disabled",!1):jQuery(".form_maker_uninstall .fm-uninstall-btn").prop("disabled",!0)})}function fm_html_entities(e){return String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function remove_whitespace(e){var t;for(t=0;t<e.childNodes.length;t++)e.childNodes[t]&&"3"==e.childNodes[t].nodeType&&!/\S/.test(e.childNodes[t].nodeValue)?(e.removeChild(e.childNodes[t]),t--):e.childNodes[t].childNodes.length&&remove_whitespace(e.childNodes[t])}function fm_row_handle(e){var t=jQuery(e);t.find(".wdform_row_handle").remove();var i=jQuery('<div class="wdform_row_handle"><span class="fm-ico-draggable"></span><span title="Remove the column" class="page_toolbar fm-ico-delete" onclick="fm_remove_row_popup(this);"></span>'+"<span class=\"add-new-field\" onclick=\"jQuery('#cur_column').removeAttr('id');jQuery(this).parent().parent().attr('id', 'cur_column').val(1);popup_ready(); Enable(); return false;\">"+form_maker_manage.add_new_field+'</span><div class="fm-divider"></div></div>');t.prepend(i),i.after('<div class="fm-section-overlay"></div>')}function sortable_columns(){jQuery("#take").sortable({cursor:"move",placeholder:"highlight",tolerance:"pointer",handle:".form_id_tempform_view_img .fm-ico-draggable",items:"> .wdform-page-and-images",axis:"y",update:function(e,t){refresh_page_numbers()}}),jQuery(".wdform_page").sortable({connectWith:".wdform_page",cursor:"move",placeholder:"highlight",tolerance:"pointer",handle:".wdform_row_handle",cancel:".add-new-field, .page_toolbar",items:"> .wdform_section",create:function(e,t){jQuery(e.target).find(".wdform_section").each(function(){fm_row_handle(this)})},start:function(e,t){jQuery(".wdform_row_empty").hide()},stop:function(e,t){fm_rows_refresh(),jQuery(".wdform_row_empty").show()}}),jQuery(".wdform_column").sortable({connectWith:".wdform_column",cursor:"move",placeholder:"highlight",tolerance:"pointer",cancel:".wdform_section_handle",items:"> .wdform_row, #add_field",start:function(e,t){jQuery(".add-new-button").off("click"),jQuery(".wdform_column").removeClass("fm-hidden"),jQuery("#cur_column").removeAttr("id")},stop:function(e,t){return"add_field_cont"!=t.item.parent().attr("id")&&("add_field"==t.item.attr("id")&&"add_field_cont"!=t.item.parent().attr("id")?(fm_check_something_really_important()||(nextID=jQuery("#add_field").next(".wdform_row").attr("wdid"),jQuery("#add_field").parent().attr("id","cur_column"),popup_ready(),Enable(),jQuery(".add-new-button").removeAttr("onclick")),!1):(jQuery(".wdform_column:not(#add_field_cont):empty").addClass("fm-hidden"),void fm_columns_refresh()))}})}function all_sortable_events(){fm_rows_refresh(),fm_columns_refresh(),jQuery(".wdform_row, .wdform_tr_section_break").off("mouseover touchstart").on("mouseover touchstart",function(e){if(!jQuery(this).find(".wdform_arrows").is(":visible"))return jQuery(".wdform_arrows").hide(),jQuery(this).find(".wdform_arrows").show(),e.preventDefault(),!1}).off("mouseleave").on("mouseleave",function(){jQuery(this).find(".wdform_arrows").hide()}),jQuery(".wdform_section_handle, .wdform_row_handle").off("mouseover touchstart").on("mouseover touchstart",function(e){jQuery(this).parent().addClass("fm-hover")}).off("mouseleave").on("mouseleave",function(){jQuery(this).parent().removeClass("fm-hover")})}function fm_change_radio(e){jQuery(e).hasClass("fm-yes")?(jQuery(e).val("0"),jQuery(e).next().val("0"),jQuery(e).removeClass("fm-yes").addClass("fm-no"),jQuery(e).find("span").animate({right:parseInt(jQuery(e).css("width"))-14+"px"},400,function(){})):(jQuery(e).val("1"),jQuery(e).next().val("1"),jQuery(e).find("span").animate({right:0},400,function(){jQuery(e).removeClass("fm-no").addClass("fm-yes")})),"mail_verify"==jQuery(e).next().attr("name")&&show_verify_options(1==jQuery(e).val())}function enable_drag(){jQuery(".wdform_column").sortable("enable"),jQuery(".wdform_arrows_advanced").hide(),jQuery(".wdform_field").css("cursor",""),jQuery("#add_field .wdform_field").css("cursor",""),all_sortable_events()}function refresh_(){document.getElementById("counter").value=gen,jQuery(".wdform-page-and-images").each(function(){var e=jQuery(this);e.find("[id^=page_next_]").removeAttr("src"),e.find("[id^=page_previous_]").removeAttr("src"),e.find(".form_id_tempform_view_img").remove()}),jQuery("#take div").removeClass("ui-sortable ui-sortable-disabled ui-sortable-handle"),jQuery("#add_field_cont").remove(),document.getElementById("form_front").value=fm_base64EncodeUnicode(fm_htmlentities(document.getElementById("take").innerHTML))}function fm_base64EncodeUnicode(e){return utf8Bytes=encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,function(e,t){return String.fromCharCode("0x"+t)}),btoa(utf8Bytes)}function fm_htmlentities(e){var t=document.createElement("div"),i=document.createTextNode(e);return t.style.cssText="display:none",t.appendChild(i),t.innerHTML}function fm_add_submission_email(e,t,i,n){var a=jQuery("#"+t).val();if(a){var r=jQuery("<p>").attr("class","fm_mail_input").prependTo("#"+i);jQuery("<span>").attr("class","mail_name").text(a).appendTo(r),jQuery("<span>").attr("class","dashicons dashicons-trash").attr("onclick","fm_delete_mail(this, '"+a+"')").attr("title","Delete Email").appendTo(r),jQuery("#"+t).val(""),jQuery("#"+e).val(jQuery("#"+e).val()+a+",")}}function fm_delete_mail(e,t){jQuery(e).parent().remove(),jQuery("#mail").val(jQuery("#mail").val().replace(t+",",""))}function form_maker_options_tabs(e){return jQuery("#fieldset_id").val(e),jQuery(".fm_fieldset_active").removeClass("fm_fieldset_active").addClass("fm_fieldset_deactive"),jQuery("#"+e+"_fieldset").removeClass("fm_fieldset_deactive").addClass("fm_fieldset_active"),jQuery(".fm_fieldset_tab").removeClass("active"),jQuery("#"+e).addClass("active"),!1}function set_type(e){switch(e){case"post":document.getElementById("post").removeAttribute("style"),document.getElementById("page").setAttribute("style","display:none"),document.getElementById("custom_text").setAttribute("style","display:none"),document.getElementById("url_wrap").setAttribute("style","display:none");break;case"page":document.getElementById("page").removeAttribute("style"),document.getElementById("post").setAttribute("style","display:none"),document.getElementById("custom_text").setAttribute("style","display:none"),document.getElementById("url_wrap").setAttribute("style","display:none");break;case"custom_text":document.getElementById("page").setAttribute("style","display:none"),document.getElementById("post").setAttribute("style","display:none"),document.getElementById("custom_text").removeAttribute("style"),document.getElementById("url_wrap").setAttribute("style","display:none");break;case"url_wrap":document.getElementById("page").setAttribute("style","display:none"),document.getElementById("post").setAttribute("style","display:none"),document.getElementById("custom_text").setAttribute("style","display:none"),document.getElementById("url_wrap").removeAttribute("style");break;case"none":document.getElementById("page").setAttribute("style","display:none"),document.getElementById("post").setAttribute("style","display:none"),document.getElementById("custom_text").setAttribute("style","display:none"),document.getElementById("url_wrap").setAttribute("style","display:none")}}function check_isnum(e){var t=e.which||e.keyCode;return!(31<t&&(t<48||57<t)&&46!=t&&45!=t&&(t<35||40<t))}function fm_check_email(e){if(document.getElementById(e)&&""!=jQuery("#"+e).val()){for(var t=jQuery("#"+e).val().split(","),i=/^[\u0400-\u04FFa-zA-Z0-9.+_-]+@[\u0400-\u04FFa-zA-Z0-9.-]+\.[\u0400-\u04FFa-zA-Z]{2,61}$/,n=0;n<t.length;n++){var a=t[n].replace(/^\s+|\s+$/g,"");if(a&&!i.test(a)&&-1===a.indexOf("{")){if(alert("This is not a valid email address."),jQuery("#submenu li a").hasClass("active")){var r=jQuery("#submenu .active").attr("id");if(void 0!==(d=jQuery("#"+e).closest(".fm_fieldset_deactive").attr("id")))if(r!=(_=d.split("_fieldset")[0])){var l=r+"_fieldset";jQuery("#"+l).removeClass("fm_fieldset_active"),jQuery("#"+l).removeClass("fm_fieldset_deactive"),jQuery("#"+d).addClass("fm_fieldset_active"),jQuery("#submenu .active").removeClass("active"),jQuery("#"+_).addClass("active")}}else{var d;if(void 0!==(d=jQuery("#"+e).closest(".fm_fieldset_deactive").attr("id"))){var _=d.split("_fieldset");_=_[0],jQuery("#"+d).removeClass("fm_fieldset_deactive"),jQuery("#"+d).addClass("fm_fieldset_active"),jQuery("#"+_).addClass("active")}}return jQuery("#"+e).css("border","1px solid #FF0000"),jQuery("#"+e).focus(),jQuery("html, body").animate({scrollTop:jQuery("#"+e).offset().top-200},500),!0}}jQuery("#"+e).css("border","1px solid #ddd")}return!1}function wdhide(e){document.getElementById(e).style.display="none"}function wdshow(e){document.getElementById(e).style.display="block"}function delete_field_condition(e){var t=e.split("_");document.getElementById("condition"+t[0]).removeChild(document.getElementById("condition_div"+e)),0==jQuery("#condition"+t[0]+" .fm_condition_div").length&&jQuery("#fields"+t[0]).prop("disabled",!1)}function add_condition(){var e=jQuery("#fm-conditions-json").data("conditions-json"),t=e.ids_index,n=e.ids,a=e.all_ids,r=e.labels,l=e.all_labels,d=e.types,_=e.params,o=e.ids_for_match,s=e.all_ids_for_match,m=e.labels_for_match,u=(e.all_labels_for_math,e.types_for_match),c=e.params_for_match;for(i=500;0<=i&&!document.getElementById("condition"+i);i--);num=i+1;var p=document.createElement("div");p.setAttribute("id","condition"+num),p.setAttribute("class","fm_condition");var f=document.createElement("div");f.setAttribute("id","conditional_fileds"+num);var h=document.createElement("select");h.setAttribute("id","show_hide"+num),h.setAttribute("name","show_hide"+num),h.setAttribute("class","fm_condition_show_hide");var y=document.createElement("option");y.setAttribute("value","1"),y.innerHTML="Show";var b=document.createElement("option");b.setAttribute("value","0"),b.innerHTML="Hide",h.appendChild(y),h.appendChild(b);var v=document.createElement("select");v.setAttribute("id","fields"+num),v.setAttribute("name","fields"+num),v.setAttribute("class","fm_condition_fields"),jQuery.each(r,function(e,t){var i=document.createElement("option");i.setAttribute("value",n[e]),i.innerHTML=replaceQuote(t),v.appendChild(i)});var g=document.createElement("span");g.innerHTML="if";var w=document.createElement("select");w.setAttribute("id","all_any"+num),w.setAttribute("name","all_any"+num),w.setAttribute("class","fm_condition_all_any");var E=document.createElement("option");E.setAttribute("value","and"),E.innerHTML="all";var A=document.createElement("option");A.setAttribute("value","or"),A.innerHTML="any",w.appendChild(E),w.appendChild(A);var x=document.createElement("span");x.style.maxWidth="235px",x.style.width="100%",x.style.display="inline-block",x.innerHTML="of the following match:";var k=document.createElement("span");k.setAttribute("id","fm-condition-fields-"+num),k.setAttribute("data-conditions-field-ids-index",JSON.stringify(t)),k.setAttribute("data-conditions-field-ids",JSON.stringify(n)),k.setAttribute("data-conditions-field-all-ids",JSON.stringify(a)),k.setAttribute("data-conditions-field-labels",JSON.stringify(r)),k.setAttribute("data-conditions-field-all-labels",JSON.stringify(l)),k.setAttribute("data-conditions-field-types",JSON.stringify(d)),k.setAttribute("data-conditions-field-params",JSON.stringify(_)),k.setAttribute("data-conditions-field-ids_for_match",JSON.stringify(o)),k.setAttribute("data-conditions-field-all-ids_for_match",JSON.stringify(s)),k.setAttribute("data-conditions-field-labels_for_match",JSON.stringify(m)),k.setAttribute("data-conditions-field-types_for_match",JSON.stringify(u)),k.setAttribute("data-conditions-field-params_for_match",JSON.stringify(c));var j=document.createElement("span");j.setAttribute("class","dashicons dashicons-plus-alt"),j.setAttribute("onClick",'add_condition_fields("'+num+'")');var C=document.createElement("span");C.setAttribute("class","dashicons dashicons-trash"),C.setAttribute("onClick",'delete_condition("'+num+'")'),f.appendChild(h),f.appendChild(document.createTextNode(" ")),f.appendChild(v),f.appendChild(document.createTextNode(" ")),f.appendChild(g),f.appendChild(document.createTextNode(" ")),f.appendChild(w),f.appendChild(document.createTextNode(" ")),f.appendChild(x),f.appendChild(document.createTextNode(" ")),f.appendChild(C),f.appendChild(document.createTextNode(" ")),f.appendChild(k),f.appendChild(j),p.appendChild(f),document.getElementById("conditions_fieldset_wrap").appendChild(p)}function delete_condition(e){document.getElementById("conditions_fieldset_wrap").removeChild(document.getElementById("condition"+e))}function replaceQuote(e){return void 0!==e&&""!==e?e=(e=e.replaceAll("%quot%","'")).replaceAll("%dquot%",'"'):e}function is_select_options_HTML_array(e){var t=[],i=supported_is_select_conditions_of_type(e);if(!0===i[0]){var n=document.createElement("option");n.setAttribute("id","is"),n.setAttribute("value","=="),n.innerHTML="is",t.push(n);var a=document.createElement("option");a.setAttribute("id","is_not"),a.setAttribute("value","!="),a.innerHTML="is not",t.push(a)}if(!0===i[1]){var r=document.createElement("option");r.setAttribute("id","like"),r.setAttribute("value","%"),r.innerHTML="like",t.push(r);var l=document.createElement("option");l.setAttribute("id","not_like"),l.setAttribute("value","!%"),l.innerHTML="not like",t.push(l)}if(!0===i[2]){var d=document.createElement("option");d.setAttribute("id","empty"),d.setAttribute("value","="),d.innerHTML="empty",t.push(d);var _=document.createElement("option");_.setAttribute("id","not_empty"),_.setAttribute("value","!"),_.innerHTML="not empty",t.push(_)}if(!0===i[3]){var o=document.createElement("option");o.setAttribute("id","checked"),o.setAttribute("value","checked"),o.innerHTML="Checked",t.push(o);var s=document.createElement("option");s.setAttribute("id","unchecked"),s.setAttribute("value","unchecked"),s.innerHTML="Unchecked",t.push(s)}if(!0===i[4]){var m=document.createElement("option");m.setAttribute("id","in_range"),m.setAttribute("value","in_range"),m.innerHTML="In Range",t.push(m);var u=document.createElement("option");u.setAttribute("id","out_range"),u.setAttribute("value","out_range"),u.innerHTML="Out of range",t.push(u);var c=document.createElement("option");c.setAttribute("id","empty"),c.setAttribute("value","empty"),c.innerHTML="Empty",t.push(c)}return t}function supported_is_select_conditions_of_type(e){switch(e){case"type_range":available_conditions=[!1,!1,!1,!1,!0];break;case"type_send_copy":available_conditions=[!1,!1,!1,!0,!1];break;case"type_file_upload":available_conditions=[!1,!1,!0,!1,!1];break;case"type_slider":available_conditions=[!0,!0,!1,!1,!1];break;default:available_conditions=[!0,!0,!0,!1,!1]}return available_conditions}function add_condition_fields(n){var a=0,r=document.getElementById("fields"+n).value,l=(jQuery("#fm-condition-fields-"+n).data("conditions-field-ids-index"),jQuery("#fm-condition-fields-"+n).data("conditions-field-ids_for_match")),e=(jQuery("#fm-condition-fields-"+n).data("conditions-field-all-ids_for_match"),jQuery("#fm-condition-fields-"+n).data("conditions-field-labels_for_match")),d=jQuery("#fm-condition-fields-"+n).data("conditions-field-types_for_match"),t=jQuery("#fm-condition-fields-"+n).data("conditions-field-params_for_match");for(jQuery("#fields"+n).prop("disabled",!0),i=500;0<=i&&!document.getElementById("condition_div"+n+"_"+i);i--);m=i+1;var _=document.createElement("div");_.setAttribute("id","condition_div"+n+"_"+m),_.setAttribute("class","fm_condition_div");var o=document.createElement("select");o.setAttribute("id","field_labels"+n+"_"+m),o.setAttribute("onchange","change_choices(options[selectedIndex].id+'_"+m+"')"),o.setAttribute("class","fm_condition_field_labels");var s=0,u=[];jQuery.each(e,function(e,t){if(t=replaceQuote(t),r!=l[e]){u.push(d[Object.keys(d)[e]]),0==s&&(a=e);var i=document.createElement("option");i.setAttribute("id",n+"_"+e),i.setAttribute("value",l[e]),i.innerHTML=t,o.appendChild(i),s++}}),_.appendChild(o),_.appendChild(document.createTextNode(" "));var c=document.createElement("select");c.setAttribute("id","is_select"+n+"_"+m),c.setAttribute("class","fm_condition_is_select");var p=is_select_options_HTML_array(u[0]);switch(jQuery.each(p,function(e,t){c.appendChild(t)}),_.appendChild(c),_.appendChild(document.createTextNode(" ")),t[a]=replaceQuote(t[a]),d[a]){case"type_text":case"type_star_rating":case"type_password":case"type_textarea":case"type_name":case"type_submitter_mail":case"type_phone":case"type_number":case"type_paypal_price":case"type_paypal_price_new":case"type_spinner":case"type_date_new":case"type_phone_new":case"type_time":case"type_editor":case"type_send_copy":case"type_range":case"type_file_upload":case"type_slider":case"type_hidden":if("type_number"==d[a]||"type_phone"==d[a])var f="return check_isnum_space(event)";else if("type_paypal_price"==d[a]||"type_paypal_price_new"==d[a])f="return check_isnum_point(event)";else f="";var h=document.createElement("input");h.setAttribute("id","field_value"+n+"_"+m),h.setAttribute("type","text"),h.setAttribute("value",""),h.setAttribute("class","fm_condition_field_input_value");var y=supported_is_select_conditions_of_type(d[a]);if(!1===y[0]&&!1===y[1]&&h.setAttribute("style","display: none"),"type_range"==d[a]&&h.setAttribute("style","display: inline-block"),h.setAttribute("onKeyPress",f),_.appendChild(h),"type_time"==d[a]){var b=document.createElement("label");b.innerText="Please use HH:MM format for 24-hour time (e.g. 22:15), and HH:MM:AM or HH:MM:PM for 12-hour time (e.g. 05:20:AM / 07:30:PM).",b.style.margin="0 3px",_.appendChild(b)}break;case"type_checkbox":case"type_radio":case"type_own_select":for("type_own_select"==d[a]?w_size=t[a].split("*:*w_size*:*"):w_size=t[a].split("*:*w_flow*:*"),w_choices=w_size[1].split("*:*w_choices*:*"),w_choices_array=w_choices[0].split("***"),-1!==w_size[1].indexOf("*:*w_use_for_submission*:*")?(w_value_disabled=w_size[1].split("*:*w_use_for_submission*:*"),w_choices_value=w_value_disabled[1].split("*:*w_choices_value*:*"),w_choices_value_array=w_choices_value[0].split("***")):-1!==w_size[1].indexOf("*:*w_value_disabled*:*")?(w_value_disabled=w_size[1].split("*:*w_value_disabled*:*"),w_choices_value=w_value_disabled[1].split("*:*w_choices_value*:*"),w_choices_value_array=w_choices_value[0].split("***")):w_choices_value_array=w_choices_array,(g=document.createElement("select")).setAttribute("class","fm_condition_field_select_value"),g.setAttribute("id","field_value"+n+"_"+m),g.style.cssText="vertical-align: top; width:200px;","type_checkbox"==d[a]&&(g.setAttribute("multiple","multiple"),g.setAttribute("class","multiple_select")),k=0;k<w_choices_array.length;k++){(v=document.createElement("option")).setAttribute("id","choise_"+n+"_"+k),v.setAttribute("value",w_choices_value_array[k]),v.innerHTML=w_choices_array[k],-1===w_choices_array[k].indexOf("[")&&-1===w_choices_array[k].indexOf("]")&&g.appendChild(v)}_.appendChild(g);break;case"type_paypal_select":case"type_paypal_checkbox":case"type_paypal_radio":case"type_paypal_shipping":for("type_paypal_select"==d[a]?w_size=t[a].split("*:*w_size*:*"):w_size=t[a].split("*:*w_flow*:*"),w_choices=w_size[1].split("*:*w_choices*:*"),w_choices_array=w_choices[0].split("***"),w_choices_price=w_choices[1].split("*:*w_choices_price*:*"),w_choices_price_array=w_choices_price[0].split("***"),(g=document.createElement("select")).setAttribute("id","field_value"+n+"_"+m),g.style.cssText="vertical-align: top; width:200px;","type_paypal_checkbox"==d[a]&&(g.setAttribute("multiple","multiple"),g.setAttribute("class","multiple_select")),k=0;k<w_choices_array.length;k++){var v;(v=document.createElement("option")).setAttribute("id","choise_"+n+"_"+k),v.setAttribute("value",w_choices_array[k]+"*:*value*:*"+w_choices_price_array[k]),v.innerHTML=w_choices_array[k],-1===w_choices_array[k].indexOf("[")&&-1===w_choices_array[k].indexOf("]")&&g.appendChild(v)}_.appendChild(g);break;case"type_country":case"type_address":var g;countries=form_maker.countries,(g=document.createElement("select")).setAttribute("id","field_value"+n+"_"+m),g.setAttribute("class","fm_condition_field_select_value"),jQuery.each(countries,function(e,t){var i=document.createElement("option");i.setAttribute("id","choise_"+n+"_"+e),i.setAttribute("value",t),i.innerHTML=t,g.appendChild(i)}),_.appendChild(g)}_.appendChild(document.createTextNode(" "));var w=document.createElement("span");w.setAttribute("class","dashicons dashicons-trash"),w.setAttribute("id","delete_condition"+n+"_"+m),w.setAttribute("onClick",'delete_field_condition("'+n+"_"+m+'")'),w.style.cssText="vertical-align: middle",_.appendChild(w),document.getElementById("condition"+n).appendChild(_),jQuery(".fm_condition_is_select").change(function(){show_hide_condition_input_field(this)})}function change_choices(e){e=e.split("_"),global_index=e[0],id=e[1],index=e[2];var t=jQuery("#fm-condition-fields-"+global_index).data("conditions-field-ids"),i=jQuery("#fm-condition-fields-"+global_index).data("conditions-field-types"),n=jQuery("#fm-condition-fields-"+global_index).data("conditions-field-params");ids_array=t,types_array=i,params_array=n,jQuery("#is_select"+global_index+"_"+index).empty();var a=is_select_options_HTML_array(types_array[id]);switch(jQuery("#is_select"+global_index+"_"+index).html(a),show_hide_condition_input_field(jQuery("#is_select"+global_index+"_"+index)),types_array[id]){case"type_text":case"type_password":case"type_textarea":case"type_name":case"type_submitter_mail":case"type_number":case"type_phone":case"type_paypal_price":case"type_paypal_price_new":case"type_slider":case"type_spinner":case"type_range":case"type_date_new":case"type_phone_new":case"type_time":case"type_range":case"type_slider":case"type_editor":case"type_hidden":if("type_number"==types_array[id]||"type_phone"==types_array[id])var r="return check_isnum_space(event)";else if("type_paypal_price"==types_array[id]||"type_paypal_price_new"==types_array[id])r="return check_isnum_point(event)";else r="";if("SELECT"==document.getElementById("field_value"+global_index+"_"+index).tagName){document.getElementById("condition_div"+global_index+"_"+index).removeChild(document.getElementById("field_value"+global_index+"_"+index));var l=document.createElement("input");l.setAttribute("id","field_value"+global_index+"_"+index),l.setAttribute("type","text"),l.setAttribute("value",""),l.setAttribute("class","fm_condition_field_input_value"),l.setAttribute("onKeyPress",r),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(l,document.getElementById("delete_condition"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(document.createTextNode(" "),document.getElementById("delete_condition"+global_index+"_"+index))}else document.getElementById("field_value"+global_index+"_"+index).value="",document.getElementById("field_value"+global_index+"_"+index).setAttribute("onKeyPress",r);break;case"type_own_select":case"type_radio":case"type_checkbox":for("type_own_select"==types_array[id]?w_size=params_array[id].split("*:*w_size*:*"):w_size=params_array[id].split("*:*w_flow*:*"),w_choices=w_size[1].split("*:*w_choices*:*"),w_choices_array=w_choices[0].split("***"),-1!==w_size[1].indexOf("*:*w_use_for_submission*:*")?(w_value_disabled=w_size[1].split("*:*w_use_for_submission*:*"),w_choices_value=w_value_disabled[1].split("*:*w_choices_value*:*"),w_choices_value_array=w_choices_value[0].split("***")):-1!==w_size[1].indexOf("*:*w_value_disabled*:*")?(w_value_disabled=w_size[1].split("*:*w_value_disabled*:*"),w_choices_value=w_value_disabled[1].split("*:*w_choices_value*:*"),w_choices_value_array=w_choices_value[0].split("***")):w_choices_value_array=w_choices_array,(_=document.createElement("select")).setAttribute("id","field_value"+global_index+"_"+index),_.setAttribute("class","fm_condition_field_select_value"),"type_checkbox"==types_array[id]&&(_.setAttribute("multiple","multiple"),_.setAttribute("class","multiple_select")),k=0;k<w_choices_array.length;k++){(d=document.createElement("option")).setAttribute("id","choise_"+global_index+"_"+k),d.setAttribute("value",w_choices_value_array[k]),d.innerHTML=replaceQuote(w_choices_array[k]),-1===w_choices_array[k].indexOf("[")&&-1===w_choices_array[k].indexOf("]")&&_.appendChild(d)}document.getElementById("condition_div"+global_index+"_"+index).removeChild(document.getElementById("field_value"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(_,document.getElementById("delete_condition"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(document.createTextNode(" "),document.getElementById("delete_condition"+global_index+"_"+index));break;case"type_paypal_select":case"type_paypal_radio":case"type_paypal_checkbox":case"type_paypal_shipping":for("type_paypal_select"==types_array[id]?w_size=params_array[id].split("*:*w_size*:*"):w_size=params_array[id].split("*:*w_flow*:*"),w_choices=w_size[1].split("*:*w_choices*:*"),w_choices_array=w_choices[0].split("***"),w_choices_price=w_choices[1].split("*:*w_choices_price*:*"),w_choices_price_array=w_choices_price[0].split("***"),(_=document.createElement("select")).setAttribute("id","field_value"+global_index+"_"+index),_.setAttribute("class","fm_condition_field_select_value"),"type_paypal_checkbox"==types_array[id]&&(_.setAttribute("multiple","multiple"),_.setAttribute("class","multiple_select")),k=0;k<w_choices_array.length;k++){var d;(d=document.createElement("option")).setAttribute("id","choise_"+global_index+"_"+k),d.setAttribute("value",w_choices_array[k]+"*:*value*:*"+w_choices_price_array[k]),d.innerHTML=w_choices_array[k],-1===w_choices_array[k].indexOf("[")&&-1===w_choices_array[k].indexOf("]")&&_.appendChild(d)}document.getElementById("condition_div"+global_index+"_"+index).removeChild(document.getElementById("field_value"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(_,document.getElementById("delete_condition"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(document.createTextNode(" "),document.getElementById("delete_condition"+global_index+"_"+index));break;case"type_country":case"type_address":var _,o=form_maker.countries;(_=document.createElement("select")).setAttribute("id","field_value"+global_index+"_"+index),_.setAttribute("class","fm_condition_field_select_value"),jQuery.each(o,function(e,t){var i=document.createElement("option");_.setAttribute("id","field_value"+global_index+"_"+index),i.setAttribute("value",t),i.innerHTML=t,_.appendChild(i)}),document.getElementById("condition_div"+global_index+"_"+index).removeChild(document.getElementById("field_value"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(_,document.getElementById("delete_condition"+global_index+"_"+index)),document.getElementById("condition_div"+global_index+"_"+index).insertBefore(document.createTextNode(" "),document.getElementById("delete_condition"+global_index+"_"+index))}}function acces_level(e){var t="";for(i=0;i<=parseInt(e);i++)document.getElementById("user_"+i).checked&&(t=t+document.getElementById("user_"+i).value+",");document.getElementById("user_id_wd").value=t}function check_isnum_space(e){var t=e.which||e.keyCode;return 32==t||!(31<t&&(t<48||57<t))}function check_isnum_point(e){var t=e.which||e.keyCode;return 46==t||!(31<t&&(t<48||57<t))}function check_stripe_required_fields(){if(jQuery("#paypal_mode2").prop("checked"))for("1"==jQuery("#stripemode").val()?(fields=["live_sec","live_pub"],fields_titles=["Live secret key","Live publishable key"]):(fields=["test_sec","test_pub"],fields_titles=["Test secret key","Test publishable key"]),i=0;i<fields.length;i++)if(!jQuery("#"+fields[i]).val())return jQuery("#"+fields[i]).focus(),alert(fields_titles[i]+" is required."),!0;return!1}function check_calculator_required_fields(){var i=0;return jQuery(jQuery("#wd_calculated_field_table").find('[id^="wdc_equation_"]')).each(function(){if(""==jQuery(this).val()){var e=jQuery(this).attr("id").replace("wdc_equation_",""),t=jQuery(jQuery("#wd_calculated_field_table").find("[data-field='"+e+"']")).html();i=1,jQuery(this).focus(),alert("Set equation for the field "+t)}if(1==i)return!1}),1==i}function set_theme(){theme_id="0"==jQuery("#theme").val()?default_theme:jQuery("#theme").val(),jQuery("#edit_css").attr("onclick","window.open('"+theme_edit_url+"&current_id="+theme_id+"'); return false;"),1==jQuery("#theme option:selected").attr("data-version")?jQuery("#old_theme_notice").show():jQuery("#old_theme_notice").hide()}function change_stripe_status(i){var e=jQuery(i),t=jQuery("#form_id").val();e.next(".fm-capture-loading").removeClass("fm-hidden"),e.next(".fm-error").remove(),e.prop("disabled",!0);var n=e.parents("tr").attr("id");n=n.replace("tr_",""),jQuery.ajax({type:"POST",url:ajaxurl,data:{form_id:t,group_id:n,action:"fm_stripe_status_update",nonce:fm_ajax.ajaxnonce},success:function(e){if(void 0!==(e=JSON.parse(e)).code&&200===e.code&&"OK"===e.message)jQuery(i).parents("td").empty().text(form_maker_stripe_statuses.succeeded);else if(void 0!==e.code&&200===e.code&&"Already exist"===e.message){var t=jQuery(i).parents("td");t.empty().text("Already succeeded"),setTimeout(function(){t.text(form_maker_stripe_statuses.succeeded)},1500)}else jQuery(i).parents("td").append('<span class="fm-error">'+form_maker_stripe_statuses.failed+"</span>")},complete:function(){jQuery(i).next(".fm-capture-loading").addClass("fm-hidden"),jQuery(i).prop("disabled",!1)},error:function(e,t){jQuery(i).parents("td").append('<span class="fm-error">'+form_maker_stripe_statuses.failed+"</span>")}})}jQuery(function(){fm_admin_ready()}),jQuery(document).on("fm_tab_loaded, fm_tab_email_loaded",function(){fm_admin_ready()}),jQuery(window).on("load",function(){jQuery("#fm_loading").hide(),jQuery("#fm_admin_container").show(),"function"==typeof add_scroll_width&&add_scroll_width(),set_no_items(),jQuery("#fm_ask_question").parent().attr("target","_blank")}),document.onkeypress=stopRKey,jQuery(function(){jQuery(".pp_display_on #pt0").click(function(){var e=jQuery(this).prop("checked");jQuery('.pp_display_on input[type="checkbox"]').prop("checked",e),e?jQuery(".fm-posts-show, .fm-pages-show, .fm-cat-show").removeClass("fm-hide").addClass("fm-show"):jQuery(".fm-posts-show, .fm-pages-show, .fm-cat-show").removeClass("fm-show").addClass("fm-hide")}),jQuery('.pp_display_on input[type="checkbox"]:not("#pt0")').click(function(){var e=jQuery(this).prop("checked");jQuery(".pp_display_on #pt0").prop("checked")&&!e&&jQuery(".pp_display_on #pt0").prop("checked",!1)}),jQuery(".pp_display_on #pt4").click(function(){fm_toggle_pages(this)}),jQuery(".pp_display_on #pt3").click(function(){fm_toggle_posts(this)}),jQuery("body").on("focusin",".pp_search_posts",function(){var e=jQuery(this);e.closest("ul").find(".pp_live_search").removeClass("fm-hide"),e.hasClass("already_triggered")||(e.addClass("already_triggered"),pp_live_search(e,500,!0))}),jQuery(document).click(function(){jQuery(".pp_live_search").addClass("fm-hide")}),jQuery("body").on("click",".fm-pp",function(){return!1}),jQuery("body").on("input",".pp_search_posts",function(){pp_live_search(jQuery(this),500,!0)}),jQuery("body").on("click",".pp_search_results li",function(){var e=jQuery(this);if(!e.hasClass("pp_no_res")){var t=e.text(),i=e.data("post_id"),n=e.closest(".fm-pp"),a=n.find(".pp_selected"),r=n.find(".pp_exclude"),l='<span data-post_id="'+i+'">'+t+'<span class="pp_selected_remove">x</span></span>';-1===a.html().indexOf('data-post_id="'+i+'"')&&(a.append(l),""===r.val()?r.val(i):r.val(function(e,t){return t+","+i}))}return!1}),jQuery("body").on("click",".pp_selected span.pp_selected_remove",function(){var e=jQuery(this).parent(),t=e.closest(".fm-pp").find(".pp_exclude"),i=t.val(),n=e.data("post_id");if(-1!==i.indexOf(n)){var a,r=-1!==i.indexOf(","+n)?","+n:n+",";r=-1!==i.indexOf(",")?r:n;a=i.replace(r,""),t.val(a)}return e.remove(),!1}),jQuery("body").on("click",'.pp_display_on_categories input[name="display_on_categories[]"]',function(){var e=jQuery('.pp_display_on_categories input[name="display_on_categories[]"]'),t=jQuery(".fm-display-all-categories");if("select_all_categories"==jQuery(this).val())jQuery(this).is(":checked")?e.prop("checked",!0):e.prop("checked",!1);else{var i=jQuery('input[name="display_on_categories[]"]:checked').length,n=parseInt(t.attr("data-categories-count"));jQuery(this).prop("checked")||(i-=1),t.prop("checked",!1),i==n&&t.prop("checked",!0)}})}),function(d){d.fn.serializeObject=function(){var a=this,r={},t={},l={validate:/^[a-zA-Z][a-zA-Z0-9_]*(?:\[(?:\d*|[a-zA-Z0-9_]+)\])*$/,key:/[a-zA-Z0-9_]+|(?=\[\])/g,push:/^$/,fixed:/^\d+$/,named:/^[a-zA-Z0-9_]+$/};return this.build=function(e,t,i){return e[t]=i,e},this.push_counter=function(e){return void 0===t[e]&&(t[e]=0),t[e]++},d.each(d(this).serializeArray(),function(){if(l.validate.test(this.name)){for(var e,t=this.name.match(l.key),i=this.value,n=this.name;void 0!==(e=t.pop());)n=n.replace(new RegExp("\\["+e+"\\]$"),""),e.match(l.push)?i=a.build([],a.push_counter(n),i):e.match(l.fixed)?i=a.build([],e,i):e.match(l.named)&&(i=a.build({},e,i));r=d.extend(!0,r,i)}}),r}}(jQuery),jQuery(document).on("dblclick",".wdform_row, .wdform_tr_section_break",function(){edit(jQuery(this).attr("wdid"))}),function(t){function i(e,t){if(!(1<e.originalEvent.touches.length)){e.preventDefault();var i=e.originalEvent.changedTouches[0],n=document.createEvent("MouseEvents");n.initMouseEvent(t,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),e.target.dispatchEvent(n)}}if(t.support.touch="ontouchend"in document,t.support.touch){var n,e=t.ui.mouse.prototype,a=e._mouseInit,r=e._mouseDestroy;e._touchStart=function(e){!n&&this._mouseCapture(e.originalEvent.changedTouches[0])&&(n=!0,this._touchMoved=!1,i(e,"mouseover"),i(e,"mousemove"),i(e,"mousedown"))},e._touchMove=function(e){n&&(this._touchMoved=!0,i(e,"mousemove"))},e._touchEnd=function(e){n&&(i(e,"mouseup"),i(e,"mouseout"),this._touchMoved||i(e,"click"),n=!1)},e._mouseInit=function(){var e=this;e.element.bind({touchstart:t.proxy(e,"_touchStart"),touchmove:t.proxy(e,"_touchMove"),touchend:t.proxy(e,"_touchEnd")}),a.call(e)},e._mouseDestroy=function(){var e=this;e.element.unbind({touchstart:t.proxy(e,"_touchStart"),touchmove:t.proxy(e,"_touchMove"),touchend:t.proxy(e,"_touchEnd")}),r.call(e)}}}(jQuery);var gmapdata=new Array,gmapmarker=new Array;function if_gmap_init(e){map=document.getElementById(e+"_elementform_id_temp");var t=parseInt(map.getAttribute("zoom")),i=map.getAttribute("center_x"),n=map.getAttribute("center_y"),a=new google.maps.LatLng(n,i);return gmapdata[e]=new google.maps.Map(document.getElementById(e+"_elementform_id_temp"),{center:a,zoom:t,mapTypeId:"roadmap"}),google.maps.event.addListener(gmapdata[e],"zoom_changed",function(){document.getElementById(e+"_elementform_id_temp").setAttribute("zoom",gmapdata[e].getZoom())}),gmapmarker[e]=new Array,!1}function update_position(e,i){var t=document.getElementById("longval"+i).value,n=document.getElementById("latval"+i).value;0<t.length?1==isNaN(parseFloat(t))&&(t=2.294254):t=2.294254,0<n.length?1==isNaN(parseFloat(n))&&(n=48.858334):n=48.858334;var a=new google.maps.LatLng(n,t);gmapmarker[e][i].setPosition(a),gmapdata[e].setCenter(a),cur_zoom=gmapdata[e].getZoom(),gmapdata[e].setZoom(cur_zoom),geocoder=new google.maps.Geocoder,geocoder.geocode({latLng:gmapmarker[e][i].getPosition()},function(e,t){t==google.maps.GeocoderStatus.OK&&e[0]&&document.getElementById("addrval"+i)&&(document.getElementById("addrval"+i).value=e[0].formatted_address)});var r=document.getElementById(e+"_elementform_id_temp");return r.setAttribute("long"+i,t),r.setAttribute("lat"+i,n),!1}function remove_marker(e,t){gmapmarker[e][t].setMap(null)}function add_marker_on_map(t,i,e,n,a,r){if(map=document.getElementById(t+"_elementform_id_temp"),null==e){var l=gmapdata[t].getCenter();n=gmapdata[t].getCenter().lat(),e=gmapdata[t].getCenter().lng()}else l=new google.maps.LatLng(n,e);return geocoder=new google.maps.Geocoder,gmapmarker[t][i]=new google.maps.Marker({map:gmapdata[t],position:l,draggable:r}),gmapmarker[t][i].setDraggable(r),infoW=new google.maps.InfoWindow,google.maps.event.addListener(gmapdata[t],"mouseover",function(e){document.getElementById("longval"+i)||gmapmarker[t][i].setDraggable(!1)}),google.maps.event.addListener(gmapmarker[t][i],"drag",function(){document.getElementById("longval"+i)&&(geocoder.geocode({latLng:gmapmarker[t][i].getPosition()},function(e,t){t==google.maps.GeocoderStatus.OK&&e[0]&&document.getElementById("addrval"+i)&&(document.getElementById("addrval"+i).value=e[0].formatted_address)}),map.setAttribute("long"+i,gmapmarker[t][i].getPosition().lng().toFixed(6)),map.setAttribute("lat"+i,gmapmarker[t][i].getPosition().lat().toFixed(6)),document.getElementById("latval"+i).value=gmapmarker[t][i].getPosition().lat().toFixed(6),document.getElementById("longval"+i).value=gmapmarker[t][i].getPosition().lng().toFixed(6))}),google.maps.event.addListener(gmapmarker[t][i],"click",function(){infoW.setContent('<div style="overflow: hidden;">'+document.getElementById(t+"_elementform_id_temp").getAttribute("info"+i)+"</div>");infoW.setOptions({maxWidth:"300"}),infoW.open(this.getMap(),this)}),document.getElementById("longval"+i)&&(document.getElementById("longval"+i).value=e,document.getElementById("latval"+i).value=n,geocoder.geocode({latLng:gmapmarker[t][i].getPosition()},function(e,t){t==google.maps.GeocoderStatus.OK&&e[0]&&document.getElementById("addrval"+i)&&(document.getElementById("addrval"+i).value=e[0].formatted_address)}),map.setAttribute("long"+i,e),map.setAttribute("lat"+i,n)),!1}function changeAddress(i,n){var e=document.getElementById("addrval"+n).value;geocoder.geocode({address:e},function(e,t){t==google.maps.GeocoderStatus.OK&&(gmapdata[i].setCenter(e[0].geometry.location),gmapmarker[i][n].setPosition(e[0].geometry.location),document.getElementById("latval"+n).value=gmapmarker[i][n].getPosition().lat().toFixed(6),document.getElementById("longval"+n).value=gmapmarker[i][n].getPosition().lng().toFixed(6),map.setAttribute("long"+n,gmapmarker[i][n].getPosition().lng().toFixed(6)),map.setAttribute("lat"+n,gmapmarker[i][n].getPosition().lat().toFixed(6)))})}function change_info(e,t,i){map=document.getElementById(t+"_elementform_id_temp"),map.setAttribute("info"+i,e)}function if_gmap_updateMap(e){map=document.getElementById(e+"_elementform_id_temp"),w_long=gmapdata[e].getCenter().lng(),w_lat=gmapdata[e].getCenter().lat(),map.setAttribute("center_x",w_long),map.setAttribute("center_y",w_lat)}!function(e){"object"==typeof module&&module.exports?module.exports=e():window.intlTelInput=e()}(function(u){"use strict";return function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}for(var r=[["Afghanistan (‫افغانستان‬‎)","af","93"],["Albania (Shqipëri)","al","355"],["Algeria (‫الجزائر‬‎)","dz","213"],["American Samoa","as","1",5,["684"]],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1",6,["264"]],["Antigua and Barbuda","ag","1",7,["268"]],["Argentina","ar","54"],["Armenia (Հայաստան)","am","374"],["Aruba","aw","297"],["Ascension Island","ac","247"],["Australia","au","61",0],["Austria (Österreich)","at","43"],["Azerbaijan (Azərbaycan)","az","994"],["Bahamas","bs","1",8,["242"]],["Bahrain (‫البحرين‬‎)","bh","973"],["Bangladesh (বাংলাদেশ)","bd","880"],["Barbados","bb","1",9,["246"]],["Belarus (Беларусь)","by","375"],["Belgium (België)","be","32"],["Belize","bz","501"],["Benin (Bénin)","bj","229"],["Bermuda","bm","1",10,["441"]],["Bhutan (འབྲུག)","bt","975"],["Bolivia","bo","591"],["Bosnia and Herzegovina (Босна и Херцеговина)","ba","387"],["Botswana","bw","267"],["Brazil (Brasil)","br","55"],["British Indian Ocean Territory","io","246"],["British Virgin Islands","vg","1",11,["284"]],["Brunei","bn","673"],["Bulgaria (България)","bg","359"],["Burkina Faso","bf","226"],["Burundi (Uburundi)","bi","257"],["Cambodia (កម្ពុជា)","kh","855"],["Cameroon (Cameroun)","cm","237"],["Canada","ca","1",1,["204","226","236","249","250","289","306","343","365","387","403","416","418","431","437","438","450","506","514","519","548","579","581","587","604","613","639","647","672","705","709","742","778","780","782","807","819","825","867","873","902","905"]],["Cape Verde (Kabu Verdi)","cv","238"],["Caribbean Netherlands","bq","599",1,["3","4","7"]],["Cayman Islands","ky","1",12,["345"]],["Central African Republic (République centrafricaine)","cf","236"],["Chad (Tchad)","td","235"],["Chile","cl","56"],["China (中国)","cn","86"],["Christmas Island","cx","61",2,["89164"]],["Cocos (Keeling) Islands","cc","61",1,["89162"]],["Colombia","co","57"],["Comoros (‫جزر القمر‬‎)","km","269"],["Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)","cd","243"],["Congo (Republic) (Congo-Brazzaville)","cg","242"],["Cook Islands","ck","682"],["Costa Rica","cr","506"],["Côte d’Ivoire","ci","225"],["Croatia (Hrvatska)","hr","385"],["Cuba","cu","53"],["Curaçao","cw","599",0],["Cyprus (Κύπρος)","cy","357"],["Czech Republic (Česká republika)","cz","420"],["Denmark (Danmark)","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1",13,["767"]],["Dominican Republic (República Dominicana)","do","1",2,["809","829","849"]],["Ecuador","ec","593"],["Egypt (‫مصر‬‎)","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea (Guinea Ecuatorial)","gq","240"],["Eritrea","er","291"],["Estonia (Eesti)","ee","372"],["Eswatini","sz","268"],["Ethiopia","et","251"],["Falkland Islands (Islas Malvinas)","fk","500"],["Faroe Islands (Føroyar)","fo","298"],["Fiji","fj","679"],["Finland (Suomi)","fi","358",0],["France","fr","33"],["French Guiana (Guyane française)","gf","594"],["French Polynesia (Polynésie française)","pf","689"],["Gabon","ga","241"],["Gambia","gm","220"],["Georgia (საქართველო)","ge","995"],["Germany (Deutschland)","de","49"],["Ghana (Gaana)","gh","233"],["Gibraltar","gi","350"],["Greece (Ελλάδα)","gr","30"],["Greenland (Kalaallit Nunaat)","gl","299"],["Grenada","gd","1",14,["473"]],["Guadeloupe","gp","590",0],["Guam","gu","1",15,["671"]],["Guatemala","gt","502"],["Guernsey","gg","44",1,["1481","7781","7839","7911"]],["Guinea (Guinée)","gn","224"],["Guinea-Bissau (Guiné Bissau)","gw","245"],["Guyana","gy","592"],["Haiti","ht","509"],["Honduras","hn","504"],["Hong Kong (香港)","hk","852"],["Hungary (Magyarország)","hu","36"],["Iceland (Ísland)","is","354"],["India (भारत)","in","91"],["Indonesia","id","62"],["Iran (‫ایران‬‎)","ir","98"],["Iraq (‫العراق‬‎)","iq","964"],["Ireland","ie","353"],["Isle of Man","im","44",2,["1624","74576","7524","7924","7624"]],["Israel (‫ישראל‬‎)","il","972"],["Italy (Italia)","it","39",0],["Jamaica","jm","1",4,["876","658"]],["Japan (日本)","jp","81"],["Jersey","je","44",3,["1534","7509","7700","7797","7829","7937"]],["Jordan (‫الأردن‬‎)","jo","962"],["Kazakhstan (Казахстан)","kz","7",1,["33","7"]],["Kenya","ke","254"],["Kiribati","ki","686"],["Kosovo","xk","383"],["Kuwait (‫الكويت‬‎)","kw","965"],["Kyrgyzstan (Кыргызстан)","kg","996"],["Laos (ລາວ)","la","856"],["Latvia (Latvija)","lv","371"],["Lebanon (‫لبنان‬‎)","lb","961"],["Lesotho","ls","266"],["Liberia","lr","231"],["Libya (‫ليبيا‬‎)","ly","218"],["Liechtenstein","li","423"],["Lithuania (Lietuva)","lt","370"],["Luxembourg","lu","352"],["Macau (澳門)","mo","853"],["Macedonia (FYROM) (Македонија)","mk","389"],["Madagascar (Madagasikara)","mg","261"],["Malawi","mw","265"],["Malaysia","my","60"],["Maldives","mv","960"],["Mali","ml","223"],["Malta","mt","356"],["Marshall Islands","mh","692"],["Martinique","mq","596"],["Mauritania (‫موريتانيا‬‎)","mr","222"],["Mauritius (Moris)","mu","230"],["Mayotte","yt","262",1,["269","639"]],["Mexico (México)","mx","52"],["Micronesia","fm","691"],["Moldova (Republica Moldova)","md","373"],["Monaco","mc","377"],["Mongolia (Монгол)","mn","976"],["Montenegro (Crna Gora)","me","382"],["Montserrat","ms","1",16,["664"]],["Morocco (‫المغرب‬‎)","ma","212",0],["Mozambique (Moçambique)","mz","258"],["Myanmar (Burma) (မြန်မာ)","mm","95"],["Namibia (Namibië)","na","264"],["Nauru","nr","674"],["Nepal (नेपाल)","np","977"],["Netherlands (Nederland)","nl","31"],["New Caledonia (Nouvelle-Calédonie)","nc","687"],["New Zealand","nz","64"],["Nicaragua","ni","505"],["Niger (Nijar)","ne","227"],["Nigeria","ng","234"],["Niue","nu","683"],["Norfolk Island","nf","672"],["North Korea (조선 민주주의 인민 공화국)","kp","850"],["Northern Mariana Islands","mp","1",17,["670"]],["Norway (Norge)","no","47",0],["Oman (‫عُمان‬‎)","om","968"],["Pakistan (‫پاکستان‬‎)","pk","92"],["Palau","pw","680"],["Palestine (‫فلسطين‬‎)","ps","970"],["Panama (Panamá)","pa","507"],["Papua New Guinea","pg","675"],["Paraguay","py","595"],["Peru (Perú)","pe","51"],["Philippines","ph","63"],["Poland (Polska)","pl","48"],["Portugal","pt","351"],["Puerto Rico","pr","1",3,["787","939"]],["Qatar (‫قطر‬‎)","qa","974"],["Réunion (La Réunion)","re","262",0],["Romania (România)","ro","40"],["Russia (Россия)","ru","7",0],["Rwanda","rw","250"],["Saint Barthélemy","bl","590",1],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1",18,["869"]],["Saint Lucia","lc","1",19,["758"]],["Saint Martin (Saint-Martin (partie française))","mf","590",2],["Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)","pm","508"],["Saint Vincent and the Grenadines","vc","1",20,["784"]],["Samoa","ws","685"],["San Marino","sm","378"],["São Tomé and Príncipe (São Tomé e Príncipe)","st","239"],["Saudi Arabia (‫المملكة العربية السعودية‬‎)","sa","966"],["Senegal (Sénégal)","sn","221"],["Serbia (Србија)","rs","381"],["Seychelles","sc","248"],["Sierra Leone","sl","232"],["Singapore","sg","65"],["Sint Maarten","sx","1",21,["721"]],["Slovakia (Slovensko)","sk","421"],["Slovenia (Slovenija)","si","386"],["Solomon Islands","sb","677"],["Somalia (Soomaaliya)","so","252"],["South Africa","za","27"],["South Korea (대한민국)","kr","82"],["South Sudan (‫جنوب السودان‬‎)","ss","211"],["Spain (España)","es","34"],["Sri Lanka (ශ්‍රී ලංකාව)","lk","94"],["Sudan (‫السودان‬‎)","sd","249"],["Suriname","sr","597"],["Svalbard and Jan Mayen","sj","47",1,["79"]],["Sweden (Sverige)","se","46"],["Switzerland (Schweiz)","ch","41"],["Syria (‫سوريا‬‎)","sy","963"],["Taiwan (台灣)","tw","886"],["Tajikistan","tj","992"],["Tanzania","tz","255"],["Thailand (ไทย)","th","66"],["Timor-Leste","tl","670"],["Togo","tg","228"],["Tokelau","tk","690"],["Tonga","to","676"],["Trinidad and Tobago","tt","1",22,["868"]],["Tunisia (‫تونس‬‎)","tn","216"],["Turkey (Türkiye)","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1",23,["649"]],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1",24,["340"]],["Uganda","ug","256"],["Ukraine (Україна)","ua","380"],["United Arab Emirates (‫الإمارات العربية المتحدة‬‎)","ae","971"],["United Kingdom","gb","44",0],["United States","us","1",0],["Uruguay","uy","598"],["Uzbekistan (Oʻzbekiston)","uz","998"],["Vanuatu","vu","678"],["Vatican City (Città del Vaticano)","va","39",1,["06698"]],["Venezuela","ve","58"],["Vietnam (Việt Nam)","vn","84"],["Wallis and Futuna (Wallis-et-Futuna)","wf","681"],["Western Sahara (‫الصحراء الغربية‬‎)","eh","212",1,["5288","5289"]],["Yemen (‫اليمن‬‎)","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Åland Islands","ax","358",1,["18"]]],e=0;e<r.length;e++){var t=r[e];r[e]={name:t[0],iso2:t[1],dialCode:t[2],priority:t[3]||0,areaCodes:t[4]||null}}var i={getInstance:function(e){var t=e.getAttribute("data-intl-tel-input-id");return window.intlTelInputGlobals.instances[t]},instances:{},documentReady:function(){return"complete"===document.readyState}};"object"==typeof window&&(window.intlTelInputGlobals=i);var l=0,d={allowDropdown:!0,autoHideDialCode:!0,autoPlaceholder:"polite",customContainer:"",customPlaceholder:null,dropdownContainer:null,excludeCountries:[],formatOnDisplay:!0,geoIpLookup:null,hiddenInput:"",initialCountry:"",localizedCountries:null,nationalMode:!0,onlyCountries:[],placeholderNumberType:"MOBILE",preferredCountries:["us","gb"],separateDialCode:!1,utilsScript:""},_=["800","822","833","844","855","866","877","880","881","882","883","884","885","886","887","888","889"],o=function(e,t){for(var i=Object.keys(e),n=0;n<i.length;n++)t(i[n],e[i[n]])},s=function(t){o(window.intlTelInputGlobals.instances,function(e){window.intlTelInputGlobals.instances[e][t]()})},a=function(){function a(e,t){var i=this;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,a),this.id=l++,this.a=e,this.b=null,this.c=null;var n=t||{};this.d={},o(d,function(e,t){i.d[e]=n.hasOwnProperty(e)?n[e]:t}),this.e=Boolean(e.getAttribute("placeholder"))}return e=a,(t=[{key:"_init",value:function(){var i=this;if(this.d.nationalMode&&(this.d.autoHideDialCode=!1),this.d.separateDialCode&&(this.d.autoHideDialCode=this.d.nationalMode=!1),this.g=/Android.+Mobile|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),this.g&&(document.body.classList.add("iti-mobile"),this.d.dropdownContainer||(this.d.dropdownContainer=document.body)),"undefined"!=typeof Promise){var e=new Promise(function(e,t){i.h=e,i.i=t}),t=new Promise(function(e,t){i.i0=e,i.i1=t});this.promise=Promise.all([e,t])}else this.h=this.i=function(){},this.i0=this.i1=function(){};this.s={},this._b(),this._f(),this._h(),this._i(),this._i3()}},{key:"_b",value:function(){this._d(),this._d2(),this._e(),this.d.localizedCountries&&this._d0(),(this.d.onlyCountries.length||this.d.localizedCountries)&&this.p.sort(this._d1)}},{key:"_c",value:function(e,t,i){t.length>this.countryCodeMaxLen&&(this.countryCodeMaxLen=t.length),this.q.hasOwnProperty(t)||(this.q[t]=[]);for(var n=0;n<this.q[t].length;n++)if(this.q[t][n]===e)return;var a=i!==u?i:this.q[t].length;this.q[t][a]=e}},{key:"_d",value:function(){if(this.d.onlyCountries.length){var t=this.d.onlyCountries.map(function(e){return e.toLowerCase()});this.p=r.filter(function(e){return-1<t.indexOf(e.iso2)})}else if(this.d.excludeCountries.length){var i=this.d.excludeCountries.map(function(e){return e.toLowerCase()});this.p=r.filter(function(e){return-1===i.indexOf(e.iso2)})}else this.p=r}},{key:"_d0",value:function(){for(var e=0;e<this.p.length;e++){var t=this.p[e].iso2.toLowerCase();this.d.localizedCountries.hasOwnProperty(t)&&(this.p[e].name=this.d.localizedCountries[t])}}},{key:"_d1",value:function(e,t){return e.name.localeCompare(t.name)}},{key:"_d2",value:function(){this.countryCodeMaxLen=0,this.dialCodes={},this.q={};for(var e=0;e<this.p.length;e++){var t=this.p[e];this.dialCodes[t.dialCode]||(this.dialCodes[t.dialCode]=!0),this._c(t.iso2,t.dialCode,t.priority)}for(var i=0;i<this.p.length;i++){var n=this.p[i];if(n.areaCodes)for(var a=this.q[n.dialCode][0],r=0;r<n.areaCodes.length;r++){for(var l=n.areaCodes[r],d=1;d<l.length;d++){var _=n.dialCode+l.substr(0,d);this._c(a,_),this._c(n.iso2,_)}this._c(n.iso2,n.dialCode+l)}}}},{key:"_e",value:function(){this.preferredCountries=[];for(var e=0;e<this.d.preferredCountries.length;e++){var t=this.d.preferredCountries[e].toLowerCase(),i=this._y(t,!1,!0);i&&this.preferredCountries.push(i)}}},{key:"_e2",value:function(e,t,i){var n=document.createElement(e);return t&&o(t,function(e,t){return n.setAttribute(e,t)}),i&&i.appendChild(n),n}},{key:"_f",value:function(){this.a.hasAttribute("autocomplete")||this.a.form&&this.a.form.hasAttribute("autocomplete")||this.a.setAttribute("autocomplete","off");var e="iti";this.d.allowDropdown&&(e+=" iti--allow-dropdown"),this.d.separateDialCode&&(e+=" iti--separate-dial-code"),this.d.customContainer&&(e+=" ",e+=this.d.customContainer);var t=this._e2("div",{class:e});if(this.a.parentNode.insertBefore(t,this.a),this.k=this._e2("div",{class:"iti__flag-container"},t),t.appendChild(this.a),this.selectedFlag=this._e2("div",{class:"iti__selected-flag",role:"combobox","aria-controls":"iti-".concat(this.id,"__country-listbox"),"aria-owns":"iti-".concat(this.id,"__country-listbox"),"aria-expanded":"false"},this.k),this.l=this._e2("div",{class:"iti__flag"},this.selectedFlag),this.d.separateDialCode&&(this.t=this._e2("div",{class:"iti__selected-dial-code"},this.selectedFlag)),this.d.allowDropdown&&(this.selectedFlag.setAttribute("tabindex","0"),this.u=this._e2("div",{class:"iti__arrow"},this.selectedFlag),this.m=this._e2("ul",{class:"iti__country-list iti__hide",id:"iti-".concat(this.id,"__country-listbox"),role:"listbox","aria-label":"List of countries"}),this.preferredCountries.length&&(this._g(this.preferredCountries,"iti__preferred",!0),this._e2("li",{class:"iti__divider",role:"separator","aria-disabled":"true"},this.m)),this._g(this.p,"iti__standard"),this.d.dropdownContainer?(this.dropdown=this._e2("div",{class:"iti iti--container"}),this.dropdown.appendChild(this.m)):this.k.appendChild(this.m)),this.d.hiddenInput){var i=this.d.hiddenInput,n=this.a.getAttribute("name");if(n){var a=n.lastIndexOf("[");-1!==a&&(i="".concat(n.substr(0,a),"[").concat(i,"]"))}this.hiddenInput=this._e2("input",{type:"hidden",name:i}),t.appendChild(this.hiddenInput)}}},{key:"_g",value:function(e,t,i){for(var n="",a=0;a<e.length;a++){var r=e[a],l=i?"-preferred":"";n+="<li class='iti__country ".concat(t,"' tabIndex='-1' id='iti-").concat(this.id,"__item-").concat(r.iso2).concat(l,"' role='option' data-dial-code='").concat(r.dialCode,"' data-country-code='").concat(r.iso2,"' aria-selected='false'>"),n+="<div class='iti__flag-box'><div class='iti__flag iti__".concat(r.iso2,"'></div></div>"),n+="<span class='iti__country-name'>".concat(r.name,"</span>"),n+="<span class='iti__dial-code'>+".concat(r.dialCode,"</span>"),n+="</li>"}this.m.insertAdjacentHTML("beforeend",n)}},{key:"_h",value:function(){var e=this.a.getAttribute("value"),t=this.a.value,i=e&&"+"===e.charAt(0)&&(!t||"+"!==t.charAt(0))?e:t,n=this._5(i),a=this._w(i),r=this.d,l=r.initialCountry,d=r.nationalMode,_=r.autoHideDialCode,o=r.separateDialCode;n&&!a?this._v(i):"auto"!==l&&(l?this._z(l.toLowerCase()):n&&a?this._z("us"):(this.j=this.preferredCountries.length?this.preferredCountries[0].iso2:this.p[0].iso2,i||this._z(this.j)),i||d||_||o||(this.a.value="+".concat(this.s.dialCode))),i&&this._u(i)}},{key:"_i",value:function(){this._j(),this.d.autoHideDialCode&&this._l(),this.d.allowDropdown&&this._i2(),this.hiddenInput&&this._i0()}},{key:"_i0",value:function(){var e=this;this._a14=function(){e.hiddenInput.value=e.getNumber()},this.a.form&&this.a.form.addEventListener("submit",this._a14)}},{key:"_i1",value:function(){for(var e=this.a;e&&"LABEL"!==e.tagName;)e=e.parentNode;return e}},{key:"_i2",value:function(){var t=this;this._a9=function(e){t.m.classList.contains("iti__hide")?t.a.focus():e.preventDefault()};var e=this._i1();e&&e.addEventListener("click",this._a9),this._a10=function(){!t.m.classList.contains("iti__hide")||t.a.disabled||t.a.readOnly||t._n()},this.selectedFlag.addEventListener("click",this._a10),this._a11=function(e){t.m.classList.contains("iti__hide")&&-1!==["ArrowUp","Up","ArrowDown","Down"," ","Enter"].indexOf(e.key)&&(e.preventDefault(),e.stopPropagation(),t._n()),"Tab"===e.key&&t._2()},this.k.addEventListener("keydown",this._a11)}},{key:"_i3",value:function(){var e=this;this.d.utilsScript&&!window.intlTelInputUtils?window.intlTelInputGlobals.documentReady()?window.intlTelInputGlobals.loadUtils(this.d.utilsScript):window.addEventListener("load",function(){window.intlTelInputGlobals.loadUtils(e.d.utilsScript)}):this.i0(),"auto"===this.d.initialCountry?this._i4():this.h()}},{key:"_i4",value:function(){window.intlTelInputGlobals.autoCountry?this.handleAutoCountry():window.intlTelInputGlobals.startedLoadingAutoCountry||(window.intlTelInputGlobals.startedLoadingAutoCountry=!0,"function"==typeof this.d.geoIpLookup&&this.d.geoIpLookup(function(e){window.intlTelInputGlobals.autoCountry=e.toLowerCase(),setTimeout(function(){return s("handleAutoCountry")})},function(){return s("rejectAutoCountryPromise")}))}},{key:"_j",value:function(){var e=this;this._a12=function(){e._v(e.a.value)&&e._m2CountryChange()},this.a.addEventListener("keyup",this._a12),this._a13=function(){setTimeout(e._a12)},this.a.addEventListener("cut",this._a13),this.a.addEventListener("paste",this._a13)}},{key:"_j2",value:function(e){var t=this.a.getAttribute("maxlength");return t&&e.length>t?e.substr(0,t):e}},{key:"_l",value:function(){var e=this;this._a8=function(){e._l2()},this.a.form&&this.a.form.addEventListener("submit",this._a8),this.a.addEventListener("blur",this._a8)}},{key:"_l2",value:function(){if("+"===this.a.value.charAt(0)){var e=this._m(this.a.value);e&&this.s.dialCode!==e||(this.a.value="")}}},{key:"_m",value:function(e){return e.replace(/\D/g,"")}},{key:"_m2",value:function(e){var t=document.createEvent("Event");t.initEvent(e,!0,!0),this.a.dispatchEvent(t)}},{key:"_n",value:function(){this.m.classList.remove("iti__hide"),this.selectedFlag.setAttribute("aria-expanded","true"),this._o(),this.b&&(this._x(this.b,!1),this._3(this.b,!0)),this._p(),this.u.classList.add("iti__arrow--up"),this._m2("open:countrydropdown")}},{key:"_n2",value:function(e,t,i){i&&!e.classList.contains(t)?e.classList.add(t):!i&&e.classList.contains(t)&&e.classList.remove(t)}},{key:"_o",value:function(){var e=this;if(this.d.dropdownContainer&&this.d.dropdownContainer.appendChild(this.dropdown),!this.g){var t=this.a.getBoundingClientRect(),i=window.pageYOffset||document.documentElement.scrollTop,n=t.top+i,a=this.m.offsetHeight,r=n+this.a.offsetHeight+a<i+window.innerHeight,l=i<n-a;if(this._n2(this.m,"iti__country-list--dropup",!r&&l),this.d.dropdownContainer){var d=!r&&l?0:this.a.offsetHeight;this.dropdown.style.top="".concat(n+d,"px"),this.dropdown.style.left="".concat(t.left+document.body.scrollLeft,"px"),this._a4=function(){return e._2()},window.addEventListener("scroll",this._a4)}}}},{key:"_o2",value:function(e){for(var t=e;t&&t!==this.m&&!t.classList.contains("iti__country");)t=t.parentNode;return t===this.m?null:t}},{key:"_p",value:function(){var i=this;this._a0=function(e){var t=i._o2(e.target);t&&i._x(t,!1)},this.m.addEventListener("mouseover",this._a0),this._a1=function(e){var t=i._o2(e.target);t&&i._1(t)},this.m.addEventListener("click",this._a1);var e=!0;this._a2=function(){e||i._2(),e=!1},document.documentElement.addEventListener("click",this._a2);var t="",n=null;this._a3=function(e){e.preventDefault(),"ArrowUp"===e.key||"Up"===e.key||"ArrowDown"===e.key||"Down"===e.key?i._q(e.key):"Enter"===e.key?i._r():"Escape"===e.key?i._2():/^[a-zA-ZÀ-ÿа-яА-Я ]$/.test(e.key)&&(n&&clearTimeout(n),t+=e.key.toLowerCase(),i._s(t),n=setTimeout(function(){t=""},1e3))},document.addEventListener("keydown",this._a3)}},{key:"_q",value:function(e){var t="ArrowUp"===e||"Up"===e?this.c.previousElementSibling:this.c.nextElementSibling;t&&(t.classList.contains("iti__divider")&&(t="ArrowUp"===e||"Up"===e?t.previousElementSibling:t.nextElementSibling),this._x(t,!0))}},{key:"_r",value:function(){this.c&&this._1(this.c)}},{key:"_s",value:function(e){for(var t=0;t<this.p.length;t++)if(this._t(this.p[t].name,e)){var i=this.m.querySelector("#iti-".concat(this.id,"__item-").concat(this.p[t].iso2));this._x(i,!1),this._3(i,!0);break}}},{key:"_t",value:function(e,t){return e.substr(0,t.length).toLowerCase()===t}},{key:"_u",value:function(e){var t=e;if(this.d.formatOnDisplay&&window.intlTelInputUtils&&this.s){var i=!this.d.separateDialCode&&(this.d.nationalMode||"+"!==t.charAt(0)),n=intlTelInputUtils.numberFormat,a=n.NATIONAL,r=n.INTERNATIONAL,l=i?a:r;t=intlTelInputUtils.formatNumber(t,this.s.iso2,l)}t=this._7(t),this.a.value=t}},{key:"_v",value:function(e){var t=e,i=this.s.dialCode,n="1"===i;t&&this.d.nationalMode&&n&&"+"!==t.charAt(0)&&("1"!==t.charAt(0)&&(t="1".concat(t)),t="+".concat(t)),this.d.separateDialCode&&i&&"+"!==t.charAt(0)&&(t="+".concat(i).concat(t));var a=this._5(t,!0),r=this._m(t),l=null;if(a){var d=this.q[this._m(a)],_=-1!==d.indexOf(this.s.iso2)&&r.length<=a.length-1;if(!("1"===i&&this._w(r)||_))for(var o=0;o<d.length;o++)if(d[o]){l=d[o];break}}else"+"===t.charAt(0)&&r.length?l="":t&&"+"!==t||(l=this.j);return null!==l&&this._z(l)}},{key:"_w",value:function(e){var t=this._m(e);if("1"!==t.charAt(0))return!1;var i=t.substr(1,3);return-1!==_.indexOf(i)}},{key:"_x",value:function(e,t){var i=this.c;i&&i.classList.remove("iti__highlight"),this.c=e,this.c.classList.add("iti__highlight"),t&&this.c.focus()}},{key:"_y",value:function(e,t,i){for(var n=t?r:this.p,a=0;a<n.length;a++)if(n[a].iso2===e)return n[a];if(i)return null;throw new Error("No country data for '".concat(e,"'"))}},{key:"_z",value:function(e){var t=this.s.iso2?this.s:{};this.s=e?this._y(e,!1,!1):{},this.s.iso2&&(this.j=this.s.iso2),this.l.setAttribute("class","iti__flag iti__".concat(e));var i=e?"".concat(this.s.name,": +").concat(this.s.dialCode):"Unknown";if(this.selectedFlag.setAttribute("title",i),this.d.separateDialCode){var n=this.s.dialCode?"+".concat(this.s.dialCode):"";this.t.innerHTML=n;var a=this.selectedFlag.offsetWidth||this._z2();this.a.style.paddingLeft="".concat(a+6,"px")}if(this._0(),this.d.allowDropdown){var r=this.b;if(r&&(r.classList.remove("iti__active"),r.setAttribute("aria-selected","false")),e){var l=this.m.querySelector("#iti-".concat(this.id,"__item-").concat(e,"-preferred"))||this.m.querySelector("#iti-".concat(this.id,"__item-").concat(e));l.setAttribute("aria-selected","true"),l.classList.add("iti__active"),this.b=l,this.selectedFlag.setAttribute("aria-activedescendant",l.getAttribute("id"))}}return t.iso2!==e}},{key:"_z2",value:function(){var e=this.a.parentNode.cloneNode();e.style.visibility="hidden",document.body.appendChild(e);var t=this.k.cloneNode();e.appendChild(t);var i=this.selectedFlag.cloneNode(!0);t.appendChild(i);var n=i.offsetWidth;return e.parentNode.removeChild(e),n}},{key:"_0",value:function(){var e="aggressive"===this.d.autoPlaceholder||!this.e&&"polite"===this.d.autoPlaceholder;if(window.intlTelInputUtils&&e){var t=intlTelInputUtils.numberType[this.d.placeholderNumberType],i=this.s.iso2?intlTelInputUtils.getExampleNumber(this.s.iso2,this.d.nationalMode,t):"";i=this._7(i),"function"==typeof this.d.customPlaceholder&&(i=this.d.customPlaceholder(i,this.s)),this.a.setAttribute("placeholder",i)}}},{key:"_1",value:function(e){var t=this._z(e.getAttribute("data-country-code"));this._2(),this._4(e.getAttribute("data-dial-code"),!0),this.a.focus();var i=this.a.value.length;this.a.setSelectionRange(i,i),t&&this._m2CountryChange()}},{key:"_2",value:function(){this.m.classList.add("iti__hide"),this.selectedFlag.setAttribute("aria-expanded","false"),this.u.classList.remove("iti__arrow--up"),document.removeEventListener("keydown",this._a3),document.documentElement.removeEventListener("click",this._a2),this.m.removeEventListener("mouseover",this._a0),this.m.removeEventListener("click",this._a1),this.d.dropdownContainer&&(this.g||window.removeEventListener("scroll",this._a4),this.dropdown.parentNode&&this.dropdown.parentNode.removeChild(this.dropdown)),this._m2("close:countrydropdown")}},{key:"_3",value:function(e,t){var i=this.m,n=window.pageYOffset||document.documentElement.scrollTop,a=i.offsetHeight,r=i.getBoundingClientRect().top+n,l=r+a,d=e.offsetHeight,_=e.getBoundingClientRect().top+n,o=_+d,s=_-r+i.scrollTop,m=a/2-d/2;if(_<r)t&&(s-=m),i.scrollTop=s;else if(l<o){t&&(s+=m);var u=a-d;i.scrollTop=s-u}}},{key:"_4",value:function(e,t){var i,n=this.a.value,a="+".concat(e);if("+"===n.charAt(0)){var r=this._5(n);i=r?n.replace(r,a):a}else{if(this.d.nationalMode||this.d.separateDialCode)return;if(n)i=a+n;else{if(!t&&this.d.autoHideDialCode)return;i=a}}this.a.value=i}},{key:"_5",value:function(e,t){var i="";if("+"===e.charAt(0))for(var n="",a=0;a<e.length;a++){var r=e.charAt(a);if(!isNaN(parseInt(r,10))){if(n+=r,t)this.q[n]&&(i=e.substr(0,a+1));else if(this.dialCodes[n]){i=e.substr(0,a+1);break}if(n.length===this.countryCodeMaxLen)break}}return i}},{key:"_6",value:function(){var e=this.a.value.trim(),t=this.s.dialCode,i=this._m(e);return(this.d.separateDialCode&&"+"!==e.charAt(0)&&t&&i?"+".concat(t):"")+e}},{key:"_7",value:function(e){var t=e;if(this.d.separateDialCode){var i=this._5(t);if(i){var n=" "===t[(i="+".concat(this.s.dialCode)).length]||"-"===t[i.length]?i.length+1:i.length;t=t.substr(n)}}return this._j2(t)}},{key:"_m2CountryChange",value:function(){this._m2("countrychange")}},{key:"handleAutoCountry",value:function(){"auto"===this.d.initialCountry&&(this.j=window.intlTelInputGlobals.autoCountry,this.a.value||this.setCountry(this.j),this.h())}},{key:"handleUtils",value:function(){window.intlTelInputUtils&&(this.a.value&&this._u(this.a.value),this._0()),this.i0()}},{key:"destroy",value:function(){var e=this.a.form;if(this.d.allowDropdown){this._2(),this.selectedFlag.removeEventListener("click",this._a10),this.k.removeEventListener("keydown",this._a11);var t=this._i1();t&&t.removeEventListener("click",this._a9)}this.hiddenInput&&e&&e.removeEventListener("submit",this._a14),this.d.autoHideDialCode&&(e&&e.removeEventListener("submit",this._a8),this.a.removeEventListener("blur",this._a8)),this.a.removeEventListener("keyup",this._a12),this.a.removeEventListener("cut",this._a13),this.a.removeEventListener("paste",this._a13),this.a.removeAttribute("data-intl-tel-input-id");var i=this.a.parentNode;i.parentNode.insertBefore(this.a,i),i.parentNode.removeChild(i),delete window.intlTelInputGlobals.instances[this.id]}},{key:"getExtension",value:function(){return window.intlTelInputUtils?intlTelInputUtils.getExtension(this._6(),this.s.iso2):""}},{key:"getNumber",value:function(e){if(window.intlTelInputUtils){var t=this.s.iso2;return intlTelInputUtils.formatNumber(this._6(),t,e)}return""}},{key:"getNumberType",value:function(){return window.intlTelInputUtils?intlTelInputUtils.getNumberType(this._6(),this.s.iso2):-99}},{key:"getSelectedCountryData",value:function(){return this.s}},{key:"getValidationError",value:function(){if(window.intlTelInputUtils){var e=this.s.iso2;return intlTelInputUtils.getValidationError(this._6(),e)}return-99}},{key:"isValidNumber",value:function(){var e=this._6().trim(),t=this.d.nationalMode?this.s.iso2:"";return window.intlTelInputUtils?intlTelInputUtils.isValidNumber(e,t):null}},{key:"setCountry",value:function(e){var t=e.toLowerCase();this.l.classList.contains("iti__".concat(t))||(this._z(t),this._4(this.s.dialCode,!1),this._m2CountryChange())}},{key:"setNumber",value:function(e){var t=this._v(e);this._u(e),t&&this._m2CountryChange()}},{key:"setPlaceholderNumberType",value:function(e){this.d.placeholderNumberType=e,this._0()}}])&&n(e.prototype,t),i&&n(e,i),a;var e,t,i}();i.getCountryData=function(){return r};var m=function(e,t,i){var n=document.createElement("script");n.onload=function(){s("handleUtils"),t&&t()},n.onerror=function(){s("rejectUtilsScriptPromise"),i&&i()},n.className="iti-load-utils",n.async=!0,n.src=e,document.body.appendChild(n)};return i.loadUtils=function(i){if(!window.intlTelInputUtils&&!window.intlTelInputGlobals.startedLoadingUtilsScript){if(window.intlTelInputGlobals.startedLoadingUtilsScript=!0,"undefined"!=typeof Promise)return new Promise(function(e,t){return m(i,e,t)});m(i)}return null},i.defaults=d,i.version="17.0.13",function(e,t){var i=new a(e,t);return i._init(),e.setAttribute("data-intl-tel-input-id",i.id),window.intlTelInputGlobals.instances[i.id]=i}}()}),function(Q){function i(e,t){var r=this,l=Q.extend({},Q.fn.signaturePad.defaults,t),d=Q(e),i=Q(l.canvas,d),_=i.get(0),o=null,s={x:null,y:null},m=[],u=!1,n=!1,a=!1,c=!1,p=30,f=p,h=0;function y(){clearTimeout(u),n=u=!1}function b(e,t){var i,n,a;if(e.preventDefault(),i=Q(e.target).offset(),clearTimeout(u),u=!1,a=void 0!==e.targetTouches?(n=Math.floor(e.targetTouches[0].pageX-i.left),Math.floor(e.targetTouches[0].pageY-i.top)):(n=Math.floor(e.pageX-i.left),Math.floor(e.pageY-i.top)),s.x===n&&s.y===a)return!0;null===s.x&&(s.x=n),null===s.y&&(s.y=a),t&&(a+=t),o.beginPath(),o.moveTo(s.x,s.y),o.lineTo(n,a),o.lineCap=l.penCap,o.stroke(),o.closePath(),m.push({lx:n,ly:a,mx:s.x,my:s.y}),s.x=n,s.y=a,l.onDraw&&"function"==typeof l.onDraw&&l.onDraw.apply(r)}function v(){g()}function g(e){e?b(e,1):(a?i.each(function(){this.removeEventListener("touchmove",b)}):i.unbind("mousemove.signaturepad"),0<m.length&&l.onDrawEnd&&"function"==typeof l.onDrawEnd&&l.onDrawEnd.apply(r)),s.x=null,s.y=null,l.output&&0<m.length&&Q(l.output,d).val(JSON.stringify(m))}function w(){o.clearRect(0,0,_.width,_.height),o.fillStyle=l.bgColour,o.fillRect(0,0,_.width,_.height),l.displayOnly||l.lineWidth&&(o.beginPath(),o.lineWidth=l.lineWidth,o.strokeStyle=l.lineColour,o.moveTo(l.lineMargin,l.lineTop),o.lineTo(_.width-l.lineMargin,l.lineTop),o.stroke(),o.closePath()),o.lineWidth=l.penWidth,o.strokeStyle=l.penColour,Q(l.output,d).val(""),m=[],g()}function E(e,t){null==s.x?b(e,1):b(e,t)}function A(e,t){a?t.addEventListener("touchmove",E,!1):i.bind("mousemove.signaturepad",E),b(e,1)}function x(e){if(c)return!1;c=!0,Q("input").blur(),void 0!==e.targetTouches&&(a=!0),a?(i.each(function(){this.addEventListener("touchend",v,!1),this.addEventListener("touchcancel",v,!1)}),i.unbind("mousedown.signaturepad")):(Q(document).bind("mouseup.signaturepad",function(){n&&(g(),y())}),i.bind("mouseleave.signaturepad",function(e){n&&g(e),n&&!u&&(u=setTimeout(function(){g(),y()},500))}),i.each(function(){this.ontouchstart=null}))}function k(){Q(l.typed,d).hide(),w(),i.each(function(){this.addEventListener("touchstart",function(e){e.preventDefault(),n=!0,x(e),A(e,this)})}),i.bind("mousedown.signaturepad",function(e){if(e.preventDefault(),1<e.which)return!1;n=!0,x(e),A(e)}),Q(l.clear,d).bind("click.signaturepad",function(e){e.preventDefault(),w()}),Q(l.typeIt,d).bind("click.signaturepad",function(e){e.preventDefault(),j()}),Q(l.drawIt,d).unbind("click.signaturepad"),Q(l.drawIt,d).bind("click.signaturepad",function(e){e.preventDefault()}),Q(l.typeIt,d).removeClass(l.currentClass),Q(l.drawIt,d).addClass(l.currentClass),Q(l.sig,d).addClass(l.currentClass),Q(l.typeItDesc,d).hide(),Q(l.drawItDesc,d).show(),Q(l.clear,d).show()}function j(){w(),c=!1,i.each(function(){this.removeEventListener&&(this.removeEventListener("touchend",v),this.removeEventListener("touchcancel",v),this.removeEventListener("touchmove",b)),this.ontouchstart&&(this.ontouchstart=null)}),Q(document).unbind("mouseup.signaturepad"),i.unbind("mousedown.signaturepad"),i.unbind("mousemove.signaturepad"),i.unbind("mouseleave.signaturepad"),Q(l.clear,d).unbind("click.signaturepad"),Q(l.typed,d).show(),Q(l.drawIt,d).bind("click.signaturepad",function(e){e.preventDefault(),k()}),Q(l.typeIt,d).unbind("click.signaturepad"),Q(l.typeIt,d).bind("click.signaturepad",function(e){e.preventDefault()}),Q(l.output,d).val(""),Q(l.drawIt,d).removeClass(l.currentClass),Q(l.typeIt,d).addClass(l.currentClass),Q(l.sig,d).removeClass(l.currentClass),Q(l.drawItDesc,d).hide(),Q(l.clear,d).hide(),Q(l.typeItDesc,d).show(),f=p=Q(l.typed,d).css("font-size").replace(/px/,"")}function C(e){var t=Q(l.typed,d),i=Q.trim(e.replace(/>/g,"&gt;").replace(/</g,"&lt;")),n=h,a=.5*f;if(h=i.length,t.html(i),i){if(n<h&&t.outerWidth()>_.width)for(;t.outerWidth()>_.width;)f--,t.css("font-size",f+"px");if(h<n&&t.outerWidth()+a<_.width&&f<p)for(;t.outerWidth()+a<_.width&&f<p;)f++,t.css("font-size",f+"px")}else t.css("font-size",p+"px")}function I(){var e=!0,t={drawInvalid:!1,nameInvalid:!1},i=[d,l],n=[t,d,l];return l.onBeforeValidate&&"function"==typeof l.onBeforeValidate?l.onBeforeValidate.apply(r,i):function(e,t){Q("p."+t.errorClass,e).remove(),e.removeClass(t.errorClass),Q("input, label",e).removeClass(t.errorClass)}.apply(r,i),l.drawOnly&&m.length<1&&(e=!(t.drawInvalid=!0)),""===Q(l.name,d).val()&&(e=!(t.nameInvalid=!0)),l.onFormError&&"function"==typeof l.onFormError?l.onFormError.apply(r,n):function(e,t,i){e.nameInvalid&&(t.prepend(['<p class="',i.errorClass,'">',i.errorMessage,"</p>"].join("")),Q(i.name,t).focus(),Q(i.name,t).addClass(i.errorClass),Q("label[for="+Q(i.name).attr("id")+"]",t).addClass(i.errorClass)),e.drawInvalid&&t.prepend(['<p class="',i.errorClass,'">',i.errorMessageDraw,"</p>"].join(""))}.apply(r,n),e}function B(e,t,i){for(var n in e)"object"==typeof e[n]&&(t.beginPath(),t.moveTo(e[n].mx,e[n].my),t.lineTo(e[n].lx,e[n].ly),t.lineCap=l.penCap,t.stroke(),t.closePath(),i&&e[n].lx&&m.push({lx:e[n].lx,ly:e[n].ly,mx:e[n].mx,my:e[n].my}))}Q.extend(r,{signaturePad:"2.5.2",init:function(){parseFloat((/CPU.+OS ([0-9_]{3}).*AppleWebkit.*Mobile/i.exec(navigator.userAgent)||[0,"4_2"])[1].replace("_","."))<4.1&&(Q.fn.Oldoffset=Q.fn.offset,Q.fn.offset=function(){var e=Q(this).Oldoffset();return e.top-=window.scrollY,e.left-=window.scrollX,e}),Q(l.typed,d).bind("selectstart.signaturepad",function(e){return Q(e.target).is(":input")}),i.bind("selectstart.signaturepad",function(e){return Q(e.target).is(":input")}),!_.getContext&&FlashCanvas&&FlashCanvas.initElement(_),_.getContext&&(o=_.getContext("2d"),Q(l.sig,d).show(),l.displayOnly||(l.drawOnly||(Q(l.name,d).bind("keyup.signaturepad",function(){C(Q(this).val())}),Q(l.name,d).bind("blur.signaturepad",function(){C(Q(this).val())}),Q(l.drawIt,d).bind("click.signaturepad",function(e){e.preventDefault(),k()})),l.drawOnly||"drawIt"===l.defaultAction?k():j(),l.validateFields&&(Q(e).is("form")?Q(e).bind("submit.signaturepad",function(){return I()}):Q(e).parents("form").bind("submit.signaturepad",function(){return I()})),Q(l.sigNav,d).show()))},updateOptions:function(e){Q.extend(l,e)},regenerate:function(e){r.clearCanvas(),Q(l.typed,d).hide(),"string"==typeof e&&(e=JSON.parse(e)),B(e,o,!0),l.output&&0<Q(l.output,d).length&&Q(l.output,d).val(JSON.stringify(m))},clearCanvas:function(){w()},getSignature:function(){return m},getSignatureString:function(){return JSON.stringify(m)},getSignatureImage:function(){var e,t=document.createElement("canvas"),i=null;return t.style.position="absolute",t.style.top="-999em",t.width=_.width,t.height=_.height,document.body.appendChild(t),!t.getContext&&FlashCanvas&&FlashCanvas.initElement(t),(i=t.getContext("2d")).fillStyle=l.bgColour,i.fillRect(0,0,_.width,_.height),i.lineWidth=l.penWidth,i.strokeStyle=l.penColour,B(m,i),e=t.toDataURL.apply(t,arguments),document.body.removeChild(t),t=null,e},validateForm:function(){return I()}})}Q.fn.signaturePad=function(e){var t=null;return this.each(function(){Q.data(this,"plugin-signaturePad")?(t=Q.data(this,"plugin-signaturePad")).updateOptions(e):((t=new i(this,e)).init(),Q.data(this,"plugin-signaturePad",t))}),t},Q.fn.signaturePad.defaults={defaultAction:"typeIt",displayOnly:!1,drawOnly:!1,canvas:"canvas",sig:".sig",sigNav:".sigNav",bgColour:"#ffffff",penColour:"#145394",penWidth:2,penCap:"round",lineColour:"#ccc",lineWidth:2,lineMargin:5,lineTop:35,name:".name",typed:".typed",clear:".clearButton",typeIt:".typeIt a",drawIt:".drawIt a",typeItDesc:".typeItDesc",drawItDesc:".drawItDesc",output:".output",currentClass:"current",validateFields:!0,errorClass:"error",errorMessage:"Please enter your name",errorMessageDraw:"Please sign the document",onBeforeValidate:null,onFormError:null,onDraw:null,onDrawEnd:null}}(jQuery),j=2;var fm_need_enable=!0,is_addon_stripe_active,is_addon_calculator_active,nextID,editor;if(-1!=ajaxurl.indexOf("://"))var url_for_ajax=ajaxurl;else var url_for_ajax=location.protocol+"//"+location.host+ajaxurl;function isNumber(e){return!isNaN(parseFloat(e))&&isFinite(e)}function disable_past_days(e,t){document.getElementById(t+"_buttonform_id_temp").setAttribute("format",e)}function set_send(e){"yes"==document.getElementById(e).value?document.getElementById(e).setAttribute("value","no"):document.getElementById(e).setAttribute("value","yes")}function show_datepicker(e){jQuery("#"+e).datepicker("show")}function hide_time(e){"no"==document.getElementById(e+"form_id_temp").value?document.getElementById(e+"form_id_temp").value="yes":document.getElementById(e+"form_id_temp").value="no"}function show_week_days(id,week_day){var w_format=document.getElementById(id+"_buttonform_id_temp").getAttribute("format");week_day&&(1==document.getElementById("el_show_"+week_day).checked?document.getElementById(id+"_show_week_days").setAttribute(week_day,"yes"):document.getElementById(id+"_show_week_days").setAttribute(week_day,"no")),jQuery("input[name^="+id+"_elementform_id_temp]").datepicker("option","beforeShowDay",function(date){for(var w_hide_sunday="yes"==jQuery("#"+id+"_show_week_days").attr("sunday")?"true":"day != 0",w_hide_monday="yes"==jQuery("#"+id+"_show_week_days").attr("monday")?"true":"day != 1",w_hide_tuesday="yes"==jQuery("#"+id+"_show_week_days").attr("tuesday")?"true":"day != 2",w_hide_wednesday="yes"==jQuery("#"+id+"_show_week_days").attr("wednesday")?"true":"day != 3",w_hide_thursday="yes"==jQuery("#"+id+"_show_week_days").attr("thursday")?"true":"day != 4",w_hide_friday="yes"==jQuery("#"+id+"_show_week_days").attr("friday")?"true":"day != 5",w_hide_saturday="yes"==jQuery("#"+id+"_show_week_days").attr("saturday")?"true":"day != 6",invalid_dates=jQuery("#"+id+"_invalid_dates_id_temp").val(),invalid_dates_finish=[],invalid_dates_start=invalid_dates.split(","),invalid_date_range=[],i=0;i<invalid_dates_start.length;i++)if(invalid_dates_start[i]=invalid_dates_start[i].trim(),invalid_dates_start[i].length<11)invalid_dates_finish.push(invalid_dates_start[i]);else if(4<invalid_dates_start[i].indexOf("-"))invalid_date_range.push(invalid_dates_start[i].split("-"));else{var invalid_date_array=invalid_dates_start[i].split("-"),start_invalid_day=invalid_date_array[0]+"-"+invalid_date_array[1]+"-"+invalid_date_array[2],end_invalid_day=invalid_date_array[3]+"-"+invalid_date_array[4]+"-"+invalid_date_array[5];invalid_date_range.push([start_invalid_day,end_invalid_day])}jQuery.each(invalid_date_range,function(e,t){for(var i=new Date(t[0]);i<=new Date(t[1]);i.setDate(i.getDate()+1))invalid_dates_finish.push(jQuery.datepicker.formatDate(w_format,i))});var string_days=jQuery.datepicker.formatDate(w_format,date),day=date.getDay();return[-1==invalid_dates_finish.indexOf(string_days)&&eval(w_hide_sunday)&&eval(w_hide_monday)&&eval(w_hide_tuesday)&&eval(w_hide_wednesday)&&eval(w_hide_thursday)&&eval(w_hide_friday)&&eval(w_hide_saturday)]})}function set_sel_am_pm(e){e.options[0].selected?(e.options[0].setAttribute("selected","selected"),e.options[1].removeAttribute("selected")):(e.options[1].setAttribute("selected","selected"),e.options[0].removeAttribute("selected"))}function change_captcha_digit(e){captcha=document.getElementById("_wd_captchaform_id_temp"),document.getElementById("captcha_digit").value?(captcha.setAttribute("digit",e),captcha.setAttribute("src",url_for_ajax+"?action=formmakerwdcaptcha&digit="+e+"&i=form_id_temp"),document.getElementById("_wd_captcha_inputform_id_temp").style.width=10*document.getElementById("captcha_digit").value+15+"px"):(captcha.setAttribute("digit","6"),captcha.setAttribute("src",url_for_ajax+"?action=formmakerwdcaptcha&digit=6&i=form_id_temp"),document.getElementById("_wd_captcha_inputform_id_temp").style.width="75px")}function check_isnum_interval(e,t,i,n){var a=e.which||e.keyCode;return!(31<a&&(a<48||57<a))&&(val=""+document.getElementById(t).value+String.fromCharCode(a),!(2<val.length)&&("00"!=val&&!(val<i||val>n)))}function check_isnum_point(e){var t=e.which||e.keyCode;return 46==t||!(31<t&&(t<48||57<t))}function check_isnum_price(e,t){var i=e.which||e.keyCode;return!((""==t||-1<t.indexOf("."))&&31<i&&(i<48||57<i))&&!(31<i&&46!=i&&(i<48||57<i))}function check_isspacebar(e){return 32!=(e.which||e.keyCode)}function change_w_label(e,t){document.getElementById(e)&&(document.getElementById(e).innerHTML=t)}function change_w(e,t){document.getElementById(e).setAttribute("width",t)}function change_h(e,t){document.getElementById(e).setAttribute("height",t)}function change_key(e,t){document.getElementById("wd_recaptchaform_id_temp").setAttribute(t,e)}function captcha_refresh(e){srcArr=document.getElementById(e+"form_id_temp").src.split("&r="),document.getElementById(e+"form_id_temp").src=srcArr[0]+"&r="+Math.floor(100*Math.random()),document.getElementById(e+"_inputform_id_temp").value=""}function up_row(e){for("undefined"!=typeof event&&event.stopPropagation(),wdform_field=document.getElementById("wdform_field"+e),wdform_row=wdform_field.parentNode,wdform_column=wdform_row.parentNode,wdform_section=wdform_column.parentNode,wdform_page=wdform_section.parentNode,k=0;wdform_column.childNodes[k]&&(!wdform_column.childNodes[k].getAttribute("wdid")||e!=wdform_column.childNodes[k].getAttribute("wdid"));)k++;if(0!=k)return up=wdform_column.childNodes[k-1],down=wdform_column.childNodes[k],wdform_column.removeChild(down),void wdform_column.insertBefore(down,up);wdform_section.previousSibling&&wdform_section.previousSibling.getAttribute("type")?wdform_section.previousSibling.previousSibling.firstChild.appendChild(wdform_row):page_up(e)}function down_row(e){for("undefined"!=typeof event&&event.stopPropagation(),wdform_field=document.getElementById("wdform_field"+e),wdform_row=wdform_field.parentNode,wdform_column=wdform_row.parentNode,wdform_section=wdform_column.parentNode,wdform_page=wdform_section.parentNode,l=wdform_column.childNodes.length,k=0;wdform_column.childNodes[k]&&(!wdform_column.childNodes[k].getAttribute("wdid")||e!=wdform_column.childNodes[k].getAttribute("wdid"));)k++;if(k!=l-1)return up=wdform_column.childNodes[k],down=wdform_column.childNodes[k+2],wdform_column.removeChild(up),down||(down=null),void wdform_column.insertBefore(up,down);wdform_section.nextSibling.getAttribute("type")?wdform_section.nextSibling.nextSibling.firstChild.appendChild(wdform_row):page_down(e)}function right_row(e){if("undefined"!=typeof event&&event.stopPropagation(),wdform_field=document.getElementById("wdform_field"+e),wdform_row=wdform_field.parentNode,wdform_column=wdform_row.parentNode,wdform_section=wdform_column.parentNode,null!=wdform_column.nextSibling)wdform_column_next=wdform_column.nextSibling,wdform_column_next.appendChild(wdform_row);else{var t=document.createElement("div");t.setAttribute("class","wdform_column"),wdform_section.appendChild(t),t.appendChild(wdform_row)}sortable_columns()}function left_row(e){"undefined"!=typeof event&&event.stopPropagation(),wdform_field=document.getElementById("wdform_field"+e),wdform_row=wdform_field.parentNode,wdform_column=wdform_row.parentNode,wdform_section=wdform_column.parentNode,null!=wdform_column.previousSibling&&(wdform_column_next=wdform_column.previousSibling,wdform_column_next.appendChild(wdform_row)),sortable_columns()}function page_up(e){for("undefined"!=typeof event&&event.stopPropagation(),wdform_field=document.getElementById("wdform_field"+e),wdform_row=wdform_field.parentNode,wdform_column=wdform_row.parentNode,wdform_section=wdform_column.parentNode,wdform_page=wdform_section.parentNode,wdform_page_and_images=wdform_page.parentNode;wdform_page_and_images;){if(wdform_page_and_images=wdform_page_and_images.previousSibling,!wdform_page_and_images)return void alert("Unable to move");if(jQuery(wdform_page_and_images.firstChild).is(":visible"))break}n=wdform_page_and_images.getElementsByClassName("wdform_page")[0].childNodes.length,wdform_page_and_images.getElementsByClassName("wdform_page")[0].childNodes[n-2].firstChild.appendChild(wdform_row),refresh_pages(e)}function page_down(e){for("undefined"!=typeof event&&event.stopPropagation(),wdform_field=document.getElementById("wdform_field"+e),wdform_row=wdform_field.parentNode,wdform_column=wdform_row.parentNode,wdform_section=wdform_column.parentNode,wdform_page=wdform_section.parentNode,wdform_page_and_images=wdform_page.parentNode;wdform_page_and_images;){if(wdform_page_and_images=wdform_page_and_images.nextSibling,!wdform_page_and_images||"add_field_cont"==wdform_page_and_images.id)return void alert("Unable to move");if(jQuery(wdform_page_and_images.firstChild).is(":visible"))break}wdform_page_and_images.getElementsByClassName("wdform_page")[0].firstChild.firstChild.insertBefore(wdform_row,wdform_page_and_images.firstChild.firstChild.firstChild.firstChild),refresh_pages(e)}function remove_whitespace(e){var t;for(t=0;t<e.childNodes.length;t++)e.childNodes[t]&&"3"==e.childNodes[t].nodeType&&!/\S/.test(e.childNodes[t].nodeValue)?(e.removeChild(e.childNodes[t]),t--):e.childNodes[t].childNodes.length&&remove_whitespace(e.childNodes[t])}function Disable(){}function all_labels(){for(labels=new Array,k=1;k<=form_view_max;k++)if(document.getElementById("form_id_tempform_view"+k))for(wdform_page=document.getElementById("form_id_tempform_view"+k),remove_whitespace(wdform_page),n=wdform_page.childNodes.length-2,z=0;z<=n;z++)if(!wdform_page.childNodes[z].getAttribute("wdid"))for(wdform_section=wdform_page.childNodes[z],x=0;x<wdform_section.childNodes.length;x++)if(wdform_column=wdform_section.childNodes[x],wdform_column.firstChild)for(y=0;y<wdform_column.childNodes.length;y++)wdform_row=wdform_column.childNodes[y],3!=wdform_row.nodeType&&(wdid=wdform_row.getAttribute("wdid"),wdid&&labels.push(document.getElementById(wdid+"_element_labelform_id_temp").innerHTML));return labels}function set_checked(e,t){return checking=document.getElementById(e+"_elementform_id_temp"+t),jQuery(document).off("change").on("change",'#show_table input[type="checkbox"]',function(){limitOfChoice=document.getElementById(e+"_limitchoice_numform_id_temp").value,limitOfChoiceAlert=document.getElementById(e+"_limitchoicealert_numform_id_temp").value,numberOfChecked=document.querySelectorAll('#show_table input[type="checkbox"]:checked').length,""!=limitOfChoice&&numberOfChecked>limitOfChoice&&(this.checked=!1,alert(limitOfChoiceAlert))}),checking.checked&&checking.setAttribute("checked","checked"),!(!checking.checked&&(checking.removeAttribute("checked"),checking.getAttribute("other")&&1==checking.getAttribute("other")))||(document.getElementById(e+"_other_inputform_id_temp")&&(document.getElementById(e+"_other_inputform_id_temp").parentNode.removeChild(document.getElementById(e+"_other_brform_id_temp")),document.getElementById(e+"_other_inputform_id_temp").parentNode.removeChild(document.getElementById(e+"_other_inputform_id_temp"))),!1)}function set_default(e,t){for(k=0;k<100;k++)document.getElementById(e+"_elementform_id_temp"+k)&&(document.getElementById(e+"_elementform_id_temp"+k).checked?document.getElementById(e+"_elementform_id_temp"+t).setAttribute("checked","checked"):document.getElementById(e+"_elementform_id_temp"+k).removeAttribute("checked"));document.getElementById(e+"_other_inputform_id_temp")&&(document.getElementById(e+"_other_inputform_id_temp").parentNode.removeChild(document.getElementById(e+"_other_brform_id_temp")),document.getElementById(e+"_other_inputform_id_temp").parentNode.removeChild(document.getElementById(e+"_other_inputform_id_temp")))}function set_select(e){for(p=e.length-1;0<=p;p--)e.options[p].selected?e.options[p].setAttribute("selected","selected"):e.options[p].removeAttribute("selected")}function add_0(e){input=document.getElementById(e),1==input.value.length&&(input.value="0"+input.value,input.setAttribute("value",input.value))}function label_top_stripe(e){document.getElementById(e+"_label_sectionform_id_temp")&&document.getElementById(e+"_element_sectionform_id_temp")&&("no"==document.getElementById(e+"_hide_labelform_id_temp").value?document.getElementById(e+"_label_sectionform_id_temp").style.display="block":document.getElementById(e+"_label_sectionform_id_temp").style.display="none",document.getElementById(e+"_element_sectionform_id_temp").style.display="block")}function label_left_stripe(e){document.getElementById(e+"_label_sectionform_id_temp")&&document.getElementById(e+"_element_sectionform_id_temp")&&("no"==document.getElementById(e+"_hide_labelform_id_temp").value?document.getElementById(e+"_label_sectionform_id_temp").style.display="table-cell":document.getElementById(e+"_label_sectionform_id_temp").style.display="none",document.getElementById(e+"_element_sectionform_id_temp").style.display="table-cell")}function change_value_range(e,t,i){jQuery("#"+e).datepicker("option",t,i)}function change_func(e,t){document.getElementById(e).setAttribute("onclick",t)}function change_in_value(e,t){t=(t=t.replace(/(<([^>]+)>)/gi,"")).replace(/"/g,"&quot;"),document.getElementById(e).setAttribute("value",t)}function change_size(e,t){switch(document.getElementById(t+"_elementform_id_temp").style.width=e+"px",document.getElementById(t+"_element_input")&&(document.getElementById(t+"_element_input").style.width=e+"px"),e){case"111":document.getElementById(t+"_elementform_id_temp").setAttribute("rows","2");break;case"222":document.getElementById(t+"_elementform_id_temp").setAttribute("rows","4");break;case"444":document.getElementById(t+"_elementform_id_temp").setAttribute("rows","8")}}function getIFrameDocument(e){var t=null;return document.getElementById(e)&&document.getElementById(e).contentDocument?t=document.getElementById(e).contentDocument:document.getElementById(e)&&(t=document.frames[e].document),t}function format_extended(t,e,i,n,a){w_size=document.getElementById(t+"_element_firstform_id_temp").style.width,tr_name1=document.getElementById(t+"_tr_name1"),tr_name2=document.getElementById(t+"_tr_name2");var r=document.createElement("div");r.setAttribute("id",t+"_td_name_input_title"),r.style.display="table-cell";var l=document.createElement("div");l.setAttribute("id",t+"_td_name_input_middle"),l.style.display="table-cell";var d=document.createElement("div");d.setAttribute("id",t+"_td_name_label_title"),d.setAttribute("align","left"),d.style.display="table-cell";var _=document.createElement("div");_.setAttribute("id",t+"_td_name_label_middle"),_.setAttribute("align","left"),_.style.display="table-cell";var o=document.createElement("input");o.setAttribute("type","text"),o.style.cssText="margin: 0px 10px 0px 0px; padding: 0px; width:40px",o.setAttribute("id",t+"_element_titleform_id_temp"),o.setAttribute("name",t+"_element_titleform_id_temp"),e==n?o.setAttribute("value",n):o.setAttribute("value",e),o.setAttribute("title",n);var s=document.createElement("label");s.setAttribute("class","mini_label"),s.setAttribute("id",t+"_mini_label_title"),s.innerHTML=w_mini_labels[0];var m=document.createElement("input");m.setAttribute("type","text"),m.style.cssText="padding: 0px; width:"+w_size,m.setAttribute("id",t+"_element_middleform_id_temp"),m.setAttribute("name",t+"_element_middleform_id_temp"),i==a?m.setAttribute("value",a):m.setAttribute("value",i),m.setAttribute("title",a);var u=document.createElement("label");u.setAttribute("class","mini_label"),u.setAttribute("id",t+"_mini_label_middle"),u.innerHTML=w_mini_labels[3],first_input=document.getElementById(t+"_td_name_input_first"),last_input=document.getElementById(t+"_td_name_input_last"),first_label=document.getElementById(t+"_td_name_label_first"),last_label=document.getElementById(t+"_td_name_label_last"),r.appendChild(o),l.appendChild(m),tr_name1.insertBefore(r,first_input),tr_name1.insertBefore(l,null),d.appendChild(s),_.appendChild(u),tr_name2.insertBefore(d,first_label),tr_name2.insertBefore(_,null);var c=document.createTextNode("-"),p=document.createTextNode("-"),f=document.createElement("input");f.setAttribute("id","el_first_value_title"),f.setAttribute("type","text"),f.setAttribute("value",n),f.style.cssText="width:50px; margin-left:4px; margin-right:4px",f.setAttribute("onKeyUp","change_input_value(this.value,'"+t+"_element_titleform_id_temp')");var h=document.createElement("input");h.setAttribute("id","el_first_value_middle"),h.setAttribute("type","text"),h.setAttribute("value",a),h.style.cssText="width:100px; margin-left:4px",h.setAttribute("onKeyUp","change_input_value(this.value,'"+t+"_element_middleform_id_temp')"),el_first_value_first=document.getElementById("el_first_value_first"),parent=el_first_value_first.parentNode,parent.insertBefore(c,el_first_value_first),parent.insertBefore(f,c),parent.appendChild(p),parent.appendChild(h),refresh_attr(t,"type_name"),refresh_id_name(t,"type_name"),jQuery(function(){jQuery("label#"+t+"_mini_label_title").on("click",function(){if(0==jQuery(this).children("input").length){var e="<input type='text' class='title' size='10' style='outline:none; border:none; background:none;' value=\""+jQuery(this).text()+'">';jQuery(this).html(e),jQuery("input.title").focus(),jQuery("input.title").blur(function(){var e=jQuery(this).val();jQuery("#"+t+"_mini_label_title").text(e)})}}),jQuery("label#"+t+"_mini_label_middle").on("click",function(){if(0==jQuery(this).children("input").length){var e="<input type='text' class='middle' style='outline:none; border:none; background:none;' value=\""+jQuery(this).text()+'">';jQuery(this).html(e),jQuery("input.middle").focus(),jQuery("input.middle").blur(function(){var e=jQuery(this).val();jQuery("#"+t+"_mini_label_middle").text(e)})}})})}function format_normal(e){tr_name1=document.getElementById(e+"_tr_name1"),tr_name2=document.getElementById(e+"_tr_name2"),td_name_input1=document.getElementById(e+"_td_name_input_title"),td_name_input4=document.getElementById(e+"_td_name_input_middle"),td_name_label1=document.getElementById(e+"_td_name_label_title"),td_name_label4=document.getElementById(e+"_td_name_label_middle"),tr_name1.removeChild(td_name_input1),tr_name1.removeChild(td_name_input4),tr_name2.removeChild(td_name_label1),tr_name2.removeChild(td_name_label4),el_first_value_first=document.getElementById("el_first_value_first"),parent=el_first_value_first.parentNode,parent.removeChild(document.getElementById("el_first_value_title").nextSibling),parent.removeChild(document.getElementById("el_first_value_title")),parent.removeChild(document.getElementById("el_first_value_middle").previousSibling),parent.removeChild(document.getElementById("el_first_value_middle")),refresh_attr(e,"type_name"),refresh_id_name(e,"type_name")}function type_number(e,t,i,a,r,l,d,_,o,s,m,u){document.getElementById("element_type").value="type_number",delete_last_child();var c=document.createElement("div");c.setAttribute("id","edit_div");var p=document.createElement("table");p.setAttribute("id","edit_main_table"),p.setAttribute("cellpadding","3"),p.setAttribute("cellspacing","0");var f=document.createElement("tr"),h=document.createElement("tr"),y=document.createElement("tr"),b=document.createElement("tr"),v=document.createElement("tr"),g=document.createElement("tr"),w=document.createElement("tr"),E=document.createElement("tr"),A=document.createElement("tr"),x=document.createElement("td"),k=document.createElement("td"),C=document.createElement("td"),I=document.createElement("td"),B=document.createElement("td"),Q=document.createElement("td"),T=document.createElement("td"),M=document.createElement("td"),L=document.createElement("td"),z=document.createElement("td"),q=document.createElement("td"),S=document.createElement("td"),N=document.createElement("td"),H=(document.createElement("td"),document.createElement("td")),D=document.createElement("td"),O=document.createElement("td"),P=document.createElement("td"),F=document.createElement("label");F.setAttribute("class","fm-field-label"),F.setAttribute("for","edit_for_label"),F.innerHTML="Field label";var R=document.createElement("textarea");R.setAttribute("id","edit_for_label"),R.setAttribute("rows","4"),R.setAttribute("onKeyUp","change_label('"+e+"_element_labelform_id_temp', this.value)"),R.innerHTML=t;var W=document.createElement("label");W.setAttribute("class","fm-field-label"),W.setAttribute("for","edit_for_label_size"),W.innerHTML="Field label size(px) ";var K=document.createElement("input");K.setAttribute("id","edit_for_label_size"),K.setAttribute("type","text"),K.setAttribute("value",i),K.setAttribute("onKeyPress","return check_isnum(event)"),K.setAttribute("onKeyUp","change_w_style('"+e+"_label_sectionform_id_temp', this.value)");var U=document.createElement("label");U.setAttribute("class","fm-field-label"),U.innerHTML="Field label position";var V=document.createElement("input");V.setAttribute("id","edit_for_label_position_top"),V.setAttribute("type","radio"),V.setAttribute("name","edit_for_label_position"),V.setAttribute("onchange","label_left("+e+")");var $=document.createElement("label");$.setAttribute("for","edit_for_label_position_top"),$.innerHTML="Left";var G=document.createElement("input");G.setAttribute("id","edit_for_label_position_left"),G.setAttribute("type","radio"),G.setAttribute("name","edit_for_label_position"),G.setAttribute("onchange","label_top("+e+")");var Y=document.createElement("label");Y.setAttribute("for","edit_for_label_position_left"),Y.innerHTML="Top","top"==a?G.setAttribute("checked","checked"):V.setAttribute("checked","checked");var X=document.createElement("label");X.setAttribute("class","fm-field-label"),X.setAttribute("for","edit_for_input_size"),X.innerHTML="Field size(px) ";var Z=document.createElement("input");Z.setAttribute("id","edit_for_input_size"),Z.setAttribute("type","text"),Z.setAttribute("value",r),Z.setAttribute("onKeyPress","return check_isnum(event)"),Z.setAttribute("onKeyUp","change_w_style('"+e+"_elementform_id_temp', this.value)");var J=document.createElement("label");J.setAttribute("class","fm-field-label"),J.setAttribute("for","el_first_value_input"),J.innerHTML="Placeholder ";var ee=document.createElement("input");ee.setAttribute("id","el_first_value_input"),ee.setAttribute("type","text"),ee.setAttribute("value",d),ee.setAttribute("onKeyUp","change_input_value(this.value,'"+e+"_elementform_id_temp');");var te=document.createElement("label");te.setAttribute("class","fm-field-label"),te.setAttribute("for","el_required"),te.innerHTML="Required";var ie=document.createElement("input");ie.setAttribute("id","el_required"),ie.setAttribute("type","checkbox"),ie.setAttribute("onclick","set_required('"+e+"_required')"),"yes"==_&&ie.setAttribute("checked","checked");var ne=document.createElement("label");ne.setAttribute("class","fm-field-label"),ne.setAttribute("for","el_unique"),ne.innerHTML="Allow only unique values";var ae=document.createElement("input");ae.setAttribute("id","el_unique"),ae.setAttribute("type","checkbox"),ae.setAttribute("onclick","set_unique('"+e+"_uniqueform_id_temp')"),"yes"==o&&ae.setAttribute("checked","checked");var re=document.createElement("label");re.setAttribute("class","fm-field-label"),re.setAttribute("for","el_style_textarea"),re.innerHTML="Class name";var le=document.createElement("input");le.setAttribute("id","el_style_textarea"),le.setAttribute("type","text"),le.setAttribute("value",s),le.setAttribute("onChange","change_class(this.value,'"+e+"')");var de=document.createElement("label");de.setAttribute("class","fm-field-label"),de.innerHTML="Additional Attributes";var _e=document.createElement("img");_e.setAttribute("src",plugin_url+"/images/add.png?ver=1.8.0"),_e.style.cssText="cursor:pointer; margin-left:68px",_e.setAttribute("title","add"),_e.setAttribute("onClick","add_attr("+e+", 'type_text')");var oe=document.createElement("table");oe.setAttribute("id","attributes"),oe.setAttribute("border","0"),oe.style.cssText="margin-left:0px";var se=document.createElement("tr");se.setAttribute("idi","0");var me=document.createElement("th");me.style.cssText="width:100px";var ue=document.createElement("th");ue.style.cssText="width:100px";var ce=document.createElement("th");ce.style.cssText="width:10px";var pe=document.createElement("label");pe.style.cssText="color:#000; font-weight:bold; font-size: 11px",pe.innerHTML="Name";var fe=document.createElement("label");for(fe.style.cssText="color:#000; font-weight:bold; font-size: 11px",fe.innerHTML="Value",oe.appendChild(se),se.appendChild(me),se.appendChild(ue),se.appendChild(ce),me.appendChild(pe),ue.appendChild(fe),n=m.length,j=1;j<=n;j++){var he=document.createElement("tr");he.setAttribute("id","attr_row_"+j),he.setAttribute("idi",j);var ye=document.createElement("td");ye.style.cssText="width:100px";var be=document.createElement("td");be.style.cssText="width:100px";var ve=document.createElement("td"),ge=document.createElement("input");ge.setAttribute("type","text"),ge.setAttribute("class","fm-field-choice"),ge.setAttribute("value",m[j-1]),ge.setAttribute("id","attr_name"+j),ge.setAttribute("onChange","change_attribute_name("+e+", this, 'type_text')");var we=document.createElement("input");we.setAttribute("type","text"),we.setAttribute("class","fm-field-choice"),we.setAttribute("value",u[j-1]),we.setAttribute("id","attr_value"+j),we.setAttribute("onChange","change_attribute_value("+e+", "+j+", 'type_text')");var Ee=document.createElement("img");Ee.setAttribute("id","el_choices"+j+"_remove"),Ee.setAttribute("src",plugin_url+"/images/delete.png?ver=1.8.0"),Ee.style.cssText="cursor:pointer; vertical-align:middle; margin:2px",Ee.setAttribute("onClick","remove_attr("+j+", "+e+", 'type_text')"),oe.appendChild(he),he.appendChild(ye),he.appendChild(be),he.appendChild(ve),ye.appendChild(ge),be.appendChild(we),ve.appendChild(Ee)}var Ae=document.getElementById("edit_table"),xe=document.createElement("br"),ke=document.createElement("br");x.appendChild(F),k.appendChild(R),O.appendChild(W),P.appendChild(K),C.appendChild(U),I.appendChild(V),I.appendChild($),I.appendChild(xe),I.appendChild(G),I.appendChild(Y),B.appendChild(X),Q.appendChild(Z),T.appendChild(J),M.appendChild(ee),L.appendChild(re),z.appendChild(le),q.appendChild(te),S.appendChild(ie),H.appendChild(ne),D.appendChild(ae),N.appendChild(de),N.appendChild(_e),N.appendChild(ke),N.appendChild(oe),N.setAttribute("colspan","2"),f.appendChild(x),f.appendChild(k),A.appendChild(O),A.appendChild(P),h.appendChild(C),h.appendChild(I),y.appendChild(B),y.appendChild(Q),b.appendChild(T),b.appendChild(M),v.appendChild(L),v.appendChild(z),g.appendChild(q),g.appendChild(S),E.appendChild(H),E.appendChild(D),w.appendChild(N),p.appendChild(f),p.appendChild(A),p.appendChild(h),p.appendChild(y),p.appendChild(b),p.appendChild(v),p.appendChild(g),p.appendChild(E),p.appendChild(w),c.appendChild(p),Ae.appendChild(c),add_id_and_name(e,"type_text"),element="input",type="text";var je=document.createElement("input");je.setAttribute("type","hidden"),je.setAttribute("value","type_number"),je.setAttribute("name",e+"_typeform_id_temp"),je.setAttribute("id",e+"_typeform_id_temp");var Ce=document.createElement("input");Ce.setAttribute("type","hidden"),Ce.setAttribute("value",_),Ce.setAttribute("name",e+"_requiredform_id_temp"),Ce.setAttribute("id",e+"_requiredform_id_temp");var Ie=document.createElement("input");Ie.setAttribute("type","hidden"),Ie.setAttribute("value",o),Ie.setAttribute("name",e+"_uniqueform_id_temp"),Ie.setAttribute("id",e+"_uniqueform_id_temp");var Be=document.createElement(element);Be.setAttribute("type",type),Be.style.cssText="width:"+r+"px;",Be.setAttribute("id",e+"_elementform_id_temp"),Be.setAttribute("name",e+"_elementform_id_temp"),Be.setAttribute("value",l),Be.setAttribute("title",d),Be.setAttribute("placeholder",d),Be.setAttribute("onKeyPress","return check_isnum(event)");var Qe=document.createElement("div");Qe.setAttribute("id","main_div");var Te=document.createElement("div");Te.setAttribute("id",e+"_elemet_tableform_id_temp");var Me=document.createElement("div");Me.setAttribute("align","left"),Me.style.display="table-cell",Me.style.width=i+"px",Me.setAttribute("id",e+"_label_sectionform_id_temp");var Le=document.createElement("div");Le.setAttribute("align","left"),Le.style.display="table-cell",Le.setAttribute("id",e+"_element_sectionform_id_temp");var ze=document.createElement("span");ze.setAttribute("id",e+"_element_labelform_id_temp"),ze.innerHTML=t,ze.setAttribute("class","label"),ze.style.verticalAlign="top";var qe=document.createElement("span");qe.setAttribute("id",e+"_required_elementform_id_temp"),qe.innerHTML="",qe.setAttribute("class","required"),qe.style.verticalAlign="top","yes"==_&&(qe.innerHTML=" *");var Se=document.getElementById("show_table");Me.appendChild(ze),Me.appendChild(qe),Le.appendChild(je),Le.appendChild(Ce),Le.appendChild(Ie),Le.appendChild(Be),Te.appendChild(Me),Te.appendChild(Le),Qe.appendChild(Te),Se.appendChild(Qe),"top"==a&&label_top(e),change_class(s,e),refresh_attr(e,"type_text")}function type_wdeditor(e,t,i,a,r,l,d,_,o,s,m){document.getElementById("element_type").value="type_wdeditor",delete_last_child();var u=document.createElement("div");u.setAttribute("id","edit_div");var c=document.createElement("table");c.setAttribute("id","edit_main_table"),c.setAttribute("cellpadding","3"),c.setAttribute("cellspacing","0");var p=document.createElement("tr"),f=document.createElement("tr"),h=document.createElement("tr"),y=document.createElement("tr"),b=document.createElement("tr"),v=document.createElement("tr"),g=document.createElement("tr"),w=document.createElement("tr"),E=document.createElement("td"),A=document.createElement("td"),x=document.createElement("td"),k=document.createElement("td"),C=document.createElement("td"),I=document.createElement("td");I.style.cssText="padding-top:10px";var B=document.createElement("td"),Q=document.createElement("td");Q.style.cssText="padding-top:10px";var T=document.createElement("td"),M=document.createElement("td");M.style.cssText="padding-top:10px";var L=document.createElement("td"),z=document.createElement("td");z.style.cssText="padding-top:10px";var q=document.createElement("td"),S=document.createElement("td"),N=document.createElement("td"),H=document.createElement("td"),D=document.createElement("label");D.setAttribute("class","fm-field-label"),D.setAttribute("for","edit_for_label"),D.innerHTML="Field label";var O=document.createElement("textarea");O.setAttribute("id","edit_for_label"),O.setAttribute("rows","4"),O.setAttribute("onKeyUp","change_label('"+e+"_element_labelform_id_temp', this.value)"),O.innerHTML=t;var P=document.createElement("label");P.setAttribute("class","fm-field-label"),P.setAttribute("for","edit_for_label_size"),P.innerHTML="Field label size(px) ";var F=document.createElement("input");F.setAttribute("id","edit_for_label_size"),F.setAttribute("type","text"),F.setAttribute("value",i),F.setAttribute("onKeyPress","return check_isnum(event)"),F.setAttribute("onKeyUp","change_w_style('"+e+"_label_sectionform_id_temp', this.value)");var R=document.createElement("label");R.setAttribute("class","fm-field-label"),R.setAttribute("for","edit_for_label_position_top"),R.innerHTML="Field label position";var W=document.createElement("input");W.setAttribute("id","edit_for_label_position_top"),W.setAttribute("type","radio"),W.setAttribute("value","left"),W.setAttribute("name","edit_for_label_position"),W.setAttribute("onchange","label_left("+e+")"),Left=document.createTextNode("Left");var K=document.createElement("input");K.setAttribute("id","edit_for_label_position_left"),K.setAttribute("type","radio"),K.setAttribute("value","top"),K.setAttribute("name","edit_for_label_position"),K.setAttribute("onchange","label_top("+e+")"),Top=document.createTextNode("Top"),"top"==a?K.setAttribute("checked","checked"):W.setAttribute("checked","checked");var U=document.createElement("label");U.style.cssText="color:#000; font-weight:bold; font-size: 13px",U.innerHTML="Field size(px) ";var V=document.createElement("input");V.setAttribute("id","edit_for_input_size"),V.setAttribute("type","text"),V.setAttribute("value",r),V.style.cssText="margin-right:2px; width: 60px",V.setAttribute("name","edit_for_size"),V.setAttribute("onKeyPress","return check_isnum(event)"),V.setAttribute("onKeyUp","change_w_style('"+e+"_elementform_id_temp', this.value)"),X=document.createTextNode("x");var