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

Version Description

  • Added: Placeholders functionality for the hidden input value.
  • Fixed: Removing special characters from filename.
  • Fixed: not emptying Arithmetic Captcha input field on Reset.
  • Fixed: the position of "Other" option in Multiple Choice field.
Download this release

Release Info

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

Code changes from version 1.13.49 to 1.13.50

admin/models/Manage_fm.php CHANGED
@@ -1121,7 +1121,7 @@ class FMModelManage_fm extends FMAdminModel {
1121
  'w_class',
1122
  );
1123
  }
1124
- if ( strpos($temp, 'w_limit_choice') > -1 ) {
1125
  $params_names = array(
1126
  'w_field_label_size',
1127
  'w_field_label_pos',
@@ -1188,8 +1188,8 @@ class FMModelManage_fm extends FMAdminModel {
1188
  if ( $j >= count($param['w_choices']) % $param['w_rowcol'] && $l == (int) (count($param['w_choices']) / $param['w_rowcol']) ) {
1189
  continue;
1190
  }
1191
- if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == (int) $param['w_rowcol'] * $i + $l ) {
1192
- $rep .= '<div valign="top" id="' . $id . '_td_little' . ((int) $param['w_rowcol'] * $l + $i) . '" idi="' . ((int) $param['w_rowcol'] * $l + $i) . '" style="display: table-cell;"><input type="checkbox" value="" id="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $l + $i) . '" name="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $l + $i) . '" other="1" onclick="if(set_checked(&quot;' . $id . '&quot;,&quot;' . ((int) $param['w_rowcol'] * $l + $i) . '&quot;,&quot;form_id_temp&quot;)) show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][(int) $param['w_rowcol'] * $l + $i] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled /><label id="' . $id . '_label_element' . ((int) $param['w_rowcol'] * $l + $i) . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $l + $i) . '">' . $param['w_choices'][(int) $param['w_rowcol'] * $l + $i] . '</label></div>';
1193
  }
1194
  else {
1195
  $where = '';
@@ -1222,7 +1222,7 @@ class FMModelManage_fm extends FMAdminModel {
1222
  if ( count($param['w_choices']) > (int) $param['w_rowcol'] ) {
1223
  for ( $l = 0; $l < $param['w_rowcol']; $l++ ) {
1224
  if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == (int) $param['w_rowcol'] * $i + $l ) {
1225
- $rep .= '<div valign="top" id="' . $id . '_td_little' . ((int) $param['w_rowcol'] * $i + $l) . '" idi="' . ((int) $param['w_rowcol'] * $i + $l) . '" style="display: table-cell;"><input type="checkbox" value="" id="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '" name="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '" other="1" onclick="if(set_checked(&quot;' . $id . '&quot;,&quot;' . ((int) $param['w_rowcol'] * $i + $l) . '&quot;,&quot;form_id_temp&quot;)) show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][(int) $param['w_rowcol'] * $i + $l] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled /><label id="' . $id . '_label_element' . ((int) $param['w_rowcol'] * $i + $l) . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '">' . $param['w_choices'][(int) $param['w_rowcol'] * $i + $l] . '</label></div>';
1226
  }
1227
  else {
1228
  $where = '';
@@ -1250,7 +1250,7 @@ class FMModelManage_fm extends FMAdminModel {
1250
  else {
1251
  for ( $l = 0; $l < count($param['w_choices']); $l++ ) {
1252
  if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == (int) $param['w_rowcol'] * $i + $l ) {
1253
- $rep .= '<div valign="top" id="' . $id . '_td_little' . ((int) $param['w_rowcol'] * $i + $l) . '" idi="' . ((int) $param['w_rowcol'] * $i + $l) . '" style="display: table-cell;"><input type="checkbox" value="" id="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '" name="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '" other="1" onclick="if(set_checked(&quot;' . $id . '&quot;,&quot;' . ((int) $param['w_rowcol'] * $i + $l) . '&quot;,&quot;form_id_temp&quot;)) show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][(int) $param['w_rowcol'] * $i + $l] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled/><label id="' . $id . '_label_element' . ((int) $param['w_rowcol'] * $i + $l) . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '">' . $param['w_choices'][(int) $param['w_rowcol'] * $i + $l] . '</label></div>';
1254
  }
1255
  else {
1256
  $where = '';
@@ -1281,7 +1281,7 @@ class FMModelManage_fm extends FMAdminModel {
1281
  for ( $k = 0; $k < count($param['w_choices']) % $param['w_rowcol']; $k++ ) {
1282
  $l = count($param['w_choices']) - count($param['w_choices']) % $param['w_rowcol'] + $k;
1283
  if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == $l ) {
1284
- $rep .= '<div valign="top" id="' . $id . '_td_little' . $l . '" idi="' . $l . '" style="display: table-cell;"><input type="checkbox" value="" id="' . $id . '_elementform_id_temp' . $l . '" name="' . $id . '_elementform_id_temp' . $l . '" other="1" onclick="if(set_checked(&quot;' . $id . '&quot;,&quot;' . $l . '&quot;,&quot;form_id_temp&quot;)) show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][$l] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled/><label id="' . $id . '_label_element' . $l . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . $l . '">' . $param['w_choices'][$l] . '</label></div>';
1285
  }
1286
  else {
1287
  $where = '';
1121
  'w_class',
1122
  );
1123
  }
1124
+ if ( strpos($temp, 'w_limit_choice') > -1 ) {
1125
  $params_names = array(
1126
  'w_field_label_size',
1127
  'w_field_label_pos',
1188
  if ( $j >= count($param['w_choices']) % $param['w_rowcol'] && $l == (int) (count($param['w_choices']) / $param['w_rowcol']) ) {
1189
  continue;
1190
  }
1191
+ if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == (int) $param['w_rowcol'] * $l + $i ) {
1192
+ $rep .= '<div valign="top" id="' . $id . '_td_little' . ((int) $param['w_rowcol'] * $l + $i) . '" idi="' . ((int) $param['w_rowcol'] * $l + $i) . '" style="display: table-cell;"><input type="checkbox" value="' . $param['w_choices'][(int) $param['w_rowcol'] * $l + $i] . '" id="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $l + $i) . '" name="' . $id . '_elementform_id_temp" other="1" onclick="set_default(&quot;' . $id . '&quot;,&quot;' . ((int) $param['w_rowcol'] * $l + $i) . '&quot;,&quot;form_id_temp&quot;); show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][(int) $param['w_rowcol'] * $l + $i] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled/><label id="' . $id . '_label_element' . ((int) $param['w_rowcol'] * $l + $i) . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $l + $i) . '">' . $param['w_choices'][(int) $param['w_rowcol'] * $l + $i] . '</label></div>';
1193
  }
1194
  else {
1195
  $where = '';
1222
  if ( count($param['w_choices']) > (int) $param['w_rowcol'] ) {
1223
  for ( $l = 0; $l < $param['w_rowcol']; $l++ ) {
1224
  if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == (int) $param['w_rowcol'] * $i + $l ) {
1225
+ $rep .= '<div valign="top" id="' . $id . '_td_little' . ((int) $param['w_rowcol'] * $i + $l) . '" idi="' . ((int) $param['w_rowcol'] * $i + $l) . '" style="display: table-cell;"><input type="checkbox" value="' . $param['w_choices'][(int) $param['w_rowcol'] * $i + $l] . '" id="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '" name="' . $id . '_elementform_id_temp" other="1" onclick="set_default(&quot;' . $id . '&quot;,&quot;' . ((int) $param['w_rowcol'] * $i + $l) . '&quot;,&quot;form_id_temp&quot;); show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][(int) $param['w_rowcol'] * $i + $l] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled/><label id="' . $id . '_label_element' . ((int) $param['w_rowcol'] * $i + $l) . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '">' . $param['w_choices'][(int) $param['w_rowcol'] * $i + $l] . '</label></div>';
1226
  }
1227
  else {
1228
  $where = '';
1250
  else {
1251
  for ( $l = 0; $l < count($param['w_choices']); $l++ ) {
1252
  if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == (int) $param['w_rowcol'] * $i + $l ) {
1253
+ $rep .= '<div valign="top" id="' . $id . '_td_little' . ((int) $param['w_rowcol'] * $i + $l) . '" idi="' . ((int) $param['w_rowcol'] * $i + $l) . '" style="display: table-cell;"><input type="checkbox" value="' . $param['w_choices'][(int) $param['w_rowcol'] * $i + $l] . '" id="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '" name="' . $id . '_elementform_id_temp" other="1" onclick="set_default(&quot;' . $id . '&quot;,&quot;' . ((int) $param['w_rowcol'] * $i + $l) . '&quot;,&quot;form_id_temp&quot;); show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][(int) $param['w_rowcol'] * $i + $l] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled/><label id="' . $id . '_label_element' . ((int) $param['w_rowcol'] * $i + $l) . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . ((int) $param['w_rowcol'] * $i + $l) . '">' . $param['w_choices'][(int) $param['w_rowcol'] * $i + $l] . '</label></div>';
1254
  }
1255
  else {
1256
  $where = '';
1281
  for ( $k = 0; $k < count($param['w_choices']) % $param['w_rowcol']; $k++ ) {
1282
  $l = count($param['w_choices']) - count($param['w_choices']) % $param['w_rowcol'] + $k;
1283
  if ( $param['w_allow_other'] == "yes" && $param['w_allow_other_num'] == $l ) {
1284
+ $rep .= '<div valign="top" id="' . $id . '_td_little' . $l . '" idi="' . $l . '" style="display: table-cell;"><input type="checkbox" value="' . $param['w_choices'][$l] . '" id="' . $id . '_elementform_id_temp' . $l . '" name="' . $id . '_elementform_id_temp" other="1" onclick="set_default(&quot;' . $id . '&quot;,&quot;' . $l . '&quot;,&quot;form_id_temp&quot;); show_other_input(&quot;' . $id . '&quot;,&quot;form_id_temp&quot;);" ' . $param['w_choices_checked'][$l] . ' ' . $param['attributes'] . ' ' . ($param['w_field_option_pos'] == 'right' ? 'style="float:left !important;"' : "") . ' disabled/><label id="' . $id . '_label_element' . $l . '" class="ch-rad-label" for="' . $id . '_elementform_id_temp' . $l . '">' . $param['w_choices'][$l] . '</label></div>';
1285
  }
1286
  else {
1287
  $where = '';
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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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}.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 .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}.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=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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){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-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 *{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}.fm-free-message-upgrade-button,.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;color:#fffFFFCC}.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px}.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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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 .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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){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-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 *{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}.fm-free-message-upgrade-button,.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;color:#fffFFFCC}.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px}.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
@@ -2059,6 +2059,7 @@ button:focus {
2059
  background: #FFFFFF;
2060
  cursor: default;
2061
  box-shadow: 1px 1px 1px #dedede;
 
2062
  }
2063
 
2064
  .fm-themes-tabs ul li a {
@@ -2462,7 +2463,9 @@ button:focus {
2462
  right: 5px;
2463
  position: absolute;
2464
  }
2465
-
 
 
2466
  .rtl .wd-has-placeholder .dashicons.dashicons-list-view {
2467
  left: 5px;
2468
  right: unset;
@@ -3000,6 +3003,7 @@ textarea[readonly] {
3000
  }
3001
 
3002
  #edit_main_table input[type="text"],
 
3003
  #edit_main_table textarea,
3004
  #edit_main_table select {
3005
  border: 0;
2059
  background: #FFFFFF;
2060
  cursor: default;
2061
  box-shadow: 1px 1px 1px #dedede;
2062
+ list-style: none;
2063
  }
2064
 
2065
  .fm-themes-tabs ul li a {
2463
  right: 5px;
2464
  position: absolute;
2465
  }
2466
+ .fm-input-container.wd-has-placeholder .dashicons.dashicons-list-view {
2467
+ top: 8px;
2468
+ }
2469
  .rtl .wd-has-placeholder .dashicons.dashicons-list-view {
2470
  left: 5px;
2471
  right: unset;
3003
  }
3004
 
3005
  #edit_main_table input[type="text"],
3006
+ #edit_main_table input[type="number"],
3007
  #edit_main_table textarea,
3008
  #edit_main_table select {
3009
  border: 0;
css/images/ui-icons_222222_256x240.png DELETED
Binary file
css/images/ui-icons_228ef1_256x240.png DELETED
Binary file
css/images/ui-icons_444444_256x240.png ADDED
Binary file
css/images/ui-icons_454545_256x240.png DELETED
Binary file
css/images/ui-icons_555555_256x240.png ADDED
Binary file
css/images/ui-icons_777620_256x240.png ADDED
Binary file
css/images/ui-icons_777777_256x240.png ADDED
Binary file
css/images/ui-icons_888888_256x240.png DELETED
Binary file
css/images/ui-icons_cc0000_256x240.png ADDED
Binary file
css/images/ui-icons_ef8c08_256x240.png DELETED
Binary file
css/images/ui-icons_ffd27a_256x240.png DELETED
Binary file
css/images/ui-icons_ffffff_256x240.png CHANGED
Binary file
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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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}.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 .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}.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=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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){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-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 *{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}.fm-free-message-upgrade-button,.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;color:#fffFFFCC}.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px}.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}}.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.rtl .intl-tel-input .selected-flag .iti-arrow{left:6px;right:auto}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .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}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0}.rtl .intl-tel-input.allow-dropdown .flag-container,.rtl .intl-tel-input.separate-dial-code .flag-container{left:auto;right:0}.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table}.intl-tel-input.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:66px}.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width:60px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]{padding-left:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:74px}.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width:68px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{padding-left:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:82px}.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]{padding-left:92px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:90px}.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text]{padding-left:100px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:13px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.ia{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;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 only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-image:url(../images/flags@2x.png)}}.iti-flag.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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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 .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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){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-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 *{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}.fm-free-message-upgrade-button,.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;color:#fffFFFCC}.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px}.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}}.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.rtl .intl-tel-input .selected-flag .iti-arrow{left:6px;right:auto}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .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}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0}.rtl .intl-tel-input.allow-dropdown .flag-container,.rtl .intl-tel-input.separate-dial-code .flag-container{left:auto;right:0}.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table}.intl-tel-input.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:66px}.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width:60px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]{padding-left:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:74px}.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width:68px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{padding-left:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:82px}.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]{padding-left:92px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:90px}.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text]{padding-left:100px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:13px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.ia{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;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 only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-image:url(../images/flags@2x.png)}}.iti-flag.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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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}.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 .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}.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=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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){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-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 *{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}.fm-free-message-upgrade-button,.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;color:#fffFFFCC}.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px}.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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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 .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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){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-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 *{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}.fm-free-message-upgrade-button,.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;color:#fffFFFCC}.fm-free-message-promo-button,.fm-free-message-promo-button:focus{background-color:#0c4d68;padding:3px 40px}.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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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}.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 .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}.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=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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}/*! 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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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 .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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}/*! 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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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}.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 .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}.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=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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}/*!
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}#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"}.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}.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}.wd-label-radio{display:inline-block;max-width:450px;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;width:16px;text-align:center;margin-left:8px;color:#fff}.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}.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:middle}.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-autor{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}.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 .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 ul{list-style:disc;margin-left:2em}#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}.ei_buttons{margin-top:3px}.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){font-family:Segoe_UI}.wd-box-content .fm-free-option select:disabled{background:#fff none repeat scroll 0 0!important;cursor:not-allowed!important}/*!
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.13.49
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
@@ -98,8 +98,8 @@ final class WDFM {
98
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
99
  $this->front_urls = $this->get_front_urls();
100
  $this->main_file = plugin_basename(__FILE__);
101
- $this->plugin_version = '1.13.49';
102
- $this->db_version = '2.13.49';
103
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
104
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
105
  $this->menu_slug = 'manage' . $this->menu_postfix;
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.13.50
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
98
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
99
  $this->front_urls = $this->get_front_urls();
100
  $this->main_file = plugin_basename(__FILE__);
101
+ $this->plugin_version = '1.13.50';
102
+ $this->db_version = '2.13.50';
103
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
104
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
105
  $this->menu_slug = 'manage' . $this->menu_postfix;
framework/WDW_FM_Library.php CHANGED
@@ -403,6 +403,32 @@ class WDW_FM_Library {
403
 
404
  }
405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  /**
407
  * Validate data.
408
  *
403
 
404
  }
405
 
406
+ /**
407
+ * Generate Random string
408
+ *
409
+ * Using: Rename Uploaded file's Name;
410
+ *
411
+ * @param int $length
412
+ * @param bool $type
413
+ *
414
+ * @return string|bool return 'String' if $type is false, and 'Number' when $type is true
415
+ */
416
+ public static function generateRandomStrOrNum($length=6, $type=false) {
417
+ $randomStrOrNum = '';
418
+ $characters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
419
+ $charactersLength = strlen($characters);
420
+
421
+ for ( $i = 0; $i < $length; $i++ ) {
422
+ if($type){
423
+ $randomStrOrNum .= rand(0, 9);
424
+ }
425
+ else {
426
+ $randomStrOrNum .= $characters[rand(0, $charactersLength - 1)];
427
+ }
428
+ }
429
+ return $randomStrOrNum;
430
+ }
431
+
432
  /**
433
  * Validate data.
434
  *
frontend/models/form_maker.php CHANGED
@@ -1180,7 +1180,7 @@ class FMModelForm_maker {
1180
  // If IP is blacklisted.
1181
  $this->check_ip($id);
1182
 
1183
- if( !$this->fm_empty_field_validation($id) ){
1184
  return;
1185
  }
1186
  $fm_settings = WDFMInstance(self::PLUGIN)->fm_settings;
@@ -1522,10 +1522,21 @@ class FMModelForm_maker {
1522
  $temp = explode('*:*w_field_label*:*', $temp[1]);
1523
  $params[$field_id] = $temp[1];
1524
  }
 
 
 
 
 
 
 
 
 
 
 
1525
 
 
1526
  foreach ( $label_type as $key => $type ) {
1527
  $value = '';
1528
-
1529
  if ( $type == "type_submit_reset"
1530
  or $type == "type_map"
1531
  or $type == "type_editor"
@@ -1558,14 +1569,16 @@ class FMModelForm_maker {
1558
  case "type_send_copy":
1559
  case "type_spinner":
1560
  case 'type_password':{
1561
- $value = trim( WDW_FM_Library(self::PLUGIN)->get('wdform_' . $i . "_element" . $id ) );
1562
- if ( $required && $value === '' ) {
 
1563
  $missing_required_field = TRUE;
1564
  }
1565
  break;
1566
  }
1567
  case "type_submitter_mail": {
1568
  $value = trim( WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id ) );
 
1569
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_element" . $id ] ) ) {
1570
  $missing_required_field = TRUE;
1571
  }
@@ -1576,6 +1589,7 @@ class FMModelForm_maker {
1576
  }
1577
  case "type_date": {
1578
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id );
 
1579
  $date_format = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_date_format" . $id );
1580
  if ( $value ) {
1581
  if ( !$this->fm_validateDate( $value, $date_format ) ) {
@@ -1591,6 +1605,7 @@ class FMModelForm_maker {
1591
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . "0" );
1592
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . "1" );
1593
  $value = ($value0) . ' - ' . ($value1);
 
1594
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_element" . $id . "0" ] ) || !isset( $_POST[ 'wdform_' . $i . "_element" . $id . "1" ] ) ) ) {
1595
  $missing_required_field = TRUE;
1596
  }
@@ -1598,10 +1613,12 @@ class FMModelForm_maker {
1598
  }
1599
  case "type_wdeditor": {
1600
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_wd_editor" . $id );
 
1601
  break;
1602
  }
1603
  case "type_mark_map": {
1604
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_long" . $id ) . '***map***' . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_lat" . $id );
 
1605
  break;
1606
  }
1607
  case "type_date_fields": {
@@ -1609,28 +1626,30 @@ class FMModelForm_maker {
1609
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_month" . $id );
1610
  $value2 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_year" . $id );
1611
  $value = ($value0) . '-' . ($value1) . '-' . ($value2);
 
1612
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_day" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_month" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_year" . $id ] ) ) ) {
1613
  $missing_required_field = TRUE;
1614
  }
1615
  break;
1616
  }
1617
  case "type_time": {
1618
- $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hh" . $id );
1619
- $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_mm" . $id );
1620
- $value2 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_ss" . $id );
1621
- $value3 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_am_pm" . $id );
1622
  if ( !$value0 && !$value1 && !$value2 ) {
1623
- $value = "";
1624
  }
1625
  else {
1626
- $value = $value0 ? ($value0) . " : " : "00 : ";
1627
- $value .= $value1 ? ($value1) : "00";
1628
- $value .= $value2 ? " : " . ($value2) : "";
1629
  if ( $value3 ) {
1630
  $value .= ' ' . $value3;
1631
  }
1632
  }
1633
- if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_hh" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_mm" . $id ] ) ) ) {
 
1634
  $missing_required_field = TRUE;
1635
  }
1636
  break;
@@ -1639,6 +1658,7 @@ class FMModelForm_maker {
1639
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element_first" . $id );
1640
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element_last" . $id );
1641
  $value = ($value0) . ' ' . ($value1);
 
1642
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_element_first" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_element_last" . $id ] ) ) ) {
1643
  $missing_required_field = TRUE;
1644
  }
@@ -1657,6 +1677,7 @@ class FMModelForm_maker {
1657
  if ( $value3 ) {
1658
  $value .= '@@@' . $value3;
1659
  }
 
1660
  if ( $required && ( empty($value0) || empty($value1) ) ) {
1661
  $missing_required_field = TRUE;
1662
  }
@@ -1665,18 +1686,20 @@ class FMModelForm_maker {
1665
  case "type_file_upload": {
1666
  if ( WDFMInstance(self::PLUGIN)->is_demo ) {
1667
  $value = __('This functionality is disabled in demo.', WDFMInstance(self::PLUGIN)->prefix );
1668
- } else {
 
1669
  if ( isset( $_POST[ 'wdform_' . $i . "_file_url" . $id . '_save' ] ) ) {
1670
  $file_url = stripslashes( WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_file_url" . $id . '_save', NULL, 'esc_url_raw' ) ); /*TODO*/
1671
  if ( isset( $file_url ) ) {
1672
  $all_files = json_decode( stripslashes( WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_all_files" . $id . '_save', array(), 'esc_url_raw' ) ), TRUE );/*TODO*/
1673
  $value = $file_url;
1674
  }
1675
- } else {
 
1676
  $upload_dir = wp_upload_dir();
1677
  $files = isset( $_FILES[ 'wdform_' . $i . '_file' . $id ] ) ? $_FILES[ 'wdform_' . $i . '_file' . $id ] : array();
1678
  if ( !empty($files) ) {
1679
- foreach ( $files[ 'name' ] as $file_key => $file_name ) {
1680
  if ( $file_name ) {
1681
  $untilupload = $form->form_fields;
1682
  $untilupload = substr( $untilupload, strpos( $untilupload, $i . '*:*id*:*type_file_upload' ), -1 );
@@ -1694,9 +1717,10 @@ class FMModelForm_maker {
1694
  $extension = $untilupload[ 0 ];
1695
  $untilupload = $untilupload[ 1 ];
1696
  $untilupload = explode( '*:*w_max_size*:*', $untilupload );
1697
- $max_size = $untilupload[ 0 ];
1698
- $untilupload = $untilupload[ 1 ];
1699
- $fileName = $files[ 'name' ][ $file_key ];
 
1700
  $fileSize = $files[ 'size' ][ $file_key ];
1701
  if ( $fileSize > $max_size * 1024 ) {
1702
  return array( 'error' => true, 'group_id' => $group_id, 'message' => addslashes(sprintf( __('The file exceeds the allowed size of %s KB.', WDFMInstance(self::PLUGIN)->prefix ), $max_size )));
@@ -1766,7 +1790,7 @@ class FMModelForm_maker {
1766
  }
1767
  $files[ 'tmp_name' ][ $file_key ] = $fileTemp;
1768
  $temp_file = array(
1769
- "name" => $files[ 'name' ][ $file_key ],
1770
  "type" => $files[ 'type' ][ $file_key ],
1771
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1772
  'field_key' => $i,
@@ -1795,7 +1819,7 @@ class FMModelForm_maker {
1795
  }
1796
  $files[ 'tmp_name' ][ $file_key ] = $fileTemp;
1797
  $temp_file = array(
1798
- "name" => $files[ 'name' ][ $file_key ],
1799
  "type" => $files[ 'type' ][ $file_key ],
1800
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1801
  'field_key' => $i,
@@ -1812,7 +1836,7 @@ class FMModelForm_maker {
1812
  $value .= '';
1813
  $files[ 'tmp_name' ][ $file_key ] = $fileTemp;
1814
  $temp_file = array(
1815
- "name" => $files[ 'name' ][ $file_key ],
1816
  "type" => $files[ 'type' ][ $file_key ],
1817
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1818
  'field_key' => $i,
@@ -1825,7 +1849,7 @@ class FMModelForm_maker {
1825
  $value .= $upload_dir[ 'baseurl' ] . '/' . $destination . '/' . $fileName . '*@@url@@*';
1826
  $files[ 'tmp_name' ][ $file_key ] = '/' . $destination . '/' . $fileName;
1827
  $temp_file = array(
1828
- "name" => $files[ 'name' ][ $file_key ],
1829
  "type" => $files[ 'type' ][ $file_key ],
1830
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1831
  'field_key' => $i,
@@ -1833,6 +1857,7 @@ class FMModelForm_maker {
1833
  }
1834
  array_push( $all_files, $temp_file );
1835
  }
 
1836
  if ( $required && !isset( $_FILES[ 'wdform_' . $i . '_file' . $id ] ) ) {
1837
  $missing_required_field = TRUE;
1838
  }
@@ -1877,10 +1902,7 @@ class FMModelForm_maker {
1877
  $value = $element;
1878
  break;
1879
  }
1880
- break;
1881
- }
1882
- case "type_hidden": {
1883
- $value = WDW_FM_Library(self::PLUGIN)->get( $label_label[ $key ] );
1884
  break;
1885
  }
1886
  case "type_radio": {
@@ -1890,7 +1912,7 @@ class FMModelForm_maker {
1890
  break;
1891
  }
1892
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id );
1893
-
1894
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_element" . $id ] ) ) {
1895
  $missing_required_field = TRUE;
1896
  }
@@ -1923,7 +1945,7 @@ class FMModelForm_maker {
1923
  }
1924
  }
1925
  }
1926
-
1927
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_element" . $id ] ) ) {
1928
  $missing_required_field = TRUE;
1929
  }
@@ -1952,6 +1974,7 @@ class FMModelForm_maker {
1952
  }
1953
  }
1954
  $value = $value . $form_currency;
 
1955
  break;
1956
  }
1957
  case "type_paypal_price_new": {
@@ -1973,6 +1996,7 @@ class FMModelForm_maker {
1973
  }
1974
  }
1975
  $value = $form_currency . $value;
 
1976
  break;
1977
  }
1978
  case "type_paypal_select": {
@@ -2008,6 +2032,7 @@ class FMModelForm_maker {
2008
  }
2009
  }
2010
  array_push( $paypal[ 'on_os' ], $paypal_option );
 
2011
  break;
2012
  }
2013
  case "type_paypal_radio": {
@@ -2048,6 +2073,7 @@ class FMModelForm_maker {
2048
  }
2049
  }
2050
  array_push( $paypal[ 'on_os' ], $paypal_option );
 
2051
  break;
2052
  }
2053
  case "type_paypal_shipping": {
@@ -2061,7 +2087,8 @@ class FMModelForm_maker {
2061
  } else {
2062
  $value = '';
2063
  }
2064
- $paypal[ 'shipping' ] = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id );
 
2065
  break;
2066
  }
2067
  case "type_paypal_checkbox": {
@@ -2121,6 +2148,7 @@ class FMModelForm_maker {
2121
  }
2122
  }
2123
  }
 
2124
  if ( $required && !isset( $_POST['wdform_' . $i . "_element" . $id ] ) ) {
2125
  $missing_required_field = TRUE;
2126
  }
@@ -2130,6 +2158,7 @@ class FMModelForm_maker {
2130
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_selected_star_amount" . $id, 0, 'intval' );
2131
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_star_amount" . $id );
2132
  $value = $value0 . '/' . $value1;
 
2133
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_selected_star_amount" . $id ] ) ) {
2134
  $missing_required_field = TRUE;
2135
  }
@@ -2139,6 +2168,7 @@ class FMModelForm_maker {
2139
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_scale_radio" . $id, 0, 'intval');
2140
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_scale_amount" . $id );
2141
  $value = $value0 . '/' . $value1;
 
2142
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_scale_radio" . $id ] ) ) {
2143
  $missing_required_field = TRUE;
2144
  }
@@ -2146,6 +2176,7 @@ class FMModelForm_maker {
2146
  }
2147
  case "type_slider": {
2148
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_slider_value" . $id );
 
2149
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_slider_value" . $id ] ) ) {
2150
  $missing_required_field = TRUE;
2151
  }
@@ -2155,6 +2186,7 @@ class FMModelForm_maker {
2155
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . '0' );
2156
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . '1' );
2157
  $value = $value0 . '-' . $value1;
 
2158
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_element" . $id . '0' ] ) || !isset( $_POST[ 'wdform_' . $i . "_element" . $id . '1' ] ) ) ) {
2159
  $missing_required_field = TRUE;
2160
  }
@@ -2171,6 +2203,7 @@ class FMModelForm_maker {
2171
  $missing_required_field = TRUE;
2172
  }
2173
  $value .= WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hidden_item" . $id ) . '***grading***';
 
2174
  break;
2175
  }
2176
  case "type_matrix": {
@@ -2231,6 +2264,17 @@ class FMModelForm_maker {
2231
  $value = $rows_count . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hidden_row" . $id ) . '***' . $columns_count . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hidden_column" . $id ) . '***' . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_input_type" . $id ) . '***' . $input_value . '***matrix***';
2232
  break;
2233
  }
 
 
 
 
 
 
 
 
 
 
 
2234
  }
2235
 
2236
  if ( $missing_required_field ) {
@@ -2315,8 +2359,8 @@ class FMModelForm_maker {
2315
  }
2316
 
2317
  $user_fields = array(
2318
- "subid" => $group_id,
2319
  "ip" => $ip,
 
2320
  "userid" => $wp_userid,
2321
  "username" => $wp_username,
2322
  "useremail" => $wp_useremail,
@@ -2666,9 +2710,9 @@ class FMModelForm_maker {
2666
  }
2667
 
2668
  foreach ( $label_order_original as $key => $label_each ) {
2669
- $type = $label_type[$key];
2670
- $post = !empty($submission_array[$key]) ? $submission_array[$key] : '';
2671
- $submit_text = str_replace( array( '%' . $label_each . '%', '{' . $key . '}' ), $post, $submit_text );
2672
  }
2673
 
2674
  $custom_fields = array(
@@ -2857,15 +2901,6 @@ class FMModelForm_maker {
2857
  }
2858
  break;
2859
  }
2860
- case "type_hidden": {
2861
- $element = WDW_FM_Library(self::PLUGIN)->get( $element_label, NULL, 'esc_html' );
2862
- if ( isset( $element ) && $this->empty_field( $element, $row->mail_emptyfields ) ) {
2863
- $list = $list . '<tr valign="top"><td ' . $td_style . '>' . $element_label . '</td><td ' . $td_style . '>' . $element . '</td></tr>';
2864
- $list_text_mode = $list_text_mode . $element_label . ' - ' . $element . "\r\n";
2865
- $key_value_placeholders[$i] = $element;
2866
- }
2867
- break;
2868
- }
2869
  case "type_mark_map": {
2870
  $longitude = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_long" . $id, NULL, 'esc_html' );
2871
  $latitude = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_lat" . $id, NULL, 'esc_html');
@@ -3265,7 +3300,7 @@ class FMModelForm_maker {
3265
  $matrix .= '<td style="border-top: 1px solid #CCC; border-left: 1px solid #CCC; padding: 10px; color: #3D3D3D; background-color: #EEEEEE; padding: 5px; ">' . $mat_columns[ $k ] . '</td>';
3266
  }
3267
  $matrix .= '</tr>';
3268
- $aaa = Array();
3269
  for ( $k = 1; $k <= $rows_count; $k++ ) {
3270
  $matrix .= '<tr><td style="border-top: 1px solid #CCC; border-left: 1px solid #CCC; padding: 10px; color: #3D3D3D; background-color: #EEEEEE; padding: 5px;">' . $mat_rows[ $k ] . '</td>';
3271
  if ( $input_type == "radio" ) {
@@ -3327,6 +3362,21 @@ class FMModelForm_maker {
3327
  }
3328
  break;
3329
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3330
  default:
3331
  break;
3332
  }
@@ -3362,11 +3412,12 @@ class FMModelForm_maker {
3362
  if ( $row->mail_mode_user ) {
3363
  $content_type = "text/html";
3364
  $list_user = wordwrap( $list, 100, "\n", TRUE );
3365
- $new_script = wpautop( do_shortcode( $row->script_mail_user ));
3366
- } else {
 
3367
  $content_type = "text/plain";
3368
  $list_user = wordwrap( $list_text_mode, 1000, "\n", TRUE );
3369
- $new_script = do_shortcode( $row->script_mail_user );
3370
  }
3371
  foreach ( $label_order_original as $key => $label_each ) {
3372
  $type = $label_type[ $key ];
@@ -3495,9 +3546,7 @@ class FMModelForm_maker {
3495
  if ( $row->sendemail || (has_action('fm_set_params_frontend_init') && WDFMInstance(self::PLUGIN)->is_free != 2) ) {
3496
  $recipient = $row->mail ? $row->mail : '';
3497
  $subject = !empty( $row->mail_subject ) ? $row->mail_subject : $row->title;
3498
-
3499
  $fromname = $row->from_name;
3500
-
3501
  $from_mail = $row->from_mail;
3502
  $attachment = array();
3503
  if ( !WDFMInstance(self::PLUGIN)->is_demo ) {
@@ -3524,12 +3573,13 @@ class FMModelForm_maker {
3524
  if ( $row->mail_mode ) {
3525
  $content_type = "text/html";
3526
  $list = wordwrap( $list, 100, "\n", TRUE );
3527
- $new_script = wpautop( do_shortcode( $row->script_mail ));
3528
- } else {
 
3529
  $content_type = "text/plain";
3530
  $list = $list_text_mode;
3531
  $list = wordwrap( $list, 1000, "\n", TRUE );
3532
- $new_script = do_shortcode( $row->script_mail );
3533
  }
3534
 
3535
  $header_arr = array();
@@ -3556,7 +3606,6 @@ class FMModelForm_maker {
3556
  if ( strpos( $fromname, "{" . $key . "}" ) > -1 || strpos( $fromname, "%username%" ) > -1 ) {
3557
  $fromname = str_replace( array( '%' . $username . '%', '{' . $key . '}' ), $username, $fromname );
3558
  }
3559
-
3560
  if ( strpos( $subject, "{" . $key . "}" ) > -1 || strpos( $subject, "%" . $label_each . "%" ) > -1 ) {
3561
  $new_value = str_replace( '<br>', ', ', $this->custom_fields_mail( $type, $key1, $id, '', $form_currency ) );
3562
  if ( substr( $new_value, -2 ) == ', ' ) {
@@ -3564,7 +3613,6 @@ class FMModelForm_maker {
3564
  }
3565
  $subject = str_replace( array( '%' . $label_each . '%', '{' . $key . '}' ), $new_value, $subject );
3566
  }
3567
-
3568
  if ( strpos( $recipient, "{" . $key . "}" ) > -1 || strpos( $recipient, "%" . $label_each . "%" ) > -1 ) {
3569
  $new_value = str_replace( '<br>', ', ', $this->custom_fields_mail( $type, $key1, $id, '', $form_currency ) );
3570
  if ( substr( $new_value, -2 ) == ', ' ) {
@@ -3726,6 +3774,7 @@ class FMModelForm_maker {
3726
  * @return null|string $new_value
3727
  */
3728
  public static function custom_fields_mail( $type = '', $key = '', $id = 0, $attachment = array(), $form_currency = '', $file_upload_link = 0, $mail_mode = 1 ) {
 
3729
  $new_value = "";
3730
  if ( $type != "type_submit_reset" or $type != "type_map" or $type != "type_editor" or $type != "type_captcha" or $type != "type_arithmetic_captcha" or $type != "type_recaptcha" or $type != "type_button" ) {
3731
  switch ( $type ) {
@@ -3760,6 +3809,7 @@ class FMModelForm_maker {
3760
  $uploadedFileExtension = array_pop( $uploadedFileNameParts );
3761
  $file_name = explode( '/', $attach );
3762
  $file_name = end( $file_name );
 
3763
  if ( $file_upload_link == 1 ) {
3764
  $new_value .= '<a href="' . str_replace(' ', '%20', $attach) . '">' . $file_name . '</a><br />';
3765
  } else {
1180
  // If IP is blacklisted.
1181
  $this->check_ip($id);
1182
 
1183
+ if ( !$this->fm_empty_field_validation($id) ) {
1184
  return;
1185
  }
1186
  $fm_settings = WDFMInstance(self::PLUGIN)->fm_settings;
1522
  $temp = explode('*:*w_field_label*:*', $temp[1]);
1523
  $params[$field_id] = $temp[1];
1524
  }
1525
+ $custom_fields = array(
1526
+ "all" => '',
1527
+ "ip" => $ip,
1528
+ "subid" => $group_id,
1529
+ 'adminemail' => $adminemail,
1530
+ "userid" => $wp_userid,
1531
+ "useremail" => $wp_useremail,
1532
+ "username" => $wp_username,
1533
+ 'pageurl' => $current_page_url,
1534
+ 'formtitle' => $formtitle
1535
+ );
1536
 
1537
+ $key_values = array();
1538
  foreach ( $label_type as $key => $type ) {
1539
  $value = '';
 
1540
  if ( $type == "type_submit_reset"
1541
  or $type == "type_map"
1542
  or $type == "type_editor"
1569
  case "type_send_copy":
1570
  case "type_spinner":
1571
  case 'type_password':{
1572
+ $value = trim( WDW_FM_Library(self::PLUGIN)->get('wdform_' . $i . "_element" . $id ) );
1573
+ $key_values[$i] = $value;
1574
+ if ( $required && $value === '' ) {
1575
  $missing_required_field = TRUE;
1576
  }
1577
  break;
1578
  }
1579
  case "type_submitter_mail": {
1580
  $value = trim( WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id ) );
1581
+ $key_values[$i] = $value;
1582
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_element" . $id ] ) ) {
1583
  $missing_required_field = TRUE;
1584
  }
1589
  }
1590
  case "type_date": {
1591
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id );
1592
+ $key_values[$i] = $value;
1593
  $date_format = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_date_format" . $id );
1594
  if ( $value ) {
1595
  if ( !$this->fm_validateDate( $value, $date_format ) ) {
1605
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . "0" );
1606
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . "1" );
1607
  $value = ($value0) . ' - ' . ($value1);
1608
+ $key_values[$i] = $value;
1609
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_element" . $id . "0" ] ) || !isset( $_POST[ 'wdform_' . $i . "_element" . $id . "1" ] ) ) ) {
1610
  $missing_required_field = TRUE;
1611
  }
1613
  }
1614
  case "type_wdeditor": {
1615
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_wd_editor" . $id );
1616
+ $key_values[$i] = $value;
1617
  break;
1618
  }
1619
  case "type_mark_map": {
1620
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_long" . $id ) . '***map***' . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_lat" . $id );
1621
+ $key_values[$i] = $value;
1622
  break;
1623
  }
1624
  case "type_date_fields": {
1626
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_month" . $id );
1627
  $value2 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_year" . $id );
1628
  $value = ($value0) . '-' . ($value1) . '-' . ($value2);
1629
+ $key_values[$i] = $value;
1630
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_day" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_month" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_year" . $id ] ) ) ) {
1631
  $missing_required_field = TRUE;
1632
  }
1633
  break;
1634
  }
1635
  case "type_time": {
1636
+ $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . '_hh' . $id );
1637
+ $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . '_mm' . $id );
1638
+ $value2 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . '_ss' . $id );
1639
+ $value3 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . '_am_pm' . $id );
1640
  if ( !$value0 && !$value1 && !$value2 ) {
1641
+ $value = '';
1642
  }
1643
  else {
1644
+ $value = $value0 ? ($value0) . ' : ' : '00 : ';
1645
+ $value .= $value1 ? ($value1) : '00';
1646
+ $value .= $value2 ? ' : ' . ($value2) : '';
1647
  if ( $value3 ) {
1648
  $value .= ' ' . $value3;
1649
  }
1650
  }
1651
+ $key_values[$i] = $value;
1652
+ if ( $required && ( !isset( $_POST[ 'wdform_' . $i . '_hh' . $id ] ) || !isset( $_POST[ 'wdform_' . $i . '_mm' . $id ] ) ) ) {
1653
  $missing_required_field = TRUE;
1654
  }
1655
  break;
1658
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element_first" . $id );
1659
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element_last" . $id );
1660
  $value = ($value0) . ' ' . ($value1);
1661
+ $key_values[$i] = $value;
1662
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_element_first" . $id ] ) || !isset( $_POST[ 'wdform_' . $i . "_element_last" . $id ] ) ) ) {
1663
  $missing_required_field = TRUE;
1664
  }
1677
  if ( $value3 ) {
1678
  $value .= '@@@' . $value3;
1679
  }
1680
+ $key_values[$i] = $value;
1681
  if ( $required && ( empty($value0) || empty($value1) ) ) {
1682
  $missing_required_field = TRUE;
1683
  }
1686
  case "type_file_upload": {
1687
  if ( WDFMInstance(self::PLUGIN)->is_demo ) {
1688
  $value = __('This functionality is disabled in demo.', WDFMInstance(self::PLUGIN)->prefix );
1689
+ }
1690
+ else {
1691
  if ( isset( $_POST[ 'wdform_' . $i . "_file_url" . $id . '_save' ] ) ) {
1692
  $file_url = stripslashes( WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_file_url" . $id . '_save', NULL, 'esc_url_raw' ) ); /*TODO*/
1693
  if ( isset( $file_url ) ) {
1694
  $all_files = json_decode( stripslashes( WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_all_files" . $id . '_save', array(), 'esc_url_raw' ) ), TRUE );/*TODO*/
1695
  $value = $file_url;
1696
  }
1697
+ }
1698
+ else {
1699
  $upload_dir = wp_upload_dir();
1700
  $files = isset( $_FILES[ 'wdform_' . $i . '_file' . $id ] ) ? $_FILES[ 'wdform_' . $i . '_file' . $id ] : array();
1701
  if ( !empty($files) ) {
1702
+ foreach ( $files[ 'name' ] as $file_key => $file_name ) {
1703
  if ( $file_name ) {
1704
  $untilupload = $form->form_fields;
1705
  $untilupload = substr( $untilupload, strpos( $untilupload, $i . '*:*id*:*type_file_upload' ), -1 );
1717
  $extension = $untilupload[ 0 ];
1718
  $untilupload = $untilupload[ 1 ];
1719
  $untilupload = explode( '*:*w_max_size*:*', $untilupload );
1720
+ $max_size = $untilupload[0];
1721
+ $untilupload = $untilupload[1];
1722
+ $fileName = explode(".", $files[ 'name' ][ $file_key ]);
1723
+ $fileName = WDW_FM_Library(self::PLUGIN)->generateRandomStrOrNum(10) . '.' . end($fileName);
1724
  $fileSize = $files[ 'size' ][ $file_key ];
1725
  if ( $fileSize > $max_size * 1024 ) {
1726
  return array( 'error' => true, 'group_id' => $group_id, 'message' => addslashes(sprintf( __('The file exceeds the allowed size of %s KB.', WDFMInstance(self::PLUGIN)->prefix ), $max_size )));
1790
  }
1791
  $files[ 'tmp_name' ][ $file_key ] = $fileTemp;
1792
  $temp_file = array(
1793
+ "name" => $fileName,
1794
  "type" => $files[ 'type' ][ $file_key ],
1795
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1796
  'field_key' => $i,
1819
  }
1820
  $files[ 'tmp_name' ][ $file_key ] = $fileTemp;
1821
  $temp_file = array(
1822
+ "name" => $fileName,
1823
  "type" => $files[ 'type' ][ $file_key ],
1824
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1825
  'field_key' => $i,
1836
  $value .= '';
1837
  $files[ 'tmp_name' ][ $file_key ] = $fileTemp;
1838
  $temp_file = array(
1839
+ "name" => $fileName,
1840
  "type" => $files[ 'type' ][ $file_key ],
1841
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1842
  'field_key' => $i,
1849
  $value .= $upload_dir[ 'baseurl' ] . '/' . $destination . '/' . $fileName . '*@@url@@*';
1850
  $files[ 'tmp_name' ][ $file_key ] = '/' . $destination . '/' . $fileName;
1851
  $temp_file = array(
1852
+ "name" => $fileName,
1853
  "type" => $files[ 'type' ][ $file_key ],
1854
  "tmp_name" => $files[ 'tmp_name' ][ $file_key ],
1855
  'field_key' => $i,
1857
  }
1858
  array_push( $all_files, $temp_file );
1859
  }
1860
+ $key_values[$i] = $value;
1861
  if ( $required && !isset( $_FILES[ 'wdform_' . $i . '_file' . $id ] ) ) {
1862
  $missing_required_field = TRUE;
1863
  }
1902
  $value = $element;
1903
  break;
1904
  }
1905
+ $key_values[$i] = $value;
 
 
 
1906
  break;
1907
  }
1908
  case "type_radio": {
1912
  break;
1913
  }
1914
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id );
1915
+ $key_values[$i] = $value;
1916
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_element" . $id ] ) ) {
1917
  $missing_required_field = TRUE;
1918
  }
1945
  }
1946
  }
1947
  }
1948
+ $key_values[$i] = $value;
1949
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_element" . $id ] ) ) {
1950
  $missing_required_field = TRUE;
1951
  }
1974
  }
1975
  }
1976
  $value = $value . $form_currency;
1977
+ $key_values[$i] = $value;
1978
  break;
1979
  }
1980
  case "type_paypal_price_new": {
1996
  }
1997
  }
1998
  $value = $form_currency . $value;
1999
+ $key_values[$i] = $value;
2000
  break;
2001
  }
2002
  case "type_paypal_select": {
2032
  }
2033
  }
2034
  array_push( $paypal[ 'on_os' ], $paypal_option );
2035
+ $key_values[$i] = $value;
2036
  break;
2037
  }
2038
  case "type_paypal_radio": {
2073
  }
2074
  }
2075
  array_push( $paypal[ 'on_os' ], $paypal_option );
2076
+ $key_values[$i] = $value;
2077
  break;
2078
  }
2079
  case "type_paypal_shipping": {
2087
  } else {
2088
  $value = '';
2089
  }
2090
+ $paypal['shipping'] = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id );
2091
+ $key_values[$i] = $value;
2092
  break;
2093
  }
2094
  case "type_paypal_checkbox": {
2148
  }
2149
  }
2150
  }
2151
+ $key_values[$i] = $value;
2152
  if ( $required && !isset( $_POST['wdform_' . $i . "_element" . $id ] ) ) {
2153
  $missing_required_field = TRUE;
2154
  }
2158
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_selected_star_amount" . $id, 0, 'intval' );
2159
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_star_amount" . $id );
2160
  $value = $value0 . '/' . $value1;
2161
+ $key_values[$i] = $value;
2162
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_selected_star_amount" . $id ] ) ) {
2163
  $missing_required_field = TRUE;
2164
  }
2168
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_scale_radio" . $id, 0, 'intval');
2169
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_scale_amount" . $id );
2170
  $value = $value0 . '/' . $value1;
2171
+ $key_values[$i] = $value;
2172
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_scale_radio" . $id ] ) ) {
2173
  $missing_required_field = TRUE;
2174
  }
2176
  }
2177
  case "type_slider": {
2178
  $value = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_slider_value" . $id );
2179
+ $key_values[$i] = $value;
2180
  if ( $required && !isset( $_POST[ 'wdform_' . $i . "_slider_value" . $id ] ) ) {
2181
  $missing_required_field = TRUE;
2182
  }
2186
  $value0 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . '0' );
2187
  $value1 = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_element" . $id . '1' );
2188
  $value = $value0 . '-' . $value1;
2189
+ $key_values[$i] = $value;
2190
  if ( $required && ( !isset( $_POST[ 'wdform_' . $i . "_element" . $id . '0' ] ) || !isset( $_POST[ 'wdform_' . $i . "_element" . $id . '1' ] ) ) ) {
2191
  $missing_required_field = TRUE;
2192
  }
2203
  $missing_required_field = TRUE;
2204
  }
2205
  $value .= WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hidden_item" . $id ) . '***grading***';
2206
+ $key_values[$i] = $value;
2207
  break;
2208
  }
2209
  case "type_matrix": {
2264
  $value = $rows_count . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hidden_row" . $id ) . '***' . $columns_count . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_hidden_column" . $id ) . '***' . WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_input_type" . $id ) . '***' . $input_value . '***matrix***';
2265
  break;
2266
  }
2267
+ case "type_hidden": {
2268
+ $post_key = str_replace(' ', '_', $label_label[$key]);
2269
+ $value = WDW_FM_Library(self::PLUGIN)->get($post_key);
2270
+ foreach ( $key_values as $_key => $_value ) {
2271
+ $value = str_replace( array( '{' . $_key . '}' ), $_value, $value );
2272
+ }
2273
+ foreach ( $custom_fields as $custom_key => $custom_field ) {
2274
+ $value = str_replace( array( '{' . $custom_key . '}' ), $custom_field, $value );
2275
+ }
2276
+ break;
2277
+ }
2278
  }
2279
 
2280
  if ( $missing_required_field ) {
2359
  }
2360
 
2361
  $user_fields = array(
 
2362
  "ip" => $ip,
2363
+ "subid" => $group_id,
2364
  "userid" => $wp_userid,
2365
  "username" => $wp_username,
2366
  "useremail" => $wp_useremail,
2710
  }
2711
 
2712
  foreach ( $label_order_original as $key => $label_each ) {
2713
+ $type = $label_type[$key];
2714
+ $post = !empty($submission_array[$key]) ? $submission_array[$key] : '';
2715
+ $submit_text = str_replace( array( '%' . $label_each . '%', '{' . $key . '}' ), $post, $submit_text );
2716
  }
2717
 
2718
  $custom_fields = array(
2901
  }
2902
  break;
2903
  }
 
 
 
 
 
 
 
 
 
2904
  case "type_mark_map": {
2905
  $longitude = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_long" . $id, NULL, 'esc_html' );
2906
  $latitude = WDW_FM_Library(self::PLUGIN)->get( 'wdform_' . $i . "_lat" . $id, NULL, 'esc_html');
3300
  $matrix .= '<td style="border-top: 1px solid #CCC; border-left: 1px solid #CCC; padding: 10px; color: #3D3D3D; background-color: #EEEEEE; padding: 5px; ">' . $mat_columns[ $k ] . '</td>';
3301
  }
3302
  $matrix .= '</tr>';
3303
+ $aaa = array();
3304
  for ( $k = 1; $k <= $rows_count; $k++ ) {
3305
  $matrix .= '<tr><td style="border-top: 1px solid #CCC; border-left: 1px solid #CCC; padding: 10px; color: #3D3D3D; background-color: #EEEEEE; padding: 5px;">' . $mat_rows[ $k ] . '</td>';
3306
  if ( $input_type == "radio" ) {
3362
  }
3363
  break;
3364
  }
3365
+ case "type_hidden": {
3366
+ $element = WDW_FM_Library(self::PLUGIN)->get( $element_label, NULL, 'esc_html' );
3367
+ foreach ( $key_value_placeholders as $key => $value ) {
3368
+ $element = str_replace( array( '{' . $key . '}' ), $value, $element );
3369
+ }
3370
+ foreach ( $this->custom_fields as $key => $custom_field ) {
3371
+ $element = str_replace( array( '{' . $key . '}' ), $custom_field, $element );
3372
+ }
3373
+ if ( isset( $element ) && $this->empty_field( $element, $row->mail_emptyfields ) ) {
3374
+ $list = $list . '<tr valign="top"><td ' . $td_style . '>' . $element_label . '</td><td ' . $td_style . '>' . $element . '</td></tr>';
3375
+ $list_text_mode = $list_text_mode . $element_label . ' - ' . $element . "\r\n";
3376
+ $key_value_placeholders[$i] = $element;
3377
+ }
3378
+ break;
3379
+ }
3380
  default:
3381
  break;
3382
  }
3412
  if ( $row->mail_mode_user ) {
3413
  $content_type = "text/html";
3414
  $list_user = wordwrap( $list, 100, "\n", TRUE );
3415
+ $new_script = wpautop( do_shortcode( $row->script_mail_user ));
3416
+ }
3417
+ else {
3418
  $content_type = "text/plain";
3419
  $list_user = wordwrap( $list_text_mode, 1000, "\n", TRUE );
3420
+ $new_script = do_shortcode( $row->script_mail_user );
3421
  }
3422
  foreach ( $label_order_original as $key => $label_each ) {
3423
  $type = $label_type[ $key ];
3546
  if ( $row->sendemail || (has_action('fm_set_params_frontend_init') && WDFMInstance(self::PLUGIN)->is_free != 2) ) {
3547
  $recipient = $row->mail ? $row->mail : '';
3548
  $subject = !empty( $row->mail_subject ) ? $row->mail_subject : $row->title;
 
3549
  $fromname = $row->from_name;
 
3550
  $from_mail = $row->from_mail;
3551
  $attachment = array();
3552
  if ( !WDFMInstance(self::PLUGIN)->is_demo ) {
3573
  if ( $row->mail_mode ) {
3574
  $content_type = "text/html";
3575
  $list = wordwrap( $list, 100, "\n", TRUE );
3576
+ $new_script = wpautop( do_shortcode( $row->script_mail ));
3577
+ }
3578
+ else {
3579
  $content_type = "text/plain";
3580
  $list = $list_text_mode;
3581
  $list = wordwrap( $list, 1000, "\n", TRUE );
3582
+ $new_script = do_shortcode( $row->script_mail );
3583
  }
3584
 
3585
  $header_arr = array();
3606
  if ( strpos( $fromname, "{" . $key . "}" ) > -1 || strpos( $fromname, "%username%" ) > -1 ) {
3607
  $fromname = str_replace( array( '%' . $username . '%', '{' . $key . '}' ), $username, $fromname );
3608
  }
 
3609
  if ( strpos( $subject, "{" . $key . "}" ) > -1 || strpos( $subject, "%" . $label_each . "%" ) > -1 ) {
3610
  $new_value = str_replace( '<br>', ', ', $this->custom_fields_mail( $type, $key1, $id, '', $form_currency ) );
3611
  if ( substr( $new_value, -2 ) == ', ' ) {
3613
  }
3614
  $subject = str_replace( array( '%' . $label_each . '%', '{' . $key . '}' ), $new_value, $subject );
3615
  }
 
3616
  if ( strpos( $recipient, "{" . $key . "}" ) > -1 || strpos( $recipient, "%" . $label_each . "%" ) > -1 ) {
3617
  $new_value = str_replace( '<br>', ', ', $this->custom_fields_mail( $type, $key1, $id, '', $form_currency ) );
3618
  if ( substr( $new_value, -2 ) == ', ' ) {
3774
  * @return null|string $new_value
3775
  */
3776
  public static function custom_fields_mail( $type = '', $key = '', $id = 0, $attachment = array(), $form_currency = '', $file_upload_link = 0, $mail_mode = 1 ) {
3777
+ $front_urls = WDFMInstance(self::PLUGIN)->get_front_urls();
3778
  $new_value = "";
3779
  if ( $type != "type_submit_reset" or $type != "type_map" or $type != "type_editor" or $type != "type_captcha" or $type != "type_arithmetic_captcha" or $type != "type_recaptcha" or $type != "type_button" ) {
3780
  switch ( $type ) {
3809
  $uploadedFileExtension = array_pop( $uploadedFileNameParts );
3810
  $file_name = explode( '/', $attach );
3811
  $file_name = end( $file_name );
3812
+ $attach = $front_urls['upload_url'] . $attach;
3813
  if ( $file_upload_link == 1 ) {
3814
  $new_value .= '<a href="' . str_replace(' ', '%20', $attach) . '">' . $file_name . '</a><br />';
3815
  } else {
js/add_field.js CHANGED
@@ -20,6 +20,11 @@ jQuery(window).on('load', function () {
20
  jQuery("#add_field_cont").css("top", scrollToTop);
21
  }
22
  });
 
 
 
 
 
23
  });
24
 
25
  jQuery(function () {
@@ -71,8 +76,15 @@ function storageAvailable(type) {
71
  // Close popup on escape.
72
  jQuery(document).on('keydown', function (e) {
73
  if (e.keyCode === 27) { /* Esc.*/
74
- if (jQuery(".add-popup").is(":visible")) {
75
- close_window();
 
 
 
 
 
 
 
76
  }
77
  }
78
  });
@@ -2339,7 +2351,7 @@ function create_option_container(label, input, id, visible) {
2339
  option_div.append(label_div);
2340
  }
2341
  if (input != null) {
2342
- var input_div = jQuery('<div class="fm-input-container' + (label == null ? ' fm-width-100' : '') + '"></div>');
2343
  input_div.append(input);
2344
  option_div.append(input_div);
2345
  }
@@ -12693,7 +12705,7 @@ function change_field_name(id, x) {
12693
 
12694
  function create_hidden_value(i, w_value) {
12695
  var label = jQuery('<label class="fm-field-label" for="el_hidden_value">Value</label>');
12696
- var input = jQuery('<input type="text" class="fm-width-100" id="el_hidden_value" onChange="change_field_value(' + i + ', this.value)" value="' + w_value + '" />');
12697
  return create_option_container(label, input);
12698
  }
12699
 
@@ -12715,7 +12727,7 @@ function type_hidden(i, w_name, w_value, w_attr_name, w_attr_value) {
12715
  var t = jQuery('#edit_table');
12716
  var edit_div = jQuery('<div id="edit_div"></div>');
12717
  t.append(edit_div);
12718
- var edit_main_table = jQuery('<div id="edit_main_table"></div>');
12719
  edit_div.append(edit_main_table);
12720
  edit_main_table.append(create_field_type('type_hidden'));
12721
  edit_main_table.append(create_hidden_name(i, w_name));
20
  jQuery("#add_field_cont").css("top", scrollToTop);
21
  }
22
  });
23
+ jQuery('#placeholders_overlay').on("click", function() {
24
+ var value = jQuery('.placeholders-active input').val();
25
+ jQuery('.placeholders-active input').val(value).change();
26
+ fm_placeholders_popup_close();
27
+ });
28
  });
29
 
30
  jQuery(function () {
76
  // Close popup on escape.
77
  jQuery(document).on('keydown', function (e) {
78
  if (e.keyCode === 27) { /* Esc.*/
79
+ if (jQuery("#placeholders_overlay").is(":visible")) {
80
+ var value = jQuery('.placeholders-active input').val();
81
+ jQuery('.placeholders-active input').val(value).change();
82
+ fm_placeholders_popup_close();
83
+ }
84
+ else {
85
+ if (jQuery(".add-popup").is(":visible")) {
86
+ close_window();
87
+ }
88
  }
89
  }
90
  });
2351
  option_div.append(label_div);
2352
  }
2353
  if (input != null) {
2354
+ var input_div = jQuery('<div class="wd-group fm-input-container wd-has-placeholder' + (label == null ? ' fm-width-100' : '') + '"></div>');
2355
  input_div.append(input);
2356
  option_div.append(input_div);
2357
  }
12705
 
12706
  function create_hidden_value(i, w_value) {
12707
  var label = jQuery('<label class="fm-field-label" for="el_hidden_value">Value</label>');
12708
+ var input = jQuery('<input type="text" class="fm-width-100" id="el_hidden_value" onChange="change_field_value(' + i + ', this.value)" value="' + w_value + '" /><span class="dashicons dashicons-list-view" data-id="el_hidden_value"></span>');
12709
  return create_option_container(label, input);
12710
  }
12711
 
12727
  var t = jQuery('#edit_table');
12728
  var edit_div = jQuery('<div id="edit_div"></div>');
12729
  t.append(edit_div);
12730
+ var edit_main_table = jQuery('<div id="edit_main_table" class="js"></div>');
12731
  edit_div.append(edit_main_table);
12732
  edit_main_table.append(create_field_type('type_hidden'));
12733
  edit_main_table.append(create_hidden_name(i, w_name));
js/formmaker_div.js CHANGED
@@ -2268,10 +2268,7 @@ jQuery(function() {
2268
  });
2269
  }
2270
  });
2271
- });
2272
-
2273
-
2274
-
2275
  }
2276
 
2277
  function hide_show_cents(hide, id)
2268
  });
2269
  }
2270
  });
2271
+ });
 
 
 
2272
  }
2273
 
2274
  function hide_show_cents(hide, id)
js/main_div_front_end.js CHANGED
@@ -2098,6 +2098,8 @@ function fm_reset_form(form_id) {
2098
 
2099
  case 'type_captcha':
2100
  jQuery('#wd_captcha_input'+form_id).val('');
 
 
2101
  break;
2102
  default:
2103
  break;
2098
 
2099
  case 'type_captcha':
2100
  jQuery('#wd_captcha_input'+form_id).val('');
2101
+ case 'type_arithmetic_captcha':
2102
+ jQuery('#wd_arithmetic_captcha_input'+form_id).val('');
2103
  break;
2104
  default:
2105
  break;
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(),jQuery(".fm-uninstall-form #check_yes").on("click",function(){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)}}})}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 a=i.selectionStart,n=i.selectionEnd;i.value=i.value.substring(0,a)+"{"+t+"}"+i.value.substring(n,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"),a=jQuery(t).val();if(a<=jQuery(t).parents(".pagination-links").data("pages-count")&&0<a){var n=new RegExp("&nonce_fm="+nonce_fm,"g"),l=i.attr("action").replace(n,"").replace(/&paged=(\d+)/,"")+"&paged="+a;i.attr("action",l),location.href=l}}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(),a=jQuery("#current_id").val(),n=jQuery("#page_number").val(),l=(jQuery("#search_or_not").val(),jQuery("#ids_string").val()),d=jQuery("#image_order_by").val(),_=jQuery("#asc_or_desc").val(),r=jQuery("#ajax_task").val(),o=jQuery("#image_current_id").val();return ids_array=l.split(","),jQuery.ajax({type:"POST",url:t,data:{search_value:i,current_id:a,page_number:n,image_order_by:d,asc_or_desc:_,ids_string:l,task:"ajax_search",ajax_task:r,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,a=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")&&(a?jQuery(this).prop("checked"):!!t)}),jQuery(this).closest("table").children("thead, tfoot").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",function(){return!a&&!!t})})}function fm_set_input_value(e,t){document.getElementById(e)&&(document.getElementById(e).value=t)}function fm_form_submit(e,t,i,a){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 a;"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"),a=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=a;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 a,l,d;(a=function(){var e,t,i=jQuery("#TB_window"),a=jQuery(window).height(),n=jQuery(window).width();e=l&&l<n-90?l:n-40,t=d&&d<a-60?d:a-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:(a-t)/2,"margin-top":"0"}))})(),jQuery(window).resize(function(){a()}),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 l=(l=i.match(/&width=[0-9]+/))?parseInt(l[0].replace(/[^0-9]+/g,""),10):jQuery(window).width()-120,d=(d=i.match(/&height=[0-9]+/))?parseInt(d[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%"),a(),!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 a=e,n=a.val(),l=a.data("post_type");setTimeout(function(){n===a.val()&&jQuery.ajax({type:"POST",url:ajaxurl,data:{action:"manage_fm",task:"fm_live_search",nonce:fm_ajax.ajaxnonce,pp_live_search:n,pp_post_type:l,pp_full_content:i},beforeSend:function(e){a.css("width","95%"),a.parent().find(".fm-loading").css("display","inline-block")},success:function(e){a.css("width","100%"),a.parent().find(".fm-loading").css("display","none"),a.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("#fieldset_id").val(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 a=jQuery("#"+e+" #"+t);"1"==i?a.removeClass("hidden"):a.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 a=(t=t.split("#")[0]).split("&"),n=0;n<a.length;n++){var l=a[n].split("="),d=void 0,_=l[0].replace(/\[\d*\]/,function(e){return d=e.slice(1,-1),""}),r=void 0===l[1]||l[1];_=_.toLowerCase(),r=r.toLowerCase(),i[_]?("string"==typeof i[_]&&(i[_]=[i[_]]),void 0===d?i[_].push(r):i[_][d]=r):i[_]=r}return i}function fm_disabled_uninstall_btn(){jQuery(".fm-uninstall-form .fm-uninstall-btn").prop("disabled",!0),jQuery(".fm-uninstall-form #check_yes").is(":checked")&&jQuery(".fm-uninstall-form .fm-uninstall-btn").prop("disabled",!1)}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,a){var n=jQuery("#"+t).val();if(n){var l=jQuery("<p>").attr("class","fm_mail_input").prependTo("#"+i);jQuery("<span>").attr("class","mail_name").text(n).appendTo(l),jQuery("<span>").attr("class","dashicons dashicons-trash").attr("onclick","fm_delete_mail(this, '"+n+"')").attr("title","Delete Email").appendTo(l),jQuery("#"+t).val(""),jQuery("#"+e).val(jQuery("#"+e).val()+n+",")}}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}$/,a=0;a<t.length;a++){var n=t[a].replace(/^\s+|\s+$/g,"");if(n&&!i.test(n)&&-1===n.indexOf("{")){if(alert("This is not a valid email address."),jQuery("#submenu li a").hasClass("active")){var l=jQuery("#submenu .active").attr("id");if(void 0!==(_=jQuery("#"+e).closest(".fm_fieldset_deactive").attr("id")))if(l!=(r=_.split("_fieldset")[0])){var d=l+"_fieldset";jQuery("#"+d).removeClass("fm_fieldset_active"),jQuery("#"+d).removeClass("fm_fieldset_deactive"),jQuery("#"+_).addClass("fm_fieldset_active"),jQuery("#submenu .active").removeClass("active"),jQuery("#"+r).addClass("active")}}else{var _;if(void 0!==(_=jQuery("#"+e).closest(".fm_fieldset_deactive").attr("id"))){var r=_.split("_fieldset");r=r[0],jQuery("#"+_).removeClass("fm_fieldset_deactive"),jQuery("#"+_).addClass("fm_fieldset_active"),jQuery("#"+r).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))}function change_choices(e,t,i,a){switch(e=e.split("_"),global_index=e[0],id=e[1],index=e[2],ids_array=t.split("@@**@@"),types_array=i.split("@@**@@"),params_array=a.split("@@**@@"),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_spinner":case"type_date_new":case"type_phone_new":if("type_number"==types_array[id]||"type_phone"==types_array[id])var n="return check_isnum_space(event)";else if("type_paypal_price"==types_array[id]||"type_paypal_price_new"==types_array[id])n="return check_isnum_point(event)";else n="";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",n),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",n);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_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=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_address":var _;countries=form_maker.countries,(_=document.createElement("select")).setAttribute("id","field_value"+global_index+"_"+m),_.setAttribute("class","fm_condition_field_select_value"),jQuery.each(countries,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 add_condition_fields(a,e,t,n,l){for(ids=e.split("@@**@@"),labels=t.split("@@**@@"),types=n.split("@@**@@"),params=l.split("@@**@@"),i=500;0<=i&&!document.getElementById("condition_div"+a+"_"+i);i--);m=i+1;var d=document.createElement("div");d.setAttribute("id","condition_div"+a+"_"+m);var _=document.createElement("select");for(_.setAttribute("id","field_labels"+a+"_"+m),_.setAttribute("onchange","change_choices(options[selectedIndex].id+'_"+m+"','"+e+"','"+n+"','"+l.replace(/\'/g,"\\'")+"')"),_.setAttribute("class","fm_condition_field_labels"),k=0;k<labels.length;k++)if(ids[k]!=document.getElementById("fields"+a).value){var r=document.createElement("option");r.setAttribute("id",a+"_"+k),r.setAttribute("value",ids[k]),r.innerHTML=labels[k],_.appendChild(r)}d.appendChild(_),d.appendChild(document.createTextNode(" "));var o=document.createElement("select");o.setAttribute("id","is_select"+a+"_"+m),o.setAttribute("class","fm_condition_is_select");var s=document.createElement("option");s.setAttribute("id","is"),s.setAttribute("value","=="),s.innerHTML="is";var u=document.createElement("option");u.setAttribute("id","is_not"),u.setAttribute("value","!="),u.innerHTML="is not";var c=document.createElement("option");c.setAttribute("id","like"),c.setAttribute("value","%"),c.innerHTML="like";var p=document.createElement("option");p.setAttribute("id","not_like"),p.setAttribute("value","!%"),p.innerHTML="not like";var f=document.createElement("option");f.setAttribute("id","empty"),f.setAttribute("value","="),f.innerHTML="empty";var y=document.createElement("option");if(y.setAttribute("id","not_empty"),y.setAttribute("value","!"),y.innerHTML="not empty",o.appendChild(s),o.appendChild(u),o.appendChild(c),o.appendChild(p),o.appendChild(f),o.appendChild(y),d.appendChild(o),d.appendChild(document.createTextNode(" ")),ids[0]!=document.getElementById("fields"+a).value)var h=0;else h=1;switch(types[h]){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":if("type_number"==types[h]||"type_phone"==types[h])var b="return check_isnum_space(event)";else if("type_paypal_price"==types[h]||"type_paypal_price_new"==types[h])b="return check_isnum_point(event)";else b="";var v=document.createElement("input");v.setAttribute("id","field_value"+a+"_"+m),v.setAttribute("type","text"),v.setAttribute("value",""),v.setAttribute("class","fm_condition_field_input_value"),v.setAttribute("onKeyPress",b),d.appendChild(v);break;case"type_checkbox":case"type_radio":case"type_own_select":for("type_own_select"==types[h]?w_size=params[h].split("*:*w_size*:*"):w_size=params[h].split("*:*w_flow*:*"),w_choices=w_size[1].split("*:*w_choices*:*"),w_choices_array=w_choices[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("id","field_value"+a+"_"+m),g.style.cssText="vertical-align: top; width:200px;","type_checkbox"==types[h]&&(g.setAttribute("multiple","multiple"),g.setAttribute("class","multiple_select")),k=0;k<w_choices_array.length;k++){(w=document.createElement("option")).setAttribute("id","choise_"+a+"_"+k),w.setAttribute("value",w_choices_value_array[k]),w.innerHTML=w_choices_array[k],-1===w_choices_array[k].indexOf("[")&&-1===w_choices_array[k].indexOf("]")&&g.appendChild(w)}d.appendChild(g);break;case"type_paypal_select":case"type_paypal_checkbox":case"type_paypal_radio":case"type_paypal_shipping":for("type_paypal_select"==types[h]?w_size=params[h].split("*:*w_size*:*"):w_size=params[h].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"+a+"_"+m),g.style.cssText="vertical-align: top; width:200px;","type_paypal_checkbox"==types[h]&&(g.setAttribute("multiple","multiple"),g.setAttribute("class","multiple_select")),k=0;k<w_choices_array.length;k++){var w;(w=document.createElement("option")).setAttribute("id","choise_"+a+"_"+k),w.setAttribute("value",w_choices_array[k]+"*:*value*:*"+w_choices_price_array[k]),w.innerHTML=w_choices_array[k],-1===w_choices_array[k].indexOf("[")&&-1===w_choices_array[k].indexOf("]")&&g.appendChild(w)}d.appendChild(g);break;case"type_address":var g;countries=form_maker.countries,(g=document.createElement("select")).setAttribute("id","field_value"+a+"_"+m),g.setAttribute("class","fm_condition_field_select_value"),jQuery.each(countries,function(e,t){var i=document.createElement("option");i.setAttribute("id","choise_"+a+"_"+k),i.setAttribute("value",t),i.innerHTML=t,g.appendChild(i)}),d.appendChild(g)}d.appendChild(document.createTextNode(" "));var E=document.createElement("span");E.setAttribute("class","dashicons dashicons-trash"),E.setAttribute("id","delete_condition"+a+"_"+m),E.setAttribute("onClick",'delete_field_condition("'+a+"_"+m+'")'),E.style.cssText="vertical-align: middle",d.appendChild(E),document.getElementById("condition"+a).appendChild(d)}function add_condition(e,t,a,n,l,d){for(i=500;0<=i&&!document.getElementById("condition"+i);i--);num=i+1,ids=l.split("@@**@@"),labels=d.split("@@**@@");var _=document.createElement("div");_.setAttribute("id","condition"+num),_.setAttribute("class","fm_condition");var r=document.createElement("div");r.setAttribute("id","conditional_fileds"+num);var o=document.createElement("select");o.setAttribute("id","show_hide"+num),o.setAttribute("name","show_hide"+num),o.setAttribute("class","fm_condition_show_hide");var m=document.createElement("option");m.setAttribute("value","1"),m.innerHTML="show";var s=document.createElement("option");s.setAttribute("value","0"),s.innerHTML="hide",o.appendChild(m),o.appendChild(s);var u=document.createElement("select");for(u.setAttribute("id","fields"+num),u.setAttribute("name","fields"+num),u.setAttribute("class","fm_condition_fields"),k=0;k<labels.length;k++){var c=document.createElement("option");c.setAttribute("value",ids[k]),c.innerHTML=labels[k],u.appendChild(c)}var p=document.createElement("span");p.innerHTML="if";var f=document.createElement("select");f.setAttribute("id","all_any"+num),f.setAttribute("name","all_any"+num),f.setAttribute("class","fm_condition_all_any");var y=document.createElement("option");y.setAttribute("value","and"),y.innerHTML="all";var h=document.createElement("option");h.setAttribute("value","or"),h.innerHTML="any",f.appendChild(y),f.appendChild(h);var b=document.createElement("span");b.style.maxWidth="235px",b.style.width="100%",b.style.display="inline-block",b.innerHTML="of the following match:";var v=document.createElement("span");v.setAttribute("class","dashicons dashicons-plus-alt"),v.setAttribute("onClick",'add_condition_fields("'+num+'", "'+e+'", "'+t.replace(/\'/g,"\\'").replace(/\"/g,"&quot;")+'", "'+a.replace(/\'/g,"\\'").replace(/\"/g,"&quot;")+'", "'+n.replace(/\'/g,"\\'").replace(/\"/g,"&quot;")+'")');var w=document.createElement("span");w.setAttribute("class","dashicons dashicons-trash"),w.setAttribute("onClick",'delete_condition("'+num+'")'),r.appendChild(o),r.appendChild(document.createTextNode(" ")),r.appendChild(u),r.appendChild(document.createTextNode(" ")),r.appendChild(p),r.appendChild(document.createTextNode(" ")),r.appendChild(f),r.appendChild(document.createTextNode(" ")),r.appendChild(b),r.appendChild(document.createTextNode(" ")),r.appendChild(w),r.appendChild(document.createTextNode(" ")),r.appendChild(v),_.appendChild(r),document.getElementById("conditions_fieldset_wrap").appendChild(_)}function delete_condition(e){document.getElementById("conditions_fieldset_wrap").removeChild(document.getElementById("condition"+e))}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()}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"),a=e.closest(".fm-pp"),n=a.find(".pp_selected"),l=a.find(".pp_exclude"),d='<span data-post_id="'+i+'">'+t+'<span class="pp_selected_remove">x</span></span>';-1===n.html().indexOf('data-post_id="'+i+'"')&&(n.append(d),""===l.val()?l.val(i):l.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(),a=e.data("post_id");if(-1!==i.indexOf(a)){var n,l=-1!==i.indexOf(","+a)?","+a:a+",";l=-1!==i.indexOf(",")?l:a;n=i.replace(l,""),t.val(n)}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,a=parseInt(t.attr("data-categories-count"));jQuery(this).prop("checked")||(i-=1),t.prop("checked",!1),i==a&&t.prop("checked",!0)}})}),function(_){_.fn.serializeObject=function(){var n=this,l={},t={},d={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]++},_.each(_(this).serializeArray(),function(){if(d.validate.test(this.name)){for(var e,t=this.name.match(d.key),i=this.value,a=this.name;void 0!==(e=t.pop());)a=a.replace(new RegExp("\\["+e+"\\]$"),""),e.match(d.push)?i=n.build([],n.push_counter(a),i):e.match(d.fixed)?i=n.build([],e,i):e.match(d.named)&&(i=n.build({},e,i));l=_.extend(!0,l,i)}}),l}}(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],a=document.createEvent("MouseEvents");a.initMouseEvent(t,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),e.target.dispatchEvent(a)}}if(t.support.touch="ontouchend"in document,t.support.touch){var a,e=t.ui.mouse.prototype,n=e._mouseInit,l=e._mouseDestroy;e._touchStart=function(e){!a&&this._mouseCapture(e.originalEvent.changedTouches[0])&&(a=!0,this._touchMoved=!1,i(e,"mouseover"),i(e,"mousemove"),i(e,"mousedown"))},e._touchMove=function(e){a&&(this._touchMoved=!0,i(e,"mousemove"))},e._touchEnd=function(e){a&&(i(e,"mouseup"),i(e,"mouseout"),this._touchMoved||i(e,"click"),a=!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")}),n.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")}),l.call(e)}}}(jQuery);var gmapdata=new Array,gmapmarker=new Array,c;function if_gmap_init(e){map=document.getElementById(e+"_elementform_id_temp");var t=parseInt(map.getAttribute("zoom")),i=map.getAttribute("center_x"),a=map.getAttribute("center_y"),n=new google.maps.LatLng(a,i);return gmapdata[e]=new google.maps.Map(document.getElementById(e+"_elementform_id_temp"),{center:n,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,a=document.getElementById("latval"+i).value;0<t.length?1==isNaN(parseFloat(t))&&(t=2.294254):t=2.294254,0<a.length?1==isNaN(parseFloat(a))&&(a=48.858334):a=48.858334;var n=new google.maps.LatLng(a,t);gmapmarker[e][i].setPosition(n),gmapdata[e].setCenter(n),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 l=document.getElementById(e+"_elementform_id_temp");return l.setAttribute("long"+i,t),l.setAttribute("lat"+i,a),!1}function remove_marker(e,t){gmapmarker[e][t].setMap(null)}function add_marker_on_map(t,i,e,a,n,l){if(map=document.getElementById(t+"_elementform_id_temp"),null==e){var d=gmapdata[t].getCenter();a=gmapdata[t].getCenter().lat(),e=gmapdata[t].getCenter().lng()}else d=new google.maps.LatLng(a,e);return geocoder=new google.maps.Geocoder,gmapmarker[t][i]=new google.maps.Marker({map:gmapdata[t],position:d,draggable:l}),gmapmarker[t][i].setDraggable(l),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=a,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,a)),!1}function changeAddress(i,a){var e=document.getElementById("addrval"+a).value;geocoder.geocode({address:e},function(e,t){t==google.maps.GeocoderStatus.OK&&(gmapdata[i].setCenter(e[0].geometry.location),gmapmarker[i][a].setPosition(e[0].geometry.location),document.getElementById("latval"+a).value=gmapmarker[i][a].getPosition().lat().toFixed(6),document.getElementById("longval"+a).value=gmapmarker[i][a].getPosition().lng().toFixed(6),map.setAttribute("long"+a,gmapmarker[i][a].getPosition().lng().toFixed(6)),map.setAttribute("lat"+a,gmapmarker[i][a].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(t){"function"==typeof define&&define.amd?define(["jquery"],function(e){t(e,window,document)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window,document):t(jQuery,window,document)}(function(r,_,e,l){"use strict";var d="intlTelInput",i=1,a={allowDropdown:!0,autoHideDialCode:!0,autoPlaceholder:"polite",customPlaceholder:null,dropdownContainer:"",excludeCountries:[],formatOnDisplay:!0,geoIpLookup:null,initialCountry:"",nationalMode:!0,onlyCountries:[],placeholderNumberType:"MOBILE",preferredCountries:["us","gb"],separateDialCode:!1,utilsScript:""},o=38,m=40,s=13,u=27,t=43,c=65,p=90,f=32,n=9,y=["800","822","833","844","855","866","877","880","881","882","883","884","885","886","887","888","889"];function h(e,t){this.telInput=r(e),this.options=r.extend({},a,t),this.ns="."+d+i++,this.isGoodBrowser=Boolean(e.setSelectionRange),this.hadInitialPlaceholder=Boolean(r(e).attr("placeholder"))}r(_).on("load",function(){r.fn[d].windowLoaded=!0}),h.prototype={_init:function(){return this.options.nationalMode&&(this.options.autoHideDialCode=!1),this.options.separateDialCode&&(this.options.autoHideDialCode=this.options.nationalMode=!1),this.isMobile=/Android.+Mobile|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),this.isMobile&&(r("body").addClass("iti-mobile"),this.options.dropdownContainer||(this.options.dropdownContainer="body")),this.autoCountryDeferred=new r.Deferred,this.utilsScriptDeferred=new r.Deferred,this._processCountryData(),this._generateMarkup(),this._setInitialState(),this._initListeners(),this._initRequests(),[this.autoCountryDeferred,this.utilsScriptDeferred]},_processCountryData:function(){this._processAllCountries(),this._processCountryCodes(),this._processPreferredCountries()},_addCountryCode:function(e,t,i){t in this.countryCodes||(this.countryCodes[t]=[]);var a=i||0;this.countryCodes[t][a]=e},_filterCountries:function(e,t){var i;for(i=0;i<e.length;i++)e[i]=e[i].toLowerCase();for(this.countries=[],i=0;i<b.length;i++)t(r.inArray(b[i].iso2,e))&&this.countries.push(b[i])},_processAllCountries:function(){this.options.onlyCountries.length?this._filterCountries(this.options.onlyCountries,function(e){return-1<e}):this.options.excludeCountries.length?this._filterCountries(this.options.excludeCountries,function(e){return-1==e}):this.countries=b},_processCountryCodes:function(){this.countryCodes={};for(var e=0;e<this.countries.length;e++){var t=this.countries[e];if(this._addCountryCode(t.iso2,t.dialCode,t.priority),t.areaCodes)for(var i=0;i<t.areaCodes.length;i++)this._addCountryCode(t.iso2,t.dialCode+t.areaCodes[i])}},_processPreferredCountries:function(){this.preferredCountries=[];for(var e=0;e<this.options.preferredCountries.length;e++){var t=this.options.preferredCountries[e].toLowerCase(),i=this._getCountryData(t,!1,!0);i&&this.preferredCountries.push(i)}},_generateMarkup:function(){this.telInput.attr("autocomplete","off");var e="intl-tel-input";this.options.allowDropdown&&(e+=" allow-dropdown"),this.options.separateDialCode&&(e+=" separate-dial-code"),this.telInput.wrap(r("<div>",{class:e})),this.flagsContainer=r("<div>",{class:"flag-container"}).insertBefore(this.telInput);var t=r("<div>",{class:"selected-flag"});t.appendTo(this.flagsContainer),this.selectedFlagInner=r("<div>",{class:"iti-flag"}).appendTo(t),this.options.separateDialCode&&(this.selectedDialCode=r("<div>",{class:"selected-dial-code"}).appendTo(t)),this.options.allowDropdown?(t.attr("tabindex","0"),r("<div>",{class:"iti-arrow"}).appendTo(t),this.countryList=r("<ul>",{class:"country-list hide"}),this.preferredCountries.length&&(this._appendListItems(this.preferredCountries,"preferred"),r("<li>",{class:"divider"}).appendTo(this.countryList)),this._appendListItems(this.countries,""),this.countryListItems=this.countryList.children(".country"),this.options.dropdownContainer?this.dropdown=r("<div>",{class:"intl-tel-input iti-container"}).append(this.countryList):this.countryList.appendTo(this.flagsContainer)):this.countryListItems=r()},_appendListItems:function(e,t){for(var i="",a=0;a<e.length;a++){var n=e[a];i+="<li class='country "+t+"' data-dial-code='"+n.dialCode+"' data-country-code='"+n.iso2+"'>",i+="<div class='flag-box'><div class='iti-flag "+n.iso2+"'></div></div>",i+="<span class='country-name'>"+n.name+"</span>",i+="<span class='dial-code'>+"+n.dialCode+"</span>",i+="</li>"}this.countryList.append(i)},_setInitialState:function(){var e=this.telInput.val();this._getDialCode(e)&&!this._isRegionlessNanp(e)?this._updateFlagFromNumber(e):"auto"!==this.options.initialCountry&&(this.options.initialCountry?this._setFlag(this.options.initialCountry.toLowerCase()):(this.defaultCountry=this.preferredCountries.length?this.preferredCountries[0].iso2:this.countries[0].iso2,e||this._setFlag(this.defaultCountry)),e||this.options.nationalMode||this.options.autoHideDialCode||this.options.separateDialCode||this.telInput.val("+"+this.selectedCountryData.dialCode)),e&&this._updateValFromNumber(e)},_initListeners:function(){this._initKeyListeners(),this.options.autoHideDialCode&&this._initFocusListeners(),this.options.allowDropdown&&this._initDropdownListeners()},_initDropdownListeners:function(){var t=this,e=this.telInput.closest("label");e.length&&e.on("click"+this.ns,function(e){t.countryList.hasClass("hide")?t.telInput.focus():e.preventDefault()}),this.selectedFlagInner.parent().on("click"+this.ns,function(e){!t.countryList.hasClass("hide")||t.telInput.prop("disabled")||t.telInput.prop("readonly")||t._showDropdown()}),this.flagsContainer.on("keydown"+t.ns,function(e){!t.countryList.hasClass("hide")||e.which!=o&&e.which!=m&&e.which!=f&&e.which!=s||(e.preventDefault(),e.stopPropagation(),t._showDropdown()),e.which==n&&t._closeDropdown()})},_initRequests:function(){var e=this;this.options.utilsScript?r.fn[d].windowLoaded?r.fn[d].loadUtils(this.options.utilsScript,this.utilsScriptDeferred):r(_).on("load",function(){r.fn[d].loadUtils(e.options.utilsScript,e.utilsScriptDeferred)}):this.utilsScriptDeferred.resolve(),"auto"===this.options.initialCountry?this._loadAutoCountry():this.autoCountryDeferred.resolve()},_loadAutoCountry:function(){r.fn[d].autoCountry?this.handleAutoCountry():r.fn[d].startedLoadingAutoCountry||(r.fn[d].startedLoadingAutoCountry=!0,"function"==typeof this.options.geoIpLookup&&this.options.geoIpLookup(function(e){r.fn[d].autoCountry=e.toLowerCase(),setTimeout(function(){r(".intl-tel-input input").intlTelInput("handleAutoCountry")})}))},_initKeyListeners:function(){var e=this;this.telInput.on("keyup"+this.ns,function(){e._updateFlagFromNumber(e.telInput.val())&&e._triggerCountryChange()}),this.telInput.on("cut"+this.ns+" paste"+this.ns,function(){setTimeout(function(){e._updateFlagFromNumber(e.telInput.val())&&e._triggerCountryChange()})})},_cap:function(e){var t=this.telInput.attr("maxlength");return t&&e.length>t?e.substr(0,t):e},_initFocusListeners:function(){var i=this;this.telInput.on("mousedown"+this.ns,function(e){i.telInput.is(":focus")||i.telInput.val()||(e.preventDefault(),i.telInput.focus())}),this.telInput.on("focus"+this.ns,function(e){i.telInput.val()||i.telInput.prop("readonly")||!i.selectedCountryData.dialCode||(i.telInput.val("+"+i.selectedCountryData.dialCode),i.telInput.one("keypress.plus"+i.ns,function(e){e.which==t&&i.telInput.val("")}),setTimeout(function(){var e=i.telInput[0];if(i.isGoodBrowser){var t=i.telInput.val().length;e.setSelectionRange(t,t)}}))});var e=this.telInput.prop("form");e&&r(e).on("submit"+this.ns,function(){i._removeEmptyDialCode()}),this.telInput.on("blur"+this.ns,function(){i._removeEmptyDialCode()})},_removeEmptyDialCode:function(){var e=this.telInput.val();if("+"==e.charAt(0)){var t=this._getNumeric(e);t&&this.selectedCountryData.dialCode!=t||this.telInput.val("")}this.telInput.off("keypress.plus"+this.ns)},_getNumeric:function(e){return e.replace(/\D/g,"")},_showDropdown:function(){this._setDropdownPosition();var e=this.countryList.children(".active");e.length&&(this._highlightListItem(e),this._scrollTo(e)),this._bindDropdownListeners(),this.selectedFlagInner.children(".iti-arrow").addClass("up")},_setDropdownPosition:function(){var e=this;if(this.options.dropdownContainer&&this.dropdown.appendTo(this.options.dropdownContainer),this.dropdownHeight=this.countryList.removeClass("hide").outerHeight(),!this.isMobile){var t=this.telInput.offset(),i=t.top,a=r(_).scrollTop(),n=i+this.telInput.outerHeight()+this.dropdownHeight<a+r(_).height(),l=i-this.dropdownHeight>a;if(this.countryList.toggleClass("dropup",!n&&l),this.options.dropdownContainer){var d=!n&&l?0:this.telInput.innerHeight();this.dropdown.css({top:i+d,left:t.left}),r(_).on("scroll"+this.ns,function(){e._closeDropdown()})}}},_bindDropdownListeners:function(){var t=this;this.countryList.on("mouseover"+this.ns,".country",function(e){t._highlightListItem(r(this))}),this.countryList.on("click"+this.ns,".country",function(e){t._selectListItem(r(this))});var i=!0;r("html").on("click"+this.ns,function(e){i||t._closeDropdown(),i=!1});var a="",n=null;r(e).on("keydown"+this.ns,function(e){e.preventDefault(),e.which==o||e.which==m?t._handleUpDownKey(e.which):e.which==s?t._handleEnterKey():e.which==u?t._closeDropdown():(e.which>=c&&e.which<=p||e.which==f)&&(n&&clearTimeout(n),a+=String.fromCharCode(e.which),t._searchForCountry(a),n=setTimeout(function(){a=""},1e3))})},_handleUpDownKey:function(e){var t=this.countryList.children(".highlight").first(),i=e==o?t.prev():t.next();i.length&&(i.hasClass("divider")&&(i=e==o?i.prev():i.next()),this._highlightListItem(i),this._scrollTo(i))},_handleEnterKey:function(){var e=this.countryList.children(".highlight").first();e.length&&this._selectListItem(e)},_searchForCountry:function(e){for(var t=0;t<this.countries.length;t++)if(this._startsWith(this.countries[t].name,e)){var i=this.countryList.children("[data-country-code="+this.countries[t].iso2+"]").not(".preferred");this._highlightListItem(i),this._scrollTo(i,!0);break}},_startsWith:function(e,t){return e.substr(0,t.length).toUpperCase()==t},_updateValFromNumber:function(e){if(this.options.formatOnDisplay&&_.intlTelInputUtils&&this.selectedCountryData){var t=this.options.separateDialCode||!this.options.nationalMode&&"+"==e.charAt(0)?intlTelInputUtils.numberFormat.INTERNATIONAL:intlTelInputUtils.numberFormat.NATIONAL;e=intlTelInputUtils.formatNumber(e,this.selectedCountryData.iso2,t)}e=this._beforeSetNumber(e),this.telInput.val(e)},_updateFlagFromNumber:function(e){e&&this.options.nationalMode&&this.selectedCountryData&&"1"==this.selectedCountryData.dialCode&&"+"!=e.charAt(0)&&("1"!=e.charAt(0)&&(e="1"+e),e="+"+e);var t=this._getDialCode(e),i=null,a=this._getNumeric(e);if(t){var n=this.countryCodes[this._getNumeric(t)],l=this.selectedCountryData&&-1<r.inArray(this.selectedCountryData.iso2,n),d="+1"==t&&4<=a.length;if((!(this.selectedCountryData&&"1"==this.selectedCountryData.dialCode)||!this._isRegionlessNanp(a))&&(!l||d))for(var _=0;_<n.length;_++)if(n[_]){i=n[_];break}}else"+"==e.charAt(0)&&a.length?i="":e&&"+"!=e||(i=this.defaultCountry);return null!==i&&this._setFlag(i)},_isRegionlessNanp:function(e){var t=this._getNumeric(e);if("1"!=t.charAt(0))return!1;var i=t.substr(1,3);return-1<r.inArray(i,y)},_highlightListItem:function(e){this.countryListItems.removeClass("highlight"),e.addClass("highlight")},_getCountryData:function(e,t,i){for(var a=t?b:this.countries,n=0;n<a.length;n++)if(a[n].iso2==e)return a[n];if(i)return null;throw new Error("No country data for '"+e+"'")},_setFlag:function(e){var t=this.selectedCountryData&&this.selectedCountryData.iso2?this.selectedCountryData:{};this.selectedCountryData=e?this._getCountryData(e,!1,!1):{},this.selectedCountryData.iso2&&(this.defaultCountry=this.selectedCountryData.iso2),this.selectedFlagInner.attr("class","iti-flag "+e);var i=e?this.selectedCountryData.name+": +"+this.selectedCountryData.dialCode:"Unknown";if(this.selectedFlagInner.parent().attr("title",i),this.options.separateDialCode){var a=this.selectedCountryData.dialCode?"+"+this.selectedCountryData.dialCode:"",n=this.telInput.parent();t.dialCode&&n.removeClass("iti-sdc-"+(t.dialCode.length+1)),a&&n.addClass("iti-sdc-"+a.length),this.selectedDialCode.text(a)}return this._updatePlaceholder(),this.countryListItems.removeClass("active"),e&&this.countryListItems.find(".iti-flag."+e).first().closest(".country").addClass("active"),t.iso2!==e},_updatePlaceholder:function(){var e="aggressive"===this.options.autoPlaceholder||!this.hadInitialPlaceholder&&(!0===this.options.autoPlaceholder||"polite"===this.options.autoPlaceholder);if(_.intlTelInputUtils&&e&&this.selectedCountryData){var t=intlTelInputUtils.numberType[this.options.placeholderNumberType],i=this.selectedCountryData.iso2?intlTelInputUtils.getExampleNumber(this.selectedCountryData.iso2,this.options.nationalMode,t):"";i=this._beforeSetNumber(i),"function"==typeof this.options.customPlaceholder&&(i=this.options.customPlaceholder(i,this.selectedCountryData)),this.telInput.attr("placeholder",i)}},_selectListItem:function(e){var t=this._setFlag(e.attr("data-country-code"));if(this._closeDropdown(),this._updateDialCode(e.attr("data-dial-code"),!0),this.telInput.focus(),this.isGoodBrowser){var i=this.telInput.val().length;this.telInput[0].setSelectionRange(i,i)}t&&this._triggerCountryChange()},_closeDropdown:function(){this.countryList.addClass("hide"),this.selectedFlagInner.children(".iti-arrow").removeClass("up"),r(e).off(this.ns),r("html").off(this.ns),this.countryList.off(this.ns),this.options.dropdownContainer&&(this.isMobile||r(_).off("scroll"+this.ns),this.dropdown.detach())},_scrollTo:function(e,t){var i=this.countryList,a=i.height(),n=i.offset().top,l=n+a,d=e.outerHeight(),_=e.offset().top,r=_+d,o=_-n+i.scrollTop(),m=a/2-d/2;if(_<n)t&&(o-=m),i.scrollTop(o);else if(l<r){t&&(o+=m);var s=a-d;i.scrollTop(o-s)}},_updateDialCode:function(e,t){var i,a=this.telInput.val();if(e="+"+e,"+"==a.charAt(0)){var n=this._getDialCode(a);i=n?a.replace(n,e):e}else{if(this.options.nationalMode||this.options.separateDialCode)return;if(a)i=e+a;else{if(!t&&this.options.autoHideDialCode)return;i=e}}this.telInput.val(i)},_getDialCode:function(e){var t="";if("+"==e.charAt(0))for(var i="",a=0;a<e.length;a++){var n=e.charAt(a);if(r.isNumeric(n)&&(i+=n,this.countryCodes[i]&&(t=e.substr(0,a+1)),4==i.length))break}return t},_getFullNumber:function(){var e=r.trim(this.telInput.val()),t=this.selectedCountryData.dialCode,i=this._getNumeric(e),a="1"==i.charAt(0)?i:"1"+i;return(this.options.separateDialCode?"+"+t:"+"!=e.charAt(0)&&"1"!=e.charAt(0)&&t&&"1"==t.charAt(0)&&4==t.length&&t!=a.substr(0,4)?t.substr(1):"")+e},_beforeSetNumber:function(e){if(this.options.separateDialCode){var t=this._getDialCode(e);if(t){null!==this.selectedCountryData.areaCodes&&(t="+"+this.selectedCountryData.dialCode);var i=" "===e[t.length]||"-"===e[t.length]?t.length+1:t.length;e=e.substr(i)}}return this._cap(e)},_triggerCountryChange:function(){this.telInput.trigger("countrychange",this.selectedCountryData)},handleAutoCountry:function(){"auto"===this.options.initialCountry&&(this.defaultCountry=r.fn[d].autoCountry,this.telInput.val()||this.setCountry(this.defaultCountry),this.autoCountryDeferred.resolve())},handleUtils:function(){_.intlTelInputUtils&&(this.telInput.val()&&this._updateValFromNumber(this.telInput.val()),this._updatePlaceholder()),this.utilsScriptDeferred.resolve()},destroy:function(){if(this.allowDropdown&&(this._closeDropdown(),this.selectedFlagInner.parent().off(this.ns),this.telInput.closest("label").off(this.ns)),this.options.autoHideDialCode){var e=this.telInput.prop("form");e&&r(e).off(this.ns)}this.telInput.off(this.ns),this.telInput.parent().before(this.telInput).remove()},getExtension:function(){return _.intlTelInputUtils?intlTelInputUtils.getExtension(this._getFullNumber(),this.selectedCountryData.iso2):""},getNumber:function(e){return _.intlTelInputUtils?intlTelInputUtils.formatNumber(this._getFullNumber(),this.selectedCountryData.iso2,e):""},getNumberType:function(){return _.intlTelInputUtils?intlTelInputUtils.getNumberType(this._getFullNumber(),this.selectedCountryData.iso2):-99},getSelectedCountryData:function(){return this.selectedCountryData||{}},getValidationError:function(){return _.intlTelInputUtils?intlTelInputUtils.getValidationError(this._getFullNumber(),this.selectedCountryData.iso2):-99},isValidNumber:function(){var e=r.trim(this._getFullNumber()),t=this.options.nationalMode?this.selectedCountryData.iso2:"";return _.intlTelInputUtils?intlTelInputUtils.isValidNumber(e,t):null},setCountry:function(e){e=e.toLowerCase(),this.selectedFlagInner.hasClass(e)||(this._setFlag(e),this._updateDialCode(this.selectedCountryData.dialCode,!1),this._triggerCountryChange())},setNumber:function(e){var t=this._updateFlagFromNumber(e);this._updateValFromNumber(e),t&&this._triggerCountryChange()}},r.fn[d]=function(i){var t,a=arguments;if(i===l||"object"==typeof i){var n=[];return this.each(function(){if(!r.data(this,"plugin_"+d)){var e=new h(this,i),t=e._init();n.push(t[0]),n.push(t[1]),r.data(this,"plugin_"+d,e)}}),r.when.apply(null,n)}if("string"==typeof i&&"_"!==i[0])return this.each(function(){var e=r.data(this,"plugin_"+d);e instanceof h&&"function"==typeof e[i]&&(t=e[i].apply(e,Array.prototype.slice.call(a,1))),"destroy"===i&&r.data(this,"plugin_"+d,null)}),t!==l?t:this},r.fn[d].getCountryData=function(){return b},r.fn[d].loadUtils=function(e,t){r.fn[d].loadedUtilsScript?t&&t.resolve():(r.fn[d].loadedUtilsScript=!0,r.ajax({type:"GET",url:e,complete:function(){r(".intl-tel-input input").intlTelInput("handleUtils")},dataType:"script",cache:!0}))},r.fn[d].version="11.0.0",r.fn[d].defaults=a;for(var b=[["Afghanistan","af","93"],["Albania","al","355"],["Algeria","dz","213"],["American Samoa","as","1684"],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1264"],["Antigua and Barbuda","ag","1268"],["Argentina","ar","54"],["Armenia","am","374"],["Aruba","aw","297"],["Australia","au","61",0],["Austria","at","43"],["Azerbaijan","az","994"],["Bahamas","bs","1242"],["Bahrain","bh","973"],["Bangladesh","bd","880"],["Barbados","bb","1246"],["Belarus","by","375"],["Belgium","be","32"],["Belize","bz","501"],["Benin","bj","229"],["Bermuda","bm","1441"],["Bhutan","bt","975"],["Bolivia","bo","591"],["Bosnia and Herzegovina","ba","387"],["Botswana","bw","267"],["Brazil","br","55"],["British Indian Ocean Territory","io","246"],["British Virgin Islands","vg","1284"],["Brunei","bn","673"],["Bulgaria","bg","359"],["Burkina Faso","bf","226"],["Burundi","bi","257"],["Cambodia","kh","855"],["Cameroon","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","cv","238"],["Caribbean Netherlands","bq","599",1],["Cayman Islands","ky","1345"],["Central African Republic","cf","236"],["Chad","td","235"],["Chile","cl","56"],["China","cn","86"],["Christmas Island","cx","61",2],["Cocos (Keeling) Islands","cc","61",1],["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"],["Cote d'Ivoire","ci","225"],["Croatia","hr","385"],["Cuba","cu","53"],["Curacao","cw","599",0],["Cyprus","cy","357"],["Czech Republic","cz","420"],["Denmark","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1767"],["Dominican Republic","do","1",2,["809","829","849"]],["Ecuador","ec","593"],["Egypt","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea","gq","240"],["Eritrea","er","291"],["Estonia","ee","372"],["Ethiopia","et","251"],["Falkland Islands","fk","500"],["Faroe Islands","fo","298"],["Fiji","fj","679"],["Finland","fi","358",0],["France","fr","33"],["French Guiana","gf","594"],["French Polynesia","pf","689"],["Gabon","ga","241"],["Gambia","gm","220"],["Georgia","ge","995"],["Germany","de","49"],["Ghana","gh","233"],["Gibraltar","gi","350"],["Greece","gr","30"],["Greenland","gl","299"],["Grenada","gd","1473"],["Guadeloupe","gp","590",0],["Guam","gu","1671"],["Guatemala","gt","502"],["Guernsey","gg","44",1],["Guinea","gn","224"],["Guinea-Bissau","gw","245"],["Guyana","gy","592"],["Haiti","ht","509"],["Honduras","hn","504"],["Hong Kong","hk","852"],["Hungary","hu","36"],["Iceland","is","354"],["India","in","91"],["Indonesia","ia","62"],["Iran","ir","98"],["Iraq","iq","964"],["Ireland","ie","353"],["Isle of Man","im","44",2],["Israel","il","972"],["Italy","it","39",0],["Jamaica","jm","1876"],["Japan","jp","81"],["Jersey","je","44",3],["Jordan","jo","962"],["Kazakhstan","kz","7",1],["Kenya","ke","254"],["Kiribati","ki","686"],["Kosovo","xk","383"],["Kuwait","kw","965"],["Kyrgyzstan","kg","996"],["Laos","la","856"],["Latvia","lv","371"],["Lebanon","lb","961"],["Lesotho","ls","266"],["Liberia","lr","231"],["Libya","ly","218"],["Liechtenstein","li","423"],["Lithuania","lt","370"],["Luxembourg","lu","352"],["Macau","mo","853"],["Macedonia","mk","389"],["Madagascar","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","mu","230"],["Mayotte","yt","262",1],["Mexico","mx","52"],["Micronesia","fm","691"],["Moldova","md","373"],["Monaco","mc","377"],["Mongolia","mn","976"],["Montenegro","me","382"],["Montserrat","ms","1664"],["Morocco","ma","212",0],["Mozambique","mz","258"],["Myanmar (Burma)","mm","95"],["Namibia","na","264"],["Nauru","nr","674"],["Nepal","np","977"],["Netherlands (Nederland)","nl","31"],["New Caledonia","nc","687"],["New Zealand","nz","64"],["Nicaragua","ni","505"],["Niger","ne","227"],["Nigeria","ng","234"],["Niue","nu","683"],["Norfolk Island","nf","672"],["North Korea","kp","850"],["Northern Mariana Islands","mp","1670"],["Norway (Norge)","no","47",0],["Oman","om","968"],["Pakistan","pk","92"],["Palau","pw","680"],["Palestine","ps","970"],["Panama","pa","507"],["Papua New Guinea","pg","675"],["Paraguay","py","595"],["Peru","pe","51"],["Philippines","ph","63"],["Poland","pl","48"],["Portugal","pt","351"],["Puerto Rico","pr","1",3,["787","939"]],["Qatar","qa","974"],["Reunion","re","262",0],["Romania","ro","40"],["Russia","ru","7",0],["Rwanda","rw","250"],["Saint Barthelemy","bl","590",1],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1869"],["Saint Lucia","lc","1758"],["Saint Martin","mf","590",2],["Saint Pierre and Miquelon","pm","508"],["Saint Vincent and the Grenadines","vc","1784"],["Samoa","ws","685"],["San Marino","sm","378"],["Sao Tome and Principe","st","239"],["Saudi Arabia","sa","966"],["Senegal","sn","221"],["Serbia","rs","381"],["Seychelles","sc","248"],["Sierra Leone","sl","232"],["Singapore","sg","65"],["Sint Maarten","sx","1721"],["Slovakia","sk","421"],["Slovenia","si","386"],["Solomon Islands","sb","677"],["Somalia","so","252"],["South Africa","za","27"],["South Korea","kr","82"],["South Sudan","ss","211"],["Spain","es","34"],["Sri Lanka","lk","94"],["Sudan","sd","249"],["Suriname","sr","597"],["Svalbard and Jan Mayen","sj","47",1],["Swaziland","sz","268"],["Sweden (Sverige)","se","46"],["Switzerland","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","1868"],["Tunisia","tn","216"],["Turkey","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1649"],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1340"],["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","uz","998"],["Vanuatu","vu","678"],["Vatican City","va","39",1],["Venezuela","ve","58"],["Vietnam","vn","84"],["Wallis and Futuna","wf","681"],["Western Sahara","eh","212",1],["Yemen","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Aland Islands","ax","358",1]],v=0;v<b.length;v++){var w=b[v];b[v]={name:w[0],iso2:w[1],dialCode:w[2],priority:w[3]||0,areaCodes:w[4]||null}}}),j=2;var need_enable=!0,a=new Array,is_addon_stripe_active,is_addon_calculator_active,nextID;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){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("mm/dd/yy",i))});var string_days=jQuery.datepicker.formatDate("mm/dd/yy",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,a){var n=e.which||e.keyCode;return!(31<n&&(n<48||57<n))&&(val=""+document.getElementById(t).value+String.fromCharCode(n),!(2<val.length)&&("00"!=val&&!(val<i||val>a)))}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).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,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").style.display="block",document.getElementById(e+"_element_sectionform_id_temp").style.display="block"}function label_left_stripe(e){document.getElementById(e+"_label_sectionform_id_temp").style.display="table-cell",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,a,n){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 l=document.createElement("div");l.setAttribute("id",t+"_td_name_input_title"),l.style.display="table-cell";var d=document.createElement("div");d.setAttribute("id",t+"_td_name_input_middle"),d.style.display="table-cell";var _=document.createElement("div");_.setAttribute("id",t+"_td_name_label_title"),_.setAttribute("align","left"),_.style.display="table-cell";var r=document.createElement("div");r.setAttribute("id",t+"_td_name_label_middle"),r.setAttribute("align","left"),r.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==a?o.setAttribute("value",a):o.setAttribute("value",e),o.setAttribute("title",a);var m=document.createElement("label");m.setAttribute("class","mini_label"),m.setAttribute("id",t+"_mini_label_title"),m.innerHTML=w_mini_labels[0];var s=document.createElement("input");s.setAttribute("type","text"),s.style.cssText="padding: 0px; width:"+w_size,s.setAttribute("id",t+"_element_middleform_id_temp"),s.setAttribute("name",t+"_element_middleform_id_temp"),i==n?s.setAttribute("value",n):s.setAttribute("value",i),s.setAttribute("title",n);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"),l.appendChild(o),d.appendChild(s),tr_name1.insertBefore(l,first_input),tr_name1.insertBefore(d,null),_.appendChild(m),r.appendChild(u),tr_name2.insertBefore(_,first_label),tr_name2.insertBefore(r,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",a),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 y=document.createElement("input");y.setAttribute("id","el_first_value_middle"),y.setAttribute("type","text"),y.setAttribute("value",n),y.style.cssText="width:100px; margin-left:4px",y.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(y),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,l,d,_,r,o,m,s,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"),y=document.createElement("tr"),h=document.createElement("tr"),b=document.createElement("tr"),v=document.createElement("tr"),w=document.createElement("tr"),g=document.createElement("tr"),E=document.createElement("tr"),A=document.createElement("tr"),x=document.createElement("td"),k=document.createElement("td"),I=document.createElement("td"),C=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"),H=document.createElement("td"),N=document.createElement("td"),S=(document.createElement("td"),document.createElement("td")),D=document.createElement("td"),P=document.createElement("td"),O=document.createElement("td"),K=document.createElement("label");K.setAttribute("class","fm-field-label"),K.setAttribute("for","edit_for_label"),K.innerHTML="Field label";var U=document.createElement("textarea");U.setAttribute("id","edit_for_label"),U.setAttribute("rows","4"),U.setAttribute("onKeyUp","change_label('"+e+"_element_labelform_id_temp', this.value)"),U.innerHTML=t;var F=document.createElement("label");F.setAttribute("class","fm-field-label"),F.setAttribute("for","edit_for_label_size"),F.innerHTML="Field label size(px) ";var R=document.createElement("input");R.setAttribute("id","edit_for_label_size"),R.setAttribute("type","text"),R.setAttribute("value",i),R.setAttribute("onKeyPress","return check_isnum(event)"),R.setAttribute("onKeyUp","change_w_style('"+e+"_label_sectionform_id_temp', this.value)");var W=document.createElement("label");W.setAttribute("class","fm-field-label"),W.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 Z=document.createElement("label");Z.setAttribute("class","fm-field-label"),Z.setAttribute("for","edit_for_input_size"),Z.innerHTML="Field size(px) ";var X=document.createElement("input");X.setAttribute("id","edit_for_input_size"),X.setAttribute("type","text"),X.setAttribute("value",l),X.setAttribute("onKeyPress","return check_isnum(event)"),X.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",_),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"==r&&ie.setAttribute("checked","checked");var ae=document.createElement("label");ae.setAttribute("class","fm-field-label"),ae.setAttribute("for","el_unique"),ae.innerHTML="Allow only unique values";var ne=document.createElement("input");ne.setAttribute("id","el_unique"),ne.setAttribute("type","checkbox"),ne.setAttribute("onclick","set_unique('"+e+"_uniqueform_id_temp')"),"yes"==o&&ne.setAttribute("checked","checked");var le=document.createElement("label");le.setAttribute("class","fm-field-label"),le.setAttribute("for","el_style_textarea"),le.innerHTML="Class name";var de=document.createElement("input");de.setAttribute("id","el_style_textarea"),de.setAttribute("type","text"),de.setAttribute("value",m),de.setAttribute("onChange","change_class(this.value,'"+e+"')");var _e=document.createElement("label");_e.setAttribute("class","fm-field-label"),_e.innerHTML="Additional Attributes";var re=document.createElement("img");re.setAttribute("src",plugin_url+"/images/add.png?ver=1.8.0"),re.style.cssText="cursor:pointer; margin-left:68px",re.setAttribute("title","add"),re.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 me=document.createElement("tr");me.setAttribute("idi","0");var se=document.createElement("th");se.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(me),me.appendChild(se),me.appendChild(ue),me.appendChild(ce),se.appendChild(pe),ue.appendChild(fe),n=s.length,j=1;j<=n;j++){var ye=document.createElement("tr");ye.setAttribute("id","attr_row_"+j),ye.setAttribute("idi",j);var he=document.createElement("td");he.style.cssText="width:100px";var be=document.createElement("td");be.style.cssText="width:100px";var ve=document.createElement("td"),we=document.createElement("input");we.setAttribute("type","text"),we.setAttribute("class","fm-field-choice"),we.setAttribute("value",s[j-1]),we.setAttribute("id","attr_name"+j),we.setAttribute("onChange","change_attribute_name("+e+", this, 'type_text')");var ge=document.createElement("input");ge.setAttribute("type","text"),ge.setAttribute("class","fm-field-choice"),ge.setAttribute("value",u[j-1]),ge.setAttribute("id","attr_value"+j),ge.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(ye),ye.appendChild(he),ye.appendChild(be),ye.appendChild(ve),he.appendChild(we),be.appendChild(ge),ve.appendChild(Ee)}var Ae=document.getElementById("edit_table"),je=document.createElement("br"),xe=document.createElement("br");x.appendChild(K),k.appendChild(U),P.appendChild(F),O.appendChild(R),I.appendChild(W),C.appendChild(V),C.appendChild($),C.appendChild(je),C.appendChild(G),C.appendChild(Y),B.appendChild(Z),Q.appendChild(X),T.appendChild(J),M.appendChild(ee),L.appendChild(le),z.appendChild(de),q.appendChild(te),H.appendChild(ie),S.appendChild(ae),D.appendChild(ne),N.appendChild(_e),N.appendChild(re),N.appendChild(xe),N.appendChild(oe),N.setAttribute("colspan","2"),f.appendChild(x),f.appendChild(k),A.appendChild(P),A.appendChild(O),y.appendChild(I),y.appendChild(C),h.appendChild(B),h.appendChild(Q),b.appendChild(T),b.appendChild(M),v.appendChild(L),v.appendChild(z),w.appendChild(q),w.appendChild(H),E.appendChild(S),E.appendChild(D),g.appendChild(N),p.appendChild(f),p.appendChild(A),p.appendChild(y),p.appendChild(h),p.appendChild(b),p.appendChild(v),p.appendChild(w),p.appendChild(E),p.appendChild(g),c.appendChild(p),Ae.appendChild(c),add_id_and_name(e,"type_text"),element="input",type="text";var ke=document.createElement("input");ke.setAttribute("type","hidden"),ke.setAttribute("value","type_number"),ke.setAttribute("name",e+"_typeform_id_temp"),ke.setAttribute("id",e+"_typeform_id_temp");var Ie=document.createElement("input");Ie.setAttribute("type","hidden"),Ie.setAttribute("value",r),Ie.setAttribute("name",e+"_requiredform_id_temp"),Ie.setAttribute("id",e+"_requiredform_id_temp");var Ce=document.createElement("input");Ce.setAttribute("type","hidden"),Ce.setAttribute("value",o),Ce.setAttribute("name",e+"_uniqueform_id_temp"),Ce.setAttribute("id",e+"_uniqueform_id_temp");var Be=document.createElement(element);Be.setAttribute("type",type),Be.style.cssText="width:"+l+"px;",Be.setAttribute("id",e+"_elementform_id_temp"),Be.setAttribute("name",e+"_elementform_id_temp"),Be.setAttribute("value",d),Be.setAttribute("title",_),Be.setAttribute("placeholder",_),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"==r&&(qe.innerHTML=" *");var He=document.getElementById("show_table");Me.appendChild(ze),Me.appendChild(qe),Le.appendChild(ke),Le.appendChild(Ie),Le.appendChild(Ce),Le.appendChild(Be),Te.appendChild(Me),Te.appendChild(Le),Qe.appendChild(Te),He.appendChild(Qe),"top"==a&&label_top(e),change_class(m,e),refresh_attr(e,"type_text")}function type_wdeditor(e,t,i,a,l,d,_,r,o,m,s){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"),y=document.createElement("tr"),h=document.createElement("tr"),b=document.createElement("tr"),v=document.createElement("tr"),w=document.createElement("tr"),g=document.createElement("tr"),E=document.createElement("td"),A=document.createElement("td"),x=document.createElement("td"),k=document.createElement("td"),I=document.createElement("td"),C=document.createElement("td");C.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"),H=document.createElement("td"),N=document.createElement("td"),S=document.createElement("td"),D=document.createElement("label");D.setAttribute("class","fm-field-label"),D.setAttribute("for","edit_for_label"),D.innerHTML="Field label";var P=document.createElement("textarea");P.setAttribute("id","edit_for_label"),P.setAttribute("rows","4"),P.setAttribute("onKeyUp","change_label('"+e+"_element_labelform_id_temp', this.value)"),P.innerHTML=t;var O=document.createElement("label");O.setAttribute("class","fm-field-label"),O.setAttribute("for","edit_for_label_size"),O.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.setAttribute("for","edit_for_label_position_top"),U.innerHTML="Field label position";var F=document.createElement("input");F.setAttribute("id","edit_for_label_position_top"),F.setAttribute("type","radio"),F.setAttribute("value","left"),F.setAttribute("name","edit_for_label_position"),F.setAttribute("onchange","label_left("+e+")"),Left=document.createTextNode("Left");var R=document.createElement("input");R.setAttribute("id","edit_for_label_position_left"),R.setAttribute("type","radio"),R.setAttribute("value","top"),R.setAttribute("name","edit_for_label_position"),R.setAttribute("onchange","label_top("+e+")"),Top=document.createTextNode("Top"),"top"==a?R.setAttribute("checked","checked"):F.setAttribute("checked","checked");var W=document.createElement("label");W.style.cssText="color:#000; font-weight:bold; font-size: 13px",W.innerHTML="Field size(px) ";var V=document.createElement("input");V.setAttribute("id","edit_for_input_size"),V.setAttribute("type","text"),V.setAttribute("value",l),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 $=document.createElement("input");$.setAttribute("id","edit_for_input_size"),$.setAttribute("type","text"),$.setAttribute("value",d),$.style.cssText="margin-left:2px; width:60px",$.setAttribute("name","edit_for_size"),$.setAttribute("onKeyPress","return check_isnum(event)"),$.setAttribute("onKeyUp","change_h_style('"+e+"_elementform_id_temp', this.value)");var G=document.createElement("label");G.style.cssText="color:#000; font-weight:bold; font-size: 13px",G.innerHTML="Placeholder";var Y=document.createElement("input");Y.setAttribute("id","el_first_value_input"),Y.setAttribute("type","text"),Y.setAttribute("value",_),Y.setAttribute("onKeyUp","change_input_value(this.value,'"+e+"_elementform_id_temp')");var Z=document.createElement("label");Z.setAttribute("class","fm-field-label"),Z.setAttribute("for","el_send"),Z.innerHTML="Required";var J=document.createElement("input");J.setAttribute("id","el_send"),J.setAttribute("type","checkbox"),J.setAttribute("value","yes"),J.setAttribute("onclick","set_required('"+e+"_required')"),"yes"==r&&J.setAttribute("checked","checked");var ee=document.createElement("label");ee.setAttribute("class","fm-field-label"),ee.setAttribute("for","element_style"),ee.innerHTML="Class name";var te=document.createElement("input");te.setAttribute("id","element_style"),te.setAttribute("type","text"),te.setAttribute("value",o),te.setAttribute("onChange","change_class(this.value,'"+e+"')");var ie=document.createElement("label");ie.setAttribute("class","fm-field-label"),ie.setAttribute("for","el_choices_add"),ie.innerHTML="Additional Attributes";var ae=document.createElement("img");ae.setAttribute("id","el_choices_add"),ae.setAttribute("src",plugin_url+"/images/add.png?ver=1.8.0"),ae.style.cssText="cursor:pointer; margin-left:68px",ae.setAttribute("title","add"),ae.setAttribute("onClick","add_attr("+e+", 'type_text')");var ne=document.createElement("table");ne.setAttribute("id","attributes"),ne.setAttribute("border","0"),ne.style.cssText="margin-left:0px";var le=document.createElement("tr");le.setAttribute("idi","0");var de=document.createElement("th");de.style.cssText="width:100px";var _e=document.createElement("th");_e.style.cssText="width:100px";var re=document.createElement("th");re.style.cssText="width:10px";var oe=document.createElement("label");oe.style.cssText="color:#000; font-weight:bold; font-size: 11px",oe.innerHTML="Name";var me=document.createElement("label");for(me.style.cssText="color:#000; font-weight:bold; font-size: 11px",me.innerHTML="Value",ne.appendChild(le),le.appendChild(de),le.appendChild(_e),le.appendChild(re),de.appendChild(oe),_e.appendChild(me),n=m.length,j=1;j<=n;j++){var se=document.createElement("tr");se.setAttribute("id","attr_row_"+j),se.setAttribute("idi",j);var ue=document.createElement("td");ue.style.cssText="width:100px";var ce=document.createElement("td");ce.style.cssText="width:100px";var pe=document.createElement("td"),fe=document.createElement("input");fe.setAttribute("type","text"),fe.setAttribute("class","fm-field-choice"),fe.setAttribute("value",m[j-1]),fe.setAttribute("id","attr_name"+j),fe.setAttribute("onChange","change_attribute_name("+e+", this, 'type_text')");var ye=document.createElement("input");ye.setAttribute("type","text"),ye.setAttribute("class","fm-field-choice"),ye.setAttribute("value",s[j-1]),ye.setAttribute("id","attr_value"+j),ye.setAttribute("onChange","change_attribute_value("+e+", "+j+", 'type_text')");var he=document.createElement("img");he.setAttribute("id","el_choices"+j+"_remove"),he.setAttribute("src",plugin_url+"/images/delete.png?ver=1.8.0"),he.style.cssText="cursor:pointer; vertical-align:middle; margin:2px",he.setAttribute("align","top"),he.setAttribute("onClick","remove_attr("+j+", "+e+", 'type_text')"),ne.appendChild(se),se.appendChild(ue),se.appendChild(ce),se.appendChild(pe),ue.appendChild(fe),ce.appendChild(ye),pe.appendChild(he)}var be=document.getElementById("edit_table"),ve=document.createElement("br"),we=(document.createElement("br"),document.createElement("br"),document.createElement("br")),ge=(document.createElement("br"),document.createElement("br"),document.createElement("br"));E.appendChild(D),A.appendChild(P),N.appendChild(O),S.appendChild(K),x.appendChild(U),k.appendChild(F),k.appendChild(el_label_left),k.appendChild(ve),k.appendChild(R),k.appendChild(el_label_top),I.appendChild(W),C.appendChild(V),C.appendChild(X),C.appendChild($),B.appendChild(G),Q.appendChild(Y),T.appendChild(ee),M.appendChild(te),L.appendChild(Z),z.appendChild(J),q.appendChild(ie),q.appendChild(ae),q.appendChild(ge),q.appendChild(ne),q.setAttribute("colspan","2"),p.appendChild(E),p.appendChild(A),g.appendChild(N),g.appendChild(S),f.appendChild(x),f.appendChild(k),y.appendChild(I),y.appendChild(C),h.appendChild(B),h.appendChild(Q),b.appendChild(T),b.appendChild(M),v.appendChild(L),v.appendChild(z),w.appendChild(q),w.appendChild(H),c.appendChild(p),c.appendChild(g),c.appendChild(f),c.appendChild(y),c.appendChild(h),c.appendChild(b),c.appendChild(v),c.appendChild(w),u.appendChild(c),be.appendChild(u),add_id_and_name(e,"type_text"),element="editor";var Ee=document.createElement("input");Ee.setAttribute("type","hidden"),Ee.setAttribute("value","type_wdeditor"),Ee.setAttribute("name",e+"_typeform_id_temp"),Ee.setAttribute("id",e+"_typeform_id_temp");var Ae=document.createElement("input");Ae.setAttribute("type","hidden"),Ae.setAttribute("value",r),Ae.setAttribute("name",e+"_requiredform_id_temp"),Ae.setAttribute("id",e+"_requiredform_id_temp");var je=document.createElement("div");je.setAttribute("id","main_div");var xe=document.createElement("div");xe.setAttribute("id",e+"_elemet_tableform_id_temp");var ke=document.createElement("div");ke.setAttribute("align","left"),ke.style.display="table-cell",ke.style.width=i+"px",ke.setAttribute("id",e+"_label_sectionform_id_temp");var Ie=document.createElement("div");Ie.setAttribute("align","left"),Ie.style.display="table-cell",Ie.setAttribute("id",e+"_element_sectionform_id_temp");document.createElement("br"),document.createElement("br"),we=document.createElement("br"),document.createElement("br");var Ce=document.createElement("span");Ce.setAttribute("id",e+"_element_labelform_id_temp"),Ce.innerHTML=t,Ce.setAttribute("class","label");var Be=document.createElement("span");Be.setAttribute("id",e+"_required_elementform_id_temp"),Be.innerHTML="",Be.setAttribute("class","required"),"yes"==r&&(Be.innerHTML=" *");var Qe=document.createElement("input");Qe.setAttribute("id",e+"_elementform_id_temp"),Qe.setAttribute("name",e+"_elementform_id_temp"),Qe.setAttribute("type","hidden"),Qe.style.width=l+"px",Qe.style.height=d+"px",Qe.setAttribute("title",_);var Te=document.createElement("span");Te.style.color="red",Te.style.fontStyle="italic",Te.innerHTML="Editor doesn't display in back end",Left=document.createTextNode(e+"_editorform_id_temp");var Me=document.createElement("div");Me.style.display="none";var Le=document.getElementById("show_table");ke.appendChild(Ce),ke.appendChild(Be),Ie.appendChild(Ee),Ie.appendChild(Ae),Ie.appendChild(Qe),Ie.appendChild(Te),Me.appendChild(Left),Ie.appendChild(Me),xe.appendChild(ke),xe.appendChild(Ie),je.appendChild(xe),je.appendChild(we),Le.appendChild(je),"top"==a&&label_top(e),change_class(o,e),refresh_attr(e,"type_text")}function change_input_range(e,t){var i="";""!=document.getElementById("el_range_"+e+"1").value&&(i=document.getElementById("el_range_"+e+"1").value),""!=document.getElementById("el_range_"+e+"2").value&&(""==document.getElementById("el_range_"+e+"1").value&&(i="0"),i=i+"."+document.getElementById("el_range_"+e+"2").value),document.getElementById(t+"_range_"+e+"form_id_temp").value=i}function explode(e,t){return 2!=arguments.length||void 0===e||void 0===t?null:""!==e&&!1!==e&&null!==e&&("function"==typeof e||"object"==typeof e||"function"==typeof t||"object"==typeof t?{0:""}:(!0===e&&(e="1"),t.toString().split(e.toString())))}function type_paypal_price(t,e,i,a,l,d,_,r,o,m,s,u,c,p,f){document.getElementById("element_type").value="type_paypal_price",delete_last_child();var y=document.createElement("div");y.setAttribute("id","edit_div");var h=document.createElement("table");h.setAttribute("id","edit_main_table"),h.setAttribute("cellpadding","3"),h.setAttribute("cellspacing","0");var b=document.createElement("tr"),v=document.createElement("tr"),w=document.createElement("tr"),g=document.createElement("tr"),E=document.createElement("tr"),A=document.createElement("tr"),x=document.createElement("tr"),k=document.createElement("tr"),I=document.createElement("tr"),C=document.createElement("tr"),B=document.createElement("td"),Q=document.createElement("td"),T=document.createElement("td"),M=document.createElement("td"),L=document.createElement("td"),z=document.createElement("td");z.style.cssText="line-height:20px";var q=document.createElement("td"),H=document.createElement("td"),N=document.createElement("td"),S=document.createElement("td"),D=document.createElement("td"),P=document.createElement("td"),O=document.createElement("td"),K=document.createElement("td"),U=document.createElement("td"),F=document.createElement("td"),R=document.createElement("td"),W=document.createElement("td"),V=document.createElement("td"),$=document.createElement("td"),G=document.createElement("label");G.setAttribute("class","fm-field-label"),G.setAttribute("for","edit_for_label"),G.innerHTML="Field label";var Y=document.createElement("textarea");Y.setAttribute("id","edit_for_label"),Y.setAttribute("rows","4"),Y.setAttribute("onKeyUp","change_label('"+t+"_element_labelform_id_temp', this.value)"),Y.innerHTML=e;var Z=document.createElement("label");Z.setAttribute("class","fm-field-label"),Z.setAttribute("for","edit_for_label_size"),Z.innerHTML="Field label size(px) ";var X=document.createElement("input");X.setAttribute("id","edit_for_label_size"),X.setAttribute("type","text"),X.setAttribute("value",i),X.setAttribute("onKeyPress","return check_isnum(event)"),X.setAttribute("onKeyUp","change_w_style('"+t+"_label_sectionform_id_temp', this.value)");var J=document.createElement("label");J.setAttribute("class","fm-field-label"),J.innerHTML="Field label position";var ee=document.createElement("input");ee.setAttribute("id","edit_for_label_position_top"),ee.setAttribute("type","radio"),ee.setAttribute("name","edit_for_