/** Many parts of this are moved from default.css **/
.properties_box {
  display: inline-block;
  width: 200px;
}
.properties_box.hidden {
  display: none;
}

.property_butt:hover {
  box-shadow: inset 0 73px 0 rgba(0, 0, 0, 0.05);
}

#feature_properties .radio_label {
  word-wrap: break-word;
}

.edit_butt a,
div.edit_butt {
  background: url('/site/images/icons/icon32_edit_black60.png') no-repeat center left transparent;
  background-size: contain;
  width: 22px;
  height: 27px;
  display: inline-block;
  text-decoration: none;
  margin: 0px 5px;
}
.append_button {
  background: transparent url('/site/images/icons/icon32_add_green.png') no-repeat top left;
  background-size: contain;
  width: 27px;
  height: 27px;
  float: right;
  text-decoration: none;
}

a.append_button.page_append {
  cursor: pointer;
}

a.append_button.page_append img.append_page_icon,
a.append_button.page_append span {
  vertical-align: middle;
}

a.append_button.page_append img.append_page_icon {
  display: inline-block;
  margin-right: 10px;
  width: 32px;
}
.ui-accordion .ui-accordion-header .edit_butt a {
  padding: 0;
  display: inline-block;
}
.append_button.page_append {
  background: transparent;
  padding: 10px;
  background-size: auto;
  width: auto;
  float: none;
  margin: 10px;
  font-weight: normal;
  font-size: 17px;
  line-height: 43px;
  height: 43px;
  border: none;
  border-radius: 3px;
  display: block;
  text-align: center;
  font-weight: lighter;
}
.lightbox_item {
  width: 400px;
  height: 500px;
}
.form_menu {
  margin: 5px 0px;
}
.form_menu_inner {
  padding: 33px;
}
.ui-accordion h3.ui-accordion-header {
  height: 30px;
}
.builder_title {
  text-align: center;
}
.builder_title h2 {
  background: transparent url('/site/images/search_box_back.png') repeat top left;
  margin: 0;
  margin-left: 341px;
  padding: 6px 10px;
  width: 236px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.form_builder {
  border-radius: 8px;
  vertical-align: top;
  margin-bottom: 0;
}
.features_items {
  vertical-align: top;
  width: 328px;
  border-radius: 3px;
  display: inline-block;
  border: solid #f2f2f2 1px;
  padding-bottom: 15px;
  position: relative;
}
.features_items .items .item,
.features-items-modal .items .item,
.ui-draggable-dragging .item {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top;
  height: 57px;
  position: relative;
  border: solid 1px #c8c8c8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.features_items .items .item .item_label,
.features-items-modal .items .item .item_label,
.ui-draggable-dragging .item .item_label {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 80%;
}
.features_items .items .new .item:after,
.features-items-modal .items .new .item:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 50px;
  height: 40px;
  background: url('/site/images/builder/tag_new.png');
}
.features_items .items .future .item:after,
.features-items-modal .items .future .item:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -5px;
  width: 124px;
  height: 20px;
  background: url('/site/images/builder/tag_coming-soon.png');
}
.features_items .items .beta .item:after,
.features-items-modal .items .beta .item:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 50px;
  height: 40px;
  background: url('/site/images/builder/tag_beta.png');
}

.ui-draggable-dragging .item {
  width: 110px;
  height: 57px;
  background-color: white;
  background-size: 40px;
}

.items.section-drag-area .ghost-formitem.item.input_feature:not(:has(.fi_type_image)),
.features_items .items .item.input_feature,
.features-items-modal .items .item.input_feature,
.ui-draggable-dragging .item.input_feature {
  background-image: url('/site/images/builder/input.svg');
}
.items.section-drag-area .ghost-formitem.item.radio_feature:not(:has(.fi_type_image)),
.features_items .items .item.radio_feature,
.features-items-modal .items .item.radio_feature,
.ui-draggable-dragging .item.radio_feature {
  background-image: url('/site/images/builder/radio.svg');
}
.items.section-drag-area .ghost-formitem.item.comments_images_feature:not(:has(.fi_type_image)),
.features_items .items .item.comments_images_feature,
.features-items-modal .items .item.comments_images_feature,
.ui-draggable-dragging .item.comments_images_feature {
  background-image: url('/site/images/builder/comments_images.svg');
}
.items.section-drag-area .ghost-formitem.item.image_feature:not(:has(.fi_type_image)),
.features_items .items .item.image_feature,
.features-items-modal .items .item.image_feature,
.ui-draggable-dragging .item.image_feature {
  background-image: url('/site/images/builder/image.svg');
}
.items.section-drag-area .ghost-formitem.item.comment_feature:not(:has(.fi_type_image)),
.features_items .items .item.comment_feature,
.features-items-modal .items .item.comment_feature,
.ui-draggable-dragging .item.comment_feature {
  background-image: url('/site/images/builder/comment.svg');
}
.items.section-drag-area .ghost-formitem.item.document_feature:not(:has(.fi_type_image)),
.features_items .items .item.document_feature,
.features-items-modal .items .item.document_feature,
.ui-draggable-dragging .item.document_feature {
  background-image: url('/site/images/builder/document.svg');
  background-size: 40px;
}
.items.section-drag-area .ghost-formitem.item.checkbox_feature:not(:has(.fi_type_image)),
.features_items .items .item.checkbox_feature,
.features-items-modal .items .item.checkbox_feature,
.ui-draggable-dragging .item.checkbox_feature {
  background-image: url('/site/images/builder/checkbox.svg');
}
.items.section-drag-area .ghost-formitem.item.horizontal_separator_feature:not(:has(.fi_type_image)),
.features_items .items .item.horizontal_separator_feature,
.features-items-modal .items .item.horizontal_separator_feature,
.ui-draggable-dragging .item.horizontal_separator_feature {
  background-image: url('/site/images/builder/horizontal_separator.svg');
}
.items.section-drag-area .ghost-formitem.item.dropdown_feature:not(:has(.fi_type_image)),
.features_items .items .item.dropdown_feature,
.features-items-modal .items .item.dropdown_feature,
.ui-draggable-dragging .item.dropdown_feature {
  background-image: url('/site/images/builder/dropdown.svg');
}
.items.section-drag-area .ghost-formitem.item.finish_button_feature:not(:has(.fi_type_image)),
.features_items .items .item.finish_button_feature,
.features-items-modal .items .item.finish_button_feature,
.ui-draggable-dragging .item.finish_button_feature {
  background-image: url('/site/images/builder/finish_button.svg');
}
.items.section-drag-area .ghost-formitem.item.gps_feature:not(:has(.fi_type_image)),
.features_items .items .item.gps_feature,
.features-items-modal .items .item.gps_feature,
.ui-draggable-dragging .item.gps_feature {
  background-image: url('/site/images/builder/gps.svg');
}
.items.section-drag-area .ghost-formitem.item.datetime_feature:not(:has(.fi_type_image)),
.features_items .items .item.datetime_feature,
.features-items-modal .items .item.datetime_feature,
.ui-draggable-dragging .item.datetime_feature {
  background-image: url('/site/images/builder/datetime.svg');
}
.items.section-drag-area .ghost-formitem.item.number_feature:not(:has(.fi_type_image)),
.features_items .items .item.number_feature,
.features-items-modal .items .item.number_feature,
.ui-draggable-dragging .item.number_feature {
  background-image: url('/site/images/builder/number.svg');
}
.items.section-drag-area .ghost-formitem.item.note_feature:not(:has(.fi_type_image)),
.features_items .items .item.note_feature,
.features-items-modal .items .item.note_feature,
.ui-draggable-dragging .item.note_feature {
  background-image: url('/site/images/builder/note.svg');
}
.items.section-drag-area .ghost-formitem.item.barcode_feature:not(:has(.fi_type_image)),
.features_items .items .item.barcode_feature,
.features-items-modal .items .item.barcode_feature,
.ui-draggable-dragging .item.barcode_feature {
  background-image: url('/site/images/builder/barcode.svg');
}
.items.section-drag-area .ghost-formitem.item.audio_feature:not(:has(.fi_type_image)),
.features_items .items .item.audio_feature,
.features-items-modal .items .item.audio_feature,
.ui-draggable-dragging .item.audio_feature {
  background-image: url('/site/images/builder/audio.svg');
}
.items.section-drag-area .ghost-formitem.item.sketch_feature:not(:has(.fi_type_image)),
.features_items .items .item.sketch_feature,
.features-items-modal .items .item.sketch_feature,
.ui-draggable-dragging .item.sketch_feature {
  background-image: url('/site/images/builder/sketch.svg');
}
.items.section-drag-area .ghost-formitem.item.signature_feature:not(:has(.fi_type_image)),
.features_items .items .item.signature_feature,
.features-items-modal .items .item.signature_feature,
.ui-draggable-dragging .item.signature_feature {
  background-image: url('/site/images/builder/signature.svg');
}
.items.section-drag-area .ghost-formitem.item.autocapture_feature:not(:has(.fi_type_image)),
.features_items .items .item.autocapture_feature,
.features-items-modal .items .item.autocapture_feature,
.ui-draggable-dragging .item.autocapture_feature {
  background-image: url('/site/images/builder/autocapture.svg');
}
.items.section-drag-area .ghost-formitem.item.calculate_feature:not(:has(.fi_type_image)),
.features_items .items .item.calculate_feature,
.features-items-modal .items .item.calculate_feature,
.ui-draggable-dragging .item.calculate_feature {
  background-image: url('/site/images/builder/calculate.svg');
}


.item.note_feature .form_builder_option_buttons.type_note {
  margin-top: 0;
  margin-bottom: 20px;
}

.prepare_to_fix h2,
.accordion_column h2 {
  margin: 0;
  color: white;
  font-weight: lighter;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  background-color: #47b2ba;
  position: relative;
  margin-bottom: 22px;
  padding-left: 82px;
  font-size: 120%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.prepare_to_fix h2 img,
.accordion_column h2 img,
.column-right .inBox h2 img {
  position: absolute;
  top: 6px;
  left: 30px;
  width: 40px;
  z-index: 1;
}
.prepare_to_fix h2:after,
.accordion_column h2:after {
  display: block;
  content: '';
  width: 50px;
  height: 24px;
  background: #47b2ba;
  position: absolute;
  left: 25px;
  top: 29px;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
.accordion_column {
  border-radius: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: inline-block;
  width: 860px;
  margin-bottom: 30px;
  position: relative;
  margin-left: 334px;
  margin-right: 10px;
}
.accordion_column h2 {
  font-weight: lighter;
  text-align: left;
}
.accordion_column .ui-accordion .ui-accordion-icons {
  padding: 0;
}
.accordion_column .ui-accordion h3.ui-accordion-header.ui-state-active {
  background-position: top left;
}

.properties_box {
  border-radius: 3px;
  display: inline-block;
  width: 278px;
  vertical-align: top;
  padding-bottom: 15px;
}
.properties_box h2 {
  font-weight: lighter;
}
#feature_properties {
  min-height: 150px;
  padding: 0 16px;
}
#feature_properties .item_visibility {
  margin-top: 10px;
}
#feature_properties .move_section_button {
  text-align: center;
  margin-bottom: 15px;
  margin-left: -7px;
}
#feature_properties .move_section_button .move_up {
  background: url('/site/images/arrow_up.png') no-repeat;
  width: 67px;
  height: 54px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.hidden_property_buttons .property_butt a {
  position: relative;
  padding-right: 2px;
}
.hidden_property_buttons .property_butt a.disabled {
  opacity: 0.5;
}

.hidden_property_buttons .move_section_button .move_down {
  background: url('/site/images/arrow_down.png') no-repeat top left;
  width: 67px;
  height: 54px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.hidden_property_buttons .delete_button,
.hidden_property_buttons .delete_page_button,
.hidden_buttons .delete_button {
  background: transparent url('/site/images/icons/icon32_delete_black60.png') no-repeat 9px center;
}
.hidden_buttons .delete_button.list_button {
  background-position: center;
}
.hidden_property_buttons .clone_button {
  background: transparent url('/site/images/icons/icon32_copy_grey.png') no-repeat 9px center;
}
.hidden_property_buttons .copy_section {
  background: transparent url('/site/images/icons/icon32_copy_grey.png') no-repeat 9px center;
}
.hidden_property_buttons .add_form_item_button {
  background: transparent url('/site/images/icons/icon32_new_grey.png') no-repeat 9px center;
}
.hidden_property_buttons .property_butt .disabled_button {
  cursor: default;
  opacity: .5;
}
.visibility_button {
  background: transparent url('/site/images/icons/icon32_hidden_export_black60.png') no-repeat 8px center;
}
.visibility_button.active {
  background-image: url('/site/images/icons/icon32_visible_export_black60.png');
}
.hide_from_app_button {
  background: transparent url('/site/images/icons/icon32_hidden_app_black60.png') no-repeat 8px center;
  background-size: 30px;
}
.hide_from_app_button.show {
  background-image: url('/site/images/svg/builder_app_view.svg');
}
.hide_from_app_button.hide {
  background-image: url('/site/images/svg/little_hidden.svg');
}
.hide_from_app_button.no-app {
  background-image: url('/site/images/svg/hidden.svg');
}
.hide_label_button {
  background: transparent url('/site/images/icons/hidden_label.svg') no-repeat 8px center;
  background-size: 30px;
}
.hide_label_button.active {
  background-image: url('/site/images/icons/visible_label.svg');
}
.visibility_button.vis0,
.item.flag-hide_from_app a.hide_from_app_button {
  opacity: 0.5;
}

.hidden_property_buttons .add_prefilled_button {
  background: url('/site/images/icons/icon32_prefilled-title_black60.png') 9px center no-repeat;
}

.hidden_property_buttons .select_image_button {
  background: url('/site/images/icons/icon32_select_image_black60.png') 9px center no-repeat;
}
.hidden_property_buttons .add_audio_button {
  background: url('/site/images/svg/voice.svg') 9px center no-repeat;
  background-size: 32px;
}
.hidden_property_buttons .add_audio_button.applied::after {
  content: "";
  background-image: url('/site/images/icons/icon50@2_success_green.png');
  background-size: 32px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 18px;
  left: 20px;
  display: block;
}

.hidden_property_buttons .cancel_button {
  background: transparent url('/site/images/icons/icon32_cancel_gray.png') no-repeat 9px center;
  display: block;
  text-decoration: none;
}

#feature_properties label {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  margin-right: 10px;
  font-size: 14px;
  width: 49px;
}
#feature_properties label.min_max {
  width: 30px;
}

#feature_properties select:not([size]):not([multiple]) {
  background: white;
  height: 40px;
  border: solid 1px #cecece;
}
.property_value {
  width: 120px;
  padding: 3px;
  padding: 10px 10px;
  border-radius: 4px;
}
select.property_value {
  width: 117px;
}
textarea.property_value {
  width: 175px;
}
.property_value.min_max {
  width: 30px;
}

input[type=checkbox].property_value {
  width: auto;
  vertical-align: middle;
  margin-right: 12px;
}

#feature_properties label.right_label {
  width: auto;
}
.property_line {
  padding: 5px 0;
  border-bottom: 1px solid #c8c8c8;
}
.property_butt a,
#jqContextMenu ul li {
  width: 146px;
  margin: 0 auto;
  line-height: 50px;
  padding-left: 50px;
  height: 50px;
}

#feature_properties .other_buttons {
  position: absolute;
  right: 0px;
  top: 40px;
  background: url('/site/images/icons/icon32_more_gray.png') center 3px no-repeat;
  width: 38px;
  height: 38px;
  text-decoration: none;
}

#feature_properties .other_buttons:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.simple_input_text {
  border-radius: 4px;
  width: 100px;
  border: none;
}
.prepare_to_fix.fixed_column {
  position: fixed;
  top: 0;
  z-index: var(--nf-fixed-column-z-index, 5);
}
.prepare_to_fix {
  position: absolute;
  border: solid #c8c8c8 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: white;
}

.prepare_to_fix.stay_at_bottom {
  position: absolute;
  top: auto;
  bottom: 209px;
}
.delete_row_icon {
  display: none;
  float: right;
  height: 100%;
  width: 22px;
  background: transparent url('/site/images/icons/icon32_delete_black60.png') no-repeat right center;
  background-size: contain;
  cursor: pointer;
}
.option_val {
  vertical-align: middle;
  height: 27px;
  margin-top: 0;
}
.radio_line .edit_butt {
  display: none;
  float: right;
  height: 27px;
}

.radio_line .image_thumb.error {
  max-width: 30px;
  max-height: 26px;
}

.edit_butt > *:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.radio_line.editing .edit_butt {
  display: none;
  float: right;
  height: 39px;
}
.radio_values .radio_line {
  padding: 0 5px;
}
.radio_values .radio_line:hover .edit_butt,
.radio_values .radio_line:hover .delete_row_icon {
  display: block;
}
.radio_values .radio_line:hover {
  background-color: rgba(0, 0, 0, 0.07);

}
.radio_label .radio_line .radio_label {
  color: #5697B3;
}
.tmp_label {
  margin-right: 5px;
  width: 123px;
}
.ok_butt {
  text-decoration: none;
  background: transparent url('/site/images/icons/icon50_success_green.png') no-repeat left top;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  vertical-align: middle;
}

form .form_menu_box {
  display: inline-block;
  width: 228px;
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
  z-index: 1;
}
#prefilled_title-box {
  display: flex;
  flex-flow: row nowrap;
  margin-right: 15px;
}
#prefilled_title-box .form_menu_box {
  width: auto;
}
.form_menu_box.form_permissions {
  widtH: 255px;
}
.form_menu_box.hidden {
  display: none;
}
.form_item_input {
  width: 195px;
  border-radius: 7px;
  padding: 10px;
  color: rgb(24, 55, 74);
}
.form_menu_box.wide,
#form_description {
  width: 300px;
}
.form_item_input.wide {
  width: 360px;
}

.form_menu_box.form_checkbox {
  width: auto;
  padding-right: 15px;
}
.form_menu_box:hover .tooltip_icon {
  right: 10px;
  display: block;
}
.finish_and_new .tooltip_icon {
  top: -15px;
  right: -15px;
}
.item_wrapper {
  text-align: left
}
.form_checkbox label {
  vertical-align: center;
}
.form_menu_line.checkbox_line.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.form_menu_line.checkbox_line .form_menu_box {
  padding: 16px 10px;
  border: 0px solid #cecece;
  border-radius: 7px;
  vertical-align: top;
  max-width: 650px;
  width: auto;
  position: relative;
  min-width: 192px;
}

.form_menu_line .checkbox {
  display: inline-block;
  margin-top: 25px;
}

.form_menu_box.not_empty {
  box-shadow: none !important;
  border: solid 1px transparent !important;
}
.form_menu_line.checkbox_line .form_menu_box.no_border {
  border: none;
}
.form_menu_line.checkbox_line .checkbox_only {
  width: 157px;
}
.advanced_options .form_menu_line.checkbox_line .checkbox_only {
  width: 174px;
  min-width: 100px;
}
.advanced_options #form_description {
  width: 174px;
  min-width: 100px;
}

.advanced_options .button {
  height: 34px;
  margin: 0;
  cursor: pointer;
}

.trash {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  z-index: 5;
  display: none;
  border-radius: 5px;
  background: url('/site/images/trashbin.png') left center no-repeat;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.90);
}

.trash.hovered {
  background-position: -328px center;
}
#feature_properties .radio_values {
  max-height: 300px;
  overflow: auto;
}
.radio_values .radio_line:hover .conditional-edit {
  display: none;
}

.section_name_input {
  font-weight: lighter;
  display: none;
  position: absolute;
  top: 1px;
  left: 94px;
  width: 405px;
  text-align: center;
}

#feature_properties input[type="text"] {
  width: 95px;
  font-weight: lighter;
}
#feature_properties input[type="text"].min_max {
  width: 30px;
  margin-right: 6px;
}
.standard_options {
  border: none;
  box-shadow: none;
}
.formTipPrefilled .tooltip_icon {
  right: -9px !important;
  top: -14px;
}

.formTipPrefilled .make_prefilled_button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  top: 0;
  line-height: 41px;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 1.1em;
  background-color: white;
  font-weight: lighter;
}
p.prefilled_input {
  border: 1px solid #cecece;
  line-height: 32px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 32px;
  padding: 3px;
}

.formTipPrefilled.form_menu_box {
  min-height: 51px;
  border: none;
  box-shadow: none;
}

.prefilled_input .tag,
body .addTextToElement,
.formTipPrefilled .tag,
.ui-tooltip-content .tag {
  background: transparent;
  line-height: 21px
}
.ui-tooltip-content .tag {
  background: white;
}
.tag.icon {
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  padding: 2px;
  text-indent: -9999px;
}
.prefilled_input .removeTagButton,
.contentEditableParagraph .removeTagButton {
  background: rgba(255, 255, 255, 0.8) url('/site/images/icons/icon32_delete_black60.png') center center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin: 0;
  text-indent: -9999px;
  display: none;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}
.tag:hover {
  color: rgba(0, 0, 0, 0.5);
}
.tag:hover .removeTagButton {
  display: block;
}

.contentEditableParagraph.prefilled_input {
  width: 218px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#prefilled_title-box.with_prefilled .show-prefilled_title-lightbox {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.contentEditableParagraph span.tag {
  vertical-align: top;
  position: relative;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
}
.contentEditableParagraph span.tag {
  min-width: 15px;
}
.prefilled_input .removeTagButton:hover,
.contentEditableParagraph .removeTagButton:hover {
  background-color: rgb(239, 239, 239);
}
.button.show-prefilled_title-lightbox {
  background: white url('/site/images/icons/icon32_prefilled-title_black60.png') center center no-repeat;
  cursor: pointer;
  height: 33px;
  margin: 0;
  width: 20px;
}
#app .button.show-prefilled_title-lightbox {
  width: 24px;
}

.feature_properties_box {
  margin-left: 64px;
  padding: 5px 15px;
}
.bottom_box {
  text-align: right;
  padding-top: 25px;
}

.bottom_box .bottom_checkbox_box {
  display: inline-block;
  margin-left: 5px;
}

.bottom_box .bottom_checkbox_box .prefilled-response-name-container {
  margin-left: 5px;
  margin-bottom: 5px;
}

.bottom_box .bottom_checkbox_box.with_help_link {
  position: relative;
}
.bottom_box .bottom_checkbox_box.with_help_link:hover .tooltip_icon {
  display: block;
}

.bottom_box .bottom_checkbox_box .number_input {
  width: 35px;
  padding: 8px 13px;
  font-weight: lighter;
}
.logarithmic_scale,
.form_builder_option_buttons.show_finish_and_new,
.autocapture_responder_options,
.autocapture_datetime_options,
.autocapture_field_options,
.autocapture_other_options {
  display: none;
}

.form_builder_option_buttons.type_number.slider ~ .logarithmic_scale,
.form_builder_option_buttons.type_number.slider_range ~ .logarithmic_scale {
  display: block;
}

.form_builder_option_buttons.type_finish_button.finish ~ .show_finish_and_new {
  display: block;
}
.form_builder_option_buttons.type_autocapture.responder ~ .autocapture_responder_options,
.form_builder_option_buttons.type_autocapture.datetime ~ .autocapture_datetime_options,
.form_builder_option_buttons.type_autocapture.field ~ .autocapture_field_options,
.form_builder_option_buttons.type_autocapture.other ~ .autocapture_other_options {
  display: block;
}
.autocapture_responder_options,
.autocapture_datetime_options,
.autocapture_field_options,
.autocapture_other_options {
  padding-top: 15px;
}

.form_builder_option_buttons.type_finish_button {
  margin-bottom: 25px;
}

.form_builder_option_buttons input[type="radio"] + label {
  padding: 8px 30px;
  background: #f0f0f0;
  min-width: 80px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #c8c8c8;
  cursor: pointer !important;
}
.form_builder_option_buttons.item_count_4 input[type="radio"] + label {
  padding-left: 18px;
  padding-right: 18px;
}

.form_builder_option_buttons input[type="radio"] + label:last-of-type {
  border-right: 1px transparent;
}

.form_builder_option_buttons input[type="radio"] {
  display: none;
}

.form_builder_option_buttons input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 10px;
}

.form_builder_option_buttons input[type="checkbox"] + label {
  margin-right: 10px;
}

.form_builder_option_buttons input[type="radio"]:checked + label {
  background-color: #47b2ba;
  color: white;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.builder_item_heading {
  background-repeat: no-repeat;
  position: relative;
  display: grid;
  grid-template-columns: 15px 45px auto 38px 32px;
  justify-items: center;
  align-items: center;
  padding: 15px 15px 5px 6px;
  cursor: pointer;
}

.builder_item_heading .collapse_expand_ico {
  position: static;
  grid-column: 5;
  margin-right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url('/site/images/icons/icon32_expand-collapse_grey.png') no-repeat;
}

.builder_item_heading a.other_buttons {
  grid-column: 4;
  position: static;
}

.horizontal_separator_feature .builder_item_heading .collapse_expand_ico {
  opacity: 0.2;
  cursor: default;
}

.feature_properties_opened .builder_item_heading .collapse_expand_ico {
  background-position: 3px -32px;
}

.horizontal_separator_feature.feature_properties_opened .builder_item_heading .collapse_expand_ico {
  background-position: 3px 2px;
}

.builder_item_heading.middle_img {
  text-align: center;
}

.builder_item_heading .slide-up-down__container {
  grid-column: 2 / 5;
}
.builder_item_heading .slide-up-down__container.errors {
  justify-self: left;
}

.builder_items {
  list-style: none;
  padding: 0;
}

.feature_properties_box .options_box .radio_line {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  padding: 4px 0;
  position: relative;
}

.feature_properties_box .options_box .radio_line:hover label {
  cursor: text;
}

.feature_properties_box .options_box .radio_line label {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  padding-left: 5px;
}

.feature_properties_box .options_box .radio_line img.image_thumb ~ label {
  width: 180px
}

.feature_properties_box .options_box .radio_line input[type="radio"] {
  margin-top: 5px;
  margin-left: 10px;
}

.feature_properties_box .add_new_options {
  margin-top: 20px;
}

.feature_properties_box .inputs_line {
  margin: 30px 0;
}

.feature_properties_box .inputs_line label {
  color: black;
  margin-right: 15px;
}

.feature_properties_box .inputs_line input[type="number"],
.feature_properties_box .inputs_line input.calculated-before,
.feature_properties_box .inputs_line input.calculated-after {
  width: 85px;
  margin-right: 15px;
  font-weight: lighter;
  padding: 8px 8px;
}

.feature_properties_box div.text {
  margin-top: 20px;
}

.feature_properties_box div.type_note.text {
  margin-top: 0;
}

.feature_properties_box div.type_input.text {
  margin-top: 0;
}

.feature_properties_box textarea.text {
  width: 400px;
  height: 100px;
  font-weight: lighter;
  color: rgb(68, 68, 68);
}

.feature_properties_box .form_item_image {
  text-align: center;
  margin-right: 64px;
}

.feature_properties_box .form_item_image.image {
  margin-bottom: 20px;
}

.feature_properties_box .form_item_image img {
  display: inline-block;
}

.feature_properties_box .form_item_image {
  position: relative;
}

.feature_properties_box .form_item_image:hover .edit_buttons {
  display: block;
  z-index: 100;
}
.form_prefilled_form_items_input {
  padding: 5px 5px;
}
ul.conditional.form_items,
ul.conditional.section_items,
ul.conditional.section_items ul.subfields {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
ul.conditional.section_items ul.subfields li {
  padding-left: 20px;
}
#conditional_lightbox_selector.has-components.has-sections ul.conditional {
  width: 50%;
  margin: 0px;
}
ul.conditional.form_items h4,
ul.conditional.section_items h4 {
  margin: 0px 0px 5px;
  ;
  font-weight: inherit;
  font-size: 120%
}
ul.conditional.form_items li .feature_icon,
ul.conditional.section_items li .feature_icon {
  width: 45px;
  height: 30px;
  vertical-align: middle;
  margin: 0 3px;
}
ul.conditional.form_items,
ul.conditional.section_items,
ul.conditional.section_items ul.subfields {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
ul.conditional.section_items ul.subfields li {
  padding-left: 20px;
}
#conditional_lightbox_selector.has-components.has-sections ul.conditional {
  width: 50%;
  margin: 0px;
}
ul.conditional.form_items h4,
ul.conditional.section_items h4 {
  margin: 0px 0px 5px;
  ;
  font-weight: inherit;
  font-size: 120%
}
ul.conditional.form_items li .feature_icon,
ul.conditional.section_items li .feature_icon {
  width: 45px;
  height: 30px;
  vertical-align: middle;
  margin: 0 3px;
}
ul.conditional.form_items li .feature_icon[src$=".svg"],
ul.conditional.section_items li .feature_icon[src$=".svg"] {
  width: 40px;
  height: 40px;
}
.show_components_button {
  display: none;
}
.builderIcon {
  position: relative;
  background: #47b2ba;
  vertical-align: middle;
  border-radius: 40px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 6px;
  padding-left: 4px;
  margin: 0 3px;
  width: 24px;
  z-index: 10;

}
.builderIcon:hover {
  cursor: pointer;
}
.bottom_box .bottom_checkbox_box.filename {
  min-height: 0px;
}

/** The original contents of this file **/
.features_items ul {
  list-style-type: none;
  padding: 0 0px 0px 9px;
  margin: 0;
}

.features_items li {
  cursor: move;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 148px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.features_items li:nth-of-type(even) {
  margin-right: 0;
}
.builder_note {
  font-size: 85%;
  color: #636363;
}
.autocapture_feature .builder_note {
  padding-top: 8px;
}

#sentEmailsList {
  background: white;
  color: inherit;
  line-height: 1.8em;
  text-indent: -9999px;
  overflow: hidden;
  width: 45px;
  height: 35px;
  margin: 0px;
  background: transparent url('/site/images/icons/icon32_email-history_black60.png') 5px center no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.set_group.staff_line .staff_line_text {
  position: relative;
}
.set_group.staff_line:before {
  content: attr(selected_count) "/" attr(all_count);
  position: absolute;
  right: 6px;
  width: 34px;
  color: #444 !important;
  text-align: center;
  padding-right: 0px;
  font-size: 0.8em;
}
.conditional.section_items li label {
  position: relative;
}
.conditional.section_items li:hover .conditional-section-toggle-items {
  display: block;
}
.conditional-section-toggle-items {
  display: none;
  position: absolute;
  top: 5px;
  left: 40px;
  width: 20px;
  height: 20px;
  background: white url('/site/images/icons/icon20x2_arrows_black.png') 50% 100% no-repeat;
  border: solid 1px #b4b4b4;
  border-radius: 10px;
  transition: transform .5s;
}
.conditional-section-toggle-items:hover,
li.subfields-shown .conditional-section-toggle-items {
  transform: rotate(180deg);
}
li.subfields-shown .conditional-section-toggle-items:hover {
  transform: rotate(0deg);
}
.options_box .radio_line .edit_buttons {
  transform-origin: 50% 100%;
  transform: scaleY(0);
  display: block;
  transition: all .2s ease-out;
}
.conditional-show-animation .options_box .radio_line:last-child .edit_buttons,
.options_box .radio_line:hover .edit_buttons {
  display: block;
  transform: scaleY(1);
}
.conditional-show-animation .options_box .radio_line:last-child .edit_buttons .conditional-edit {
  position: relative;
  animation: bounceBGBlue 2s 1 ease;
}
.set-values-show-animation .with-values input:nth-of-type(2) {
  animation: bounceBGBlue 2s 1 ease;
}
#conditional_lightbox_selector .conditional li.item label input {
  position: relative;
  top: 2px;
  cursor: pointer;
}
#conditional_lightbox_selector .conditional li.item label {
  display: block;
  cursor: pointer;
}
#conditional_lightbox_selector .conditional li.item label span {
  padding: 6px 10px;
  overflow-wrap: break-word;
}
#conditional_lightbox_selector .conditional li.item label:hover span {
  background: rgba(0, 0, 0, 0.05);
}
#conditional_lightbox_selector li.type-horizontal_separator span {
  font-style: italic;
}

#prefilled_title-lightbox .lightbox_heading {
  padding-left: 50px;
  background-image: url('/site/images/icons/icon32_prefilled-title_black60.png');
  background-repeat: no-repeat;
  background-position: 10px center;
}
#prefilled_title-lightbox .prefilled_input {
  padding-left: 4px;
  background-image: none;
  min-height: 90px;
}
#prefilled_title-lightbox .prefilled_title-tools {
  display: flex;
  margin-top: 15px;
}
#prefilled_title-lightbox .prefilled_input {
  width: calc(100% - 10px);
}
#prefilled_title-lightbox .prefilled_title-tools input {
  height: 20px;
  background: url('/site/images/icons/icon24_response_black60.png') 5px center no-repeat;
  padding-left: 34px;
  width: calc(100% - 147px);
}
#prefilled_title-lightbox .prefilled_title-buttons a {
  width: 70px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 0px;
  text-align: left;
}

.icon-counter,
.tag.icon-counter {
  background-image: url('/site/images/icons/icon24_counter_black60.png');
}
.icon-date,
.tag.icon-date {
  background-image: url('/site/images/icons/icon24_date_black60.png');
}
.icon-time,
.tag.icon-time {
  background-image: url('/site/images/icons/icon24_time_black60.png');
}
.icon-datetime,
.tag.icon-datetime {
  background-image: url('/site/images/icons/icon24_date-time_black60.png');
}
.icon-member_reference_code,
.tag.icon-member_reference_code {
  background-image: url('/site/images/icons/icon24_member_reference_code_black60.png');
}

#prefilled_title-lightbox .prefilled_title-buttons a:hover .tooltip_icon {
  display: block;
}
#prefilled_title-lightbox .tooltip_icon {
  right: -10px;
  top: -15px;
}
#prefilled_title-lightbox {
  max-width: 450px;
}
.is-calculated-values .radio_line .inline-edit {
  width: calc(70% - 35px) !important;
  box-sizing: border-box;
}
.radio_line .inline-edit.calculated-field-value {
  display: none !important;
}
.is-calculated-values .radio_line .inline-edit.calculated-field-value {
  box-sizing: border-box;
  left: 70% !important;
  width: 30% !important;
}
.is-calculated-values .radio_line .inline-edit.calculated-field-value.editing {
  display: block !important;
}
.contentEditableParagraph .tag {
  max-width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom_checkbox_box.filename .contentEditableParagraph {
  min-width: 230px;
}
.calculate-examples-specific {
  font-size: 80%;
}
.calculate-examples-specific:empty {
  display: none;
}
.calculationFunctionHelpTitle {
  margin: 1em 0 0 0;
}
#new-components {
  background-image: url('/site/images/svg/new_components_white.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 58px 9px;
  text-align: center;
}
#components_tabs {
  display: flex;
  justify-content: center;
}
#components_tabs div {
  overflow: hidden;
  white-space: nowrap;
}
#components_tabs div.other_menu_button {
  margin-left: 5px;
}
#components_tabs div.additional-tabs {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #47b2ba;
  z-index: 100;
}
#components_tabs a {
  padding: 7px 10px 10px 35px;
  width: 100%;
  text-decoration: none;
  color: white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#components_tabs a.active {
  background-color: white;
  color: black;
}
#components_tabs #new-components {
  background-position: 10px;
}
#components_tabs #new-components.active {
  background-image: url(/site/images/svg/new_components_black.svg);
}
#components_tabs #suggestions {
  background-image: url(/site/images/svg/suggestions_white.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 9%;
}
#components_tabs #suggestions.active {
  background-image: url(/site/images/svg/suggestions_black.svg);
}
#components_tabs #other {
  background-image: url(/site/images/icons/icon-burger-threedots_white.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 9%;
  padding: 7px 10px 10px;
}
#components_tabs #other.active {
  background-image: url(/site/images/icons/icon-burger-threedots.svg);
}
#components_tabs #triggers {
  background-image: url(/site/images/icons/trigger_white.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 9%;
}
#components_tabs #triggers.active {
  background-image: url(/site/images/icons/trigger_black.svg);
}
div.trigger-text-wrapper p {
  margin: 5px 0;
  padding: 0 10px;
}
.registration-formbuilder-warning {
  font-weight: bold;
  color: black;
}
.errorMessageBox:has(.registration-formbuilder-warning) {
  display: none;
}
.titleEmptyError {
  display: block;
  width: 35px;
  height: 35px;
}
.templates_bottom {
  width: 100%;
  float: right;
  display: none;
}
.component_button_bounce {
  animation: formbuilder_bounce 4s cubic-bezier(.36, .07, .19, .97) both infinite;
}
.formitem_number_bounce {
  animation: bounceBGBlue 4s cubic-bezier(.36, .07, .19, .97) 0.5s infinite
}
.formbuilder_hint_gif {
  width: 100%;
  max-width: 400px;
  margin-top: 2px;
}
.formbuilder_hint_text {
  width: 85%;
  margin: auto;
}
.accordion_empty_message .standardMessage {
  position: relative;
  z-index: 10;
}
@keyframes formbuilder_bounce {
  2%,
  18% {
    transform: translate3d(0, -2px, 0);
  }
  4%,
  16% {
    transform: translate3d(0, 4px, 0);
  }
  6%,
  10%,
  14% {
    transform: translate3d(0, -8px, 0);
  }
  8%,
  12% {
    transform: translate3d(0, 8px, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1451px) {
  #components_tabs div.other_menu_button {
    position: absolute;
    top: 0;
    right: 5px;
  }
}
@media (max-width: 1230px) and (min-width: 651px) {
  .accordion_column {
    display: block;
    width: calc(100% - 336px);
  }
}
@media only screen and (max-width: 650px) {
  .second_submenu_items {
    position: static;
    padding-left: 10px;
    max-width: 9999px;
  }
  .accordion_column {
    margin: 0;
    width: 100%;
    border: none;
  }
  .features_items {
    transition: left 500ms, opacity 500ms;
    z-index: 70;
    width: 80%;
    max-width: 328px;
    background-color: white;
    position: fixed;
    top: 0 !important;
    left: 0;
    display: none;
  }
  .form-triggers-wrapper {
    display: none;
  }
  .features_items h2 img {
    display: none;
  }
  .show_components_button {
    background: #47b2ba url('/site/images/icons/icon40_builder_white.png') center center no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    text-decoration: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: fixed;
    top: 9px;
    left: 9px;
    z-index: 100;
    border-radius: 27px;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background-position 0.5s, width 0.5s, box-shadow 0.5s, opacity 0.5s, left 0.5s, top 0.5s;
  }
  .accordion_empty_message .touchMessage {
    display: block;
    position: relative;
    z-index: 4;
  }
  .form_builder_tools:has(.item.item-components.drag-form-section) div.touchMessage {
    position: static;
  }
  .accordion_empty_message .standardMessage,
  .accordion_empty_message .default,
  .accordion_empty_message .animation {
    display: none;
  }
  .accordion_empty_message {
    line-height: 2.4em;
    padding-top: 80px;
  }
  .chatgpt_question_generator .features_items {
    position: unset;
    display: block;
  }
  .errorMessageBox:has(.registration-formbuilder-warning) {
    display: block;
  }
}
@media (max-width: 1015px) and (min-width: 651px) {
  .accordion_column {
    display: block;
    width: calc(100% - 336px);
  }
}
@media (max-width: 750px) {
  .append_multiple {
    display: block;
  }
}
@media (max-width: 875px) {
  .feature_properties_box textarea.text {
    width: calc(100% - 22px);
  }
  div.text {
    width: 100%;
  }
}
@media (max-width: 725px) and (min-width: 651px) {
  .feature_properties_box .options_box .radio_line {
    width: 100%;
  }
}
@media (max-width: 775px) and (min-width: 651px) {
  .button_name {
    overflow: hidden;
  }
  .option_buttons_line {
    width: 100%;
  }
}
@media (max-width: 800px) and (min-width: 651px) {
  .datetime_options {
    width: 100%;
  }
  select {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .errorMessageBox a.login-button {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    background: #47b2ba;
  }
  .finish_name {
    display: block;
  }
}
