@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'bebas_neue';
  src: url('https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../font/bebasneue_regular-webfont.woff2') format('woff2'), url('https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../font/bebasneue_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesansbold';
  src: url('https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../font/thesans-b7-bold-webfont.woff2') format('woff2'), url('https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../font/thesans-b7-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background-color: transparent;
}
.fc_redesign .magnify_glass {
  z-index: 300;
  position: absolute;
  border: 4px solid #51750c;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.fc_redesign span.whatsloading {
  position: absolute;
  top: 5em;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 12em;
  text-align: center;
  height: 2em;
}
.fc_redesign .open_preset_layer {
  height: 5em;
  display: inline-block;
  width: calc(100% / 3 - 0.5em);
  margin-right: 0.5em;
  margin-top: 0.5em;
  padding: 0.5em;
  cursor: pointer;
}
.fc_redesign .open_preset_layer:nth-child(even) {
  background-color: whitesmoke;
}
.fc_redesign .open_preset_layer:hover .remove_layer {
  display: block;
}
.fc_redesign .open_preset_layer .layer_image {
  width: 35%;
  height: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  border-radius: 0.5em;
}
.fc_redesign .open_preset_layer .text_data {
  width: calc(65% - 0.5em);
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5em;
  font-size: 0.875em;
  color: #2f2f2f;
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}
.fc_redesign .open_preset_layer .remove_layer {
  display: none;
  margin-top: 0.5em;
  font-size: 0.75em;
  cursor: pointer;
}
.fc_redesign .groupitem_div {
  position: absolute;
  background-color: #006330;
  color: white;
  padding: 0.25em 0.25em;
  font-weight: 300;
  border-radius: 2em;
  font-size: 0.75em;
  top: 0.5em;
  right: 0.5em;
  opacity: 0.5;
  cursor: pointer;
}
.fc_redesign .groupitem_div:hover {
  opacity: 1;
}
.fc_redesign .groupitem_div:hover span.groupitem_text {
  width: 3em;
}
.fc_redesign .groupitem_div span.groupitem_text {
  overflow: hidden;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  width: 0em;
  display: inline-block;
  vertical-align: middle;
}
.fc_redesign .groupitem_div i {
  vertical-align: middle;
}
.fc_redesign hr {
  margin-bottom: 0.5em;
  background-color: rgba(99, 99, 98, 0.1);
  height: 1px;
  border: 0;
}
.fc_redesign .search_header {
  border-bottom: 1px solid #b6b5b5;
  border-radius: 0.5em;
  padding: 0.5em;
}
.fc_redesign .search_header input {
  border-color: #b6b5b5;
  color: #000;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 .5em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: .75em;
  height: 2em;
  border-radius: .5em;
  width: 20em;
  margin-bottom: 0;
  margin: 0;
  font-weight: 300;
  font-style: italic;
  font-size: .875em;
  color: #636362;
}
.fc_redesign .search_header label {
  font-weight: 300;
  font-style: italic;
  font-size: .875em;
  margin-right: 1em;
  color: #636362;
}
.fc_redesign .appended_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.fc_redesign .extra_comb_info span {
  font-size: 0.75em;
  margin: 0.25em 0;
  display: block;
}
.fc_redesign .floriday_container {
  height: calc(100% - 7em);
  overflow: auto;
  margin-top: 1em;
}
.fc_redesign .replace_images_container {
  width: 100%;
  margin-bottom: 1em;
}
.fc_redesign .replace_images_container .original_image,
.fc_redesign .replace_images_container .fc_image {
  width: calc(50% - 75px);
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.fc_redesign .replace_images_container .original_image span,
.fc_redesign .replace_images_container .fc_image span {
  display: block;
}
.fc_redesign .replace_images_container .buttonize.find_fc_item {
  font-size: .875em;
  padding: .5em 1em;
  display: block;
  margin: calc(40% - 19px) 0;
}
.fc_redesign .replace_images_container span {
  line-height: 1.75em;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0 0.5em;
  color: #2b2c2b;
  vertical-align: top;
}
.fc_redesign .replace_images_container .img_sort_container.sorting_container img:first-child {
  height: 200px;
}
.fc_redesign .replace_images_container img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  text-align: center;
  margin: auto;
}
.fc_redesign .replace_images_container img.not_loaded {
  height: 4em;
  margin: calc(50% - 2em) 0;
}
.fc_redesign .replace_images_container img:not(:first-child) {
  width: 33.333%;
  height: 100px;
  border: 1px solid #b6b5b5;
  border-radius: 0.5em;
}
.fc_redesign .replace_images_container .change_to {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_right_purple.svg);
  background-size: 2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 300px;
}
.fc_redesign.page-template-page-floriday .floriday_container .option .imgContainer {
  top: 0;
}
.fc_redesign.page-template-page-floriday .floriday_container .controls .buttons {
  line-height: 1em;
  max-width: calc(100% - 2em);
  vertical-align: middle;
}
.fc_redesign.page-template-page-floriday .floriday_container .mutiple-objects-container {
  padding-top: 100%;
}
.fc_redesign.page-template-page-floriday_supply .left span {
  display: block;
  font-size: .875em;
  font-style: italic;
  color: #636362;
  text-align: left;
  font-weight: 300;
}
.fc_redesign.page-template-page-floriday_supply .image_sorting img {
  display: inline-block;
  width: calc(100% / 3 - 2px - 1em);
  margin: 0.5em;
  border-radius: 0.5em;
  border: 1px solid white;
  padding-top: 0 !important;
}
.fc_redesign.page-template-page-floriday_supply .image_sorting img.upload_this_one {
  border: 1px solid #006330;
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library {
  position: absolute;
  width: 50%;
  min-width: 960px;
  height: 80%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 550;
  border: 0;
  border-top: 1px solid #b6b5b5;
  border-bottom: 1px solid #b6b5b5;
  padding: 1em;
  border-radius: .5em;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library h2,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library h2,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library h2,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library h2 {
  height: 2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(182, 181, 181, 0.5);
  font-size: 1.5em;
  font-weight: 300;
  font-family: bebas_neue;
  letter-spacing: .5px;
  line-height: 2em;
  padding-bottom: 0;
  margin: 0;
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library .box_container,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library .box_container,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library .box_container,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library .box_container {
  height: calc(100% - 3em);
  overflow: auto;
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library .right,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library .right,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library .right,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library .right {
  width: calc(100% - 18em);
  min-height: 5em;
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library .right label,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library .right label,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library .right label,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library .right label {
  vertical-align: top;
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library .right input,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library .right input,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library .right input,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library .right input,
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library .right textarea,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library .right textarea,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library .right textarea,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library .right textarea {
  width: calc(100% - 20em);
}
.fc_redesign.page-template-page-floriday .metaDataBox.info_box.new_design.same_as_library .right textarea,
.fc_redesign.page-template-page-floriday-export-php .metaDataBox.info_box.new_design.same_as_library .right textarea,
.fc_redesign.page-template-page-gallery .metaDataBox.info_box.new_design.same_as_library .right textarea,
.fc_redesign.page-template-page-floriday_supply .metaDataBox.info_box.new_design.same_as_library .right textarea {
  height: 5em;
  resize: none;
}
.fc_redesign.page-template-page-floriday .user_media_library .floriday_fields,
.fc_redesign.page-template-page-floriday-export-php .user_media_library .floriday_fields,
.fc_redesign.page-template-page-gallery .user_media_library .floriday_fields,
.fc_redesign.page-template-page-floriday_supply .user_media_library .floriday_fields {
  margin-top: 1em;
}
.fc_redesign.page-template-page-floriday .user_media_library .left,
.fc_redesign.page-template-page-floriday-export-php .user_media_library .left,
.fc_redesign.page-template-page-gallery .user_media_library .left,
.fc_redesign.page-template-page-floriday_supply .user_media_library .left {
  width: 15em;
  padding: 0;
  padding-right: 1em;
  padding-left: 0;
  padding-top: 1em;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign.page-template-page-floriday .user_media_library .left .metaDataImage,
.fc_redesign.page-template-page-floriday-export-php .user_media_library .left .metaDataImage,
.fc_redesign.page-template-page-gallery .user_media_library .left .metaDataImage,
.fc_redesign.page-template-page-floriday_supply .user_media_library .left .metaDataImage {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  height: 0;
  display: inline-block;
  cursor: default;
  overflow: hidden;
}
.fc_redesign.page-template-page-floriday .user_media_library .right,
.fc_redesign.page-template-page-floriday-export-php .user_media_library .right,
.fc_redesign.page-template-page-gallery .user_media_library .right,
.fc_redesign.page-template-page-floriday_supply .user_media_library .right {
  width: calc(100% - 15em);
  padding: .5em;
  position: relative;
  vertical-align: top;
  height: 100%;
  display: inline-block;
}
.fc_redesign.page-template-page-floriday .user_media_library .right img,
.fc_redesign.page-template-page-floriday-export-php .user_media_library .right img,
.fc_redesign.page-template-page-gallery .user_media_library .right img,
.fc_redesign.page-template-page-floriday_supply .user_media_library .right img {
  margin-top: 1em;
}
.fc_redesign.page-template-page-floriday .user_media_library .photo_gallery_section,
.fc_redesign.page-template-page-floriday-export-php .user_media_library .photo_gallery_section,
.fc_redesign.page-template-page-gallery .user_media_library .photo_gallery_section,
.fc_redesign.page-template-page-floriday_supply .user_media_library .photo_gallery_section {
  margin-top: 1em;
  height: calc(100% - 4em);
}
.fc_redesign.page-template-page-showcase-gallery .photo_gallery_section {
  padding: 0.5em;
}
.fc_redesign.page-template-page-showcase-gallery .user_media_library .photo_gallery_section .media_gallery_thumb,
.fc_redesign.page-template-page-showcase-gallery .user_media_library .color_gallery_section .media_gallery_thumb,
.fc_redesign.page-template-page-showcase-gallery .user_media_library .quater_fields .media_gallery_thumb {
  object-fit: contain;
  padding: 0.5em;
}
.fc_redesign.page-template-page-floriday-export .cantclickoverlay,
.fc_redesign.page-template-page-floriday-php .cantclickoverlay,
.fc_redesign.page-template-page-floriday_supply .cantclickoverlay,
.fc_redesign.page-template-page-gallery .cantclickoverlay {
  background-color: rgba(255, 255, 255, 0.65);
}
.fc_redesign.page-template-page-floriday-export .cantclickoverlay_inside,
.fc_redesign.page-template-page-floriday-php .cantclickoverlay_inside,
.fc_redesign.page-template-page-floriday_supply .cantclickoverlay_inside,
.fc_redesign.page-template-page-gallery .cantclickoverlay_inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  border-radius: 0.5em;
}
.fc_redesign.page-template-page-floriday-export .cantclickoverlay_inside .buttonize.close_popup_after_upload,
.fc_redesign.page-template-page-floriday-php .cantclickoverlay_inside .buttonize.close_popup_after_upload,
.fc_redesign.page-template-page-floriday_supply .cantclickoverlay_inside .buttonize.close_popup_after_upload,
.fc_redesign.page-template-page-gallery .cantclickoverlay_inside .buttonize.close_popup_after_upload {
  position: absolute;
  top: 10em;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: max-content;
  height: max-content !important;
}
.fc_redesign.page-template-page-floriday-export .cantclickoverlay_inside span.uploading_text,
.fc_redesign.page-template-page-floriday-php .cantclickoverlay_inside span.uploading_text,
.fc_redesign.page-template-page-floriday_supply .cantclickoverlay_inside span.uploading_text,
.fc_redesign.page-template-page-gallery .cantclickoverlay_inside span.uploading_text {
  left: 0;
  top: 6em;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: max-content;
  text-align: center;
  display: block;
  font-size: .875em;
  font-style: italic;
  color: #636362;
}
.fc_redesign .image_container {
  width: calc(50% - 1em - 4px);
  margin-right: 1em;
  margin-bottom: .5em;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .image_container img {
  width: 100%;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border: 1px solid #b6b5b5;
  border-radius: .5em;
}
.fc_redesign .switch_fc {
  text-align: center;
}
.fc_redesign .combinateOverlay #wrappings_section .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/wrap-200-grey.png);
}
.fc_redesign .app .UploadOverlay,
.fc_redesign .container .UploadOverlay {
  background-color: #fbfcfe;
  z-index: 9000;
}
.fc_redesign .app .UploadOverlay .loader,
.fc_redesign .container .UploadOverlay .loader {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: 8em;
}
.fc_redesign .app .UploadOverlay .loader img,
.fc_redesign .container .UploadOverlay .loader img {
  height: 5em;
}
.fc_redesign .layer_presets .loader {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: 8em;
  margin-top: 1em;
  font-weight: 300;
}
.fc_redesign .layer_presets .loader img {
  height: 5em;
  margin: auto;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData label {
  width: 13em;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData .checkbox_label {
  width: auto;
  display: inline-block;
  line-height: 24px;
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 12px;
  border-radius: 0;
  cursor: pointer;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData .checkbox_label:first-of-type label {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData .checkbox_label:last-child label {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData .checkbox_label label {
  background: #ccc;
  width: auto;
  padding: 0 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData .checkbox_label input {
  display: none;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container.floriday_fields .metaData .checkbox_label input:checked + label {
  background-color: #adc34c;
}
.fc_redesign .customer_search_container {
  z-index: 1001;
  display: block;
  border: 1px solid #B6B5B5;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1em;
  text-align: left;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  top: 0;
  bottom: 0;
  position: absolute;
  width: calc(100% - 3em);
  height: calc(100% - 3em);
  background-color: #fbfcfe;
}
.fc_redesign .customer_search_container h4 {
  font-weight: 300;
  color: #636362;
  font-size: 1em;
}
.fc_redesign .customer_search_container ul.pagination {
  font-size: 0.875em;
  margin-bottom: 0.5em;
  border: 1px solid #B6B5B5;
  border-radius: 0.5em;
  width: max-content;
}
.fc_redesign .customer_search_container ul.pagination li {
  list-style: none;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-right: 1px solid #B6B5B5;
  margin: 0;
  background-color: transparent;
}
.fc_redesign .customer_search_container ul.pagination li.active {
  background-color: #006330;
}
.fc_redesign .customer_search_container ul.pagination li.active a.page-link {
  color: white;
}
.fc_redesign .customer_search_container ul.pagination li:last-child {
  border: 0;
}
.fc_redesign .customer_search_container ul.pagination li:hover {
  background-color: #f6fbf5;
}
.fc_redesign .customer_search_container ul.pagination li a.page-link {
  text-decoration: none;
  color: #636362;
}
.fc_redesign .customer_search_container .found_customers_container {
  border: 1px solid #B6B5B5;
  margin: 1em 0;
  padding: 0em;
  text-align: left;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 100%;
  height: calc(100% - 9.5em);
  background-color: #fbfcfe;
  overflow: auto;
  margin-bottom: 0.5em;
}
.fc_redesign .customer_search_container .found_customers_container .customer_line {
  line-height: 2em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #eee;
  background-color: #f6fbf5;
  color: #636362;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0.5em;
}
.fc_redesign .customer_search_container .found_customers_container .customer_line:nth-child(even) {
  background-color: white;
}
.fc_redesign .customer_search_container .found_customers_container .customer_line.selected {
  background-color: rgba(125, 190, 0, 0.2);
}
.fc_redesign .customer_search_container .found_customers_container .customer_line span.extra_info {
  float: right;
}
.fc_redesign .customer_search_container .found_customers_container .customer_line span.extra_info span {
  margin-right: 1em;
  width: 7.5em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.fc_redesign .customer_search_container .found_customers_container .customer_line span.extra_info .buttonize {
  line-height: normal;
}
.fc_redesign .metaData .code_search_box {
  width: 356px;
  display: inline-block;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size: .75em;
  background-size: 1em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  height: auto;
  border: 1px solid #b6b5b5;
  position: absolute;
  margin-top: 2.25em;
  left: 16.5em;
  height: 200px;
  z-index: 250;
  overflow: auto;
}
.fc_redesign .metaData .code_search_box.always_visable {
  margin-top: 0;
  position: relative;
  left: 0;
}
.fc_redesign .metaData .code_search_box .loading_overlay {
  margin: auto;
  position: absolute !important;
  width: 5em !important;
  height: 5em !important;
}
.fc_redesign .metaData .code_search_box span {
  display: inline-block;
}
.fc_redesign .metaData .code_search_box span:not(:first-child) {
  margin-left: 1em;
}
.fc_redesign .metaData .code_search_box .product_line,
.fc_redesign .metaData .code_search_box .package_line {
  line-height: 2em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #eee;
  background-color: #f6fbf5;
  color: #636362;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0.5em;
}
.fc_redesign .metaData .code_search_box .product_line:hover,
.fc_redesign .metaData .code_search_box .package_line:hover {
  opacity: 0.8;
}
.fc_redesign .metaData .code_search_box .product_line:nth-child(even),
.fc_redesign .metaData .code_search_box .package_line:nth-child(even) {
  background-color: white;
}
.fc_redesign .metaData .code_search_box .product_line.selected,
.fc_redesign .metaData .code_search_box .package_line.selected {
  background-color: rgba(125, 190, 0, 0.2);
}
.fc_redesign .floriday_fields .left img {
  width: 250px;
  height: auto;
}
.fc_redesign .floriday_fields .tab_div {
  display: none;
}
.fc_redesign .floriday_fields .tab_div.active_tab {
  display: block;
}
.fc_redesign .floriday_fields .field_groups_menu {
  margin-bottom: 1em;
  display: flex;
}
.fc_redesign .floriday_fields .field_groups_menu li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  border-right: 0 solid #e2e2e2;
  border-top: 1px solid transparent;
  font-weight: 500;
  text-transform: unset;
  font-size: .75em;
  color: #636362;
  margin-bottom: -1px;
  cursor: pointer;
  padding: 0 0.5em;
}
.fc_redesign .floriday_fields .field_groups_menu li.active {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #006330;
}
.fc_redesign .floriday_fields .field_groups_menu li:last-child {
  border-right: 1px solid #e2e2e2;
}
.fc_redesign .floriday_fields .bottom_overlay {
  position: absolute;
  width: 100%;
  height: calc(100% - 7em);
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.75);
}
.fc_redesign .floriday_fields .buttonize.floriday.replace_orginal {
  background-position: 40% 50%;
}
.fc_redesign .floriday_fields .left {
  text-align: center;
}
.fc_redesign .floriday_fields .left .ui-sortable .to_floriday_image {
  cursor: move !important;
}
.fc_redesign .floriday_fields span.added_company,
.fc_redesign .floriday_fields span.added_package {
  width: 33em;
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
}
.fc_redesign .floriday_fields span.added_company:not(:nth-child(2)),
.fc_redesign .floriday_fields span.added_package:not(:nth-child(2)) {
  display: block;
  margin-left: 13.5em;
}
.fc_redesign .floriday_fields span.added_company .inline_button,
.fc_redesign .floriday_fields span.added_package .inline_button {
  position: absolute;
  right: 0;
  padding: 0 1em;
}
.fc_redesign .floriday_fields span.added_company .inline_button.edit_package_conf,
.fc_redesign .floriday_fields span.added_package .inline_button.edit_package_conf {
  right: 6em;
}
.fc_redesign .floriday_container .mutiple-objects-container {
  width: 100%;
  padding-top: calc(100% + 2em);
  height: auto;
  display: inline-block;
  position: relative;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  border: 0 dashed #d0d1d5;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6fbf5;
}
.fc_redesign .floriday_container .mutiple-objects-container .family {
  width: 100%;
  height: calc(100% - 2.5em);
  position: absolute;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
  border-radius: .5em;
}
.fc_redesign .floriday_container .option {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  display: inline-block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}
.fc_redesign .floriday_container .option h2 {
  display: block;
  background-color: #006330;
  padding: 0.5em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 0em;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.fc_redesign .floriday_container .option .imgContainer {
  padding-top: 100%;
  top: 35px;
  width: 100%;
  height: auto;
  position: absolute;
  border-top: 0;
}
.fc_redesign .floriday_container .option .imgContainer img {
  height: unset;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fc_redesign .floriday_container .option .imgContainer img.not_loaded {
  max-width: 25%;
  max-height: 25%;
}
.fc_redesign .floriday_container .controls {
  width: 100%;
  height: 2em;
  margin: 0.5em 0;
  text-align: center;
  background-color: transparent;
  line-height: 2em;
}
.fc_redesign .floriday_container .controls .left {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-left.png");
}
.fc_redesign .floriday_container .controls .right {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-right.png");
}
.fc_redesign .floriday_container .controls .navigate {
  background-size: contain;
  width: 1em;
  height: 1.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
  cursor: pointer;
}
.fc_redesign .floriday_container .controls .buttons {
  display: inline-block;
  line-height: 2em;
}
.fc_redesign .floriday_container .controls .buttons .button {
  width: 0.5em;
  height: 0.5em;
  background-color: #636362;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 0.5em;
  opacity: 0.75;
  cursor: pointer;
}
.fc_redesign .floriday_container .controls .buttons .button:hover {
  opacity: 1;
}
.fc_redesign .floriday_container .trade-item,
.fc_redesign .floriday_container .supplyLine {
  width: calc(100% / 6 - 1em - 3px);
  min-height: 22.5em;
  overflow: hidden;
  padding: 1em;
  margin-right: 1em;
  display: inline-block;
  background-color: #f6fbf5;
  border-radius: 0.5em;
  position: relative;
  vertical-align: top;
  margin-bottom: 0.5em;
}
.fc_redesign .floriday_container .trade-item img,
.fc_redesign .floriday_container .supplyLine img {
  height: 10em;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  vertical-align: top;
  margin: auto;
  display: block;
}
.fc_redesign .floriday_container .trade-item img.thumb_img,
.fc_redesign .floriday_container .supplyLine img.thumb_img {
  border: 1px solid #b6b5b5;
  width: 3em;
  height: 3em;
  display: inline-block;
  border-radius: 0.5em;
}
.fc_redesign .floriday_container .trade-item p,
.fc_redesign .floriday_container .supplyLine p,
.fc_redesign .floriday_container .trade-item span,
.fc_redesign .floriday_container .supplyLine span {
  display: block;
  margin: 0;
  vertical-align: top;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.5em;
}
.fc_redesign .floriday_container .trade-item p.item_info,
.fc_redesign .floriday_container .supplyLine p.item_info,
.fc_redesign .floriday_container .trade-item span.item_info,
.fc_redesign .floriday_container .supplyLine span.item_info {
  width: 50%;
  display: inline-block;
}
.fc_redesign .floriday_container .trade-item button,
.fc_redesign .floriday_container .supplyLine button,
.fc_redesign .floriday_container .trade-item .succes_submit,
.fc_redesign .floriday_container .supplyLine .succes_submit {
  font-size: 0.875em;
  margin: auto;
  padding: 0.5em 1em;
  display: block;
  margin-top: 0.5em;
  width: 100%;
  background-position: 20% 50%;
  background-size: 1em;
}
.fc_redesign .floriday_container .trade-item .succes_submit,
.fc_redesign .floriday_container .supplyLine .succes_submit {
  border: 1px solid #006330;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  width: max-content;
}
.fc_redesign .sure_delete {
  width: calc(100%);
  height: calc(100%);
  background-color: rgba(255, 255, 255, 0.975);
  font-weight: 300;
  text-align: center;
  border: 1px solid rgba(182, 181, 181, 0.5);
  border-radius: 8px;
  margin: auto;
  margin-top: 0px;
  z-index: 10;
  position: absolute;
  cursor: auto;
  top: 0px;
  left: 0px;
}
.fc_redesign .sure_delete .button {
  font-size: 0.75em;
}
.fc_redesign .buttonize {
  border: none;
  border-bottom: 0px solid #51750c;
  border-radius: 18px;
  padding: 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #006330;
  width: fit-content;
}
.fc_redesign .buttonize.to_export_list,
.fc_redesign .buttonize.already_on_exportlist,
.fc_redesign .buttonize.nieuwkoop_import {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: auto;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #60bb47;
}
.fc_redesign .buttonize.already_on_exportlist,
.fc_redesign .buttonize.nieuwkoop_import {
  background-color: white;
  color: #60bb47 !important;
  border: 1px solid #60bb47;
}
.fc_redesign .buttonize.flip_it {
  line-height: 1.75em;
  font-size: .875em;
  font-weight: 300;
  vertical-align: top;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0em 2.25em;
}
.fc_redesign .buttonize.submitted {
  background-color: transparent;
  color: #636362 !important;
  border: 1.5px solid #00633052;
}
.fc_redesign .buttonize.floriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .buttonize.floriday.back_to_export {
  padding: .5em 2em;
  text-transform: uppercase;
  position: absolute;
  right: 11em;
  top: -.25em;
  background-position: 5% 50%;
  background-size: 1em;
}
.fc_redesign .buttonize.just_link_image {
  margin-bottom: 1em;
}
.fc_redesign .buttonize.replace_orginal,
.fc_redesign .buttonize.image_options,
.fc_redesign .buttonize.get_showcase,
.fc_redesign .buttonize.create_silhouette,
.fc_redesign .buttonize.create_showcase,
.fc_redesign .buttonize.export_to_floriday_action,
.fc_redesign .buttonize.submitted,
.fc_redesign .buttonize.remove_from_list,
.fc_redesign .buttonize.delete_silhouette,
.fc_redesign .buttonize.delete_showcase,
.fc_redesign .buttonize.just_link_image,
.fc_redesign .buttonize.gen_auto_showcase,
.fc_redesign .buttonize.floriday_button,
.fc_redesign .buttonize.fulllength_button {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign .buttonize.replace_orginal.doing_upload,
.fc_redesign .buttonize.image_options.doing_upload,
.fc_redesign .buttonize.get_showcase.doing_upload,
.fc_redesign .buttonize.create_silhouette.doing_upload,
.fc_redesign .buttonize.create_showcase.doing_upload,
.fc_redesign .buttonize.export_to_floriday_action.doing_upload,
.fc_redesign .buttonize.submitted.doing_upload,
.fc_redesign .buttonize.remove_from_list.doing_upload,
.fc_redesign .buttonize.delete_silhouette.doing_upload,
.fc_redesign .buttonize.delete_showcase.doing_upload,
.fc_redesign .buttonize.just_link_image.doing_upload,
.fc_redesign .buttonize.gen_auto_showcase.doing_upload,
.fc_redesign .buttonize.floriday_button.doing_upload,
.fc_redesign .buttonize.fulllength_button.doing_upload {
  background-size: 2em;
}
.fc_redesign .buttonize.remove_from_list,
.fc_redesign .buttonize.delete_silhouette,
.fc_redesign .buttonize.delete_showcase {
  background-color: #9c1818;
  border-color: #540909;
}
.fc_redesign .buttonize:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .buttonize input {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px;
  margin-right: 0.5em;
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes {
  z-index: 600;
  width: 50%;
  height: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 960px;
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .page_sidebar {
  width: 100%;
  height: 3em;
  margin-bottom: 1em;
  transition: 0s;
  -webkit-transition: 0s;
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .page_sidebar .sidebar_item {
  padding-left: 1em;
  height: 3em;
  line-height: 3em;
  width: calc(50% - 2px);
  display: inline-block;
  border-bottom: 0;
  border-right: 1px solid #ccc;
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .page_sidebar .sidebar_item:last-child {
  border-right: 0;
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .page_sidebar .sidebar_item .icon {
  width: 2.5em;
  height: 2.5em;
  background-size: 2.25em;
  vertical-align: top;
  margin-top: 0.25em;
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .page_library {
  width: 100%;
  margin: 0;
  height: calc(100% - 19.5em);
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .imageholder.expand .image {
  width: calc(100%/5 - 1em);
}
.fc_redesign.page-template-page-floriday-php div.page_layout.gallerypage.show_to_front.adjust_sizes .item_filters .input_filters .color_filter_spectrum li {
  width: 0.5em;
  margin: 0 calc(100%/64 - 0.25em);
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout {
  text-align: left;
  z-index: 230;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: unset;
  left: unset;
  padding-bottom: 0;
  background-color: #fbfcfe;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .user_media_library .upload_photo_section p,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .user_media_library .upload_photo_section p,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .user_media_library .upload_photo_section p,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .user_media_library .upload_photo_section p,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .user_media_library .create_preset_section p,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .user_media_library .create_preset_section p,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .user_media_library .create_preset_section p,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .user_media_library .create_preset_section p,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .user_media_library .create_save_section p,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .user_media_library .create_save_section p,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .user_media_library .create_save_section p,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .user_media_library .create_save_section p,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .user_media_library .select_quarter_section p,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .user_media_library .select_quarter_section p,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .user_media_library .select_quarter_section p,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .user_media_library .select_quarter_section p {
  vertical-align: middle;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .page_data .option_section .page_image_holder.error_in_this_section,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .page_data .option_section .page_image_holder.error_in_this_section,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .page_data .option_section .page_image_holder.error_in_this_section,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .page_data .option_section .page_image_holder.error_in_this_section {
  border-bottom: 2px solid #bf0000;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .container_item:hover span.copy_container_item,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .container_item:hover span.copy_container_item,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .container_item:hover span.copy_container_item,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .container_item:hover span.copy_container_item {
  display: block;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout span.copy_container_item,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout span.copy_container_item,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout span.copy_container_item,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout span.copy_container_item {
  display: none;
  position: absolute;
  bottom: 0.5em;
  right: .5em;
  cursor: pointer;
  opacity: .5;
  font-size: 0.75em;
  line-height: 1em;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout span.copy_container_item.ready_to_be_coppied,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout span.copy_container_item.ready_to_be_coppied,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout span.copy_container_item.ready_to_be_coppied,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout span.copy_container_item.ready_to_be_coppied {
  display: block;
  color: white;
  background-color: green;
  border-bottom: 1px solid #51750c;
  border-radius: .5em;
  background-color: #006330;
  padding: 0.25em;
  bottom: calc(0.25em - 1px);
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .page_image_holder,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .page_image_holder,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .page_image_holder,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .page_image_holder {
  margin-bottom: 1.375em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .page_image_holder:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .page_image_holder:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .page_image_holder:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .page_image_holder:hover {
  margin-bottom: 0em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .page_image_holder:hover span.remove_image_from_holder,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .page_image_holder:hover span.remove_image_from_holder,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .page_image_holder:hover span.remove_image_from_holder,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .page_image_holder:hover span.remove_image_from_holder {
  display: block;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .page_image_holder span.remove_image_from_holder,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .page_image_holder span.remove_image_from_holder,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .page_image_holder span.remove_image_from_holder,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .page_image_holder span.remove_image_from_holder {
  display: none;
  font-size: 0.75em;
  line-height: 1em;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  cursor: pointer;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .items_container_wrap,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .items_container_wrap,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .items_container_wrap,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .items_container_wrap,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .colorchids_db,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .colorchids_db,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .colorchids_db,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .colorchids_db {
  height: calc(100% - 5em);
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .items_container_wrap .container_item,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .items_container_wrap .container_item,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .items_container_wrap .container_item,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .items_container_wrap .container_item {
  height: 5em;
  line-height: 5em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .colorchids_db .db_header p.page_header,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .colorchids_db .db_header p.page_header,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .colorchids_db .db_header p.page_header,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .colorchids_db .db_header p.page_header {
  line-height: 2em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .start_ch_screen .text_center_center p.open_existing_project,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .start_ch_screen .text_center_center p.open_existing_project,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .start_ch_screen .text_center_center p.open_existing_project,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .start_ch_screen .text_center_center p.open_existing_project {
  border-bottom: 0px solid #51750c;
  border-radius: 0.5em;
  background-color: #006330;
  padding: 0.5em 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  line-height: normal;
  margin-top: 0.5em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process {
  border: none;
  border-bottom: 0px solid #51750c;
  border-radius: 18px;
  padding: 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #006330;
  width: fit-content;
  height: 2.5em !important;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.to_export_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.to_export_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.to_export_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.to_export_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.nieuwkoop_import {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: auto;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #60bb47;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.already_on_exportlist,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.nieuwkoop_import,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.nieuwkoop_import {
  background-color: white;
  color: #60bb47 !important;
  border: 1px solid #60bb47;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.flip_it,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.flip_it,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.flip_it,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.flip_it,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.flip_it {
  line-height: 1.75em;
  font-size: .875em;
  font-weight: 300;
  vertical-align: top;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0em 2.25em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.submitted {
  background-color: transparent;
  color: #636362 !important;
  border: 1.5px solid #00633052;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.floriday,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.floriday,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.floriday,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.floriday,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.floriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.floriday.back_to_export,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.floriday.back_to_export {
  padding: .5em 2em;
  text-transform: uppercase;
  position: absolute;
  right: 11em;
  top: -.25em;
  background-position: 5% 50%;
  background-size: 1em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.just_link_image {
  margin-bottom: 1em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.replace_orginal,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.replace_orginal,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.replace_orginal,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.image_options,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.image_options,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.image_options,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.image_options,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.get_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.get_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.get_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.get_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.create_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.create_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.create_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.create_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.create_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.create_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.create_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.export_to_floriday_action,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.submitted,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.just_link_image,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.gen_auto_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.floriday_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.floriday_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.floriday_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.floriday_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.fulllength_button,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.fulllength_button,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.fulllength_button,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.fulllength_button {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.replace_orginal.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.image_options.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.get_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.create_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.create_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.export_to_floriday_action.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.submitted.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.remove_from_list.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.delete_silhouette.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.delete_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.just_link_image.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.gen_auto_showcase.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.floriday_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.fulllength_button.doing_upload,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.fulllength_button.doing_upload {
  background-size: 2em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.remove_from_list,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.delete_silhouette,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process.delete_showcase,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process.delete_showcase {
  background-color: #9c1818;
  border-color: #540909;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields:hover,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process:hover,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process:hover,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process:hover,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .link_button input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .link_button input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .link_button input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .link_button input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .fill_excel_fields input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .fill_excel_fields input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .fill_excel_fields input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .fill_excel_fields input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .action_buttons .button input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .action_buttons .button input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .action_buttons .button input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .action_buttons .button input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_preset input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_preset input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_preset input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_preset input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_pdf_process input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_pdf_process input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_pdf_process input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_pdf_process input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .save_excel_fields input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .save_excel_fields input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .save_excel_fields input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .save_excel_fields input,
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .copy_pdf_process input,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .copy_pdf_process input,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .copy_pdf_process input,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .copy_pdf_process input {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px;
  margin-right: 0.5em;
}
.fc_redesign.page-template-page-colororchids-php .colorchids_window.page_layout .open_theme_colors,
.fc_redesign.page-template-page-floriday-php .colorchids_window.page_layout .open_theme_colors,
.fc_redesign.page-template-page-colororchids-php .floriday_import.page_layout .open_theme_colors,
.fc_redesign.page-template-page-floriday-php .floriday_import.page_layout .open_theme_colors {
  width: 100%;
}
.fc_redesign.page-template-page-colororchids-php .gallerypage,
.fc_redesign.page-template-page-floriday-php .gallerypage {
  text-align: left;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f9f9f9;
  z-index: 220;
  height: 100%;
  overflow: auto;
  background-color: #fbfcfe;
}
.fc_redesign.page-template-page-colororchids-php .gallerypage .button-container,
.fc_redesign.page-template-page-floriday-php .gallerypage .button-container {
  line-height: unset !important;
}
.fc_redesign.page-template-page-colororchids-php .page_layout.gallerypage.show_to_front,
.fc_redesign.page-template-page-floriday-php .page_layout.gallerypage.show_to_front {
  z-index: 500;
  border: 0;
  border-top: 1px solid #b6b5b5;
  border-bottom: 1px solid #b6b5b5;
  padding: 1em;
  border-radius: .5em;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  background-color: #f9f9f9;
  z-index: 230;
  width: calc(100% - 2em);
  height: calc(100% - 6em);
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: unset;
  left: unset;
  right: 1em;
  bottom: 1em;
  padding-bottom: 0;
}
.fc_redesign h1,
.fc_redesign h2 {
  color: #636362;
  font-weight: normal;
  font-size: 1.5em;
}
.fc_redesign h2 {
  font-weight: 300;
}
.fc_redesign h3 {
  font-weight: 300;
  color: #636362;
}
.fc_redesign p,
.fc_redesign li,
.fc_redesign span {
  line-height: 1.5em;
  margin: 0;
  position: relative;
  padding: 0;
  margin-top: 0.5em;
  color: #1f2626;
  font-family: "Raleway";
}
.fc_redesign .text_page h1 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
}
.fc_redesign .text_page h2 {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 1em;
}
.fc_redesign .text_page li {
  margin-left: 1.5em;
}
.fc_redesign .text_page a {
  color: #636362;
}
.fc_redesign #overlay {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  height: 100%;
  background-color: #ffffff;
}
.fc_redesign .loading_overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 5em;
  height: 5em;
}
.fc_redesign .new_upload_design.metaDataBox .morelips_group,
.fc_redesign .new_upload_design.metaDataBox .connected_group_div,
.fc_redesign .new_upload_design.metaDataBox .elho_app,
.fc_redesign .new_upload_design.metaDataBox .company_div,
.fc_redesign .new_upload_design.metaDataBox .delete_tab {
  width: 500px;
  padding: 0.5em;
  position: relative;
  height: 100%;
  display: inline-block;
}
.fc_redesign .metaDataBox {
  text-align: left;
  position: fixed;
  width: 45em;
  height: 28em;
  background-color: #fbfcfe;
  z-index: 2000;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #B6B5B5;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fc_redesign .metaDataBox .delete_tab span {
  display: block;
}
.fc_redesign .metaDataBox .left,
.fc_redesign .metaDataBox .right {
  display: inline-block;
  padding: 0.5em;
  vertical-align: top;
}
.fc_redesign .metaDataBox .left {
  width: calc(30% - 1em);
}
.fc_redesign .metaDataBox .left span {
  text-transform: none;
  font-size: 0.875em;
  font-weight: 300;
}
.fc_redesign .metaDataBox .left button.replace_nieuwkoop_image,
.fc_redesign .metaDataBox .left button.submitted_nieuwkoop_image {
  text-transform: unset;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Raleway";
  font-weight: 500;
  display: block;
  width: calc(100% - 1em);
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox .left button.submitted_nieuwkoop_image {
  opacity: 0.25;
}
.fc_redesign .metaDataBox .right {
  width: calc(69% - 1em);
  height: calc(100% - 1em);
}
.fc_redesign .metaDataBox .metaData,
.fc_redesign .metaDataBox .metaDataAccessoires {
  padding: 0;
  line-height: 1.5em;
  margin-bottom: 0.25em;
}
.fc_redesign .metaDataBox .metaData label,
.fc_redesign .metaDataBox .metaDataAccessoires label {
  width: 8em;
  display: inline-block;
  font-weight: bold;
  font-size: 0.875em;
  vertical-align: top;
}
.fc_redesign .metaDataBox .metaData span,
.fc_redesign .metaDataBox .metaDataAccessoires span {
  font-size: 0.875em;
}
.fc_redesign .metaDataBox .metaData .addOption,
.fc_redesign .metaDataBox .metaDataAccessoires .addOption,
.fc_redesign .metaDataBox .metaData .addTheOption,
.fc_redesign .metaDataBox .metaDataAccessoires .addTheOption {
  font-size: 0.75em;
  margin-left: 1em;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}
.fc_redesign .metaDataBox .metaData .addTheOption,
.fc_redesign .metaDataBox .metaDataAccessoires .addTheOption {
  margin-left: 0.5em;
}
.fc_redesign .metaDataBox .metaData .button,
.fc_redesign .metaDataBox .metaDataAccessoires .button {
  border-bottom: 3px solid #51750c;
  border-radius: 0.5em;
  background-color: #7dbe00;
  padding: 0.25em 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
}
.fc_redesign .metaDataBox .metaData .button:hover,
.fc_redesign .metaDataBox .metaDataAccessoires .button:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .metaDataBox .metaData .button:hover,
.fc_redesign .metaDataBox .metaDataAccessoires .button:hover {
  opacity: 0.8;
}
.fc_redesign .metaDataBox .metaData input:not([type='checkbox']),
.fc_redesign .metaDataBox .metaDataAccessoires input:not([type='checkbox']) {
  width: calc(100% - 11em);
  display: inline-block;
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
}
.fc_redesign .metaDataBox .metaData input:not([type='checkbox']):disabled,
.fc_redesign .metaDataBox .metaDataAccessoires input:not([type='checkbox']):disabled {
  opacity: 0.5;
}
.fc_redesign .metaDataBox .metaData input:not([type='checkbox']).addOptionText,
.fc_redesign .metaDataBox .metaDataAccessoires input:not([type='checkbox']).addOptionText {
  width: 8em;
  margin-left: 0.5em;
}
.fc_redesign .metaDataBox .metaData select,
.fc_redesign .metaDataBox .metaDataAccessoires select {
  width: calc(100% - 20em);
  display: inline-block;
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/selectArrow.png);
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
}
.fc_redesign .metaDataBox .metaData textarea.combination_comment,
.fc_redesign .metaDataBox .metaDataAccessoires textarea.combination_comment {
  width: calc(100% - 11.75em);
  display: inline-block;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: calc(99.5%) 50%;
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
  margin: 0;
  vertical-align: middle;
  resize: none;
}
.fc_redesign .metaDataBox .metaData select:disabled,
.fc_redesign .metaDataBox .metaDataAccessoires select:disabled {
  opacity: 0.5;
}
.fc_redesign .metaDataBox .metaDataImage,
.fc_redesign .metaDataBox .metaDataAccessoiresImage {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 1px solid #DEDEDE;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  height: 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fc_redesign .metaDataBox .metaDataImage input,
.fc_redesign .metaDataBox .metaDataAccessoiresImage input {
  /*Important*/
  position: absolute;
  /*Important*/
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.fc_redesign .metaDataBox .metaDataImage.mouse-over,
.fc_redesign .metaDataBox .metaDataAccessoiresImage.mouse-over {
  background-color: #F2F2F2;
}
.fc_redesign .metaDataBox .metaDataImage.image-set,
.fc_redesign .metaDataBox .metaDataAccessoiresImage.image-set {
  background-color: #F1F1F1;
}
.fc_redesign .metaDataBox .metaDataImage.home-icon,
.fc_redesign .metaDataBox .metaDataAccessoiresImage.home-icon {
  background-size: cover;
  background-position: 50% 50%;
  width: 3.5em;
  height: 3.5em;
  margin: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
}
.fc_redesign .metaDataBox .metaDataImage span,
.fc_redesign .metaDataBox .metaDataAccessoiresImage span,
.fc_redesign .metaDataBox .metaDataImage label,
.fc_redesign .metaDataBox .metaDataAccessoiresImage label {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: auto;
}
.fc_redesign .metaDataBox .metaDataImage label,
.fc_redesign .metaDataBox .metaDataAccessoiresImage label {
  cursor: pointer;
}
.fc_redesign .metaDataBox .metaDataImage .error,
.fc_redesign .metaDataBox .metaDataAccessoiresImage .error {
  color: #ea3f3f;
  font-weight: bold;
}
.fc_redesign .metaDataBox .metaDataImage img.previewImage,
.fc_redesign .metaDataBox .metaDataAccessoiresImage img.previewImage,
.fc_redesign .metaDataBox .metaDataImage img.previewImageAccessoires,
.fc_redesign .metaDataBox .metaDataAccessoiresImage img.previewImageAccessoires {
  width: auto;
  height: 6em;
  margin: auto;
  display: block;
  margin-top: 1em;
  margin-bottom: 0em;
  position: absolute;
  top: 0em;
  left: 0;
  border: 1px dashed #DEDEDE;
  right: 0;
  opacity: 0.75;
}
.fc_redesign .metaDataBox .metaData .button,
.fc_redesign .metaDataBox .metaDataAccessoires .button {
  font-weight: 300;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox .metaData .button.disabled,
.fc_redesign .metaDataBox .metaDataAccessoires .button.disabled {
  opacity: 0.25;
}
.fc_redesign .metaDataBox .requestoffer h3 {
  font-weight: 500;
  font-size: 0.75em;
  color: #2b2c2b;
  margin: 0;
  text-transform: uppercase;
}
.fc_redesign .metaDataBox .requestoffer input,
.fc_redesign .metaDataBox .requestoffer textarea {
  width: calc(100% - 2em);
  display: block;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
  resize: none;
  margin-bottom: 0.25em;
}
.fc_redesign .metaDataBox .requestoffer span {
  font-weight: 500;
  font-size: 0.75em;
  margin: 0;
}
.fc_redesign .metaDataBox .requestoffer span.error {
  color: #b30707;
}
.fc_redesign .metaDataBox .requestoffer button {
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #7dbe00;
  font-weight: 300;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 0;
  font-size: 0.75em;
  vertical-align: top;
  float: right;
}
.fc_redesign .metaDataBox .requestoffer button:hover {
  background-color: #191919;
}
.fc_redesign .metaDataBox .metaDataImage span.remove_second_image {
  width: 3em;
  height: 3em;
  top: -0.5em;
  background-color: #878688;
  right: -0.5em;
  left: auto;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  opacity: 0.75;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/delete.png);
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.fc_redesign .metaDataBox .metaDataImage span.remove_second_image:hover {
  opacity: 1;
}
.fc_redesign .metaDataBox span.secondImage {
  display: inline-block;
  width: 6em;
}
.fc_redesign .metaDataBox .metaDataImage,
.fc_redesign .metaDataBox .metaDataAccessoiresImage {
  border-style: dashed;
}
.fc_redesign .metaDataBox.checkPosBox {
  width: 60em;
  height: 45em;
}
.fc_redesign .metaDataBox.checkPosBox .connection_point_check {
  text-align: center;
  padding: 0;
}
.fc_redesign .metaDataBox.checkPosBox .connection_point_check .connection_to_check_image {
  background-color: white;
  margin: auto;
  border: 1px dashed #DEDEDE;
  position: relative;
}
.fc_redesign .metaDataBox.checkPosBox .dot {
  position: absolute;
  background-color: red;
  width: 1em;
  height: 1em;
  -ms-transform: translate(-0.5em, -0.5em);
  -webkit-transform: translate(-0.5em, -0.5em);
  transform: translate(-0.5em, -0.5em);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBoxDelete {
  position: absolute;
  width: 20em;
  height: 12.5em;
  background-color: #F5F5F5;
  z-index: 2010;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #B6B5B5;
  padding: 0.5em;
}
.fc_redesign .metaDataBoxDelete .metaData {
  padding: 0;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.fc_redesign .metaDataBoxDelete .metaData label {
  width: 8em;
  display: inline-block;
  font-weight: bold;
  font-size: 0.875em;
}
.fc_redesign .metaDataBoxDelete .metaData span {
  font-size: 0.875em;
  display: block;
}
.fc_redesign .metaDataBoxDelete .button {
  padding: 0.25em 1em;
  border: 1px solid #DEDEDE;
  width: auto;
  cursor: pointer;
  width: 100%;
  background-color: white;
  text-align: center;
}
.fc_redesign .metaDataBoxDelete .button:hover {
  background-color: #f1f1f1;
}
.fc_redesign .cantclickoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 501;
}
.fc_redesign .checkboxesDiv {
  width: calc(100% - 8em);
  display: inline-block;
}
.fc_redesign .metaDataBox .metaData .checkboxesDiv label {
  font-size: 0.75em;
  font-weight: normal;
  width: auto;
  padding-right: 0.75em;
}
.fc_redesign .metaDataBox.potBox {
  height: 39em;
}
.fc_redesign .metaDataBox.info_box.new_design {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  max-width: unset;
  width: max-content;
  height: auto;
  z-index: 1000;
  display: block;
  top: 6em;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1em;
  text-align: left;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(220, 225, 225, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 27px 0px rgba(39, 39, 39, 0.1);
}
.fc_redesign .metaDataBox.info_box.new_design h3 {
  font-size: 16px;
  font-family: "Raleway";
  color: #1f2626;
  line-height: 1.2;
  text-align: left;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .loading_overlay {
  position: relative;
  height: 2em;
  vertical-align: middle;
  width: 2em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .buttonize {
  width: calc(100% - 2em);
  text-align: center;
  font-weight: 300;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .buttonize.inline_button {
  width: unset;
  font-size: .75em;
  padding: 0.125em 1em;
  line-height: unset;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-top: -2px;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .buttonize.inline_button.open_customer_search,
.fc_redesign .metaDataBox.info_box.new_design .metaData .buttonize.inline_button.open_fust_select {
  display: block;
  width: max-content;
  margin-left: 15.5em;
  margin-top: 0.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData label.buttonize.create_showcase,
.fc_redesign .metaDataBox.info_box.new_design .metaData label.buttonize.export_to_floriday_action,
.fc_redesign .metaDataBox.info_box.new_design .metaData label.buttonize.submitted,
.fc_redesign .metaDataBox.info_box.new_design .metaData label.buttonize.saveMetaData {
  width: calc(100% - 2em);
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .share_with_all {
  display: block;
  margin: 0;
  width: 100%;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData #product_description {
  width: 264px;
  height: 4em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv label {
  padding: 0;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv.connected_groupMetaData {
  width: 300px;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv.connected_groupMetaData label {
  width: calc(50% - 1em);
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv.scrollCheckBox.price_fields {
  width: 270px;
  max-height: unset;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv.scrollCheckBox.price_fields label[for="standard_price"] {
  width: 100%;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv.scrollCheckBox.price_fields label[for="standard_price"] input {
  width: 4em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv.scrollCheckBox.price_fields label {
  padding: 0;
}
.fc_redesign .metaDataBox.info_box.new_design .close_popup {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  opacity: 0.5;
  background-size: 2em;
  background-repeat: no-repeat;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/fc-plus-icon-grey.png);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-position: 50% 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 10;
}
.fc_redesign .metaDataBox.info_box.new_design * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .box_container .base-icon.close-icon {
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  top: 1em;
}
.fc_redesign .metaDataBox.info_box.new_design select:after {
  content: '\e1001';
  font-family: "icons";
}
.fc_redesign .metaDataBox.info_box.new_design .left,
.fc_redesign .metaDataBox.info_box.new_design .right,
.fc_redesign .metaDataBox.info_box.new_design .kroger_fields {
  display: inline-block;
  padding: 1.5em;
  vertical-align: top;
}
.fc_redesign .metaDataBox.info_box.new_design .left {
  width: 15em;
  padding: 0;
  padding-right: 1em;
  padding-left: 0em;
  padding-top: 1em;
}
.fc_redesign .metaDataBox.info_box.new_design .left .metaData label {
  height: auto;
}
.fc_redesign .metaDataBox.info_box.new_design .right {
  width: 500px;
  padding: 0.5em;
  position: relative;
  height: 100%;
}
.fc_redesign .metaDataBox.info_box.new_design .right .metaData label {
  width: 8em;
  padding-right: 0.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .right .nieuwkoop_fields {
  margin-top: 0.5em;
  max-height: 300px;
  overflow: auto;
  font-size: 12px;
}
.fc_redesign .metaDataBox.info_box.new_design .right .nieuwkoop_fields h3 {
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .right .nieuwkoop_fields .metaData label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fc_redesign .metaDataBox.info_box.new_design .gif_load {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData {
  padding: 0;
  line-height: 1.5em;
  margin-bottom: .25em;
  padding-bottom: .25em;
  border-bottom: 1px solid #f1f1f1;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .button.cm_or_inch_upload {
  width: 4em;
  font-weight: 500;
  padding: 0.25em 0;
  font-size: 12px;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .button.cm_or_inch_upload:not(.active) {
  opacity: 0.5;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .button.cm_or_inch_upload:not(.active):hover {
  opacity: 0.8;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .color_filter_spectrum {
  width: 230px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .color_filter_spectrum label {
  width: 100%;
  padding-right: 0;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData label {
  width: 9em;
  display: inline-block;
  text-transform: unset;
  font-size: 0.875em;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Raleway";
  color: #1f2626;
  font-weight: 500;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv {
  width: 270px;
  display: inline-block;
  overflow: auto;
  vertical-align: middle;
  max-height: unset;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .checkboxesDiv label {
  font-size: 0.75em;
  width: auto;
  padding-right: 0.75em;
  text-transform: none;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData span {
  text-transform: none;
  font-size: 0.875em;
  font-weight: 300;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData span.comment {
  display: block;
  font-size: 0.75em;
  font-style: italic;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData span.add_option_checkbox {
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  line-height: 1.25em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .new_input .addTheCheckbox {
  margin-left: 0.5em;
  display: inline-block;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .secondImage {
  vertical-align: middle;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .addOption,
.fc_redesign .metaDataBox.info_box.new_design .metaData .addTheOption {
  font-size: 0.75em;
  margin-left: 1em;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .addTheOption {
  margin-left: 0.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .button {
  border-bottom: 3px solid #51750c;
  border-radius: 0.5em;
  background-color: #7dbe00;
  padding: 0.25em 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .button:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData .button:hover {
  opacity: 0.8;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData input:not([type='checkbox']),
.fc_redesign .metaDataBox.info_box.new_design .metaData select,
.fc_redesign .metaDataBox.info_box.new_design .metaData textarea {
  width: 200px;
  display: inline-block;
  border: none;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  height: auto;
  border: 1px solid #B6B5B5;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData input:not([type='checkbox']):disabled {
  opacity: 0.5;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData input:not([type='checkbox']).addOptionText {
  width: 7em;
  margin-left: 0.5em;
  padding: 0.25em 1em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData select:disabled {
  opacity: 0.5;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData input.height_input,
.fc_redesign .metaDataBox.info_box.new_design .metaData input.height_input_coverted {
  width: 6.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaData input.height_input_coverted {
  margin-left: 1.5em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  height: 0;
  display: inline-block;
  cursor: default;
  overflow: hidden;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage.to_floriday_image:not(:first-child) {
  width: 49%;
  padding-top: 118px;
  border: 1px solid #eaeaea;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage input {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage .mouse-over {
  background-color: #F2F2F2;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage .image-set {
  background-color: #F1F1F1;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage .icon-upload {
  background-size: cover;
  background-position: 50% 50%;
  width: 4em;
  height: 4em;
  margin: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/fc-upload-icon.png");
  background-size: 3em;
  background-repeat: no-repeat;
  background-color: #878688;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage span {
  position: absolute;
  top: 8em;
  left: 0;
  right: 0;
  margin: auto;
  width: 6em;
  font-size: 0.875em;
  font-weight: 300;
  text-transform: uppercase;
}
.fc_redesign .metaDataBox.info_box.new_design .metaDataImage .error {
  color: #ea3f3f;
  font-weight: bold;
}
.fc_redesign .done_upload {
  position: relative;
  margin-top: 2em;
  height: auto;
  padding: 0.25em 1em;
  font-weight: 300;
}
.fc_redesign .preview_style {
  width: auto;
  height: 6em;
  margin: auto;
  display: block;
  margin-top: 1em;
  margin-bottom: 0em;
  position: absolute;
  top: 0em;
  left: 0;
  border: 1px dashed #DEDEDE;
  right: 0;
  opacity: 0.75;
}
.fc_redesign .cm_or_inch_upload {
  margin-left: 0.25em;
  display: inline-block;
}
.fc_redesign .waitOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5010;
  background-color: white;
}
.fc_redesign .waitOverlay .loader {
  position: absolute;
  bottom: 2em;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.fc_redesign .waitOverlay span {
  font-family: "Lato";
  display: block;
  margin-bottom: 1em;
}
.fc_redesign .middle-collum {
  text-align: center;
  display: block;
  vertical-align: top;
  padding: 1em;
  max-width: 44em;
  margin: auto;
}
.fc_redesign .what_to_upload {
  width: 12em;
  margin: 2em;
  height: 12em;
  padding: 1em;
  -webkit-border-radius: 12em;
  -moz-border-radius: 12em;
  border-radius: 12em;
  background-size: 5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #878688;
}
.fc_redesign .displaycreator .options .divContainer .dropDown label,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown label,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown label,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown label,
.fc_redesign .showCasePage .logo_radio label,
.fc_redesign .page_layout.load_item_search .radio_style label,
.fc_redesign .page_layout.load_item_search .dropDown label,
.fc_redesign .checkbox_bar label,
.fc_redesign .checkboxesDiv label,
.fc_redesign .filter_line_checkboxes label,
.fc_redesign .closeup_scale label {
  position: relative;
  padding: 0.25em 1em;
}
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="radio"],
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="radio"],
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="radio"],
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="radio"],
.fc_redesign .showCasePage .logo_radio input[type="radio"],
.fc_redesign .page_layout.load_item_search .radio_style input[type="radio"],
.fc_redesign .page_layout.load_item_search .dropDown input[type="radio"],
.fc_redesign .checkbox_bar input[type="radio"],
.fc_redesign .checkboxesDiv input[type="radio"],
.fc_redesign .filter_line_checkboxes input[type="radio"],
.fc_redesign .closeup_scale input[type="radio"],
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="checkbox"],
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="checkbox"],
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="checkbox"],
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="checkbox"],
.fc_redesign .showCasePage .logo_radio input[type="checkbox"],
.fc_redesign .page_layout.load_item_search .radio_style input[type="checkbox"],
.fc_redesign .page_layout.load_item_search .dropDown input[type="checkbox"],
.fc_redesign .checkbox_bar input[type="checkbox"],
.fc_redesign .checkboxesDiv input[type="checkbox"],
.fc_redesign .filter_line_checkboxes input[type="checkbox"],
.fc_redesign .closeup_scale input[type="checkbox"] {
  display: none;
}
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="radio"] + label:before,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="radio"] + label:before,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="radio"] + label:before,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="radio"] + label:before,
.fc_redesign .showCasePage .logo_radio input[type="radio"] + label:before,
.fc_redesign .page_layout.load_item_search .radio_style input[type="radio"] + label:before,
.fc_redesign .page_layout.load_item_search .dropDown input[type="radio"] + label:before,
.fc_redesign .checkbox_bar input[type="radio"] + label:before,
.fc_redesign .checkboxesDiv input[type="radio"] + label:before,
.fc_redesign .filter_line_checkboxes input[type="radio"] + label:before,
.fc_redesign .closeup_scale input[type="radio"] + label:before,
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="checkbox"] + label:before,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="checkbox"] + label:before,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="checkbox"] + label:before,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="checkbox"] + label:before,
.fc_redesign .showCasePage .logo_radio input[type="checkbox"] + label:before,
.fc_redesign .page_layout.load_item_search .radio_style input[type="checkbox"] + label:before,
.fc_redesign .page_layout.load_item_search .dropDown input[type="checkbox"] + label:before,
.fc_redesign .checkbox_bar input[type="checkbox"] + label:before,
.fc_redesign .checkboxesDiv input[type="checkbox"] + label:before,
.fc_redesign .filter_line_checkboxes input[type="checkbox"] + label:before,
.fc_redesign .closeup_scale input[type="checkbox"] + label:before {
  content: "";
  vertical-align: middle;
  position: relative;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  border: 0px;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/unchecked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="radio"]:checked + label:before,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="radio"]:checked + label:before,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="radio"]:checked + label:before,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="radio"]:checked + label:before,
.fc_redesign .showCasePage .logo_radio input[type="radio"]:checked + label:before,
.fc_redesign .page_layout.load_item_search .radio_style input[type="radio"]:checked + label:before,
.fc_redesign .page_layout.load_item_search .dropDown input[type="radio"]:checked + label:before,
.fc_redesign .checkbox_bar input[type="radio"]:checked + label:before,
.fc_redesign .checkboxesDiv input[type="radio"]:checked + label:before,
.fc_redesign .filter_line_checkboxes input[type="radio"]:checked + label:before,
.fc_redesign .closeup_scale input[type="radio"]:checked + label:before,
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="checkbox"]:checked + label:before,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="checkbox"]:checked + label:before,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="checkbox"]:checked + label:before,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="checkbox"]:checked + label:before,
.fc_redesign .showCasePage .logo_radio input[type="checkbox"]:checked + label:before,
.fc_redesign .page_layout.load_item_search .radio_style input[type="checkbox"]:checked + label:before,
.fc_redesign .page_layout.load_item_search .dropDown input[type="checkbox"]:checked + label:before,
.fc_redesign .checkbox_bar input[type="checkbox"]:checked + label:before,
.fc_redesign .checkboxesDiv input[type="checkbox"]:checked + label:before,
.fc_redesign .filter_line_checkboxes input[type="checkbox"]:checked + label:before,
.fc_redesign .closeup_scale input[type="checkbox"]:checked + label:before {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/checked.svg);
}
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="radio"]:disabled + label,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="radio"]:disabled + label,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="radio"]:disabled + label,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="radio"]:disabled + label,
.fc_redesign .showCasePage .logo_radio input[type="radio"]:disabled + label,
.fc_redesign .page_layout.load_item_search .radio_style input[type="radio"]:disabled + label,
.fc_redesign .page_layout.load_item_search .dropDown input[type="radio"]:disabled + label,
.fc_redesign .checkbox_bar input[type="radio"]:disabled + label,
.fc_redesign .checkboxesDiv input[type="radio"]:disabled + label,
.fc_redesign .filter_line_checkboxes input[type="radio"]:disabled + label,
.fc_redesign .closeup_scale input[type="radio"]:disabled + label,
.fc_redesign .displaycreator .options .divContainer .dropDown input[type="checkbox"]:disabled + label,
.fc_redesign .displaycreator .fustOptions .divContainer .dropDown input[type="checkbox"]:disabled + label,
.fc_redesign .displaycreator .exportSidebar .divContainer .dropDown input[type="checkbox"]:disabled + label,
.fc_redesign .displaycreator .metaDataBox .divContainer .dropDown input[type="checkbox"]:disabled + label,
.fc_redesign .showCasePage .logo_radio input[type="checkbox"]:disabled + label,
.fc_redesign .page_layout.load_item_search .radio_style input[type="checkbox"]:disabled + label,
.fc_redesign .page_layout.load_item_search .dropDown input[type="checkbox"]:disabled + label,
.fc_redesign .checkbox_bar input[type="checkbox"]:disabled + label,
.fc_redesign .checkboxesDiv input[type="checkbox"]:disabled + label,
.fc_redesign .filter_line_checkboxes input[type="checkbox"]:disabled + label,
.fc_redesign .closeup_scale input[type="checkbox"]:disabled + label {
  opacity: 0.5;
}
.fc_redesign .user_media_library {
  min-width: 960px;
}
.fc_redesign .user_media_library .loader {
  top: 0em;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: 8em;
  margin-top: 1em;
  font-weight: 300;
  position: relative;
}
.fc_redesign .user_media_library .loader img {
  height: 5em;
  margin: auto;
}
.fc_redesign .user_media_library h2 {
  font-family: "bebas_neue";
  letter-spacing: 0.5px;
  line-height: 2em;
  margin: 0;
}
.fc_redesign .user_media_library .upload_photo_section p {
  vertical-align: unset;
}
.fc_redesign .page_layout.load_item_search .dropDown label,
.fc_redesign .checkbox_bar label {
  padding: 0.25em 0.5em;
}
.fc_redesign .page_layout.load_item_search .dropDown input[type="radio"] + label:before,
.fc_redesign .checkbox_bar input[type="radio"] + label:before,
.fc_redesign .page_layout.load_item_search .dropDown input[type="checkbox"] + label:before,
.fc_redesign .checkbox_bar input[type="checkbox"] + label:before {
  height: 1em;
  width: 1em;
}
.fc_redesign .page_layout.load_item_search .radio_style label {
  padding: 0;
  vertical-align: top;
  line-height: 2em;
}
.fc_redesign .createAutoImage .ui-state-highlight,
.fc_redesign .previewCombination .ui-state-highlight,
.fc_redesign .previewContainer .ui-state-highlight {
  width: 100%;
  padding-top: 100%;
  background: #DEDEDE;
  border: 1px dashed #2b2c2b;
  margin: 0.5em 0;
}
.fc_redesign .createAutoImage,
.fc_redesign .previewCombination,
.fc_redesign .previewContainer,
.fc_redesign .showcase_workfield {
  position: absolute;
  white-space: normal;
  width: calc(55% - 5em);
  background-color: transparent;
  z-index: 0;
  display: inline-block;
  margin: unset;
  left: unset;
  right: 0em;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
}
.fc_redesign .createAutoImage .to_connect_image,
.fc_redesign .previewCombination .to_connect_image,
.fc_redesign .previewContainer .to_connect_image,
.fc_redesign .showcase_workfield .to_connect_image {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.fc_redesign .createAutoImage .to_connect_image.flip_it_image,
.fc_redesign .previewCombination .to_connect_image.flip_it_image,
.fc_redesign .previewContainer .to_connect_image.flip_it_image,
.fc_redesign .showcase_workfield .to_connect_image.flip_it_image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fc_redesign .createAutoImage .choosentag,
.fc_redesign .previewCombination .choosentag,
.fc_redesign .previewContainer .choosentag,
.fc_redesign .showcase_workfield .choosentag {
  z-index: 201;
}
.fc_redesign .createAutoImage .choosenplant,
.fc_redesign .previewCombination .choosenplant,
.fc_redesign .previewContainer .choosenplant,
.fc_redesign .showcase_workfield .choosenplant {
  z-index: 101;
}
.fc_redesign .createAutoImage .choosenpot,
.fc_redesign .previewCombination .choosenpot,
.fc_redesign .previewContainer .choosenpot,
.fc_redesign .showcase_workfield .choosenpot {
  z-index: 1;
}
.fc_redesign .createAutoImage .to_connect_image,
.fc_redesign .previewCombination .to_connect_image,
.fc_redesign .previewContainer .to_connect_image,
.fc_redesign .showcase_workfield .to_connect_image {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.fc_redesign .createAutoImage .to_connect_image.choosenplant,
.fc_redesign .previewCombination .to_connect_image.choosenplant,
.fc_redesign .previewContainer .to_connect_image.choosenplant,
.fc_redesign .showcase_workfield .to_connect_image.choosenplant {
  top: 0;
}
.fc_redesign .createAutoImage .left,
.fc_redesign .previewCombination .left,
.fc_redesign .previewContainer .left,
.fc_redesign .showcase_workfield .left {
  width: calc(22% - 1em);
}
.fc_redesign .createAutoImage .right,
.fc_redesign .previewCombination .right,
.fc_redesign .previewContainer .right,
.fc_redesign .showcase_workfield .right {
  width: calc(79% - 1.25em);
  position: relative;
}
.fc_redesign .createAutoImage .margin_top,
.fc_redesign .previewCombination .margin_top,
.fc_redesign .previewContainer .margin_top,
.fc_redesign .showcase_workfield .margin_top {
  margin-top: 2em;
}
.fc_redesign .createAutoImage .imageCreator,
.fc_redesign .previewCombination .imageCreator,
.fc_redesign .previewContainer .imageCreator,
.fc_redesign .showcase_workfield .imageCreator {
  background-color: white;
  padding: 0;
  width: 100%;
  height: calc(100% - 4em);
  position: relative;
}
.fc_redesign .createAutoImage .height_viewer,
.fc_redesign .previewCombination .height_viewer,
.fc_redesign .previewContainer .height_viewer,
.fc_redesign .showcase_workfield .height_viewer {
  z-index: 1000;
  border-left: 1px solid #efefef;
  width: 0em;
  left: -0.5em;
  position: absolute;
}
.fc_redesign .createAutoImage .height_viewer.pot_size,
.fc_redesign .previewCombination .height_viewer.pot_size,
.fc_redesign .previewContainer .height_viewer.pot_size,
.fc_redesign .showcase_workfield .height_viewer.pot_size {
  width: 1px;
  right: 0;
  left: 0;
  margin: auto;
}
.fc_redesign .createAutoImage .height_viewer.pot_size span.in_cm,
.fc_redesign .previewCombination .height_viewer.pot_size span.in_cm,
.fc_redesign .previewContainer .height_viewer.pot_size span.in_cm,
.fc_redesign .showcase_workfield .height_viewer.pot_size span.in_cm {
  left: -2.5em;
  width: 7em;
  text-align: center;
}
.fc_redesign .createAutoImage .height_viewer.width,
.fc_redesign .previewCombination .height_viewer.width,
.fc_redesign .previewContainer .height_viewer.width,
.fc_redesign .showcase_workfield .height_viewer.width {
  border-top: 1px solid #efefef;
  border-left: 0;
  right: 0;
  left: 0%;
  margin: auto;
  bottom: -2em;
}
.fc_redesign .createAutoImage .height_viewer.width:before,
.fc_redesign .previewCombination .height_viewer.width:before,
.fc_redesign .previewContainer .height_viewer.width:before,
.fc_redesign .showcase_workfield .height_viewer.width:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #efefef;
  border-right: 0;
  position: absolute;
  right: -1px;
  left: unset;
  top: -4px;
  bottom: unset;
}
.fc_redesign .createAutoImage .height_viewer.width:after,
.fc_redesign .previewCombination .height_viewer.width:after,
.fc_redesign .previewContainer .height_viewer.width:after,
.fc_redesign .showcase_workfield .height_viewer.width:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid #efefef;
  border-left: 0;
  position: absolute;
  top: -4px;
  right: -1px;
  bottom: unset;
}
.fc_redesign .createAutoImage .height_viewer.width span.in_cm,
.fc_redesign .previewCombination .height_viewer.width span.in_cm,
.fc_redesign .previewContainer .height_viewer.width span.in_cm,
.fc_redesign .showcase_workfield .height_viewer.width span.in_cm {
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 0;
}
.fc_redesign .createAutoImage .height_viewer:before,
.fc_redesign .previewCombination .height_viewer:before,
.fc_redesign .previewContainer .height_viewer:before,
.fc_redesign .showcase_workfield .height_viewer:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #efefef;
  position: absolute;
  left: -3px;
  top: -1px;
}
.fc_redesign .createAutoImage .height_viewer:after,
.fc_redesign .previewCombination .height_viewer:after,
.fc_redesign .previewContainer .height_viewer:after,
.fc_redesign .showcase_workfield .height_viewer:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #efefef;
  position: absolute;
  left: -3px;
  bottom: -1px;
}
.fc_redesign .createAutoImage .height_viewer span.in_cm,
.fc_redesign .previewCombination .height_viewer span.in_cm,
.fc_redesign .previewContainer .height_viewer span.in_cm,
.fc_redesign .showcase_workfield .height_viewer span.in_cm {
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0.25em 0.5em;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875em;
  white-space: nowrap;
  text-transform: lowercase;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  width: max-content;
}
.fc_redesign .createAutoImage .height_viewer span.in_cm.need_to_be_converted,
.fc_redesign .previewCombination .height_viewer span.in_cm.need_to_be_converted,
.fc_redesign .previewContainer .height_viewer span.in_cm.need_to_be_converted,
.fc_redesign .showcase_workfield .height_viewer span.in_cm.need_to_be_converted {
  left: -5.5em;
  width: 7em;
  text-align: center;
}
.fc_redesign .createAutoImage .height_viewer span.in_cm.need_to_be_converted input,
.fc_redesign .previewCombination .height_viewer span.in_cm.need_to_be_converted input,
.fc_redesign .previewContainer .height_viewer span.in_cm.need_to_be_converted input,
.fc_redesign .showcase_workfield .height_viewer span.in_cm.need_to_be_converted input {
  width: 7em;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0.5em 1em;
  display: block;
  position: relative;
  font-size: .875em;
  white-space: nowrap;
}
.fc_redesign .createAutoImage .height_viewer span.in_cm.need_to_be_converted.center_pos,
.fc_redesign .previewCombination .height_viewer span.in_cm.need_to_be_converted.center_pos,
.fc_redesign .previewContainer .height_viewer span.in_cm.need_to_be_converted.center_pos,
.fc_redesign .showcase_workfield .height_viewer span.in_cm.need_to_be_converted.center_pos {
  left: 50%;
  top: 0.5em;
}
.fc_redesign .createAutoImage .height_viewer span.in_cm.vertitcal,
.fc_redesign .previewCombination .height_viewer span.in_cm.vertitcal,
.fc_redesign .previewContainer .height_viewer span.in_cm.vertitcal,
.fc_redesign .showcase_workfield .height_viewer span.in_cm.vertitcal {
  transform: translateY(-50%) rotate(-90deg);
}
.fc_redesign .createAutoImage .imageCreatorMenu,
.fc_redesign .previewCombination .imageCreatorMenu,
.fc_redesign .previewContainer .imageCreatorMenu,
.fc_redesign .showcase_workfield .imageCreatorMenu {
  width: 7em;
  padding: 0.5em;
  z-index: 250;
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  height: auto;
}
.fc_redesign .createAutoImage .action_menu,
.fc_redesign .previewCombination .action_menu,
.fc_redesign .previewContainer .action_menu,
.fc_redesign .showcase_workfield .action_menu {
  position: absolute;
  bottom: 12em;
  right: 1em;
  z-index: 300;
}
.fc_redesign .createAutoImage .metaData.action-buttons,
.fc_redesign .previewCombination .metaData.action-buttons,
.fc_redesign .previewContainer .metaData.action-buttons,
.fc_redesign .showcase_workfield .metaData.action-buttons {
  position: absolute;
  right: 0;
  bottom: 0em;
  width: 100%;
  height: 60px;
  border-top: 1px solid #dce1e1;
  padding: 10px;
  text-align: right;
}
.fc_redesign .createAutoImage .metaData.action-buttons .button,
.fc_redesign .previewCombination .metaData.action-buttons .button,
.fc_redesign .previewContainer .metaData.action-buttons .button,
.fc_redesign .showcase_workfield .metaData.action-buttons .button {
  width: auto;
  line-height: unset;
  border-bottom: 0px solid #51750c;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-style: normal;
  height: auto;
  display: inline-block;
  background-color: #006330;
  border-radius: 2em;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.fc_redesign .createAutoImage .metaData.action-buttons .button:hover,
.fc_redesign .previewCombination .metaData.action-buttons .button:hover,
.fc_redesign .previewContainer .metaData.action-buttons .button:hover,
.fc_redesign .showcase_workfield .metaData.action-buttons .button:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .createAutoImage .connection_point_check,
.fc_redesign .previewCombination .connection_point_check,
.fc_redesign .previewContainer .connection_point_check,
.fc_redesign .showcase_workfield .connection_point_check {
  width: 500px;
  height: 500px;
  text-align: center;
  padding: 0;
}
.fc_redesign .createAutoImage .connection_point_check .connection_to_check_image,
.fc_redesign .previewCombination .connection_point_check .connection_to_check_image,
.fc_redesign .previewContainer .connection_point_check .connection_to_check_image,
.fc_redesign .showcase_workfield .connection_point_check .connection_to_check_image {
  background-color: white;
  margin: auto;
  border: 1px dashed #DEDEDE;
  position: relative;
}
.fc_redesign .createAutoImage .buildup,
.fc_redesign .previewCombination .buildup,
.fc_redesign .previewContainer .buildup,
.fc_redesign .showcase_workfield .buildup {
  text-align: center;
  width: auto;
  max-height: unset;
  overflow-y: unset;
}
.fc_redesign .createAutoImage .img-thumb,
.fc_redesign .previewCombination .img-thumb,
.fc_redesign .previewContainer .img-thumb,
.fc_redesign .showcase_workfield .img-thumb {
  width: 100% !important;
  padding-top: 100%;
  margin: auto;
  position: relative;
  border: 1px solid transparent;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f0f7ef;
  height: 0;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 10px;
}
.fc_redesign .createAutoImage .img-thumb.topping,
.fc_redesign .previewCombination .img-thumb.topping,
.fc_redesign .previewContainer .img-thumb.topping,
.fc_redesign .showcase_workfield .img-thumb.topping {
  padding-top: 50%;
}
.fc_redesign .createAutoImage .img-thumb.topping .center_image,
.fc_redesign .previewCombination .img-thumb.topping .center_image,
.fc_redesign .previewContainer .img-thumb.topping .center_image,
.fc_redesign .showcase_workfield .img-thumb.topping .center_image {
  background-size: auto;
}
.fc_redesign .createAutoImage .img-thumb .center_image,
.fc_redesign .previewCombination .img-thumb .center_image,
.fc_redesign .previewContainer .img-thumb .center_image,
.fc_redesign .showcase_workfield .img-thumb .center_image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  background-origin: content-box;
}
.fc_redesign .createAutoImage .img-thumb .control_menu,
.fc_redesign .previewCombination .img-thumb .control_menu,
.fc_redesign .previewContainer .img-thumb .control_menu,
.fc_redesign .showcase_workfield .img-thumb .control_menu {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(39, 39, 39, 0.12);
  position: absolute;
  left: -70px;
  top: 0;
  width: 50px;
  height: auto;
  border-radius: 10px;
  padding: 5px;
  display: none;
}
.fc_redesign .createAutoImage .img-thumb .control_menu:after,
.fc_redesign .previewCombination .img-thumb .control_menu:after,
.fc_redesign .previewContainer .img-thumb .control_menu:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  transform: rotate(45deg);
  top: 15px;
  right: -10px;
  z-index: -1;
  box-shadow: 0px 0px 10px 0px rgba(39, 39, 39, 0.12);
}
.fc_redesign .createAutoImage .img-thumb .control_menu:before,
.fc_redesign .previewCombination .img-thumb .control_menu:before,
.fc_redesign .previewContainer .img-thumb .control_menu:before,
.fc_redesign .showcase_workfield .img-thumb .control_menu:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  transform: rotate(45deg);
  top: 15px;
  right: -10px;
  z-index: 2;
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_menu,
.fc_redesign .previewCombination .img-thumb .control_menu .control_menu,
.fc_redesign .previewContainer .img-thumb .control_menu .control_menu,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_menu {
  top: -5px;
  display: none;
}
.fc_redesign .createAutoImage .img-thumb .control_menu.active_menu .control_menu,
.fc_redesign .previewCombination .img-thumb .control_menu.active_menu .control_menu,
.fc_redesign .previewContainer .img-thumb .control_menu.active_menu .control_menu,
.fc_redesign .showcase_workfield .img-thumb .control_menu.active_menu .control_menu {
  display: block;
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon {
  display: block;
  border-radius: 5px;
  background-color: #f6fbf5;
  width: 40px;
  height: 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  opacity: 1;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
  cursor: pointer;
  z-index: 10;
  margin-bottom: 5px;
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon:last-chid,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon:last-chid,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon:last-chid,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon:last-chid {
  margin-bottom: 0;
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon:hover,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon:hover,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon:hover,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon:hover {
  background-color: #e5efea;
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #006330;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.increase_size:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.increase_size:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.increase_size:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.increase_size:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plus-icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plus-icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.decrease_size:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.decrease_size:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.decrease_size:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.decrease_size:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/minus-icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/minus-icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.rotate_to_right:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.rotate_to_right:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.rotate_to_right:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.rotate_to_right:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/rotate_right.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/rotate_right.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.rotate_to_left:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.rotate_to_left:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.rotate_to_left:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.rotate_to_left:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/rotate_left.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/rotate_left.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.extra_plant:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.extra_plant:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.extra_plant:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.extra_plant:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/extra_item_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/extra_item_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.extra_tag:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.extra_tag:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.extra_tag:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.extra_tag:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/extra_item_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/extra_item_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.extra_topping:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.extra_topping:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.extra_topping:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.extra_topping:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/extra_item_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/extra_item_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.resize_item:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.resize_item:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.resize_item:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.resize_item:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/resize_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/resize_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.move_item:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.move_item:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.move_item:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.move_item:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/move_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/move_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.rotate_item:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.rotate_item:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.rotate_item:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.rotate_item:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/rotate-icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/rotate-icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.flip_it:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.flip_it:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.flip_it:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.flip_it:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/mirror_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/mirror_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.inside_pot:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.inside_pot:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.inside_pot:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.inside_pot:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plantinsidepot-icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plantinsidepot-icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.remove_item:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.remove_item:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.remove_item:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.remove_item:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/delete-icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/delete-icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.move_up:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.move_up:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.move_up:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.move_up:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_up_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_up_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.move_down:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.move_down:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.move_down:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.move_down:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_down_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_down_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.move_left:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.move_left:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.move_left:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.move_left:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_left_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_left_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.double_the_move:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.double_the_move:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.double_the_move:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.double_the_move:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/double_plus.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/double_plus.svg);
}
.fc_redesign .createAutoImage .img-thumb .control_menu .control_icon.move_right:after,
.fc_redesign .previewCombination .img-thumb .control_menu .control_icon.move_right:after,
.fc_redesign .previewContainer .img-thumb .control_menu .control_icon.move_right:after,
.fc_redesign .showcase_workfield .img-thumb .control_menu .control_icon.move_right:after {
  -webkit-mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_right_icon.svg);
  mask-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_right_icon.svg);
}
.fc_redesign .createAutoImage .img-thumb.active-thumb,
.fc_redesign .previewCombination .img-thumb.active-thumb,
.fc_redesign .previewContainer .img-thumb.active-thumb,
.fc_redesign .showcase_workfield .img-thumb.active-thumb {
  opacity: 1;
  border-width: 1px;
  border-color: #006330;
  border-style: dashed;
}
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu {
  display: block;
}
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .control_menu,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .control_menu,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .control_menu,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .control_menu {
  display: none;
}
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .active_menu,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .active_menu,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .active_menu,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .active_menu,
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .active_double,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .active_double,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .active_double,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .active_double {
  background-color: #006330;
}
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .active_menu:after,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .active_menu:after,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .active_menu:after,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .active_menu:after,
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .active_double:after,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .active_double:after,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .active_double:after,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .active_double:after {
  background-color: white;
}
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .active_menu .control_menu,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .active_menu .control_menu,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .active_menu .control_menu,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .active_menu .control_menu,
.fc_redesign .createAutoImage .img-thumb.active-thumb .control_menu .active_double .control_menu,
.fc_redesign .previewCombination .img-thumb.active-thumb .control_menu .active_double .control_menu,
.fc_redesign .previewContainer .img-thumb.active-thumb .control_menu .active_double .control_menu,
.fc_redesign .showcase_workfield .img-thumb.active-thumb .control_menu .active_double .control_menu {
  display: block;
}
.fc_redesign .createAutoImage .img-thumb.ui-sortable-helper,
.fc_redesign .previewCombination .img-thumb.ui-sortable-helper,
.fc_redesign .previewContainer .img-thumb.ui-sortable-helper,
.fc_redesign .showcase_workfield .img-thumb.ui-sortable-helper {
  cursor: move;
  padding-top: 85%;
  margin-left: 0.5em;
}
.fc_redesign .createAutoImage .img-thumb.extra_plant,
.fc_redesign .previewCombination .img-thumb.extra_plant,
.fc_redesign .previewContainer .img-thumb.extra_plant,
.fc_redesign .showcase_workfield .img-thumb.extra_plant,
.fc_redesign .createAutoImage .img-thumb.extra_tag,
.fc_redesign .previewCombination .img-thumb.extra_tag,
.fc_redesign .previewContainer .img-thumb.extra_tag,
.fc_redesign .showcase_workfield .img-thumb.extra_tag {
  opacity: 1;
  border: 1px solid #d0d1d5;
}
.fc_redesign .createAutoImage .img-thumb span,
.fc_redesign .previewCombination .img-thumb span,
.fc_redesign .previewContainer .img-thumb span,
.fc_redesign .showcase_workfield .img-thumb span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 2em;
  width: 100%;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  margin: auto;
  font-size: 12px;
  color: #797979;
  font-style: italic;
  text-transform: uppercase;
}
.fc_redesign .createAutoImage .img-thumb:hover span.remove_item,
.fc_redesign .previewCombination .img-thumb:hover span.remove_item,
.fc_redesign .previewContainer .img-thumb:hover span.remove_item,
.fc_redesign .showcase_workfield .img-thumb:hover span.remove_item {
  display: block;
}
.fc_redesign .createAutoImage .img-thumb span.remove_item,
.fc_redesign .previewCombination .img-thumb span.remove_item,
.fc_redesign .previewContainer .img-thumb span.remove_item,
.fc_redesign .showcase_workfield .img-thumb span.remove_item {
  display: none;
  width: 2em;
  height: 2em;
  background-color: #006330;
  top: 0.25em;
  right: 0.25em;
  left: auto;
  bottom: auto;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  opacity: 0.8;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/delete.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.fc_redesign .createAutoImage .img-thumb span.remove_item:hover,
.fc_redesign .previewCombination .img-thumb span.remove_item:hover,
.fc_redesign .previewContainer .img-thumb span.remove_item:hover,
.fc_redesign .showcase_workfield .img-thumb span.remove_item:hover {
  opacity: 1;
}
.fc_redesign .createAutoImage .img-thumb.extra_plant,
.fc_redesign .previewCombination .img-thumb.extra_plant,
.fc_redesign .previewContainer .img-thumb.extra_plant,
.fc_redesign .showcase_workfield .img-thumb.extra_plant,
.fc_redesign .createAutoImage .img-thumb.extra_tag,
.fc_redesign .previewCombination .img-thumb.extra_tag,
.fc_redesign .previewContainer .img-thumb.extra_tag,
.fc_redesign .showcase_workfield .img-thumb.extra_tag {
  padding-top: 20%;
  cursor: pointer;
  margin-top: 1em;
}
.fc_redesign .createAutoImage .img-thumb.extra_plant.active,
.fc_redesign .previewCombination .img-thumb.extra_plant.active,
.fc_redesign .previewContainer .img-thumb.extra_plant.active,
.fc_redesign .showcase_workfield .img-thumb.extra_plant.active,
.fc_redesign .createAutoImage .img-thumb.extra_tag.active,
.fc_redesign .previewCombination .img-thumb.extra_tag.active,
.fc_redesign .previewContainer .img-thumb.extra_tag.active,
.fc_redesign .showcase_workfield .img-thumb.extra_tag.active {
  z-index: 300;
}
.fc_redesign .createAutoImage .metaData input:not([type='checkbox']),
.fc_redesign .previewCombination .metaData input:not([type='checkbox']),
.fc_redesign .previewContainer .metaData input:not([type='checkbox']),
.fc_redesign .showcase_workfield .metaData input:not([type='checkbox']) {
  width: 100%;
}
.fc_redesign .createAutoImage .metaData .disabled,
.fc_redesign .previewCombination .metaData .disabled,
.fc_redesign .previewContainer .metaData .disabled,
.fc_redesign .showcase_workfield .metaData .disabled {
  opacity: 0.25;
}
.fc_redesign .createAutoImage .metaData .disabled.button:hover,
.fc_redesign .previewCombination .metaData .disabled.button:hover,
.fc_redesign .previewContainer .metaData .disabled.button:hover,
.fc_redesign .showcase_workfield .metaData .disabled.button:hover {
  background-color: #b8b8b8;
}
.fc_redesign .createAutoImage span.error,
.fc_redesign .previewCombination span.error,
.fc_redesign .previewContainer span.error,
.fc_redesign .showcase_workfield span.error {
  width: 100%;
  display: block;
  text-align: center;
  color: #d02b2b;
}
.fc_redesign .cantclickoverlay.semi_transparant {
  background-color: rgba(255, 255, 255, 0.65);
}
.fc_redesign .cantclickoverlay.half {
  width: 55%;
  left: auto;
  right: 0;
}
.fc_redesign .cantclickoverlay.half .tutorial p {
  color: #2b2c2b;
  width: calc(100% - 3.75em);
  float: right;
}
.fc_redesign .cantclickoverlay.inside_export {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.fc_redesign .imageCreator .tutorial {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  height: 90%;
}
.fc_redesign .imageCreator .tutorial .silhouette {
  width: 100%;
  height: 100%;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/combo-start.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fc_redesign .imageCreator .tutorial p {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: #636362;
  margin: 1em 0;
}
.fc_redesign .imageCreator .tutorial p:nth-child(n+3) {
  font-size: 1em;
}
.fc_redesign .checkbox_bar {
  position: absolute;
  bottom: 5em;
  background-color: unset;
  opacity: 1;
  z-index: 300;
  right: 1em;
  vertical-align: top;
  left: unset;
  width: auto;
}
.fc_redesign .checkbox_bar label {
  line-height: 1.75em;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0 0.5em;
  color: #2b2c2b;
  vertical-align: top;
}
.fc_redesign .name_bar {
  position: absolute;
  bottom: 5em;
  background-color: transparent;
  opacity: 0.5;
  z-index: 300;
  right: 1.5em;
}
.fc_redesign .name_bar span {
  display: block;
  line-height: 1.75em;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0 0.5em;
  color: #2b2c2b;
  text-align: right;
}
.fc_redesign .action_icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #006330;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em;
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 1em;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 1;
}
.fc_redesign .info_bubble {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/gallery_info_icon.png);
}
.fc_redesign .popup_icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/zoom_icon.png);
  background-color: transparent !important;
  background-size: 100% !important;
  border-radius: unset !important;
}
.fc_redesign .base-icon {
  background-size: 1.25em;
  background-repeat: no-repeat;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0;
  margin-right: 1em;
  background-position: 50% 50%;
  vertical-align: middle;
}
.fc_redesign .base-icon.notification-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/notification_icon.png");
  position: relative;
}
.fc_redesign .base-icon.users-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/usericon.svg");
}
.fc_redesign .base-icon.account-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/usericon.svg");
}
.fc_redesign .base-icon.catalog-icon,
.fc_redesign .base-icon.pdi_catalog_link {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/catalog.svg");
}
.fc_redesign .base-icon.projects-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/projects_icon.png");
}
.fc_redesign .base-icon.divisions-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/division_icon.png");
}
.fc_redesign .base-icon.upload-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/upload_icon_green.png");
}
.fc_redesign .base-icon.apps-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/apps_icon_green.png");
}
.fc_redesign .base-icon.combinator-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/combinator.svg");
}
.fc_redesign .base-icon.showcase-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/showcase.svg");
}
.fc_redesign .base-icon.display-creator-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/apps_icon_green.png");
}
.fc_redesign .base-icon.filter-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/filter_icon.png");
}
.fc_redesign .base-icon.grid-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/grid_view_icon.png");
}
.fc_redesign .base-icon.line-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/line_view_icon.png");
}
.fc_redesign .base-icon.floriday-icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-radius: 2em;
  border: 1px solid white;
  background-size: 40%;
}
.fc_redesign .base-icon.close-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/close_icon.png");
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1em;
  top: 1em;
  margin: 0;
  cursor: pointer;
}
.fc_redesign .base-icon.hamburger-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/hamburger_green.png");
}
.fc_redesign .base-icon.plant-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/plant_icon_redesign.png");
}
.fc_redesign .base-icon.combination-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png");
}
.fc_redesign .base-icon.pots-overview-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/pots_overview_icon.png");
}
.fc_redesign .hamburger {
  width: 2.5em;
  height: 2.5em;
  margin-top: 0.75em;
  margin-left: 2em;
  cursor: pointer;
}
.fc_redesign .menu_overlay {
  position: absolute;
  width: 100%;
  background-color: #b1b3b44D;
  height: calc(100% - 4em);
  z-index: 10;
}
.fc_redesign .notifications-menu {
  width: 17em;
  background-color: #fff;
  position: absolute;
  right: 13em;
  z-index: 10;
  top: 6em;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1), -3px 3px 4px rgba(0, 0, 0, 0.1);
}
.fc_redesign .notifications-menu .notifications_content {
  overflow: auto;
  max-height: 24em;
}
.fc_redesign .notifications-menu .mark_as_read {
  border-top: 1px solid #b1b3b4;
}
.fc_redesign .notifications-menu .mark_as_read span {
  text-transform: uppercase;
  color: #636362;
  font-size: 0.75em;
  display: block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  text-align: right;
  padding: 0.5em;
  text-decoration: underline;
  cursor: pointer;
  width: auto;
}
.fc_redesign .notifications-menu .load_more {
  color: #636362;
  font-size: 0.75em;
  display: block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  padding: 0.5em;
  text-decoration: underline;
  cursor: pointer;
  width: auto;
}
.fc_redesign .notifications-menu .notification {
  border-bottom: 1px solid #b1b3b4;
  width: 100%;
  display: block;
  padding: 0.5em;
  font-size: 0.875em;
}
.fc_redesign .notifications-menu .notification.seen {
  background-color: #e8e8e8;
  opacity: 0.6;
}
.fc_redesign .notifications-menu .notification .notification_thumb {
  width: 3em;
  height: 3em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
  margin: 0;
}
.fc_redesign .notifications-menu .notification span {
  font-size: 0.75em;
}
.fc_redesign .notifications-menu .notification p {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  width: 13.5em;
  margin-left: 0.4em;
}
.fc_redesign .top-menu {
  width: 100%;
  height: 4em;
  display: block;
  background-color: #ffffff;
  position: relative;
  z-index: 300;
  border-bottom: 1px solid #dce1e1;
  border-top: 5px solid #61bb46;
}
.fc_redesign .top-menu .unseen_count {
  background-color: #ed1818;
  color: #fff;
  font-size: 0.5em;
  display: inline-block;
  border-radius: 0.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
}
.fc_redesign .top-menu a {
  text-decoration: none;
  color: #636362;
}
.fc_redesign .top-menu .menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 3em;
}
.fc_redesign .top-menu a.link {
  display: inline-block;
  padding: 0.5em 0.5em;
  vertical-align: top;
}
.fc_redesign .top-menu a.link.active .catalog-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/catalog-active.svg");
}
.fc_redesign .top-menu a.link.active .combinator-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/combinator-active.svg");
}
.fc_redesign .top-menu a.link.active .showcase-icon {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/showcase-active.svg");
}
.fc_redesign .top-menu a.link .base-icon {
  margin: auto;
  text-align: center;
  display: block;
  width: 2em;
  height: 2em;
}
.fc_redesign .top-menu a.link .inner {
  display: block;
  font-size: 11px;
  font-family: "Raleway";
  color: #006330;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: auto;
}
.fc_redesign .top-menu a.link.apps_link {
  color: #006330;
  border-bottom: 1px solid #b1b3b4;
  position: relative;
}
.fc_redesign .top-menu a.link.apps_link:after {
  content: "";
  width: 0.75em;
  height: 2em;
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow_right_menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  position: absolute;
  right: 2em;
  color: #636362;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fc_redesign .top-menu a.link.extra_menu_link {
  color: #006330;
}
.fc_redesign .top-menu .bundle,
.fc_redesign .top-menu .menu_icons {
  display: inline-block;
  vertical-align: top;
  padding: 0.25em 0.25em;
}
.fc_redesign .top-menu .bundle .base-icon,
.fc_redesign .top-menu .menu_icons .base-icon {
  margin-right: 0;
}
.fc_redesign .top-menu .menu_icons {
  padding-top: 0.75em;
}
.fc_redesign .top-menu .logo {
  width: auto;
  display: inline-block;
  height: 3em;
  padding-top: 0.5em;
  position: relative;
  margin-left: 2em;
  vertical-align: top;
}
.fc_redesign .top-menu .extra-options {
  float: right;
  padding: 0em;
  margin-right: 2em;
  margin-top: 0em;
}
.fc_redesign .top-menu .extra-options p {
  font-size: 13px;
  font-family: "Raleway";
  color: #1f2626;
}
.fc_redesign .top-menu .extra-options .logout-icon {
  text-transform: uppercase;
  color: #006330;
}
.fc_redesign .top-menu .extra-options .logout-icon .link_text {
  font-size: 12px;
  font-family: "Raleway";
  color: #61bb46;
  font-weight: bold;
}
.fc_redesign .top-menu .expand_menu {
  display: none;
  width: 20em;
  background-color: white;
  position: absolute;
  left: 2em;
  top: 4em;
  z-index: 10;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1), -3px 3px 4px rgba(0, 0, 0, 0.1);
}
.fc_redesign .top-menu .expand_menu .apps_link:hover + .extra_menu {
  display: block;
}
.fc_redesign .top-menu .expand_menu .floriday_links:hover + .extra_menu {
  display: block;
}
.fc_redesign .top-menu .expand_menu .extra_menu {
  position: absolute;
  background-color: white;
  width: 100%;
  left: 100%;
  top: 15.55em;
  display: none;
}
.fc_redesign .top-menu .expand_menu .extra_menu.floriday_menu {
  top: 31.1em;
}
.fc_redesign .top-menu .expand_menu .extra_menu:hover {
  display: block;
}
.fc_redesign .top-menu .expand_menu .extra_menu a {
  color: #351379;
}
.fc_redesign .top-menu .expand_menu.show {
  display: block;
}
@media screen and (max-height: 600px) {
  .fc_redesign .top-menu .expand_menu {
    font-size: 0.75em;
    top: 8em;
  }
  .fc_redesign .top-menu .expand_menu .extra_menu {
    top: 15.75em;
  }
}
.fc_redesign #layer_section .content,
.fc_redesign #container_section .content {
  height: calc(100% - 2em);
  overflow: auto;
}
.fc_redesign #layer_section .label,
.fc_redesign #container_section .label {
  background-size: 3.5em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/layer-icon-2.svg);
}
.fc_redesign #layer_section .infomation_bubble,
.fc_redesign #container_section .infomation_bubble {
  margin-bottom: 1em;
}
.fc_redesign #layer_section .infomation_bubble .buttonize.save_preset_layer,
.fc_redesign #container_section .infomation_bubble .buttonize.save_preset_layer {
  position: absolute;
  right: 1.5em;
  top: 0.75em;
}
.fc_redesign #layer_section .sure_delete,
.fc_redesign #container_section .sure_delete {
  padding-top: 1em;
}
.fc_redesign #layer_section .remove_layer,
.fc_redesign #container_section .remove_layer {
  border: none;
  border-bottom: 0px solid #51750c;
  background-color: #006330;
  color: #fff !important;
  font-weight: 300;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 2em;
  width: 2em;
  margin: 0;
  border-radius: 4px;
  background-image: url(https://floraconcepts.nl/wp-content/themes/nieuwkoop_floraconcepts_theme/img/io_images/delete.png);
  background-size: 1.5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fc_redesign #layer_section .loader,
.fc_redesign #container_section .loader {
  top: 5em;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: 8em;
  margin-top: 1em;
  font-weight: 300;
  position: relative;
}
.fc_redesign #layer_section .loader img,
.fc_redesign #container_section .loader img {
  height: 5em;
  margin: auto;
}
.fc_redesign #layer_section h3,
.fc_redesign #container_section h3 {
  color: #2f2f2f;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1em;
}
.fc_redesign #layer_section .open_preset_layer,
.fc_redesign #container_section .open_preset_layer,
.fc_redesign #layer_section .open_preset_container,
.fc_redesign #container_section .open_preset_container {
  position: relative;
  height: 10em;
  display: inline-block;
  width: calc(100%/3 - 0.5em);
  margin-right: .5em;
  margin-top: .5em;
  padding: .5em;
  cursor: pointer;
  background-color: #f6fbf5;
  border-radius: 4px;
}
.fc_redesign #layer_section .open_preset_layer .layer_image,
.fc_redesign #container_section .open_preset_layer .layer_image,
.fc_redesign #layer_section .open_preset_container .layer_image,
.fc_redesign #container_section .open_preset_container .layer_image,
.fc_redesign #layer_section .open_preset_layer .container_image,
.fc_redesign #container_section .open_preset_layer .container_image,
.fc_redesign #layer_section .open_preset_container .container_image,
.fc_redesign #container_section .open_preset_container .container_image {
  width: 100%;
  height: calc(100% - 1.5em);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  border-radius: .5em;
}
.fc_redesign #layer_section .open_preset_layer .layer_image.not_loaded,
.fc_redesign #container_section .open_preset_layer .layer_image.not_loaded,
.fc_redesign #layer_section .open_preset_container .layer_image.not_loaded,
.fc_redesign #container_section .open_preset_container .layer_image.not_loaded,
.fc_redesign #layer_section .open_preset_layer .container_image.not_loaded,
.fc_redesign #container_section .open_preset_layer .container_image.not_loaded,
.fc_redesign #layer_section .open_preset_container .container_image.not_loaded,
.fc_redesign #container_section .open_preset_container .container_image.not_loaded {
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/loader2.0.svg);
  background-size: 50%;
}
.fc_redesign #layer_section .open_preset_layer .text_data,
.fc_redesign #container_section .open_preset_layer .text_data,
.fc_redesign #layer_section .open_preset_container .text_data,
.fc_redesign #container_section .open_preset_container .text_data {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: .5em;
  position: relative;
  text-align: center;
  font-size: .75em;
  font-style: italic;
  color: #484848;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  top: 0;
  transform: translate(0, 0);
}
.fc_redesign #container_section .content {
  height: calc(100% - 2em);
  overflow: auto;
  margin-top: 0.75em;
}
.fc_redesign #container_section .label {
  background-size: 2.5em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/container.svg);
}
.fc_redesign .sidebar-menu {
  width: 15em;
  height: 100%;
  display: block;
  background-color: #636362;
  position: relative;
  z-index: 210;
}
.fc_redesign .sidebar-menu .logo {
  width: auto;
  display: block;
  height: 6em;
  margin: auto;
  padding-top: 1em;
  margin-bottom: 1em;
}
.fc_redesign .sidebar-menu.extra_item a.sidebar-link {
  height: calc(15% - 3em);
}
.fc_redesign .sidebar-menu a.sidebar-link {
  width: calc(100% - 1em);
  display: block;
  letter-spacing: 3px;
  text-decoration: none;
  height: calc(15% - 3em);
  margin-bottom: 1em;
  color: white;
  text-transform: uppercase;
  background-color: #ffffff;
  text-align: right;
  padding-right: 0.5em;
  margin-left: 1em;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-top-left-radius: 15em;
  border-bottom-left-radius: 15em;
  font-family: 'Raleway';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fc_redesign .sidebar-menu a.sidebar-link:hover {
  background-color: #fbfcfe;
}
.fc_redesign .sidebar-menu a.sidebar-link:hover span {
  color: #636362;
}
.fc_redesign .sidebar-menu a.sidebar-link.active {
  background-color: #fbfcfe;
}
.fc_redesign .sidebar-menu a.sidebar-link.active span {
  color: #636362;
  border-right: 1px solid #636362;
}
.fc_redesign .sidebar-menu a.sidebar-link span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding-right: 0.5em;
}
.fc_redesign .sidebar-menu span.account_type {
  text-align: center;
  width: 80%;
  display: block;
  color: white;
  text-decoration: none;
  margin: auto;
  font-weight: 300;
  padding: 0.5em;
  font-size: 0.875em;
  border-bottom: 1px solid #494948;
}
.fc_redesign .sidebar-menu span.account_type span {
  display: block;
}
.fc_redesign .sidebar-menu span.account_type span a {
  display: inline-block;
  padding: 0;
  width: auto;
  border-bottom: 0;
}
.fc_redesign .sidebar-menu span.account_type span a:hover {
  text-decoration: underline;
}
.fc_redesign .sidebar-menu .extra-options {
  position: absolute;
  bottom: 2em;
  width: 100%;
  display: block;
}
.fc_redesign .sidebar-menu .extra-options a {
  text-align: center;
  width: 80%;
  display: block;
  color: white;
  text-decoration: none;
  margin: auto;
  font-weight: 300;
  padding: 0.5em;
  border-bottom: 1px solid #494948;
}
.fc_redesign .sidebar-menu .extra-options a .link_text {
  display: inline-block;
  width: 4.5em;
  text-align: left;
}
.fc_redesign .sidebar-menu .extra-options a .link_text:hover {
  text-decoration: underline;
}
.fc_redesign .sidebar-menu .extra-options a.help-icon:before {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-help-icon.png);
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 50% 50%;
  margin: 0 0.5em;
}
.fc_redesign .sidebar-menu .extra-options a.user-icon:before {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-user-icon.png);
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 50% 50%;
  margin: 0 0.5em;
}
.fc_redesign .sidebar-menu .extra-options a.logout-icon .link_text {
  width: auto;
}
.fc_redesign .sidebar-menu .extra-options a.logout-icon:after {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-logout-icon.png);
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 50% 50%;
  margin: 0 0.5em;
}
.fc_redesign .header_bar {
  text-align: left;
  width: calc(100% - 15em);
  height: 4em;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 250;
}
.fc_redesign .header_bar p.logged_in_as {
  position: absolute;
  right: 0;
  font-size: 0.875em;
}
.fc_redesign .header_bar p {
  font-weight: 300;
  font-size: 1em;
  padding: 0 5em 0 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  font-style: italic;
  color: white;
}
.fc_redesign .header_bar p a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.fc_redesign .header_bar img {
  height: 3em;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}
.fc_redesign .icon-before-or-after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 50% 50%;
  margin: 0 0.5em;
}
.fc_redesign .orange {
  color: #ed7118;
}
.fc_redesign .green {
  color: #006330;
}
.fc_redesign .page_layout,
.fc_redesign .combinateOverlay {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: auto;
  height: calc(100% - 4em);
  position: relative;
  z-index: 0;
  background-color: transparent;
  overflow: unset;
}
.fc_redesign .page_layout .app.displaycreator,
.fc_redesign .combinateOverlay .app.displaycreator {
  height: calc(100% - 4em);
  width: 100%;
  position: relative;
  z-index: 200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.fc_redesign .page_layout .app.displaycreator .exporting_now,
.fc_redesign .combinateOverlay .app.displaycreator .exporting_now {
  left: 0em;
  top: 0em;
}
.fc_redesign .page_layout.kroger_dashboard,
.fc_redesign .combinateOverlay.kroger_dashboard,
.fc_redesign .page_layout.no_height,
.fc_redesign .combinateOverlay.no_height {
  height: auto;
}
.fc_redesign .page_layout.kroger_dashboard .dash_item.apps,
.fc_redesign .combinateOverlay.kroger_dashboard .dash_item.apps,
.fc_redesign .page_layout.no_height .dash_item.apps,
.fc_redesign .combinateOverlay.no_height .dash_item.apps {
  display: block;
  margin: 2em auto;
}
.fc_redesign .page_layout .title_headers,
.fc_redesign .combinateOverlay .title_headers {
  margin-bottom: 0.25em;
}
.fc_redesign .page_layout .title_headers h2,
.fc_redesign .combinateOverlay .title_headers h2 {
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline-block;
}
.fc_redesign .page_layout .title_headers h2.big_h2,
.fc_redesign .combinateOverlay .title_headers h2.big_h2 {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  font-size: 1.25em;
}
.fc_redesign .page_layout .title_headers .preferences,
.fc_redesign .combinateOverlay .title_headers .preferences,
.fc_redesign .page_layout .title_headers .growers_title,
.fc_redesign .combinateOverlay .title_headers .growers_title {
  width: 10em;
  margin-right: 11.5em;
}
.fc_redesign .options .divContainer .dropDown select,
.fc_redesign .fustOptions .divContainer .dropDown select,
.fc_redesign .exportSidebar .divContainer .dropDown select,
.fc_redesign .metaDataBox .divContainer .dropDown select,
.fc_redesign .options .divContainer .dropDown input,
.fc_redesign .fustOptions .divContainer .dropDown input,
.fc_redesign .exportSidebar .divContainer .dropDown input,
.fc_redesign .metaDataBox .divContainer .dropDown input {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .page_layout.load_item_search .container_holder .dropDown,
.fc_redesign .page_layout.load_item_search .color_filter_spectrum {
  margin-bottom: 0.5em;
  vertical-align: top;
  height: unset;
  clear: both;
}
.fc_redesign .page_layout.load_item_search .radio_style {
  line-height: unset;
}
.fc_redesign .page_layout.load_item_search .options .divContainer .dropDown label:not(.checkBoxLastUsedTray),
.fc_redesign .page_layout.load_item_search .tableIndividual table.individualPos td {
  border: 1px solid #fff;
  background-color: #f6fbf5;
  border-radius: 0.5em;
}
.fc_redesign .page_layout.load_item_search .options .divContainer .dropDown label {
  padding: 0.25em 1em;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown,
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown {
  width: calc(50% - 0.5em);
  margin-right: 1em;
  display: inline-block;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown:nth-child(2),
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown:nth-child(2) {
  margin-right: 0;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown:nth-child(2n+1),
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown:nth-child(2n+1) {
  margin-right: 0;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown:nth-child(1),
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown:nth-child(1) {
  margin-right: 1em;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown.fulllength,
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown.fulllength {
  width: 100%;
  border-bottom: 1px #006330 solid;
  padding-bottom: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown.fulllength.five_filter label,
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown.fulllength.five_filter label {
  width: 20%;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown.fulllength label,
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown.fulllength label {
  width: 25%;
  text-align: center;
}
.fc_redesign .page_layout.load_item_search .canOpen .dropDown.fulllength.location_filter label,
.fc_redesign .page_layout.load_item_search .options .choiceTray .choiceTrayContainer .dropDown.fulllength.location_filter label {
  width: 50%;
}
.fc_redesign .page_layout.load_item_search .object_side,
.fc_redesign .page_layout.load_item_search .createAutoImage,
.fc_redesign .page_layout.load_item_search .previewCombination {
  height: calc(100% - 0em);
  box-shadow: none;
}
.fc_redesign .page_layout.load_item_search .previewContainer,
.fc_redesign .page_layout.load_item_search .createAutoImage {
  border: 0px;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
  background-color: transparent;
}
.fc_redesign .page_layout.load_item_search .types.active,
.fc_redesign .page_layout.load_item_search .options.active,
.fc_redesign .page_layout.load_item_search .exportSidebar {
  box-shadow: none;
  border: 0px;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
  z-index: 100;
}
.fc_redesign .page_layout.load_item_search .object_side .options {
  box-shadow: unset;
}
.fc_redesign .page_layout.load_item_search .add_item_to_block {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .page_layout.load_item_search .content {
  height: calc(100% - 260px);
  margin: 0;
  padding: 1em;
  width: 100%;
  -webkit-transition: all .55s;
  transition: all .55s;
  position: relative;
}
.fc_redesign .page_layout.load_item_search .content.toggle_open {
  height: calc(100% - 22em);
}
.fc_redesign .page_layout.load_item_search .createAutoImage .height_viewer,
.fc_redesign .page_layout.load_item_search .previewCombination .height_viewer,
.fc_redesign .page_layout.load_item_search .previewContainer .height_viewer {
  left: 2.5em;
  opacity: 1;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .height_viewer span.in_cm,
.fc_redesign .page_layout.load_item_search .previewCombination .height_viewer span.in_cm,
.fc_redesign .page_layout.load_item_search .previewContainer .height_viewer span.in_cm {
  font-size: 0.75em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .img-thumb,
.fc_redesign .page_layout.load_item_search .previewCombination .img-thumb,
.fc_redesign .page_layout.load_item_search .previewContainer .img-thumb {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .imageCreator,
.fc_redesign .page_layout.load_item_search .previewCombination .imageCreator,
.fc_redesign .page_layout.load_item_search .previewContainer .imageCreator {
  border: 0px dashed #B6B5B5;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
  background-color: transparent;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .metaData.action-buttons,
.fc_redesign .page_layout.load_item_search .previewCombination .metaData.action-buttons,
.fc_redesign .page_layout.load_item_search .previewContainer .metaData.action-buttons,
.fc_redesign .page_layout.load_item_search .createAutoImage .metaData.action-buttons,
.fc_redesign .page_layout.load_item_search .previewCombination .metaData.action-buttons,
.fc_redesign .page_layout.load_item_search .previewContainer .metaData.action-buttons {
  margin-bottom: 0em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .action_menu,
.fc_redesign .page_layout.load_item_search .previewCombination .action_menu,
.fc_redesign .page_layout.load_item_search .previewContainer .action_menu {
  bottom: 8em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .ui-state-highlight,
.fc_redesign .page_layout.load_item_search .previewCombination .ui-state-highlight,
.fc_redesign .page_layout.load_item_search .previewContainer .ui-state-highlight {
  background: #dedede8a;
  border: 1px dashed #b6b5b5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .name_bar,
.fc_redesign .page_layout.load_item_search .previewCombination .name_bar,
.fc_redesign .page_layout.load_item_search .previewContainer .name_bar {
  bottom: 4em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .name_bar span,
.fc_redesign .page_layout.load_item_search .previewCombination .name_bar span,
.fc_redesign .page_layout.load_item_search .previewContainer .name_bar span {
  display: inline-block;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .move_tools .move_icon_container,
.fc_redesign .page_layout.load_item_search .previewCombination .move_tools .move_icon_container,
.fc_redesign .page_layout.load_item_search .previewContainer .move_tools .move_icon_container,
.fc_redesign .page_layout.load_item_search .createAutoImage .move_tools .move_html_circle,
.fc_redesign .page_layout.load_item_search .previewCombination .move_tools .move_html_circle,
.fc_redesign .page_layout.load_item_search .previewContainer .move_tools .move_html_circle {
  margin-right: 0;
  margin-left: 0.5em;
}
.fc_redesign .page_layout.load_item_search .createAutoImage .move_tools span:hover,
.fc_redesign .page_layout.load_item_search .previewCombination .move_tools span:hover,
.fc_redesign .page_layout.load_item_search .previewContainer .move_tools span:hover {
  background-color: #95e200;
}
.fc_redesign .account_page .track_orders .orders,
.fc_redesign .gallerypage .track_orders .orders {
  width: 100%;
  height: 20em;
  position: relative;
  display: none;
  border: 1px solid #006330;
  overflow: auto;
  font-size: 0.875em;
}
.fc_redesign .account_page .track_orders .orders.active,
.fc_redesign .gallerypage .track_orders .orders.active {
  display: block;
}
.fc_redesign .account_page .track_orders .orders span,
.fc_redesign .gallerypage .track_orders .orders span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.fc_redesign .account_page .track_orders .orders .order:nth-child(odd),
.fc_redesign .gallerypage .track_orders .orders .order:nth-child(odd) {
  background-color: #f5f5f5;
}
.fc_redesign .account_page .track_orders .orders .order .head,
.fc_redesign .gallerypage .track_orders .orders .order .head {
  height: 2em;
}
.fc_redesign .account_page .track_orders .orders .order .head span.no_order,
.fc_redesign .gallerypage .track_orders .orders .order .head span.no_order {
  margin-left: 0.5em;
}
.fc_redesign .account_page .track_orders .orders .order .head span.id,
.fc_redesign .gallerypage .track_orders .orders .order .head span.id {
  width: 4em;
  margin-left: 0.5em;
}
.fc_redesign .account_page .track_orders .orders .order .head span.name,
.fc_redesign .gallerypage .track_orders .orders .order .head span.name {
  width: calc(100% - 14em);
  margin-left: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .account_page .track_orders .orders .order .head span.type,
.fc_redesign .gallerypage .track_orders .orders .order .head span.type {
  width: 4em;
  margin-left: 0.5em;
}
.fc_redesign .account_page .track_orders .orders .order .head span.view_details,
.fc_redesign .gallerypage .track_orders .orders .order .head span.view_details {
  width: 4em;
  margin-left: 0.5em;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.fc_redesign .account_page .track_orders .orders .order .detail,
.fc_redesign .gallerypage .track_orders .orders .order .detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fc_redesign .account_page .track_orders .orders .order .detail.open,
.fc_redesign .gallerypage .track_orders .orders .order .detail.open {
  max-height: 10em;
}
.fc_redesign .account_page .track_orders .orders .order .detail .image,
.fc_redesign .gallerypage .track_orders .orders .order .detail .image {
  width: 8em;
  display: inline-block;
  height: 6em;
  margin-left: 0.5em;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fc_redesign .account_page .track_orders .orders .order .detail .info,
.fc_redesign .gallerypage .track_orders .orders .order .detail .info {
  width: calc(100% - 9em);
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5em;
}
.fc_redesign .account_page .track_orders .orders .order .detail p,
.fc_redesign .gallerypage .track_orders .orders .order .detail p {
  margin: 0;
}
.fc_redesign .account_page .track_orders .orders .order .detail p .info_label,
.fc_redesign .gallerypage .track_orders .orders .order .detail p .info_label {
  width: 6em;
}
.fc_redesign .account_page .track_orders .tab_button,
.fc_redesign .gallerypage .track_orders .tab_button {
  background-color: #f5f5f5;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
}
.fc_redesign .account_page .track_orders .tab_button.active,
.fc_redesign .gallerypage .track_orders .tab_button.active {
  background-color: #006330;
  color: white;
}
.fc_redesign .account_page .col-50,
.fc_redesign .gallerypage .col-50 {
  width: calc(50% - 2em);
  height: calc(100% - 0em);
  float: left;
  padding: 1em;
  margin-right: 2em;
  color: #636362;
  position: relative;
}
.fc_redesign .account_page .col-50 h1,
.fc_redesign .gallerypage .col-50 h1,
.fc_redesign .account_page .col-50 h2,
.fc_redesign .gallerypage .col-50 h2,
.fc_redesign .account_page .col-50 h3,
.fc_redesign .gallerypage .col-50 h3 {
  color: #636362;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.25em;
}
.fc_redesign .account_page .col-50 p,
.fc_redesign .gallerypage .col-50 p {
  color: #636362;
  font-weight: 300;
}
.fc_redesign .account_page .col-50 h2,
.fc_redesign .gallerypage .col-50 h2,
.fc_redesign .account_page .col-50 h3,
.fc_redesign .gallerypage .col-50 h3 {
  font-size: 1em;
  margin-top: 1em;
}
.fc_redesign .account_page .col-50 .button,
.fc_redesign .gallerypage .col-50 .button {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #636362;
}
.fc_redesign .account_page .col-50 .value_label,
.fc_redesign .gallerypage .col-50 .value_label {
  text-transform: uppercase;
  width: 9em;
  display: inline-block;
}
.fc_redesign .account_page .col-50 .value,
.fc_redesign .gallerypage .col-50 .value {
  width: calc(100% - 11em);
  display: inline-block;
  background-color: #f5f5f5;
}
.fc_redesign .account_page .col-50 span,
.fc_redesign .gallerypage .col-50 span,
.fc_redesign .account_page .col-50 li,
.fc_redesign .gallerypage .col-50 li {
  font-weight: 300;
  color: #636362;
  line-height: 2em;
  vertical-align: middle;
  padding: 0.25em;
  margin: 0.25em;
}
.fc_redesign .account_page .col-50 li,
.fc_redesign .gallerypage .col-50 li {
  line-height: 1.25em;
}
.fc_redesign .account_page .col-50:first-child:after,
.fc_redesign .gallerypage .col-50:first-child:after {
  content: "";
  height: 90%;
  width: 0px;
  border-right: 2px dashed rgba(135, 134, 136, 0.25);
  background-color: #fbfcfe;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.fc_redesign .nav_boxes {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .nav_boxes.center_boxes {
  display: block;
}
.fc_redesign .nav_boxes.dashboard_items {
  max-width: none;
  width: calc(100% - 32.5em);
  margin-left: 2em;
  text-align: left;
  height: calc(100% - 6em);
  margin-top: 2em;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item {
  width: 30em;
  padding: 1em;
  text-align: left;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item span.base-icon {
  width: 2em;
  height: 2em;
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  vertical-align: middle;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item h2 {
  display: inline-block;
  vertical-align: middle;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item p {
  padding-left: 3.25em;
  padding-right: 1em;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_catalog {
  background-color: #006330;
  margin-right: 2em !important;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_upload {
  background-color: #006330;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_pots {
  background-color: #006330;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_divisions {
  background-color: #9e200b;
  margin-right: 2em !important;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_favorites {
  background-color: #006330;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_catalog,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_upload,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_pots,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_divisions,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_favorites {
  width: 19em;
  display: inline-block;
  margin: 0 0em;
  width: calc(50% - 4px - 1em);
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_catalog h2,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_upload h2,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_pots h2,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_divisions h2,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_favorites h2 {
  color: #fff;
  font-size: 1.25em;
  margin: auto;
  text-align: center;
  display: block;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_catalog h2 span.base-icon,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_upload h2 span.base-icon,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_pots h2 span.base-icon,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_divisions h2 span.base-icon,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_favorites h2 span.base-icon {
  width: 2em;
  height: 2em;
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  vertical-align: middle;
  margin-right: 0.5em;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_catalog p,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_upload p,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_pots p,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_divisions p,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_favorites p {
  color: #fff;
  padding: 0;
  text-align: center;
  margin-top: 1em;
}
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_divisions,
.fc_redesign .nav_boxes.dashboard_items a.dash_item.project_item_favorites {
  margin-top: 2em;
}
.fc_redesign .nav_boxes .nav_box {
  width: 14em;
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  min-height: 15em;
  border: 2px dashed #006330;
  color: #636362;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.fc_redesign .nav_boxes .nav_box.error_message {
  min-height: auto;
  width: 25em;
  height: 5em;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 6em;
}
.fc_redesign .nav_boxes .nav_box.error_message p {
  height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  position: relative;
  padding: 0;
  margin-top: 0.5em;
}
.fc_redesign .nav_boxes .nav_box span {
  text-transform: uppercase;
  width: 9.75em;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1em;
  height: 5.5em;
}
.fc_redesign .nav_boxes .nav_box .nav_icon {
  background-size: 4em;
  background-position: 50% 50%;
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #006330;
  padding: 1em;
  -webkit-border-radius: 12em;
  -moz-border-radius: 12em;
  border-radius: 12em;
}
.fc_redesign .nav_boxes .nav_box .nav_icon.check_submit {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/check_suggestions-icon_white.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.submit {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/submit_suggestions-icon_white.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.showcases {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/showcase-icon_white.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.combinate {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.plant {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/plant_icon_redesign.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.pot {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/pot_icon_redesign.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.combination {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .nav_boxes .nav_box .nav_icon.tag {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/tag_icon_redesign.png);
}
.fc_redesign .start_info h1 {
  margin-top: 2em;
}
.fc_redesign .start_info h1,
.fc_redesign .start_info h2,
.fc_redesign .start_info p {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #636362;
  text-align: center;
  margin-top: 1em;
}
.fc_redesign .start_info p {
  text-transform: none;
}
.fc_redesign .basic_page {
  padding: 1em;
}
.fc_redesign .usersPage {
  padding: 1em;
}
.fc_redesign .usersPage h1 {
  margin-top: 0.75em;
}
.fc_redesign .nav_box_pot_holder {
  display: inline-block;
  width: 32em;
  text-align: left;
  margin-top: -1em;
}
.fc_redesign .nav_box_pot_holder h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.25em;
}
.fc_redesign .button_pdf {
  background-color: #006330;
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  background-color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
}
.fc_redesign .button_pdf:hover {
  opacity: 0.9;
}
.fc_redesign .button_pdf.half {
  width: 46%;
  display: inline-block;
  margin: 0 2%;
}
.fc_redesign .overviewPage .project_header_everyday {
  height: 8em;
  border-radius: 0.5em;
  vertical-align: top;
  padding: 1em;
  text-align: left;
  background-color: #ed7118;
  margin-right: 2em !important;
  display: inline-block;
  margin: 0 0em;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.fc_redesign .overviewPage .project_header_everyday h2,
.fc_redesign .overviewPage .project_header_everyday p {
  color: white;
}
.fc_redesign .overviewPage .project_header_everyday h2 {
  font-size: 1.25em;
}
.fc_redesign .overviewPage .expand_sidebar {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  z-index: 10;
  cursor: pointer;
}
.fc_redesign .overviewPage .expand_sidebar.closed:after {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-right.png);
  background-position: 60% 50%;
}
.fc_redesign .overviewPage .expand_sidebar:after {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  background-color: #0468b3;
  line-height: 2em;
  border-radius: 100%;
  text-align: center;
  color: white;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-left.png);
  background-position: 40% 50%;
  background-size: 0.75em;
  background-repeat: no-repeat;
}
.fc_redesign .overviewPage .add_item_button {
  background-color: #006330;
  padding: 0.5em 1em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-weight: normal;
  position: absolute;
  right: 3em;
  top: 1em;
}
.fc_redesign .overviewPage .overview_item span,
.fc_redesign .overviewPage .container_header span,
.fc_redesign .overviewPage .overview_item a.edit,
.fc_redesign .overviewPage .container_header a.edit {
  display: inline-block;
  line-height: 2em;
  padding: 0.5em 1em;
  vertical-align: middle;
}
.fc_redesign .overviewPage .container_header {
  margin-top: 1em;
  border-bottom: 2px solid #d0d1d5;
}
.fc_redesign .overviewPage .container_header span a {
  text-transform: uppercase;
  color: #484d53;
}
.fc_redesign .overviewPage .title {
  width: 45%;
}
.fc_redesign .overviewPage .status {
  width: 25%;
}
.fc_redesign .overviewPage .deadline {
  width: 10em;
}
.fc_redesign .overviewPage .project_title_label {
  width: 20em;
}
.fc_redesign .overviewPage .project_status_label {
  width: 13em;
}
.fc_redesign .overviewPage .project_deadline_label {
  width: 10.5em;
}
.fc_redesign .overviewPage .project_delivery_label {
  width: 10em;
}
.fc_redesign .overviewPage .overview_container {
  overflow: auto;
  max-height: calc(100% - 4em);
  height: calc(100% - 2em);
  padding: 0;
}
.fc_redesign .overviewPage .overview_container.project_overviewpage {
  max-height: calc(100% - 16em);
}
.fc_redesign .overviewPage .overview_container .suggest_to_kroger {
  height: calc(100% - 2em);
  padding: 0;
}
.fc_redesign .overviewPage .overview_container .create_project_stage_2,
.fc_redesign .overviewPage .overview_container .create_project_stage_3 {
  height: calc(100% - 2em);
  padding: 0;
  display: none;
}
.fc_redesign .overviewPage .overview_container .create_project_stage_2 .item_filters.show_filters {
  width: calc(100% - 0.3em);
}
.fc_redesign .overviewPage .overview_container .create_project_stage_3 .select_all_growers {
  width: 15em !important;
  font-size: 0.675em;
  margin: 0;
  float: right;
}
.fc_redesign .overviewPage .overview_container.edit_item .form .divisions_holder_checkboxes {
  margin: 1em 0;
}
.fc_redesign .overviewPage .overview_container.edit_item .form .divisions_holder_checkboxes label {
  display: inline-block;
  margin-right: 1em;
  width: 10em;
  font-weight: 300;
  cursor: pointer;
  line-height: 1.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item .form .divisions_holder_checkboxes label input[type='checkbox'] {
  margin-right: 0.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item .form input:not([type='checkbox']),
.fc_redesign .overviewPage .overview_container.edit_item .form textarea,
.fc_redesign .overviewPage .overview_container.edit_item .form select {
  width: 100%;
  display: block;
  font-size: 0.875em;
  font-style: italic;
  border: none;
  overflow: auto;
  outline: none;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.5em 0.75em;
  resize: none;
  border: 1px solid #d0d1d5;
  background-color: transparent;
  margin-bottom: 1em;
}
.fc_redesign .overviewPage .overview_container.edit_item .form select {
  height: 2.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item .form input:not([type='checkbox']) {
  height: 2.25em;
}
.fc_redesign .overviewPage .overview_container.edit_item .form input:not([type='checkbox'])#project_deadline {
  display: none;
}
.fc_redesign .overviewPage .overview_container.edit_item .form input:not([type='checkbox'])#project_delivery {
  display: none;
}
.fc_redesign .overviewPage .overview_container.edit_item .form input:not([type='checkbox'])#submit_new_item {
  background-color: #006330;
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  font-weight: 300;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-style: normal;
}
.fc_redesign .overviewPage .overview_container.edit_item .form input:not([type='checkbox'])#submit_new_item:hover {
  opacity: 0.9;
}
.fc_redesign .overviewPage .overview_container.edit_item .sure_delete_text {
  text-align: center;
}
.fc_redesign .overviewPage .overview_container.edit_item .button {
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  background-color: #006330;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item .button:hover {
  opacity: 0.9;
}
.fc_redesign .overviewPage .overview_container.edit_item .button.half {
  width: 46%;
  display: inline-block;
  margin: 0 2%;
}
.fc_redesign .overviewPage .overview_container.edit_item .to_stage_1,
.fc_redesign .overviewPage .overview_container.edit_item .to_stage_2,
.fc_redesign .overviewPage .overview_container.edit_item .to_stage_3,
.fc_redesign .overviewPage .overview_container.edit_item .save_items,
.fc_redesign .overviewPage .overview_container.edit_item .to_ready {
  margin-top: 1em;
  width: 17em;
  display: inline-block;
  margin-right: 1em;
}
.fc_redesign .overviewPage .overview_container.edit_item .button_pdf {
  margin-top: 0.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item textarea {
  width: 100%;
  height: 4em;
  font-size: 0.75em;
  margin-top: 1em;
  overflow: auto;
  padding: 0.25em;
  outline: none;
  background-color: #0000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  border: 1px solid #b5b5b5;
  color: #636362;
  font-weight: 300;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item p {
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 1em;
}
.fc_redesign .overviewPage .overview_container.edit_item .user_holder {
  border: 1px solid #d0d1d5;
  margin-bottom: 1em;
  max-height: 9em;
  overflow: auto;
}
.fc_redesign .overviewPage .overview_container.edit_item .user_holder label {
  font-weight: 300;
  padding-left: 0.5em;
  background-color: rgba(208, 209, 213, 0.5);
  margin-bottom: 0;
}
.fc_redesign .overviewPage .overview_container.edit_item .user_holder label:nth-child(odd) {
  background-color: transparent;
}
.fc_redesign .overviewPage .overview_container.edit_item .user_holder label input {
  display: inline-block;
  width: 1em !important;
  vertical-align: middle;
  margin: 0;
  line-height: 2em;
  padding: 0;
  margin-right: 1em;
}
.fc_redesign .overviewPage .overview_container.edit_item .select_all_button {
  background-color: #2b3035;
  border: 0;
  padding: 0.25em 1em;
  font-size: 0.75em;
  font-weight: 300;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-style: normal;
  position: absolute;
  right: 0.75em;
  margin-top: -2em;
}
.fc_redesign .overviewPage .overview_container.edit_item .deadline_label,
.fc_redesign .overviewPage .overview_container.edit_item .label {
  font-size: 0.875em;
  font-style: italic;
  border: none;
  overflow: auto;
  outline: none;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.25em;
  display: block;
  margin-bottom: 0.375em;
  padding-left: 0;
}
.fc_redesign .overviewPage .overview_container.edit_item .datepicker .ui-datepicker .ui-state-default.ui-state-active {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker {
  border: 0px;
  background-color: transparent;
  color: #636362;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker table.ui-datepicker-calendar {
  height: 14em;
  margin: auto;
  text-align: center;
  padding: 1em;
  border: 1px solid #d0d1d5;
  border-top: 0px;
  background-color: white;
  width: 100%;
  table-layout: fixed;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-widget-header {
  background-color: #636362;
  color: white;
  height: 3em;
  line-height: 3em;
  position: relative;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-prev span {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-left.png) !important;
  background-position: 0px 0px !important;
  background-size: contain;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-next span {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-right.png) !important;
  background-position: 0px 0px !important;
  background-size: contain;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-title span {
  font-weight: 500;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-week-col.ui-state-active {
  background-color: #0468b3;
  border: 0px;
  border-radius: 0.5em;
  opacity: 1;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-datepicker-week-end:last-child .ui-state-active {
  -webkit-border-top-right-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-state-default {
  border: 0;
  background: none;
  font-weight: 300;
  color: #636362;
  text-decoration: none;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-state-default.ui-state-active {
  background-color: #0468b3;
  width: 3em;
  display: block;
  margin-left: -0.25em;
  color: white;
  font-weight: 500;
  opacity: 1;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-state-default.ui-state-active.ui-state-hover {
  color: white;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-state-hover {
  border: 0;
  background: none;
  font-weight: 500;
  color: #cacaca;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
.fc_redesign .overviewPage .overview_container.edit_item .ui-datepicker .ui-state-hover a.ui-state-default {
  color: #cacaca;
}
.fc_redesign .overviewPage .overview_container .overview_item {
  border-bottom: 1px solid #d0d1d5;
  position: relative;
}
.fc_redesign .overviewPage .overview_container .overview_item span,
.fc_redesign .overviewPage .overview_container .overview_item a.edit {
  color: #636362;
  font-weight: 300;
}
.fc_redesign .overviewPage .overview_container .overview_item a.edit {
  text-decoration: underline;
}
.fc_redesign .overviewPage .overview_container .overview_item .title {
  font-size: 1.25em;
}
.fc_redesign .overviewPage .overview_container .overview_item span.new_text {
  font-weight: 500;
  color: #0f68b2;
  font-style: italic;
}
.fc_redesign .overviewPage .overview_container .overview_item a.view {
  background-color: #006330;
  padding: 0.5em 1em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-weight: normal;
  vertical-align: middle;
}
.fc_redesign .overviewPage .overview_container .overview_item p.deadline_reached {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.875em;
  font-style: italic;
}
.fc_redesign .overviewPage .overview_container .overview_item .overview_buttons {
  display: inline-block;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3em;
  line-height: 3em;
}
.fc_redesign .load_item_search .app.displaycreator .object_side {
  height: 100%;
}
.fc_redesign .load_item_search .app.displaycreator .object_side .overlay {
  background-color: rgba(255, 255, 255, 0.75);
  border: 0px;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
}
.fc_redesign .load_item_search .app.displaycreator .object_side .overlay.first_load {
  border: 0px solid #B6B5B5;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
  z-index: 5000;
}
.fc_redesign .app.displaycreator .projects-archive .filter h3 {
  font-size: 1em;
  border-bottom: 0px solid #51750c;
  border-radius: 0.5em;
  background-color: #006330;
  padding: 0.25em 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  width: 9em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/fc-to-down-icon.png);
  background-repeat: no-repeat;
  background-position: 90% 55%;
  background-size: 1em;
}
.fc_redesign .app.displaycreator .projects-archive .filter h3:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.fc_redesign .app.displaycreator .projects-archive .filter {
  padding: 0;
}
.fc_redesign .app.displaycreator .projects-archive .search-bar {
  padding: 0;
}
.fc_redesign .app.displaycreator .projects-archive .search-bar form.filterform {
  display: inline-block;
  background-color: #f6fbf5;
  padding: 0;
  margin-right: 1em;
}
.fc_redesign .app.displaycreator .projects-archive .search-bar form.filterform input {
  border-color: #B6B5B5;
  color: black;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0.5em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 0.75em;
  height: 2em;
  border-radius: 0.5em;
  width: 100%;
  margin-bottom: 0em;
  margin: 0;
  font-weight: 300;
  font-style: italic;
  font-size: 0.875em;
  color: #636362;
  width: 15em;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects {
  overflow: unset;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects .mutiple-objects-container {
  text-align: left;
  padding-bottom: 1em;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects .mutiple-objects-container .sure_delete p {
  margin-top: 50%;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects .mutiple-objects-container .sure_delete button {
  text-decoration: none;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects .mutiple-objects-container .buttonize {
  font-size: 0.875em;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects .mutiple-objects-container .removeSavedObject {
  margin-left: 1em;
}
.fc_redesign .app.displaycreator .projects-archive .all-projects .icon-move-project {
  background-image: unset;
}
.fc_redesign .app.displaycreator .projects-archive .object {
  margin: unset;
  padding-top: 0;
  border: 0;
}
.fc_redesign .app.displaycreator .projects-archive .object span {
  top: unset;
  position: relative;
  display: inline-block;
  color: white;
  width: unset;
}
.fc_redesign .app.displaycreator .projects-archive .object .image {
  height: unset;
}
.fc_redesign .app.displaycreator .allLayers .icon,
.fc_redesign .app.displaycreator .nextStep .icon {
  border: none;
  border-bottom: 0px solid #51750c;
  border-radius: 18px;
  padding: 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #006330;
  width: fit-content;
  padding-top: 1.5em;
  width: 2em;
  background-size: 50% 50%;
}
.fc_redesign .app.displaycreator .allLayers .icon.to_export_list,
.fc_redesign .app.displaycreator .nextStep .icon.to_export_list,
.fc_redesign .app.displaycreator .allLayers .icon.already_on_exportlist,
.fc_redesign .app.displaycreator .nextStep .icon.already_on_exportlist,
.fc_redesign .app.displaycreator .allLayers .icon.nieuwkoop_import,
.fc_redesign .app.displaycreator .nextStep .icon.nieuwkoop_import {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: auto;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #60bb47;
}
.fc_redesign .app.displaycreator .allLayers .icon.already_on_exportlist,
.fc_redesign .app.displaycreator .nextStep .icon.already_on_exportlist,
.fc_redesign .app.displaycreator .allLayers .icon.nieuwkoop_import,
.fc_redesign .app.displaycreator .nextStep .icon.nieuwkoop_import {
  background-color: white;
  color: #60bb47 !important;
  border: 1px solid #60bb47;
}
.fc_redesign .app.displaycreator .allLayers .icon.flip_it,
.fc_redesign .app.displaycreator .nextStep .icon.flip_it {
  line-height: 1.75em;
  font-size: .875em;
  font-weight: 300;
  vertical-align: top;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0em 2.25em;
}
.fc_redesign .app.displaycreator .allLayers .icon.submitted,
.fc_redesign .app.displaycreator .nextStep .icon.submitted {
  background-color: transparent;
  color: #636362 !important;
  border: 1.5px solid #00633052;
}
.fc_redesign .app.displaycreator .allLayers .icon.floriday,
.fc_redesign .app.displaycreator .nextStep .icon.floriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .app.displaycreator .allLayers .icon.floriday.back_to_export,
.fc_redesign .app.displaycreator .nextStep .icon.floriday.back_to_export {
  padding: .5em 2em;
  text-transform: uppercase;
  position: absolute;
  right: 11em;
  top: -.25em;
  background-position: 5% 50%;
  background-size: 1em;
}
.fc_redesign .app.displaycreator .allLayers .icon.just_link_image,
.fc_redesign .app.displaycreator .nextStep .icon.just_link_image {
  margin-bottom: 1em;
}
.fc_redesign .app.displaycreator .allLayers .icon.replace_orginal,
.fc_redesign .app.displaycreator .nextStep .icon.replace_orginal,
.fc_redesign .app.displaycreator .allLayers .icon.image_options,
.fc_redesign .app.displaycreator .nextStep .icon.image_options,
.fc_redesign .app.displaycreator .allLayers .icon.get_showcase,
.fc_redesign .app.displaycreator .nextStep .icon.get_showcase,
.fc_redesign .app.displaycreator .allLayers .icon.create_silhouette,
.fc_redesign .app.displaycreator .nextStep .icon.create_silhouette,
.fc_redesign .app.displaycreator .allLayers .icon.create_showcase,
.fc_redesign .app.displaycreator .nextStep .icon.create_showcase,
.fc_redesign .app.displaycreator .allLayers .icon.export_to_floriday_action,
.fc_redesign .app.displaycreator .nextStep .icon.export_to_floriday_action,
.fc_redesign .app.displaycreator .allLayers .icon.submitted,
.fc_redesign .app.displaycreator .nextStep .icon.submitted,
.fc_redesign .app.displaycreator .allLayers .icon.remove_from_list,
.fc_redesign .app.displaycreator .nextStep .icon.remove_from_list,
.fc_redesign .app.displaycreator .allLayers .icon.delete_silhouette,
.fc_redesign .app.displaycreator .nextStep .icon.delete_silhouette,
.fc_redesign .app.displaycreator .allLayers .icon.delete_showcase,
.fc_redesign .app.displaycreator .nextStep .icon.delete_showcase,
.fc_redesign .app.displaycreator .allLayers .icon.just_link_image,
.fc_redesign .app.displaycreator .nextStep .icon.just_link_image,
.fc_redesign .app.displaycreator .allLayers .icon.gen_auto_showcase,
.fc_redesign .app.displaycreator .nextStep .icon.gen_auto_showcase,
.fc_redesign .app.displaycreator .allLayers .icon.floriday_button,
.fc_redesign .app.displaycreator .nextStep .icon.floriday_button,
.fc_redesign .app.displaycreator .allLayers .icon.fulllength_button,
.fc_redesign .app.displaycreator .nextStep .icon.fulllength_button {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign .app.displaycreator .allLayers .icon.replace_orginal.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.replace_orginal.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.image_options.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.image_options.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.get_showcase.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.get_showcase.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.create_silhouette.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.create_silhouette.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.create_showcase.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.create_showcase.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.export_to_floriday_action.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.export_to_floriday_action.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.submitted.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.submitted.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.remove_from_list.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.remove_from_list.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.delete_silhouette.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.delete_silhouette.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.delete_showcase.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.delete_showcase.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.just_link_image.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.just_link_image.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.gen_auto_showcase.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.gen_auto_showcase.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.floriday_button.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.floriday_button.doing_upload,
.fc_redesign .app.displaycreator .allLayers .icon.fulllength_button.doing_upload,
.fc_redesign .app.displaycreator .nextStep .icon.fulllength_button.doing_upload {
  background-size: 2em;
}
.fc_redesign .app.displaycreator .allLayers .icon.remove_from_list,
.fc_redesign .app.displaycreator .nextStep .icon.remove_from_list,
.fc_redesign .app.displaycreator .allLayers .icon.delete_silhouette,
.fc_redesign .app.displaycreator .nextStep .icon.delete_silhouette,
.fc_redesign .app.displaycreator .allLayers .icon.delete_showcase,
.fc_redesign .app.displaycreator .nextStep .icon.delete_showcase {
  background-color: #9c1818;
  border-color: #540909;
}
.fc_redesign .app.displaycreator .allLayers .icon:hover,
.fc_redesign .app.displaycreator .nextStep .icon:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .app.displaycreator .allLayers .icon input,
.fc_redesign .app.displaycreator .nextStep .icon input {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px;
  margin-right: 0.5em;
}
.fc_redesign .app.displaycreator .allLayers .newLayerButton,
.fc_redesign .app.displaycreator .nextStep .newLayerButton {
  margin-left: 1em;
}
.fc_redesign .app.displaycreator .allLayers .new-layer,
.fc_redesign .app.displaycreator .nextStep .new-layer {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plus_svg.svg);
}
.fc_redesign .app.displaycreator .allLayers .icon-minus,
.fc_redesign .app.displaycreator .nextStep .icon-minus {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/minus_svg.svg);
}
.fc_redesign .app.displaycreator .allLayers .moveLayerUp,
.fc_redesign .app.displaycreator .nextStep .moveLayerUp {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_up.svg);
}
.fc_redesign .app.displaycreator .allLayers .moveLayerDown,
.fc_redesign .app.displaycreator .nextStep .moveLayerDown {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/arrow_down.svg);
}
.fc_redesign .app.displaycreator .allLayers .removeLayer,
.fc_redesign .app.displaycreator .nextStep .removeLayer {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/close_svg.svg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fc_redesign .app.displaycreator .tableIndividual table.individualPos {
  width: calc(100% - 82px);
}
.fc_redesign .app.displaycreator .tableIndividual table.individualPos td {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/item_icon.svg);
  background-color: #e0e0e0;
  background-size: 2em;
}
.fc_redesign .app.displaycreator .tableIndividual table.individualPos td:hover {
  opacity: 0.8;
}
.fc_redesign .app.displaycreator .tableIndividual table.individualPos td.check {
  background-color: #006330;
}
.fc_redesign .app.displaycreator .tableIndividual table.individualPos td.check:hover {
  background-color: #a92e2e;
}
.fc_redesign .app.displaycreator .tableIndividual table.fillTrayArrowsTop tbody tr.arrowTopRow {
  width: calc(100% - 50px);
}
.fc_redesign .app.displaycreator .buttonIcons {
  width: 50px;
}
.fc_redesign .app.displaycreator .buttonIcons .buttonize {
  padding-top: 2em;
  margin-bottom: 0.5em;
  display: block;
  background-position: 50% 50%;
  background-size: 1.5em;
}
.fc_redesign .app.displaycreator .buttonIcons .delete {
  margin-bottom: 1em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/delete.png);
}
.fc_redesign .app.displaycreator .buttonIcons .complete {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/check_icon.svg);
}
.fc_redesign .app.displaycreator .buttonIcons .increaseSize {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plus_icon.svg);
}
.fc_redesign .app.displaycreator .buttonIcons .decreaseSize {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/minus_icon.svg);
}
.fc_redesign .app.displaycreator .buttonIcons input + label {
  background-color: #b6b5b5;
  border-bottom: 3px solid #656565;
}
.fc_redesign .app.displaycreator .buttonIcons input:checked + label {
  background-color: #006330;
  border-bottom: 0px solid #51750c;
}
.fc_redesign .app.displaycreator .exportSidebar .divContainer .previewList {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #f6fbf5;
  border-radius: 0.5em;
  width: calc(100% / 2 - 0.25em);
  vertical-align: top;
  margin-right: 0.25em;
}
.fc_redesign .app.displaycreator .shareOutput button {
  border: none;
  border-bottom: 0px solid #51750c;
  border-radius: 18px;
  padding: 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  cursor: pointer;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #006330;
  width: fit-content;
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 0.25em;
}
.fc_redesign .app.displaycreator .shareOutput button.to_export_list,
.fc_redesign .app.displaycreator .shareOutput button.already_on_exportlist,
.fc_redesign .app.displaycreator .shareOutput button.nieuwkoop_import {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: auto;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #60bb47;
}
.fc_redesign .app.displaycreator .shareOutput button.already_on_exportlist,
.fc_redesign .app.displaycreator .shareOutput button.nieuwkoop_import {
  background-color: white;
  color: #60bb47 !important;
  border: 1px solid #60bb47;
}
.fc_redesign .app.displaycreator .shareOutput button.flip_it {
  line-height: 1.75em;
  font-size: .875em;
  font-weight: 300;
  vertical-align: top;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0em 2.25em;
}
.fc_redesign .app.displaycreator .shareOutput button.submitted {
  background-color: transparent;
  color: #636362 !important;
  border: 1.5px solid #00633052;
}
.fc_redesign .app.displaycreator .shareOutput button.floriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .app.displaycreator .shareOutput button.floriday.back_to_export {
  padding: .5em 2em;
  text-transform: uppercase;
  position: absolute;
  right: 11em;
  top: -.25em;
  background-position: 5% 50%;
  background-size: 1em;
}
.fc_redesign .app.displaycreator .shareOutput button.just_link_image {
  margin-bottom: 1em;
}
.fc_redesign .app.displaycreator .shareOutput button.replace_orginal,
.fc_redesign .app.displaycreator .shareOutput button.image_options,
.fc_redesign .app.displaycreator .shareOutput button.get_showcase,
.fc_redesign .app.displaycreator .shareOutput button.create_silhouette,
.fc_redesign .app.displaycreator .shareOutput button.create_showcase,
.fc_redesign .app.displaycreator .shareOutput button.export_to_floriday_action,
.fc_redesign .app.displaycreator .shareOutput button.submitted,
.fc_redesign .app.displaycreator .shareOutput button.remove_from_list,
.fc_redesign .app.displaycreator .shareOutput button.delete_silhouette,
.fc_redesign .app.displaycreator .shareOutput button.delete_showcase,
.fc_redesign .app.displaycreator .shareOutput button.just_link_image,
.fc_redesign .app.displaycreator .shareOutput button.gen_auto_showcase,
.fc_redesign .app.displaycreator .shareOutput button.floriday_button,
.fc_redesign .app.displaycreator .shareOutput button.fulllength_button {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign .app.displaycreator .shareOutput button.replace_orginal.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.image_options.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.get_showcase.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.create_silhouette.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.create_showcase.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.export_to_floriday_action.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.submitted.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.remove_from_list.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.delete_silhouette.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.delete_showcase.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.just_link_image.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.gen_auto_showcase.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.floriday_button.doing_upload,
.fc_redesign .app.displaycreator .shareOutput button.fulllength_button.doing_upload {
  background-size: 2em;
}
.fc_redesign .app.displaycreator .shareOutput button.remove_from_list,
.fc_redesign .app.displaycreator .shareOutput button.delete_silhouette,
.fc_redesign .app.displaycreator .shareOutput button.delete_showcase {
  background-color: #9c1818;
  border-color: #540909;
}
.fc_redesign .app.displaycreator .shareOutput button:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .app.displaycreator .shareOutput button input {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px;
  margin-right: 0.5em;
}
.fc_redesign .app.displaycreator .shareOutput .send_mail {
  margin-top: 0;
}
.fc_redesign .app.displaycreator .shareOutput .buttonize {
  line-height: normal;
  font-size: 0.875em;
  margin: 0 0.5em;
}
.fc_redesign .app.displaycreator .tableIndividual table.fillTrayArrowsTop tbody tr.arrowTopRow td {
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.fc_redesign .app.displaycreator .tableIndividual table.fillTrayArrowsTop tbody tr.arrowTopRow td.arrowTopAll {
  border-left: 0px;
  border-bottom-left-radius: 0em;
}
.fc_redesign .app.displaycreator .tableIndividual table.fillTrayArrowsRight tbody tr td {
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.fc_redesign .app.displaycreator .options h1.titleHeader,
.fc_redesign .app.displaycreator .fustOptions h1.titleHeader,
.fc_redesign .app.displaycreator .exportSidebar h1.titleHeader,
.fc_redesign .app.displaycreator .metaDataBox h1.titleHeader {
  padding: 0;
  line-height: 1.5em;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 1em;
}
.fc_redesign .app.displaycreator .shareOutput .sendEmailSection {
  text-align: left;
}
.fc_redesign .app.displaycreator .allImages {
  margin-top: 0;
}
.fc_redesign .app.displaycreator .allImages .image_gallery {
  max-height: 6.5em;
}
.fc_redesign .app.displaycreator .allImages .image_gallery .insideUploadButton {
  text-align: center;
  height: 2em;
}
.fc_redesign .app.displaycreator .allImages .image_gallery .insideUploadButton .icon-image {
  display: none;
}
.fc_redesign .app.displaycreator .allImages .image_gallery .insideUploadButton .uploadSpan {
  display: inline-block;
}
.fc_redesign .app.displaycreator .allImages .image_gallery .thumbnailImages,
.fc_redesign .app.displaycreator .allImages .image_gallery .uploadImage {
  width: 20%;
  margin: 0;
  padding-top: 12.5%;
  border: 0;
  border-radius: 0.5em;
}
.fc_redesign .app.displaycreator .allImages .image_gallery .thumbnailImages.active,
.fc_redesign .app.displaycreator .allImages .image_gallery .uploadImage.active {
  background-color: #f6fbf5;
}
.fc_redesign .app.displaycreator .allImages .image_gallery .thumbnailImages .theImage,
.fc_redesign .app.displaycreator .allImages .image_gallery .uploadImage .theImage {
  border-radius: 0.5em;
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
}
.fc_redesign .app.displaycreator .choosePosition .choosenPlant .choosenImage {
  border: 0px;
  background-color: #f6fbf5;
  border-radius: 0.5em;
}
.fc_redesign .app.displaycreator .tableIndividual {
  position: relative;
}
.fc_redesign .app.displaycreator .tableIndividual .buttonIcons {
  top: 0em;
}
.fc_redesign .app.displaycreator .choosePosition .left {
  width: calc(100% - 9em);
  position: relative;
}
.fc_redesign .app.displaycreator .choosePosition .left .preset_layer,
.fc_redesign .app.displaycreator .choosePosition .left .save_preset_layer {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 0.875em;
}
.fc_redesign .app.displaycreator .choosePosition .left .save_preset_layer {
  right: 10em;
}
.fc_redesign .app.displaycreator .choosePosition .right {
  width: 9em;
}
.fc_redesign .app.displaycreator .startFilters h1 {
  width: 100%;
  display: block;
  color: #636362;
  font-size: 1em;
  font-weight: 300;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.fc_redesign .app.displaycreator .startFilters .mutiple-objects-container {
  width: calc(25% - 2em);
  padding-top: calc(25% - 2em);
  height: auto;
  display: inline-block;
  margin: 1em;
  position: relative;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 0px dashed #d0d1d5;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6fbf5;
}
.fc_redesign .app.displaycreator .startFilters .mutiple-objects-container .family {
  width: 100%;
  height: calc(100% - 2.5em);
  position: absolute;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
  border-radius: 0.5em;
}
.fc_redesign .app.displaycreator .startFilters .option {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  display: inline-block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}
.fc_redesign .app.displaycreator .startFilters .option h2 {
  display: block;
  background-color: #006330;
  padding: 0.5em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 0em;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.fc_redesign .app.displaycreator .startFilters .option h2 span.size {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  padding: 0;
  font-weight: 300;
  font-size: 0.8571428571em;
  display: block;
  text-transform: uppercase;
  color: white;
}
.fc_redesign .app.displaycreator .startFilters .option h2 span.size span.values {
  font-weight: 300;
  font-style: italic;
}
.fc_redesign .app.displaycreator .startFilters .option .imgContainer {
  padding-top: calc(100% - 3.5em - 2px);
  top: 3.5em;
  width: 100%;
  height: auto;
  position: absolute;
  border-top: 0;
}
.fc_redesign .app.displaycreator .startFilters .option .imgContainer img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fc_redesign .app.displaycreator .startFilters .option .imgContainer img.not_loaded {
  max-width: 25%;
  max-height: 25%;
}
.fc_redesign .app.displaycreator .startFilters .controls {
  width: 100%;
  height: 2.5em;
  text-align: center;
  background-color: transparent;
  line-height: 2em;
}
.fc_redesign .app.displaycreator .startFilters .controls .left {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-left.png");
}
.fc_redesign .app.displaycreator .startFilters .controls .right {
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-right.png");
}
.fc_redesign .app.displaycreator .startFilters .controls .navigate {
  background-size: contain;
  width: 1em;
  height: 1.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
  cursor: pointer;
}
.fc_redesign .app.displaycreator .startFilters .controls .buttons {
  display: inline-block;
  line-height: 2em;
}
.fc_redesign .app.displaycreator .startFilters .controls .buttons .button {
  width: 0.5em;
  height: 0.5em;
  background-color: #636362;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 0.5em;
  opacity: 0.75;
  cursor: pointer;
}
.fc_redesign .app.displaycreator .startFilters .controls .buttons .button:hover {
  opacity: 1;
}
.fc_redesign .app.displaycreator .previewContainer .wrapped {
  border: 0px dashed #B6B5B5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin: 0em;
}
.fc_redesign .app.displaycreator .previewContainer.nextStepChange {
  width: 75%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.fc_redesign .app.displaycreator .previewContainer h1 {
  width: 100%;
  display: block;
  background-color: #006330;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em 0.5em;
  color: white;
  position: relative;
  z-index: 1;
  font-weight: 300;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .app.displaycreator .previewContainer .nextStep {
  position: absolute;
  display: block;
  right: 1em;
  bottom: 1em;
  z-index: 2100;
}
.fc_redesign .app.displaycreator .previewContainer .nextStep button {
  display: inline-block;
}
.fc_redesign .app.displaycreator .previewContainer .preview {
  position: relative;
  height: calc(100% - 0em);
  width: auto;
  margin: auto;
  display: block;
  margin-top: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
  z-index: 1;
}
.fc_redesign .app.displaycreator .previewContainer .preview.hide {
  opacity: 0;
}
.fc_redesign .app.displaycreator .previewContainer .preview .backBones {
  height: 100%;
  width: auto;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.fc_redesign .app.displaycreator .previewContainer .preview .frontBones {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.fc_redesign .app.displaycreator .previewContainer .preview .card_items {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .card_items .topboard {
  width: auto;
  height: 100%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .upTable {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  height: 100%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .upTable.woodFlyer {
  z-index: 180;
}
.fc_redesign .app.displaycreator .previewContainer .preview .flyer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  height: 100%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .frontBones.width,
.fc_redesign .app.displaycreator .previewContainer .preview .backBones.width {
  height: auto;
  width: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.fc_redesign .app.displaycreator .previewContainer .preview .invisableBackGround {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  opacity: 0;
  width: 100%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .invisableBackGround.Euro {
  width: 76%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .frontBones {
  z-index: 2000;
}
.fc_redesign .app.displaycreator .previewContainer .preview .plant,
.fc_redesign .app.displaycreator .previewContainer .preview .fust {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}
.fc_redesign .app.displaycreator .previewContainer .preview .noShow {
  opacity: 0;
}
.fc_redesign .app.displaycreator .previewContainer .preview .bottomRow,
.fc_redesign .app.displaycreator .previewContainer .preview .secondRow,
.fc_redesign .app.displaycreator .previewContainer .preview .thirdRow,
.fc_redesign .app.displaycreator .previewContainer .preview .topRow,
.fc_redesign .app.displaycreator .previewContainer .preview .fourthRow,
.fc_redesign .app.displaycreator .previewContainer .preview .fithRow,
.fc_redesign .app.displaycreator .previewContainer .preview .greenwalllayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.fc_redesign .app.displaycreator .previewContainer .preview .secondRowBled,
.fc_redesign .app.displaycreator .previewContainer .preview .thirdRowBled,
.fc_redesign .app.displaycreator .previewContainer .preview .topRowBled,
.fc_redesign .app.displaycreator .previewContainer .preview .fourthRowBled,
.fc_redesign .app.displaycreator .previewContainer .preview .fithRowBled {
  top: 97%;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.fc_redesign .app.displaycreator .previewContainer .preview .greenwalllayer img.bones {
  width: 100%;
  height: auto;
  position: relative;
}
.fc_redesign .app.displaycreator .previewContainer .preview .preview img.topRowBled {
  top: 97.5%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .thirdRowBled {
  z-index: 40;
}
.fc_redesign .app.displaycreator .previewContainer .preview .thirdRowBled.grinz-danish {
  top: 95%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .topRowBled {
  z-index: 60;
}
.fc_redesign .app.displaycreator .previewContainer .preview .topRowBled.grinz-danish {
  top: 95%;
}
.fc_redesign .app.displaycreator .previewContainer .preview .plant,
.fc_redesign .app.displaycreator .previewContainer .preview .fust {
  position: absolute;
  -webkit-backface-visibility: hidden;
}
.fc_redesign .load_item_search .label.returnToEditScreen,
.fc_redesign .load_item_search .label.nextStepButton {
  background-color: #f6fbf5;
  color: black;
  border-right: 3px solid #a7a7a7;
  box-shadow: none;
  margin-right: -1px;
}
.fc_redesign .load_item_search .label.returnToEditScreen .text,
.fc_redesign .load_item_search .label.nextStepButton .text {
  font-weight: 300;
  font-size: 0.75em;
  margin-left: -1.5em;
  width: 3em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5em;
  text-align: center;
  margin-top: -1em;
}
.fc_redesign .load_item_search .label.returnToEditScreen {
  margin-top: -1px;
  margin-right: -2px;
}
.fc_redesign .between_stroke {
  border-bottom: 1px solid #dce1e1;
  font-size: 13px;
  padding: 10px  20px ;
  position: relative;
}
.fc_redesign .between_stroke p,
.fc_redesign .between_stroke span {
  display: inline-block;
  margin: 0;
}
.fc_redesign .between_stroke p {
  margin-right: 1em;
  font-style: italic;
}
.fc_redesign .between_stroke span.showAll {
  font-size: 10px;
  font-family: "Raleway";
  color: #1f2626;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #f0f7ef;
  padding: 0.5em;
  border-radius: 0px 0px 3px 3px;
  position: absolute;
  right: 2em;
  top: 0;
  cursor: pointer;
}
.fc_redesign .between_stroke span.showAll:after {
  content: "";
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/more_filters.svg");
  display: inline-block;
  margin-left: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fc_redesign .load_item_search {
  z-index: 9;
}
.fc_redesign .load_item_search .dropDown .buttonize {
  border: none;
  border-bottom: 0px solid #51750c;
  border-radius: 18px;
  padding: 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #006330;
  width: fit-content;
}
.fc_redesign .load_item_search .dropDown .buttonize.to_export_list,
.fc_redesign .load_item_search .dropDown .buttonize.already_on_exportlist,
.fc_redesign .load_item_search .dropDown .buttonize.nieuwkoop_import {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: auto;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #60bb47;
}
.fc_redesign .load_item_search .dropDown .buttonize.already_on_exportlist,
.fc_redesign .load_item_search .dropDown .buttonize.nieuwkoop_import {
  background-color: white;
  color: #60bb47 !important;
  border: 1px solid #60bb47;
}
.fc_redesign .load_item_search .dropDown .buttonize.flip_it {
  line-height: 1.75em;
  font-size: .875em;
  font-weight: 300;
  vertical-align: top;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0em 2.25em;
}
.fc_redesign .load_item_search .dropDown .buttonize.submitted {
  background-color: transparent;
  color: #636362 !important;
  border: 1.5px solid #00633052;
}
.fc_redesign .load_item_search .dropDown .buttonize.floriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .load_item_search .dropDown .buttonize.floriday.back_to_export {
  padding: .5em 2em;
  text-transform: uppercase;
  position: absolute;
  right: 11em;
  top: -.25em;
  background-position: 5% 50%;
  background-size: 1em;
}
.fc_redesign .load_item_search .dropDown .buttonize.just_link_image {
  margin-bottom: 1em;
}
.fc_redesign .load_item_search .dropDown .buttonize.replace_orginal,
.fc_redesign .load_item_search .dropDown .buttonize.image_options,
.fc_redesign .load_item_search .dropDown .buttonize.get_showcase,
.fc_redesign .load_item_search .dropDown .buttonize.create_silhouette,
.fc_redesign .load_item_search .dropDown .buttonize.create_showcase,
.fc_redesign .load_item_search .dropDown .buttonize.export_to_floriday_action,
.fc_redesign .load_item_search .dropDown .buttonize.submitted,
.fc_redesign .load_item_search .dropDown .buttonize.remove_from_list,
.fc_redesign .load_item_search .dropDown .buttonize.delete_silhouette,
.fc_redesign .load_item_search .dropDown .buttonize.delete_showcase,
.fc_redesign .load_item_search .dropDown .buttonize.just_link_image,
.fc_redesign .load_item_search .dropDown .buttonize.gen_auto_showcase,
.fc_redesign .load_item_search .dropDown .buttonize.floriday_button,
.fc_redesign .load_item_search .dropDown .buttonize.fulllength_button {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign .load_item_search .dropDown .buttonize.replace_orginal.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.image_options.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.get_showcase.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.create_silhouette.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.create_showcase.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.export_to_floriday_action.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.submitted.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.remove_from_list.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.delete_silhouette.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.delete_showcase.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.just_link_image.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.gen_auto_showcase.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.floriday_button.doing_upload,
.fc_redesign .load_item_search .dropDown .buttonize.fulllength_button.doing_upload {
  background-size: 2em;
}
.fc_redesign .load_item_search .dropDown .buttonize.remove_from_list,
.fc_redesign .load_item_search .dropDown .buttonize.delete_silhouette,
.fc_redesign .load_item_search .dropDown .buttonize.delete_showcase {
  background-color: #9c1818;
  border-color: #540909;
}
.fc_redesign .load_item_search .dropDown .buttonize:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .load_item_search .dropDown .buttonize input {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px;
  margin-right: 0.5em;
}
.fc_redesign .load_item_search .plantSelector,
.fc_redesign .load_item_search .Potselector,
.fc_redesign .load_item_search .combination_selector,
.fc_redesign .load_item_search .tag_selector,
.fc_redesign .load_item_search .accessoires_selector,
.fc_redesign .load_item_search .infomation_bubble {
  padding: 1em;
  padding-bottom: 0;
}
.fc_redesign .load_item_search.exporting {
  position: absolute;
}
.fc_redesign .load_item_search .object_side {
  width: 45%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.fc_redesign .load_item_search .object_side .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  border-right: 1px solid #dce1e1;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
}
.fc_redesign .load_item_search .object_side.adding_extra_plant {
  z-index: 0;
}
.fc_redesign .load_item_search .object_side.attach_items {
  width: calc(100% - 0.5em);
  overflow: hidden;
}
.fc_redesign .load_item_search .object_side.attach_items .types {
  background-color: transparent;
}
.fc_redesign .load_item_search .object_side.attach_items .types .canOpen {
  max-height: 8.5em;
}
.fc_redesign .load_item_search .object_side.attach_items .types .combination_selector {
  padding: 0;
}
.fc_redesign .load_item_search .object_side.attach_items .types .content {
  width: 100%;
}
.fc_redesign .load_item_search .object_side.attach_items .types .content .add_item_to_block {
  width: calc(20% - 8px);
  padding-top: calc(20% - 8px);
}
.fc_redesign .load_item_search .object_side.attach_items .types.active {
  box-shadow: none;
}
.fc_redesign .load_item_search .types,
.fc_redesign .load_item_search .container_holder {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  border-right: 1px solid #dce1e1;
}
.fc_redesign .load_item_search .types {
  position: absolute;
  top: 0;
  background-color: white;
}
.fc_redesign .load_item_search .types .container_holder {
  display: none;
}
.fc_redesign .load_item_search .types.active .container_holder {
  display: block;
}
.fc_redesign .load_item_search .types.active .label {
  background-color: #006330;
  box-shadow: unset;
  border-right: 1px #006330 solid;
  color: white;
}
.fc_redesign .load_item_search .types.active .label span {
  color: white;
}
.fc_redesign .load_item_search .label {
  position: absolute;
  width: 80px;
  height: 80px;
  padding-left: 0.5em;
  right: -80px;
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 5px);
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  cursor: pointer;
  -webkit-border-top-right-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border: 1px dashed #d0d1d5;
  border-left: 0;
}
.fc_redesign .load_item_search .label span {
  font-size: 11px;
  color: #1f2626;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.fc_redesign .load_item_search .label:hover {
  opacity: 0.8;
}
.fc_redesign .load_item_search #pot_section .label {
  top: 110px;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop.png);
}
.fc_redesign .load_item_search #plant_section .label {
  top: 20px;
  background-size: 2.5em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop.png);
}
.fc_redesign .load_item_search #combination_section .label {
  top: 16em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination-icon.png);
}
.fc_redesign .load_item_search #system_section .label {
  top: 290px;
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop.png);
}
.fc_redesign .load_item_search #system_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop-active.png);
}
.fc_redesign .load_item_search #artificial_plant_section .label {
  top: 200px;
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/artificial-icon.png);
}
.fc_redesign .load_item_search #artificial_plant_section .label span {
  bottom: 0px;
}
.fc_redesign .load_item_search #artificial_plant_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/artificial-icon-white.png);
}
.fc_redesign .load_item_search #toppings_section .label {
  top: 380px;
  background-size: 2.5em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/accessiores-icon-nieuwkoop.png);
}
.fc_redesign .load_item_search #toppings_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/accessiores-icon-nieuwkoop-active.png);
}
.fc_redesign .load_item_search #accessoires_section .label {
  top: 470px;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/accessoires.png);
}
.fc_redesign .load_item_search #accessoires_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/accessoires_white.png);
}
.fc_redesign .load_item_search #pot_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop-active.png);
}
.fc_redesign .load_item_search #plant_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop-active.png);
}
.fc_redesign .load_item_search #combination_section.active .label {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination-icon.png);
}
.fc_redesign .load_item_search #pot_section .content {
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
.fc_redesign .load_item_search .sortSet {
  display: inline;
}
.fc_redesign .load_item_search .add_item_to_block {
  width: calc(100% / 6 - 8px);
  padding-top: calc(100% / 6 - 8px);
  margin: 4px;
  position: relative;
  border: 0px dashed #d0d1d5;
  text-align: center;
  background-color: #f6fbf5;
  height: 0;
  display: inline-block;
  cursor: pointer;
  background-image: none;
}
.fc_redesign .load_item_search .add_item_to_block.add_plants,
.fc_redesign .load_item_search .add_item_to_block.add_pots {
  margin-bottom: 7em;
}
.fc_redesign .load_item_search .add_item_to_block span.name_under {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #484848;
  height: 1.25em;
  overflow: hidden;
  line-height: 1.25em;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.25em;
}
.fc_redesign .load_item_search .add_item_to_block span.name_under.search_at_field {
  text-decoration: underline;
}
.fc_redesign .load_item_search .add_item_to_block .image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/loader2.0.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  background-origin: content-box;
}
.fc_redesign .load_item_search .add_item_to_block .not_loaded {
  background-size: 50%;
}
.fc_redesign .load_item_search .add_item_to_block.selected {
  border-color: #ffffff;
  border-style: solid;
}
.fc_redesign .load_item_search .content {
  height: calc(100% - 170px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  width: calc(100% - 2em);
}
.fc_redesign .load_item_search .content .loadShowMore {
  display: block;
  position: relative;
  width: 100%;
  height: 3em;
  background-color: #fbfcfe;
}
.fc_redesign .load_item_search .content .icon-check-empty {
  color: #ccc;
  display: block;
  font-size: 14px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 2px;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
}
.fc_redesign .load_item_search .content .set_open_checked:before {
  content: '\f146';
  color: #555;
}
.fc_redesign .load_item_search .content .info_bubble,
.fc_redesign .load_item_search .content .icon-plus-squared {
  color: white;
  font-size: 14px;
  top: 5px;
  right: 5px;
  left: unset;
  position: absolute;
  z-index: 100;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 18px;
  text-align: center;
  height: 18px;
  opacity: 1;
  border-bottom: 0px;
  margin: 0;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/info_icon.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fc_redesign .load_item_search .content .info_bubble:hover,
.fc_redesign .load_item_search .content .icon-plus-squared:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}
.fc_redesign .load_item_search .content .icon-plus-squared {
  top: unset;
  left: unset;
  bottom: 0.25em;
  right: 0.25em;
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/fc-plus-icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fc_redesign .load_item_search .content .icon-plus-squared:before {
  content: unset;
}
.fc_redesign .load_item_search .content .icon-plus-squared.set_open_checked {
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/fc-minus-icon.png);
}
.fc_redesign .load_item_search .content .icon-plus-squared.set_open_checked:before {
  content: unset !important;
}
.fc_redesign .load_item_search .content .deleteObjectMetaData {
  color: white;
  font-size: 14px;
  top: 0.125em;
  position: absolute;
  left: 0.25em;
  z-index: 100;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 1.25em;
  text-align: center;
  height: 1.25em;
  line-height: 17px;
  opacity: 0.75;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/delete.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fc_redesign .load_item_search .object_group_icons {
  display: inline-block;
}
.fc_redesign .load_item_search .object_icons {
  width: 2em;
  display: inline-block;
  height: 6em;
  vertical-align: middle;
  margin-right: 1em;
  padding-right: 0.5em;
  border-right: 1px solid #C8C8C8;
}
.fc_redesign .load_item_search .object_icons .icon_holder {
  background-color: #878688;
  display: inline-block;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-align: center;
}
.fc_redesign .load_item_search .object_icons .show_icon_controls {
  display: block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.25em;
  line-height: 2em;
  vertical-align: middle;
  border-bottom: 1px solid #C8C8C8;
}
.fc_redesign .load_item_search .object_icons .show_icon_controls:hover {
  opacity: 0.5;
}
.fc_redesign .load_item_search .object_icons .show_icon_controls:last-child {
  border-bottom: 0px;
}
.fc_redesign .load_item_search .object_icons .show_icon_controls.pot {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/pot-icon.png);
}
.fc_redesign .load_item_search .object_icons .show_icon_controls.plant {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-plant-icon.png);
}
.fc_redesign .load_item_search .object_icons .show_icon_controls.tag {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-tag-icon.png);
}
.fc_redesign .color_filter_spectrum {
  margin-bottom: -0.25em;
}
.fc_redesign .color_filter_spectrum ul {
  padding-left: 0em;
  margin: 0;
}
.fc_redesign .color_filter_spectrum li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  margin: 0 calc(100% / 64 - 0.625em - 1px/64);
  margin-bottom: 11px;
}
.fc_redesign .color_filter_spectrum input[type="checkbox"] {
  display: none !important;
}
.fc_redesign .color_filter_spectrum label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin-bottom: 1em;
  top: 0;
}
.fc_redesign .color_filter_spectrum label[for="color-spectrum-#ffffff"] .chbox,
.fc_redesign .color_filter_spectrum label[for="color-spectrum-plant-#ffffff"] .chbox,
.fc_redesign .color_filter_spectrum label[for="color-spectrum-comb-#ffffff"] .chbox,
.fc_redesign .color_filter_spectrum label[for="color-spectrum-combination-#ffffff"] .chbox,
.fc_redesign .color_filter_spectrum label[for="infobox-color-spectrum-#ffffff"] .chbox,
.fc_redesign .color_filter_spectrum label[for="color-spectrum-pot-#ffffff"] .chbox {
  border: 1px solid #636362;
  box-sizing: border-box;
}
.fc_redesign .color_filter_spectrum label:after {
  content: "";
  width: calc(100% - 2px);
  height: 4px;
  position: absolute;
  bottom: -7px;
  background-color: #d7d7d7;
  left: 0;
  right: 0;
  margin: auto;
}
.fc_redesign .color_filter_spectrum input[type="checkbox"]:checked + label:after {
  background-color: #737373 !important;
}
.fc_redesign .color_filter_spectrum .chbox,
.fc_redesign .color_filter_spectrum .gradient_box {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  margin: auto;
  display: block;
  vertical-align: top;
  cursor: pointer;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox {
  background-color: #ffffff;
}
.fc_redesign .metaDataBox .error_line {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  display: block;
  color: white;
  text-align: left;
  text-align: center;
  font-weight: 500;
}
.fc_redesign .metaDataBox .left input[type="number"] {
  display: inline-block;
  width: 4.5em;
  font-size: 0.75em;
  padding: 0.5em;
}
.fc_redesign .metaDataBox .tab_buttons,
.fc_redesign .metaDataBox .sub_tab_buttons {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 0.5em;
}
.fc_redesign .metaDataBox .tab_buttons .tab,
.fc_redesign .metaDataBox .sub_tab_buttons .tab {
  padding: 0 1em;
  display: inline-block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  /* border-right: 0px solid #e2e2e2; */
  font-weight: 500;
  text-transform: unset;
  margin-left: 0.5em;
  color: #636362;
  margin-bottom: -1px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Raleway";
  color: #464646;
  font-style: italic;
  border-radius: 10px 10px 0 0;
}
.fc_redesign .metaDataBox .tab_buttons .tab.active,
.fc_redesign .metaDataBox .sub_tab_buttons .tab.active {
  border-bottom: 1px solid white;
  font-weight: bold;
  font-style: normal;
}
.fc_redesign .metaDataBox .sub_tab_buttons {
  margin-top: 1em;
}
.fc_redesign .metaDataBox .sub_tab_buttons .tab {
  line-height: 2em;
  padding: 0 1em;
  height: 2em;
}
.fc_redesign .metaDataBox .right .metaData .color_filter_spectrum {
  width: calc(100% - 9em);
  display: inline-block;
  position: relative;
}
.fc_redesign .metaDataBox .right .metaData .color_filter_spectrum li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  margin: 0 calc(4.5% - 0.625em);
  margin: 0;
  margin-bottom: 0.75em;
}
.fc_redesign .metaDataBox .right .metaData .color_filter_spectrum label {
  width: 100%;
  padding-right: 0;
}
.fc_redesign .metaDataBox .right .metaData .color_filter_spectrum input[type="checkbox"]:disabled + label:after {
  background-color: transparent;
}
.fc_redesign select.FilterOptions,
.fc_redesign input.FilterOptions,
.fc_redesign .shareOutput input:not([type='checkbox']) {
  border-color: #B6B5B5;
  color: #464646;
  display: inline-block;
  border: 0px solid #ddd;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 18px;
  height: 40px;
  border-radius: 18px;
  width: 100%;
  margin: 0;
  font-style: italic;
  color: #636362;
  border: 1px solid #ecf0f0;
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  font-family: "Raleway";
  margin-bottom: 15px;
  font-size: 13px;
}
.fc_redesign select.FilterOptions:nth-child(3n+1),
.fc_redesign input.FilterOptions:nth-child(3n+1),
.fc_redesign .shareOutput input:not([type='checkbox']):nth-child(3n+1) {
  margin-right: 0;
}
.fc_redesign select.FilterOptions:disabled,
.fc_redesign input.FilterOptions:disabled,
.fc_redesign .shareOutput input:not([type='checkbox']):disabled {
  opacity: 0.75;
  background-image: none;
}
.fc_redesign select.FilterOptions.available_logos,
.fc_redesign input.FilterOptions.available_logos,
.fc_redesign .shareOutput input:not([type='checkbox']).available_logos {
  margin-top: 1em;
}
.fc_redesign input.FilterOptions.input_search {
  background-color: #f0f7ef;
  color: #006330;
  border: 1px solid #f0f7ef;
  width: 100%;
  margin-right: 0;
}
.fc_redesign .price_table {
  position: absolute;
  display: block;
  bottom: 60px;
  left: -81px;
  border: 1px solid #dce1e1;
  border-bottom: 0;
  min-height: 1em;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
}
.fc_redesign .price_table span {
  width: 50px;
  height: 28px;
  display: inline-block;
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  border-right: 1px solid #dce1e1;
  border-bottom: 1px solid #dce1e1;
  font-size: 11px;
  color: #909090;
  text-align: center;
  line-height: 28px;
  vertical-align: top;
}
.fc_redesign .price_table span:last-child {
  border-right: 0px;
}
.fc_redesign .price_table span.sku {
  width: 80px;
}
.fc_redesign .price_table span.type {
  font-weight: bold;
  color: #1f2626;
}
.fc_redesign .price_table .table_header span {
  background-color: #f6fbf5;
}
.fc_redesign .price_table .table_header .type {
  background-color: transparent;
}
.fc_redesign .price_table .table_header .sku {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/hashtag_icon.svg);
}
.fc_redesign .price_table .table_header .diameter {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/diameter_icon.svg);
}
.fc_redesign .price_table .table_header .height {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/height_icon.svg);
}
.fc_redesign .price_table .table_header .euro {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/euro_icon.svg);
}
.fc_redesign .price_table .table_footer span {
  border: 0;
}
.fc_redesign .price_table .table_footer span.euro {
  border: 1px solid #dce1e1;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 10px 10px;
}
.fc_redesign .search_icon {
  position: absolute;
  right: 16px;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/search-icon.svg);
  background-size: 15px;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-color: #006330;
  top: 8px;
  border-radius: 0 17.5px 17.5px;
}
.fc_redesign .shareOutput input:not([type='checkbox']) {
  width: calc(50% - 0.25em);
}
.fc_redesign .shareOutput input:not([type='checkbox']).emailRecipient {
  margin-right: 0.25em;
}
.fc_redesign .shareOutput input:not([type='checkbox']).emailYours {
  width: calc(50% - 3.325em);
}
.fc_redesign .options .divContainer .dropDown select,
.fc_redesign .fustOptions .divContainer .dropDown select,
.fc_redesign .exportSidebar .divContainer .dropDown select,
.fc_redesign .metaDataBox .divContainer .dropDown select {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 0.75em;
}
.fc_redesign select.FilterOptions {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/dropdown_arrow.svg);
}
.fc_redesign input.FilterOptions {
  background-image: none;
}
.fc_redesign .canOpen {
  overflow: hidden;
  max-height: 127px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fc_redesign div.canOpen.open {
  max-height: 600px !important;
}
.fc_redesign .Potselector.canOpen {
  max-height: 127px;
}
.fc_redesign .page_layout.load_item_search .container_holder {
  overflow-y: hidden;
}
.fc_redesign .dropDown.showFilters {
  text-align: right;
  padding: 0em;
}
.fc_redesign .dropDown.showFilters span,
.fc_redesign .dropDown.searchResult p,
.fc_redesign .dropDown.searchResult label {
  font-size: 0.875em;
  color: #636362;
  font-style: italic;
  cursor: pointer;
  font-weight: 300;
  overflow: visible;
  text-transform: none;
  margin: 0;
}
.fc_redesign .dropDown.searchResult p {
  padding-top: 0.5em;
}
.fc_redesign .dropDown.showFilters span.resetFilters {
  float: left;
}
.fc_redesign .dropDown.searchResult {
  padding: 0em;
}
.fc_redesign .switch input {
  display: none;
}
.fc_redesign .switch input:checked + .slider {
  background-color: #ed7118;
}
.fc_redesign .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.fc_redesign .switch input:checked + .slider:before {
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em);
}
.fc_redesign .switch .slider {
  cursor: pointer;
  position: relative;
  background-color: #ccc;
  -webkit-transition: .4s;
  width: 4em;
  transition: .4s;
  height: 2em;
  line-height: 2em;
  font-size: 0.75em;
}
.fc_redesign .switch .slider.round {
  border-radius: 34px;
}
.fc_redesign .switch .slider.round:before {
  border-radius: 50%;
}
.fc_redesign .switch .slider:before {
  position: absolute;
  content: "";
  height: 1.5em;
  width: 1.5em;
  left: 0.25em;
  bottom: 0.25em;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.fc_redesign .title_container {
  margin-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #b1b3b4;
  position: relative;
}
.fc_redesign .title_container.no_margin_bottom {
  margin-bottom: 0;
}
.fc_redesign .title_container h1 {
  font-family: "bebas_neue";
  letter-spacing: 0.5px;
  line-height: 2em;
}
.fc_redesign .title_container span,
.fc_redesign .title_container h1 {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.fc_redesign .title_container .project_date {
  color: #aaa;
  font-weight: 300;
}
.fc_redesign .dashboard_items {
  max-width: 1000px;
  margin: auto;
}
.fc_redesign .dashboard_items a.dash_item {
  display: inline-block;
  width: calc(50% - 4.125em - 2px);
  height: 11em;
  padding: 2em;
  text-decoration: none;
  margin: 2em;
  border: 1px solid #b1b3b4;
  border-radius: 0.5em;
  background-color: white;
  vertical-align: top;
}
.fc_redesign .dashboard_items a.dash_item.projects h2 {
  color: #ed7118;
}
.fc_redesign .dashboard_items a.dash_item.catalog h2 {
  color: #006330;
}
.fc_redesign .dashboard_items a.dash_item.upload h2 {
  color: #006330;
}
.fc_redesign .dashboard_items a.dash_item.apps h2,
.fc_redesign .dashboard_items a.dash_item.combinator h2,
.fc_redesign .dashboard_items a.dash_item.showcase h2,
.fc_redesign .dashboard_items a.dash_item.display-creator h2 {
  color: #006330;
}
.fc_redesign .dashboard_items a.dash_item h2 {
  font-weight: 500;
}
.fc_redesign .dashboard_items a.dash_item span.base-icon {
  width: 4em;
  height: 4em;
  margin-left: -4em;
  margin-top: -4em;
  position: absolute;
}
.fc_redesign .project_header {
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
  background-color: white;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.fc_redesign .project_header.not_full_width {
  width: calc(100% - 2em);
  margin: auto;
}
.fc_redesign .project_header p {
  font-weight: 300;
  font-style: italic;
  color: #636362;
  line-height: 1.5em;
}
.fc_redesign .project_header h1 {
  font-size: 1.5em;
}
.fc_redesign .main_container {
  position: relative;
  width: calc(70% - 6.5em);
  height: 100%;
  z-index: 0;
  display: inline-block;
  left: 5.5em;
  margin: auto;
  vertical-align: top;
}
.fc_redesign .main_container .product_submit_container {
  border: 1px solid #d0d1d5;
  width: 100%;
  height: calc(100% - 18em);
  margin-top: 2em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 1em;
  overflow: auto;
}
.fc_redesign .main_container .product_submit_container.hide {
  display: none;
}
.fc_redesign .main_container .product_submit_container.active {
  display: block;
}
.fc_redesign .main_container .product_submit_container.round_2,
.fc_redesign .main_container .product_submit_container.accepted_row {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.fc_redesign .main_container .product_submit_container .accepted_row {
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .main_container .product_submit_container h2 {
  font-weight: 300;
  font-style: italic;
  color: #636362;
  line-height: 1.5em;
  font-size: 1em;
  margin: 00;
}
.fc_redesign .main_container .product_submit_container .selected_product {
  width: calc(100% / 6  - 1em);
  vertical-align: top;
  margin: 0.5em;
  position: relative;
  display: inline-block;
  padding: 0.75em;
  background-color: #ffffff;
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius: 0px;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-radius: 0px;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.fc_redesign .main_container .product_submit_container .selected_product .hidden {
  display: none;
}
.fc_redesign .main_container .product_submit_container .selected_product .info_bubble,
.fc_redesign .main_container .product_submit_container .selected_product .remove_icon {
  color: white;
  font-size: 14px;
  top: 0.25em;
  position: absolute;
  z-index: 100;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 1.25em;
  text-align: center;
  height: 1.25em;
  line-height: 17px;
  opacity: 0.75;
  cursor: pointer;
}
.fc_redesign .main_container .product_submit_container .selected_product .info_bubble {
  left: 0.25em;
}
.fc_redesign .main_container .product_submit_container .selected_product .remove_icon {
  right: 0.25em;
  line-height: 1em;
}
.fc_redesign .main_container .product_submit_container .selected_product .support_material,
.fc_redesign .main_container .product_submit_container .selected_product .support_material_check {
  background-color: #2b3035;
  border: 0;
  padding: 0.5em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 300;
  opacity: 1;
  width: 100%;
  margin-top: 0.75em;
}
.fc_redesign .main_container .product_submit_container .selected_product .support_material:hover,
.fc_redesign .main_container .product_submit_container .selected_product .support_material_check:hover {
  opacity: 0.8;
}
.fc_redesign .main_container .product_submit_container .selected_product .support_material_check {
  margin-bottom: 0.25em;
}
.fc_redesign .main_container .product_submit_container .selected_product.accepted {
  border: 2px solid #50e3c2;
}
.fc_redesign .main_container .product_submit_container .selected_product.accepted .action_container .denied,
.fc_redesign .main_container .product_submit_container .selected_product.accepted .action_container_price .denied {
  opacity: 0.5;
}
.fc_redesign .main_container .product_submit_container .selected_product.accepted .decision_container {
  background-color: #50e3c2;
}
.fc_redesign .main_container .product_submit_container .selected_product.denied {
  border: 2px solid #f78f8f;
}
.fc_redesign .main_container .product_submit_container .selected_product.denied .action_container .accept,
.fc_redesign .main_container .product_submit_container .selected_product.denied .action_container_price .accept {
  opacity: 0.5;
}
.fc_redesign .main_container .product_submit_container .selected_product.denied .decision_container {
  background-color: #f78f8f;
}
.fc_redesign .main_container .product_submit_container .selected_product .product_image {
  padding-top: 100%;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .main_container .product_submit_container .selected_product .product_image.not_loaded {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
}
.fc_redesign .main_container .product_submit_container .selected_product input {
  border-color: #B6B5B5;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.125em;
  width: 100%;
  padding: 0.25em 0.5em;
  margin-top: 0.5em;
  font-weight: 300;
  font-style: italic;
  font-size: 0.75em;
  color: #2b3035;
  box-shadow: none;
}
.fc_redesign .main_container .product_submit_container .selected_product input.not_filled {
  border: 1px solid #c11f1f;
}
.fc_redesign .main_container .product_submit_container span.pallet_quantity_span,
.fc_redesign .main_container .product_submit_container .add_note_button,
.fc_redesign .main_container .product_submit_container .item_note_span {
  text-align: center;
  font-size: 0.75em;
  font-weight: 300;
  font-style: italic;
  display: block;
  padding: 0.25em 0;
  color: #636362;
  margin-top: 0.5em;
}
.fc_redesign .main_container .product_submit_container .add_note_button {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 0;
}
.fc_redesign .main_container .product_submit_container .action_container,
.fc_redesign .main_container .product_submit_container .action_container_price {
  text-align: center;
}
.fc_redesign .main_container .product_submit_container .action_container span,
.fc_redesign .main_container .product_submit_container .action_container_price span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fc_redesign .main_container .product_submit_container .action_container span.not_selected,
.fc_redesign .main_container .product_submit_container .action_container_price span.not_selected {
  opacity: 0.2;
}
.fc_redesign .main_container .product_submit_container .action_container .accept,
.fc_redesign .main_container .product_submit_container .action_container_price .accept {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/icon-accept.png);
}
.fc_redesign .main_container .product_submit_container .action_container .denied,
.fc_redesign .main_container .product_submit_container .action_container_price .denied {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/icon-denied.png);
}
.fc_redesign .main_container .product_submit_container .decision_container {
  text-align: center;
  padding: 0.25em 0;
  margin-top: 0.375em;
}
.fc_redesign .main_container .product_submit_container .decision_container .accept,
.fc_redesign .main_container .product_submit_container .decision_container .denied {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin: 0 0.5em;
  margin-left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.fc_redesign .main_container .product_submit_container .decision_container .html_decision {
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 0.875em;
  text-transform: capitalize;
}
.fc_redesign .main_container .product_submit_container .decision_container .accept {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/icon-accept-white.png);
}
.fc_redesign .main_container .product_submit_container .decision_container .denied {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/icon-denied-white.png);
}
.fc_redesign .main_container .product_submit_container .add_note_text {
  text-align: center;
  font-size: 0.75em;
  font-weight: 300;
  display: block;
  padding: 0.25em 0;
  color: #2b3035;
  margin-top: 0.5em;
  border-top: 1px solid #d2d3d7;
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  border-radius: 0px;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
.fc_redesign .main_container .product_submit_container .note_textarea,
.fc_redesign .main_container .product_submit_container .item_note {
  width: 100%;
  display: block;
  height: 3.25em;
  font-size: 0.75em;
  border: none;
  overflow: auto;
  outline: none;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.25em;
  resize: none;
  margin-top: 0.5em;
  border: 1px solid #d0d1d5;
  -webkit-border-radius: 0px;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius: 0px;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-radius: 0px;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.fc_redesign .slider_container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 1px dashed #B6B5B5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #fff;
}
.fc_redesign .slider_container .slide {
  width: 100%;
  height: calc(100% - 2em);
  display: inline-block;
  padding: 0.5em;
  text-align: center;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  vertical-align: top;
}
.fc_redesign .slider_container .slide img {
  max-width: 100%;
  max-height: 100%;
}
.fc_redesign .slider_container .buttons {
  height: 2em;
  line-height: 2em;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin: auto;
  display: block;
}
.fc_redesign .slider_container .buttons .slide_button {
  height: 1.25em;
  width: 1.25em;
  margin: auto;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 1.25em;
  vertical-align: middle;
  background-position: 50% 50%;
  background-size: 0.375em;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #006330;
}
.fc_redesign .slider_container .buttons .slide_bubble {
  height: 0.5em;
  width: 0.5em;
  display: inline-block;
  margin: 0 0.25em;
  border-radius: 0.5em;
  background-color: #006330;
  vertical-align: middle;
}
.fc_redesign .slider_container .buttons .slide_right {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-right.png);
  background-position: 60% 50%;
}
.fc_redesign .slider_container .buttons .slide_left {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/arrow-left.png);
  background-position: 40% 50%;
}
.fc_redesign .textarea_container {
  width: 100%;
  background-color: white;
  margin-top: 1em;
  height: 4em;
  padding: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  box-shadow: 0px 1px 1px 0px #d0d1d5;
}
.fc_redesign .textarea_container .feather_icon {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  display: inline-block;
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/feather-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
}
.fc_redesign .textarea_container textarea {
  margin-left: 0.5em;
  display: inline-block;
  width: calc(100% - 3em);
  height: 100%;
  font-size: 0.75em;
  font-style: italic;
  border: none;
  overflow: auto;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}
.fc_redesign .error,
.fc_redesign .succes {
  padding: 0.5em 2em;
  font-size: 0.75em;
  font-weight: 300;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 0.5em;
  display: inline-block;
}
.fc_redesign .error {
  background-color: #c11f1f !important;
}
.fc_redesign .succes {
  background-color: #6ba96b !important;
}
.fc_redesign .submit_container {
  margin-top: 1em;
  display: inline-block;
  float: right;
}
.fc_redesign .submit_container p.note {
  text-align: center;
  font-size: 0.875em;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  width: 23em;
  color: #2b3035;
  vertical-align: top;
  padding: 0;
  padding-right: 0.5em;
}
.fc_redesign .submit_container .save_items {
  background-color: #006330;
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  font-weight: 300;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.fc_redesign .submit_container .save_items:hover {
  opacity: 0.9;
}
.fc_redesign .col {
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-80 {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-50 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-40 {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-30 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-20 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-10 {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-35 {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-25 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .col-15 {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .padding {
  padding: 0.5em;
  position: relative;
}
.fc_redesign .load_item_search .show_what_container {
  position: absolute;
  right: 0.25em;
  margin-top: 0.175em;
}
.fc_redesign .show_what_container {
  position: absolute;
  margin-top: -1.5em;
  right: 0.5em;
}
.fc_redesign .show_what_container button {
  background-color: #2b3035;
  border: 0;
  padding: 0.5em 1em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 300;
  opacity: 0.7;
}
.fc_redesign .show_what_container button:hover {
  opacity: 0.8;
}
.fc_redesign .show_what_container button.active {
  opacity: 1;
}
.fc_redesign .tab_buttons_container {
  position: absolute;
  margin-top: 0.375em;
}
.fc_redesign .tab_buttons_container.kroger {
  left: 0;
  right: 0;
  margin: auto;
  width: 19em;
  text-align: center;
  margin-top: -1.125em;
}
.fc_redesign .tab_buttons_container button {
  background-color: #2b3035;
  border: 0;
  padding: 0.5em 1em;
  color: white;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 300;
  opacity: 0.7;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.fc_redesign .tab_buttons_container button:hover {
  opacity: 0.8;
}
.fc_redesign .tab_buttons_container button.active {
  opacity: 1;
}
.fc_redesign .kroger_review_page .main_container {
  left: 1em;
  width: calc(100% - 2em);
}
.fc_redesign .kroger_review_page .main_container .product_submit_container {
  margin-top: 0.5em;
}
.fc_redesign .kroger_review_page .company_switch_container select {
  box-shadow: 0px 1px 0px 0px #d0d1d5;
  width: 14em;
  padding: 1em;
  border: none;
  background-color: white;
  font-size: 0.875em;
  font-weight: 300;
  -webkit-appearance: none;
  color: #636362;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-style: italic;
  margin-top: 2em;
}
.fc_redesign .item_check {
  background-color: #fbfcfe;
  width: 52em;
  height: 28em;
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 0.25em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
}
.fc_redesign .item_check .gif_load {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fc_redesign .item_check .error {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.5em;
}
.fc_redesign .item_check .border_container {
  width: 100%;
  border: 1px dashed #B6B5B5;
  height: 100%;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.5em;
}
.fc_redesign .item_check .info_collum {
  width: 15em;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .item_check .info_collum p {
  font-size: 0.875em;
  border-radius: 0.5em;
  display: block;
}
.fc_redesign .item_check .info_collum span.info_label {
  font-weight: 500;
  margin-right: 1em;
  display: inline-block;
}
.fc_redesign .item_check .scaled_image {
  position: relative;
  vertical-align: top;
  height: 14.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14.5em;
  display: inline-block;
  margin-top: 0em;
  background-color: white;
}
.fc_redesign .item_check .item_info {
  display: inline-block;
  padding: 0.5em;
  width: 17.5em;
  height: 100%;
  border-left: 1px solid #d0d1d5;
  vertical-align: top;
}
.fc_redesign .item_check .item_info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #2b3035;
  line-height: 1.5em;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1em;
  display: block;
  margin-bottom: 0.5em;
}
.fc_redesign .item_check .item_info select {
  color: #2b3035;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  height: 2em;
  border: 1px solid #b1b3b4;
  border-radius: 0px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0em 1em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/selectArrow.png);
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  vertical-align: top;
  width: calc(100% - 9em);
  font-size: 1em;
}
.fc_redesign .item_check .item_info select.error_input {
  background-color: #fff1f1;
  border-color: #b71414;
}
.fc_redesign .item_check .item_info label {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1em;
  font-weight: 500;
  width: 100%;
  display: block;
  vertical-align: top;
}
.fc_redesign .item_check .item_info label span {
  width: 9em;
  display: inline-block;
}
.fc_redesign .item_check .item_info input,
.fc_redesign .item_check .item_info textarea {
  color: #2b3035;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  font-weight: 500;
  padding: 0 0.5em;
  resize: none;
  height: 2em;
  width: calc(100% - 9em);
  font-size: 1em;
  border: 1px solid #b1b3b4;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .item_check .item_info input.error_input,
.fc_redesign .item_check .item_info textarea.error_input {
  background-color: #fff1f1;
  border-color: #b71414;
}
.fc_redesign .item_check .item_info .switch span:first-child {
  width: 15em;
  vertical-align: top;
}
.fc_redesign .item_check .item_info .switch input {
  display: none;
}
.fc_redesign .item_check .item_info .switch span.slider {
  width: 4em;
  vertical-align: super;
}
.fc_redesign .item_check .item_info textarea {
  height: 5em !important;
}
.fc_redesign .item_check .item_info .confirm,
.fc_redesign .item_check .item_info .add_comb_to_own_catalog,
.fc_redesign .item_check .item_info .submit_item_to_project,
.fc_redesign .item_check .item_info .confirm_plant,
.fc_redesign .item_check .item_info .support_material_button {
  border: 0;
  padding: 0.5em 0.25em;
  color: #fff;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  background-color: #006330;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 0.5em;
}
.fc_redesign .item_check .item_info .support_material_button span {
  background-color: #006330;
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-left: 0.5em;
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
}
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line.accepted {
  border-left: 0.25em solid #50e3c2;
}
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line.denied {
  border-left: 0.25em solid #f78f8f;
}
.fc_redesign .plant_for_pots_container {
  overflow: auto;
}
.fc_redesign .plant_for_pots_container .plant_container_line {
  padding: 1em;
  border: 1px solid #d0d1d5;
  margin-bottom: 1em;
  border-right: 0;
  border-left: 0;
  border-radius: 0.5em;
  white-space: nowrap;
  overflow: auto;
}
.fc_redesign .plant_for_pots_container .slot_holder {
  width: calc(100% / 6 - 2em);
  margin: 0 1em;
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding: 0.75em;
  background-color: #fff;
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius: 0px;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-radius: 0px;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.fc_redesign .plant_for_pots_container .slot_holder .action_container {
  margin-top: 0.5em;
  border: 0;
  border-radius: 0.5em;
}
.fc_redesign .plant_for_pots_container .slot_holder.base_image {
  position: relative;
}
.fc_redesign .plant_for_pots_container .slot_holder.base_image:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -1em;
  top: 0;
  border-right: 2px dashed #d0d1d5;
}
.fc_redesign .plant_for_pots_container .slot_holder h3 {
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline-block;
}
.fc_redesign .plant_for_pots_container .slot_holder p {
  font-size: 0.875em;
  border-top: 1px solid #d0d1d5;
  border-radius: 0.5em;
  white-space: normal;
}
.fc_redesign .plant_for_pots_container .slot_holder span.comment_kroger {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 500;
  display: block;
  white-space: normal;
}
.fc_redesign .plant_for_pots_container .slot_holder select {
  display: inline-block;
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/selectArrow.png);
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
  font-weight: 300;
  background-position: calc(100% - 0.5em) 50%;
  width: 100%;
}
.fc_redesign .plant_for_pots_container .slot_holder .submit_single_price {
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  background-color: #006330;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}
.fc_redesign .plant_for_pots_container .slot_holder .submit_single_price:hover {
  opacity: 0.9;
}
.fc_redesign .plant_for_pots_container .slot_holder .submit_single_price.half {
  width: 46%;
  display: inline-block;
  margin: 0 2%;
}
.fc_redesign .plant_for_pots_container .original_image,
.fc_redesign .plant_for_pots_container .combination_slot,
.fc_redesign .plant_for_pots_container .pot_thumb {
  padding-top: 130%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  border-radius: 0.5em;
}
.fc_redesign .plant_for_pots_container .original_image .create_comb,
.fc_redesign .plant_for_pots_container .combination_slot .create_comb,
.fc_redesign .plant_for_pots_container .pot_thumb .create_comb {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-style: italic;
  color: #aeaeae;
  text-align: center;
  font-weight: 300;
  line-height: 1.5em;
  height: 1.5em;
}
.fc_redesign .plant_for_pots_container .pot_thumb {
  padding-top: 70%;
  background-size: contain;
  margin-top: 1em;
}
.fc_redesign .save_comb_feedback {
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  background-color: #006330;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5em;
  margin-top: 1em;
  width: 17em;
  display: inline-block;
  margin-right: 1em;
}
.fc_redesign .save_comb_feedback:hover {
  opacity: 0.9;
}
.fc_redesign .save_comb_feedback.half {
  width: 46%;
  display: inline-block;
  margin: 0 2%;
}
.fc_redesign .selection_container {
  display: block;
  width: 100%;
  height: 12.5em;
  margin-bottom: -1.5em;
}
.fc_redesign .dashboard_items > .combination_div {
  margin-right: 2em;
}
.fc_redesign .dashboard_items > .combination_div ~ .combination_div {
  margin-right: 0em;
}
.fc_redesign .combination_div,
.fc_redesign .select_collum {
  height: calc(100% - 6em);
  width: 30em;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  padding: 1em;
  padding: 0;
  height: calc(100% - 4em);
  padding: 0em;
  border: 0;
  text-align: left;
  margin-top: 2.5em;
  width: calc(50% - 2px - 1em);
  height: calc(100% - 13em);
}
.fc_redesign .combination_div a,
.fc_redesign .select_collum a {
  padding-left: 1em;
  height: 6em;
  line-height: 6em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  text-transform: uppercase;
  color: #636362;
}
.fc_redesign .combination_div a .icon,
.fc_redesign .select_collum a .icon {
  padding: 0;
  background-size: 2.75em;
  background-position: 50% 50%;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  background-color: #cccccc;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-right: 1em;
}
.fc_redesign .combination_div a.plants .icon,
.fc_redesign .select_collum a.plants .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop.png);
}
.fc_redesign .combination_div a.pots .icon,
.fc_redesign .select_collum a.pots .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop.png);
}
.fc_redesign .combination_div a.tags .icon,
.fc_redesign .select_collum a.tags .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop.png);
}
.fc_redesign .combination_div a.combinations .icon,
.fc_redesign .select_collum a.combinations .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .combination_div.preferences .item_line,
.fc_redesign .select_collum.preferences .item_line,
.fc_redesign .combination_div.added_growers .item_line,
.fc_redesign .select_collum.added_growers .item_line,
.fc_redesign .combination_div.suggestions_bar .item_line,
.fc_redesign .select_collum.suggestions_bar .item_line {
  height: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
}
.fc_redesign .combination_div.preferences .item_line:nth-child(odd),
.fc_redesign .select_collum.preferences .item_line:nth-child(odd),
.fc_redesign .combination_div.added_growers .item_line:nth-child(odd),
.fc_redesign .select_collum.added_growers .item_line:nth-child(odd),
.fc_redesign .combination_div.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .select_collum.suggestions_bar .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .combination_div.preferences .item_line.head,
.fc_redesign .select_collum.preferences .item_line.head,
.fc_redesign .combination_div.added_growers .item_line.head,
.fc_redesign .select_collum.added_growers .item_line.head,
.fc_redesign .combination_div.suggestions_bar .item_line.head,
.fc_redesign .select_collum.suggestions_bar .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .combination_div.preferences .item_line.head .vert_middle,
.fc_redesign .select_collum.preferences .item_line.head .vert_middle,
.fc_redesign .combination_div.added_growers .item_line.head .vert_middle,
.fc_redesign .select_collum.added_growers .item_line.head .vert_middle,
.fc_redesign .combination_div.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .select_collum.suggestions_bar .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .combination_div.preferences .item_line .color_boxes,
.fc_redesign .select_collum.preferences .item_line .color_boxes,
.fc_redesign .combination_div.added_growers .item_line .color_boxes,
.fc_redesign .select_collum.added_growers .item_line .color_boxes,
.fc_redesign .combination_div.suggestions_bar .item_line .color_boxes,
.fc_redesign .select_collum.suggestions_bar .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .combination_div.preferences .item_line span,
.fc_redesign .select_collum.preferences .item_line span,
.fc_redesign .combination_div.added_growers .item_line span,
.fc_redesign .select_collum.added_growers .item_line span,
.fc_redesign .combination_div.suggestions_bar .item_line span,
.fc_redesign .select_collum.suggestions_bar .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .combination_div.preferences .item_line span.item_name,
.fc_redesign .select_collum.preferences .item_line span.item_name,
.fc_redesign .combination_div.added_growers .item_line span.item_name,
.fc_redesign .select_collum.added_growers .item_line span.item_name,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_name {
  width: 18em;
}
.fc_redesign .combination_div.preferences .item_line span.item_pot_name,
.fc_redesign .select_collum.preferences .item_line span.item_pot_name,
.fc_redesign .combination_div.added_growers .item_line span.item_pot_name,
.fc_redesign .select_collum.added_growers .item_line span.item_pot_name,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .combination_div.preferences .item_line span.item_real_name,
.fc_redesign .select_collum.preferences .item_line span.item_real_name,
.fc_redesign .combination_div.added_growers .item_line span.item_real_name,
.fc_redesign .select_collum.added_growers .item_line span.item_real_name,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_real_name,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .combination_div.preferences .item_line span.item_group,
.fc_redesign .select_collum.preferences .item_line span.item_group,
.fc_redesign .combination_div.added_growers .item_line span.item_group,
.fc_redesign .select_collum.added_growers .item_line span.item_group,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_group,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_group {
  width: 9em;
}
.fc_redesign .combination_div.preferences .item_line span.item_height,
.fc_redesign .select_collum.preferences .item_line span.item_height,
.fc_redesign .combination_div.added_growers .item_line span.item_height,
.fc_redesign .select_collum.added_growers .item_line span.item_height,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_height,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_height {
  width: 7em;
}
.fc_redesign .combination_div.preferences .item_line span.item_potsize,
.fc_redesign .select_collum.preferences .item_line span.item_potsize,
.fc_redesign .combination_div.added_growers .item_line span.item_potsize,
.fc_redesign .select_collum.added_growers .item_line span.item_potsize,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_potsize,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .combination_div.preferences .item_line span.item_theme,
.fc_redesign .select_collum.preferences .item_line span.item_theme,
.fc_redesign .combination_div.added_growers .item_line span.item_theme,
.fc_redesign .select_collum.added_growers .item_line span.item_theme,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_theme,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .combination_div.preferences .item_line span.item_company,
.fc_redesign .select_collum.preferences .item_line span.item_company,
.fc_redesign .combination_div.added_growers .item_line span.item_company,
.fc_redesign .select_collum.added_growers .item_line span.item_company,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_company,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_company {
  width: 12em;
}
.fc_redesign .combination_div.preferences .item_line span.item_division,
.fc_redesign .select_collum.preferences .item_line span.item_division,
.fc_redesign .combination_div.added_growers .item_line span.item_division,
.fc_redesign .select_collum.added_growers .item_line span.item_division,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_division,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_division {
  width: 19em;
}
.fc_redesign .combination_div.preferences .item_line span.item_user_name,
.fc_redesign .select_collum.preferences .item_line span.item_user_name,
.fc_redesign .combination_div.added_growers .item_line span.item_user_name,
.fc_redesign .select_collum.added_growers .item_line span.item_user_name,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_user_name,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .combination_div.preferences .item_line span.item_email,
.fc_redesign .select_collum.preferences .item_line span.item_email,
.fc_redesign .combination_div.added_growers .item_line span.item_email,
.fc_redesign .select_collum.added_growers .item_line span.item_email,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_email,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_email {
  width: 22em;
}
.fc_redesign .combination_div.preferences .item_line .the_image,
.fc_redesign .select_collum.preferences .item_line .the_image,
.fc_redesign .combination_div.added_growers .item_line .the_image,
.fc_redesign .select_collum.added_growers .item_line .the_image,
.fc_redesign .combination_div.suggestions_bar .item_line .the_image,
.fc_redesign .select_collum.suggestions_bar .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .combination_div.preferences .item_line .float_right,
.fc_redesign .select_collum.preferences .item_line .float_right,
.fc_redesign .combination_div.added_growers .item_line .float_right,
.fc_redesign .select_collum.added_growers .item_line .float_right,
.fc_redesign .combination_div.suggestions_bar .item_line .float_right,
.fc_redesign .select_collum.suggestions_bar .item_line .float_right {
  float: right;
}
.fc_redesign .combination_div.preferences .item_line .float_right .action_buttons,
.fc_redesign .select_collum.preferences .item_line .float_right .action_buttons,
.fc_redesign .combination_div.added_growers .item_line .float_right .action_buttons,
.fc_redesign .select_collum.added_growers .item_line .float_right .action_buttons,
.fc_redesign .combination_div.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .select_collum.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .combination_div.preferences .item_line .float_right .action_container,
.fc_redesign .select_collum.preferences .item_line .float_right .action_container,
.fc_redesign .combination_div.added_growers .item_line .float_right .action_container,
.fc_redesign .select_collum.added_growers .item_line .float_right .action_container,
.fc_redesign .combination_div.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .select_collum.suggestions_bar .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .combination_div.preferences .item_line .action_buttons,
.fc_redesign .select_collum.preferences .item_line .action_buttons,
.fc_redesign .combination_div.added_growers .item_line .action_buttons,
.fc_redesign .select_collum.added_growers .item_line .action_buttons,
.fc_redesign .combination_div.suggestions_bar .item_line .action_buttons,
.fc_redesign .select_collum.suggestions_bar .item_line .action_buttons,
.fc_redesign .combination_div.preferences .item_line .action_container,
.fc_redesign .select_collum.preferences .item_line .action_container,
.fc_redesign .combination_div.added_growers .item_line .action_container,
.fc_redesign .select_collum.added_growers .item_line .action_container,
.fc_redesign .combination_div.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum.suggestions_bar .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .combination_div.preferences .item_line .action_container,
.fc_redesign .select_collum.preferences .item_line .action_container,
.fc_redesign .combination_div.added_growers .item_line .action_container,
.fc_redesign .select_collum.added_growers .item_line .action_container,
.fc_redesign .combination_div.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum.suggestions_bar .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .combination_div.preferences .item_line .action_container span,
.fc_redesign .select_collum.preferences .item_line .action_container span,
.fc_redesign .combination_div.added_growers .item_line .action_container span,
.fc_redesign .select_collum.added_growers .item_line .action_container span,
.fc_redesign .combination_div.suggestions_bar .item_line .action_container span,
.fc_redesign .select_collum.suggestions_bar .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .combination_div.preferences .item_line .vert_middle,
.fc_redesign .select_collum.preferences .item_line .vert_middle,
.fc_redesign .combination_div.added_growers .item_line .vert_middle,
.fc_redesign .select_collum.added_growers .item_line .vert_middle,
.fc_redesign .combination_div.suggestions_bar .item_line .vert_middle,
.fc_redesign .select_collum.suggestions_bar .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .combination_div.preferences .item_line .color_box,
.fc_redesign .select_collum.preferences .item_line .color_box,
.fc_redesign .combination_div.added_growers .item_line .color_box,
.fc_redesign .select_collum.added_growers .item_line .color_box,
.fc_redesign .combination_div.suggestions_bar .item_line .color_box,
.fc_redesign .select_collum.suggestions_bar .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .combination_div.preferences .item_line .color_box.with_border,
.fc_redesign .select_collum.preferences .item_line .color_box.with_border,
.fc_redesign .combination_div.added_growers .item_line .color_box.with_border,
.fc_redesign .select_collum.added_growers .item_line .color_box.with_border,
.fc_redesign .combination_div.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .select_collum.suggestions_bar .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .combination_div.preferences .item_line .add_to_a_project,
.fc_redesign .select_collum.preferences .item_line .add_to_a_project,
.fc_redesign .combination_div.added_growers .item_line .add_to_a_project,
.fc_redesign .select_collum.added_growers .item_line .add_to_a_project,
.fc_redesign .combination_div.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .select_collum.suggestions_bar .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .combination_div.preferences .item_line span.item_name,
.fc_redesign .select_collum.preferences .item_line span.item_name,
.fc_redesign .combination_div.added_growers .item_line span.item_name,
.fc_redesign .select_collum.added_growers .item_line span.item_name,
.fc_redesign .combination_div.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum.suggestions_bar .item_line span.item_name {
  width: 10.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  margin: 0;
}
.fc_redesign .combination_div.preferences .item_line .item_line_name,
.fc_redesign .select_collum.preferences .item_line .item_line_name,
.fc_redesign .combination_div.added_growers .item_line .item_line_name,
.fc_redesign .select_collum.added_growers .item_line .item_line_name,
.fc_redesign .combination_div.suggestions_bar .item_line .item_line_name,
.fc_redesign .select_collum.suggestions_bar .item_line .item_line_name {
  font-size: 0.75em;
  display: inline-block;
  padding-left: 0.5em;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .combination_div.preferences .item_line .open_details,
.fc_redesign .select_collum.preferences .item_line .open_details,
.fc_redesign .combination_div.added_growers .item_line .open_details,
.fc_redesign .select_collum.added_growers .item_line .open_details,
.fc_redesign .combination_div.suggestions_bar .item_line .open_details,
.fc_redesign .select_collum.suggestions_bar .item_line .open_details {
  font-size: 0.5em;
  position: absolute;
  font-style: italic;
  top: 5.5em;
  color: #8e8e8e;
  right: 0.5em;
  overflow: visible;
  cursor: pointer;
}
.fc_redesign .combination_div.preferences .item_line .item_line_info,
.fc_redesign .select_collum.preferences .item_line .item_line_info,
.fc_redesign .combination_div.added_growers .item_line .item_line_info,
.fc_redesign .select_collum.added_growers .item_line .item_line_info,
.fc_redesign .combination_div.suggestions_bar .item_line .item_line_info,
.fc_redesign .select_collum.suggestions_bar .item_line .item_line_info {
  font-size: 0.875em;
  display: inline-block;
  width: 10.5em;
  padding-left: 0.5em;
  vertical-align: middle;
  display: none;
}
.fc_redesign .combination_div.preferences .item_line .item_line_info span,
.fc_redesign .select_collum.preferences .item_line .item_line_info span,
.fc_redesign .combination_div.added_growers .item_line .item_line_info span,
.fc_redesign .select_collum.added_growers .item_line .item_line_info span,
.fc_redesign .combination_div.suggestions_bar .item_line .item_line_info span,
.fc_redesign .select_collum.suggestions_bar .item_line .item_line_info span {
  width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .combination_div.preferences .item_line .item_line_info p,
.fc_redesign .select_collum.preferences .item_line .item_line_info p,
.fc_redesign .combination_div.added_growers .item_line .item_line_info p,
.fc_redesign .select_collum.added_growers .item_line .item_line_info p,
.fc_redesign .combination_div.suggestions_bar .item_line .item_line_info p,
.fc_redesign .select_collum.suggestions_bar .item_line .item_line_info p {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  margin-left: 0.5em;
}
.fc_redesign .combination_div.added_growers .item_line span.item_name,
.fc_redesign .select_collum.added_growers .item_line span.item_name {
  width: 16.5em;
  height: 3em;
}
.fc_redesign .combination_div.suggestions_bar .item_line,
.fc_redesign .select_collum.suggestions_bar .item_line {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fc_redesign .combination_div.suggestions_bar .item_line span.kroger_note,
.fc_redesign .select_collum.suggestions_bar .item_line span.kroger_note {
  font-size: 0.65625em;
}
.fc_redesign .combination_div.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .select_collum.suggestions_bar .item_line span.kroger_note .note {
  display: inline;
}
.fc_redesign .combination_div.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .select_collum.suggestions_bar .item_line .base-icon.close-icon {
  margin: 0;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
}
.fc_redesign .combination_div.text_div,
.fc_redesign .select_collum.text_div {
  height: calc(100% - 2em);
}
.fc_redesign .combination_div.the_bar,
.fc_redesign .select_collum.the_bar {
  padding: 0;
  border: 0;
  height: calc(100% - 4em);
}
.fc_redesign .combination_div.the_bar .project_info_container,
.fc_redesign .select_collum.the_bar .project_info_container {
  height: auto;
  margin-bottom: 1em;
}
.fc_redesign .combination_div.the_bar .project_info_container.header_sidebar,
.fc_redesign .select_collum.the_bar .project_info_container.header_sidebar {
  height: 15em;
}
.fc_redesign .combination_div.the_bar .project_info_container.example_sidebar,
.fc_redesign .select_collum.the_bar .project_info_container.example_sidebar {
  height: calc(100% - 15em);
}
.fc_redesign .combination_div.the_bar h2,
.fc_redesign .select_collum.the_bar h2 {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.fc_redesign .combination_div h3,
.fc_redesign .select_collum h3 {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 2em;
}
.fc_redesign .combination_div h3:nth-child(1),
.fc_redesign .select_collum h3:nth-child(1) {
  margin-top: 0;
}
.fc_redesign .combination_div .description,
.fc_redesign .select_collum .description {
  height: 9.5em;
  overflow: auto;
}
.fc_redesign .combination_div .suggestions,
.fc_redesign .select_collum .suggestions {
  padding: 0;
  height: calc(100% - 3em);
  overflow: auto;
}
.fc_redesign .combination_div .suggestions .the_image,
.fc_redesign .select_collum .suggestions .the_image {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  padding-top: 100%;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .combination_div .suggestions .the_image.loading,
.fc_redesign .select_collum .suggestions .the_image.loading {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
}
.fc_redesign .combination_div .suggestions .action_icon,
.fc_redesign .select_collum .suggestions .action_icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #006330;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em;
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 1em;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 1;
}
.fc_redesign .combination_div .suggestions .item_line span.item_name,
.fc_redesign .select_collum .suggestions .item_line span.item_name {
  width: 20em;
  height: 1.5em;
}
.fc_redesign .combination_div .project_info_container,
.fc_redesign .select_collum .project_info_container {
  height: auto;
  margin-bottom: 1em;
}
.fc_redesign .combination_div .project_info_container.header_sidebar,
.fc_redesign .select_collum .project_info_container.header_sidebar {
  height: 15em;
}
.fc_redesign .combination_div .project_info_container.example_sidebar,
.fc_redesign .select_collum .project_info_container.example_sidebar {
  height: calc(100% - 15em);
}
.fc_redesign .combination_div h2,
.fc_redesign .select_collum h2 {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants,
.fc_redesign .select_collum .combinations_with_your_plants,
.fc_redesign .combination_div .combination_accepts,
.fc_redesign .select_collum .combination_accepts,
.fc_redesign .combination_div .kroger_picks,
.fc_redesign .select_collum .kroger_picks,
.fc_redesign .combination_div .item_holder,
.fc_redesign .select_collum .item_holder {
  height: calc(100% - 6em);
  width: 30em;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  padding: 1em;
  padding: 0;
  height: calc(100% - 3em);
  overflow: auto;
  min-height: 4em;
  width: 100%;
  display: block;
  height: auto;
  max-height: calc(100% - 3.5em);
}
.fc_redesign .combination_div .combinations_with_your_plants a,
.fc_redesign .select_collum .combinations_with_your_plants a,
.fc_redesign .combination_div .combination_accepts a,
.fc_redesign .select_collum .combination_accepts a,
.fc_redesign .combination_div .kroger_picks a,
.fc_redesign .select_collum .kroger_picks a,
.fc_redesign .combination_div .item_holder a,
.fc_redesign .select_collum .item_holder a {
  padding-left: 1em;
  height: 6em;
  line-height: 6em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  text-transform: uppercase;
  color: #636362;
}
.fc_redesign .combination_div .combinations_with_your_plants a .icon,
.fc_redesign .select_collum .combinations_with_your_plants a .icon,
.fc_redesign .combination_div .combination_accepts a .icon,
.fc_redesign .select_collum .combination_accepts a .icon,
.fc_redesign .combination_div .kroger_picks a .icon,
.fc_redesign .select_collum .kroger_picks a .icon,
.fc_redesign .combination_div .item_holder a .icon,
.fc_redesign .select_collum .item_holder a .icon {
  padding: 0;
  background-size: 2.75em;
  background-position: 50% 50%;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  background-color: #cccccc;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-right: 1em;
}
.fc_redesign .combination_div .combinations_with_your_plants a.plants .icon,
.fc_redesign .select_collum .combinations_with_your_plants a.plants .icon,
.fc_redesign .combination_div .combination_accepts a.plants .icon,
.fc_redesign .select_collum .combination_accepts a.plants .icon,
.fc_redesign .combination_div .kroger_picks a.plants .icon,
.fc_redesign .select_collum .kroger_picks a.plants .icon,
.fc_redesign .combination_div .item_holder a.plants .icon,
.fc_redesign .select_collum .item_holder a.plants .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop.png);
}
.fc_redesign .combination_div .combinations_with_your_plants a.pots .icon,
.fc_redesign .select_collum .combinations_with_your_plants a.pots .icon,
.fc_redesign .combination_div .combination_accepts a.pots .icon,
.fc_redesign .select_collum .combination_accepts a.pots .icon,
.fc_redesign .combination_div .kroger_picks a.pots .icon,
.fc_redesign .select_collum .kroger_picks a.pots .icon,
.fc_redesign .combination_div .item_holder a.pots .icon,
.fc_redesign .select_collum .item_holder a.pots .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop.png);
}
.fc_redesign .combination_div .combinations_with_your_plants a.tags .icon,
.fc_redesign .select_collum .combinations_with_your_plants a.tags .icon,
.fc_redesign .combination_div .combination_accepts a.tags .icon,
.fc_redesign .select_collum .combination_accepts a.tags .icon,
.fc_redesign .combination_div .kroger_picks a.tags .icon,
.fc_redesign .select_collum .kroger_picks a.tags .icon,
.fc_redesign .combination_div .item_holder a.tags .icon,
.fc_redesign .select_collum .item_holder a.tags .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop.png);
}
.fc_redesign .combination_div .combinations_with_your_plants a.combinations .icon,
.fc_redesign .select_collum .combinations_with_your_plants a.combinations .icon,
.fc_redesign .combination_div .combination_accepts a.combinations .icon,
.fc_redesign .select_collum .combination_accepts a.combinations .icon,
.fc_redesign .combination_div .kroger_picks a.combinations .icon,
.fc_redesign .select_collum .kroger_picks a.combinations .icon,
.fc_redesign .combination_div .item_holder a.combinations .icon,
.fc_redesign .select_collum .item_holder a.combinations .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line,
.fc_redesign .combination_div .combination_accepts.preferences .item_line,
.fc_redesign .select_collum .combination_accepts.preferences .item_line,
.fc_redesign .combination_div .kroger_picks.preferences .item_line,
.fc_redesign .select_collum .kroger_picks.preferences .item_line,
.fc_redesign .combination_div .item_holder.preferences .item_line,
.fc_redesign .select_collum .item_holder.preferences .item_line,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line,
.fc_redesign .combination_div .item_holder.added_growers .item_line,
.fc_redesign .select_collum .item_holder.added_growers .item_line,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line {
  height: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line:nth-child(odd),
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line:nth-child(odd),
.fc_redesign .combination_div .combination_accepts.preferences .item_line:nth-child(odd),
.fc_redesign .select_collum .combination_accepts.preferences .item_line:nth-child(odd),
.fc_redesign .combination_div .kroger_picks.preferences .item_line:nth-child(odd),
.fc_redesign .select_collum .kroger_picks.preferences .item_line:nth-child(odd),
.fc_redesign .combination_div .item_holder.preferences .item_line:nth-child(odd),
.fc_redesign .select_collum .item_holder.preferences .item_line:nth-child(odd),
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line:nth-child(odd),
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line:nth-child(odd),
.fc_redesign .combination_div .combination_accepts.added_growers .item_line:nth-child(odd),
.fc_redesign .select_collum .combination_accepts.added_growers .item_line:nth-child(odd),
.fc_redesign .combination_div .kroger_picks.added_growers .item_line:nth-child(odd),
.fc_redesign .select_collum .kroger_picks.added_growers .item_line:nth-child(odd),
.fc_redesign .combination_div .item_holder.added_growers .item_line:nth-child(odd),
.fc_redesign .select_collum .item_holder.added_growers .item_line:nth-child(odd),
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line:nth-child(odd),
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line.head,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line.head,
.fc_redesign .combination_div .combination_accepts.preferences .item_line.head,
.fc_redesign .select_collum .combination_accepts.preferences .item_line.head,
.fc_redesign .combination_div .kroger_picks.preferences .item_line.head,
.fc_redesign .select_collum .kroger_picks.preferences .item_line.head,
.fc_redesign .combination_div .item_holder.preferences .item_line.head,
.fc_redesign .select_collum .item_holder.preferences .item_line.head,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line.head,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line.head,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line.head,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line.head,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line.head,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line.head,
.fc_redesign .combination_div .item_holder.added_growers .item_line.head,
.fc_redesign .select_collum .item_holder.added_growers .item_line.head,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line.head,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line.head,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line.head,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line.head,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line.head,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line.head,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line.head,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line.head .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line.head .vert_middle,
.fc_redesign .combination_div .combination_accepts.preferences .item_line.head .vert_middle,
.fc_redesign .select_collum .combination_accepts.preferences .item_line.head .vert_middle,
.fc_redesign .combination_div .kroger_picks.preferences .item_line.head .vert_middle,
.fc_redesign .select_collum .kroger_picks.preferences .item_line.head .vert_middle,
.fc_redesign .combination_div .item_holder.preferences .item_line.head .vert_middle,
.fc_redesign .select_collum .item_holder.preferences .item_line.head .vert_middle,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line.head .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line.head .vert_middle,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line.head .vert_middle,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line.head .vert_middle,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line.head .vert_middle,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line.head .vert_middle,
.fc_redesign .combination_div .item_holder.added_growers .item_line.head .vert_middle,
.fc_redesign .select_collum .item_holder.added_growers .item_line.head .vert_middle,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line.head .vert_middle,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .color_boxes,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .color_boxes,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .color_boxes,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .color_boxes,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .color_boxes,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .color_boxes,
.fc_redesign .combination_div .item_holder.preferences .item_line .color_boxes,
.fc_redesign .select_collum .item_holder.preferences .item_line .color_boxes,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .color_boxes,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .color_boxes,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .color_boxes,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .color_boxes,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .color_boxes,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .color_boxes,
.fc_redesign .combination_div .item_holder.added_growers .item_line .color_boxes,
.fc_redesign .select_collum .item_holder.added_growers .item_line .color_boxes,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .color_boxes,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .color_boxes,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .color_boxes,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .color_boxes,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .color_boxes,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .color_boxes,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .color_boxes,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span,
.fc_redesign .combination_div .item_holder.preferences .item_line span,
.fc_redesign .select_collum .item_holder.preferences .item_line span,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span,
.fc_redesign .combination_div .item_holder.added_growers .item_line span,
.fc_redesign .select_collum .item_holder.added_growers .item_line span,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_name,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_name,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_name,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_name,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_name,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_name {
  width: 18em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_pot_name,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_pot_name,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_pot_name,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_pot_name,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_pot_name,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_pot_name,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_pot_name,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_pot_name,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_pot_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_pot_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_pot_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_pot_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_pot_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_pot_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_pot_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_pot_name,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_real_name,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_real_name,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_real_name,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_real_name,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_real_name,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_real_name,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_real_name,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_real_name,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_real_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_real_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_real_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_real_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_real_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_real_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_real_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_real_name,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_real_name,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_real_name,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_real_name,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_real_name,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_real_name,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_real_name,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_real_name,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_group,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_group,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_group,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_group,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_group,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_group,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_group,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_group,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_group,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_group,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_group,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_group,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_group,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_group,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_group,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_group,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_group,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_group,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_group,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_group,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_group,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_group,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_group,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_group {
  width: 9em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_height,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_height,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_height,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_height,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_height,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_height,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_height,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_height,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_height,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_height,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_height,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_height,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_height,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_height,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_height,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_height,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_height,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_height,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_height,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_height,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_height,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_height,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_height,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_height {
  width: 7em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_potsize,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_potsize,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_potsize,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_potsize,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_potsize,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_potsize,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_potsize,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_potsize,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_potsize,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_potsize,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_potsize,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_potsize,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_potsize,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_potsize,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_potsize,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_potsize,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_potsize,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_potsize,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_potsize,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_potsize,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_potsize,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_potsize,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_potsize,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_theme,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_theme,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_theme,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_theme,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_theme,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_theme,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_theme,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_theme,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_theme,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_theme,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_theme,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_theme,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_theme,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_theme,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_theme,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_theme,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_theme,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_theme,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_theme,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_theme,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_theme,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_theme,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_theme,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_company,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_company,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_company,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_company,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_company,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_company,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_company,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_company,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_company,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_company,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_company,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_company,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_company,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_company,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_company,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_company,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_company,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_company,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_company,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_company,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_company,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_company,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_company,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_company {
  width: 12em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_division,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_division,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_division,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_division,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_division,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_division,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_division,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_division,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_division,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_division,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_division,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_division,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_division,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_division,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_division,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_division,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_division,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_division,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_division,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_division,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_division,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_division,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_division,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_division {
  width: 19em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_user_name,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_user_name,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_user_name,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_user_name,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_user_name,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_user_name,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_user_name,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_user_name,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_user_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_user_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_user_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_user_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_user_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_user_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_user_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_user_name,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_user_name,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_user_name,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_user_name,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_user_name,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_user_name,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_user_name,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_user_name,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_email,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_email,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_email,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_email,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_email,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_email,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_email,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_email,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_email,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_email,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_email,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_email,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_email,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_email,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_email,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_email,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_email,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_email,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_email,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_email,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_email,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_email,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_email,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_email {
  width: 22em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .the_image,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .the_image,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .the_image,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .the_image,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .the_image,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .the_image,
.fc_redesign .combination_div .item_holder.preferences .item_line .the_image,
.fc_redesign .select_collum .item_holder.preferences .item_line .the_image,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .the_image,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .the_image,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .the_image,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .the_image,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .the_image,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .the_image,
.fc_redesign .combination_div .item_holder.added_growers .item_line .the_image,
.fc_redesign .select_collum .item_holder.added_growers .item_line .the_image,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .the_image,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .the_image,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .the_image,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .the_image,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .the_image,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .the_image,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .the_image,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .float_right,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .float_right,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .float_right,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .float_right,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .float_right,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .float_right,
.fc_redesign .combination_div .item_holder.preferences .item_line .float_right,
.fc_redesign .select_collum .item_holder.preferences .item_line .float_right,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .float_right,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .float_right,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .float_right,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .float_right,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .float_right,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .float_right,
.fc_redesign .combination_div .item_holder.added_growers .item_line .float_right,
.fc_redesign .select_collum .item_holder.added_growers .item_line .float_right,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .float_right,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .float_right,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .float_right,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .float_right,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .float_right,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .float_right,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .float_right,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .float_right {
  float: right;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .float_right .action_buttons,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .float_right .action_buttons,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .float_right .action_buttons,
.fc_redesign .combination_div .item_holder.preferences .item_line .float_right .action_buttons,
.fc_redesign .select_collum .item_holder.preferences .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .float_right .action_buttons,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .float_right .action_buttons,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .float_right .action_buttons,
.fc_redesign .combination_div .item_holder.added_growers .item_line .float_right .action_buttons,
.fc_redesign .select_collum .item_holder.added_growers .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .float_right .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .float_right .action_container,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .float_right .action_container,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .float_right .action_container,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .float_right .action_container,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .float_right .action_container,
.fc_redesign .combination_div .item_holder.preferences .item_line .float_right .action_container,
.fc_redesign .select_collum .item_holder.preferences .item_line .float_right .action_container,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .float_right .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .float_right .action_container,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .float_right .action_container,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .float_right .action_container,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .float_right .action_container,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .float_right .action_container,
.fc_redesign .combination_div .item_holder.added_growers .item_line .float_right .action_container,
.fc_redesign .select_collum .item_holder.added_growers .item_line .float_right .action_container,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .float_right .action_container,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .action_buttons,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .action_buttons,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .action_buttons,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .action_buttons,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .action_buttons,
.fc_redesign .combination_div .item_holder.preferences .item_line .action_buttons,
.fc_redesign .select_collum .item_holder.preferences .item_line .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .action_buttons,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .action_buttons,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .action_buttons,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .action_buttons,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .action_buttons,
.fc_redesign .combination_div .item_holder.added_growers .item_line .action_buttons,
.fc_redesign .select_collum .item_holder.added_growers .item_line .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .action_buttons,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .action_buttons,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .action_buttons,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .action_buttons,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .action_buttons,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .action_buttons,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .action_container,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .action_container,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .action_container,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .action_container,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .action_container,
.fc_redesign .combination_div .item_holder.preferences .item_line .action_container,
.fc_redesign .select_collum .item_holder.preferences .item_line .action_container,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .action_container,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .action_container,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .action_container,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .action_container,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .action_container,
.fc_redesign .combination_div .item_holder.added_growers .item_line .action_container,
.fc_redesign .select_collum .item_holder.added_growers .item_line .action_container,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .action_container,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .action_container,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .action_container,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .action_container,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .action_container,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .action_container,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .action_container,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .action_container,
.fc_redesign .combination_div .item_holder.preferences .item_line .action_container,
.fc_redesign .select_collum .item_holder.preferences .item_line .action_container,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .action_container,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .action_container,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .action_container,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .action_container,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .action_container,
.fc_redesign .combination_div .item_holder.added_growers .item_line .action_container,
.fc_redesign .select_collum .item_holder.added_growers .item_line .action_container,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .action_container,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .action_container,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .action_container,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .action_container,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .action_container span,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .action_container span,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .action_container span,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .action_container span,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .action_container span,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .action_container span,
.fc_redesign .combination_div .item_holder.preferences .item_line .action_container span,
.fc_redesign .select_collum .item_holder.preferences .item_line .action_container span,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .action_container span,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .action_container span,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .action_container span,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .action_container span,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .action_container span,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .action_container span,
.fc_redesign .combination_div .item_holder.added_growers .item_line .action_container span,
.fc_redesign .select_collum .item_holder.added_growers .item_line .action_container span,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .action_container span,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .action_container span,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .action_container span,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .action_container span,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .action_container span,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .action_container span,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .action_container span,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .vert_middle,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .vert_middle,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .vert_middle,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .vert_middle,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .vert_middle,
.fc_redesign .combination_div .item_holder.preferences .item_line .vert_middle,
.fc_redesign .select_collum .item_holder.preferences .item_line .vert_middle,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .vert_middle,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .vert_middle,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .vert_middle,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .vert_middle,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .vert_middle,
.fc_redesign .combination_div .item_holder.added_growers .item_line .vert_middle,
.fc_redesign .select_collum .item_holder.added_growers .item_line .vert_middle,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .vert_middle,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .vert_middle,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .vert_middle,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .vert_middle,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .vert_middle,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .vert_middle,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .color_box,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .color_box,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .color_box,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .color_box,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .color_box,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .color_box,
.fc_redesign .combination_div .item_holder.preferences .item_line .color_box,
.fc_redesign .select_collum .item_holder.preferences .item_line .color_box,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .color_box,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .color_box,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .color_box,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .color_box,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .color_box,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .color_box,
.fc_redesign .combination_div .item_holder.added_growers .item_line .color_box,
.fc_redesign .select_collum .item_holder.added_growers .item_line .color_box,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .color_box,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .color_box,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .color_box,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .color_box,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .color_box,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .color_box,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .color_box,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .color_box.with_border,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .color_box.with_border,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .color_box.with_border,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .color_box.with_border,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .color_box.with_border,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .color_box.with_border,
.fc_redesign .combination_div .item_holder.preferences .item_line .color_box.with_border,
.fc_redesign .select_collum .item_holder.preferences .item_line .color_box.with_border,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .color_box.with_border,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .color_box.with_border,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .color_box.with_border,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .color_box.with_border,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .color_box.with_border,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .color_box.with_border,
.fc_redesign .combination_div .item_holder.added_growers .item_line .color_box.with_border,
.fc_redesign .select_collum .item_holder.added_growers .item_line .color_box.with_border,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .color_box.with_border,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .add_to_a_project,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .add_to_a_project,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .add_to_a_project,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .add_to_a_project,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .add_to_a_project,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .add_to_a_project,
.fc_redesign .combination_div .item_holder.preferences .item_line .add_to_a_project,
.fc_redesign .select_collum .item_holder.preferences .item_line .add_to_a_project,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .add_to_a_project,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .add_to_a_project,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .add_to_a_project,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .add_to_a_project,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .add_to_a_project,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .add_to_a_project,
.fc_redesign .combination_div .item_holder.added_growers .item_line .add_to_a_project,
.fc_redesign .select_collum .item_holder.added_growers .item_line .add_to_a_project,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .add_to_a_project,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.preferences .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.preferences .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.preferences .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.preferences .item_line span.item_name,
.fc_redesign .combination_div .item_holder.preferences .item_line span.item_name,
.fc_redesign .select_collum .item_holder.preferences .item_line span.item_name,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_name,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.item_name,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.item_name,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.item_name {
  width: 10.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  margin: 0;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .item_line_name,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .item_line_name,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .item_line_name,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .item_line_name,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .item_line_name,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .item_line_name,
.fc_redesign .combination_div .item_holder.preferences .item_line .item_line_name,
.fc_redesign .select_collum .item_holder.preferences .item_line .item_line_name,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .item_line_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .item_line_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .item_line_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .item_line_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .item_line_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .item_line_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line .item_line_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line .item_line_name,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .item_line_name,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .item_line_name,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .item_line_name,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .item_line_name,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .item_line_name,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .item_line_name,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .item_line_name,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .item_line_name {
  font-size: 0.75em;
  display: inline-block;
  padding-left: 0.5em;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .open_details,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .open_details,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .open_details,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .open_details,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .open_details,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .open_details,
.fc_redesign .combination_div .item_holder.preferences .item_line .open_details,
.fc_redesign .select_collum .item_holder.preferences .item_line .open_details,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .open_details,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .open_details,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .open_details,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .open_details,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .open_details,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .open_details,
.fc_redesign .combination_div .item_holder.added_growers .item_line .open_details,
.fc_redesign .select_collum .item_holder.added_growers .item_line .open_details,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .open_details,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .open_details,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .open_details,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .open_details,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .open_details,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .open_details,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .open_details,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .open_details {
  font-size: 0.5em;
  position: absolute;
  font-style: italic;
  top: 5.5em;
  color: #8e8e8e;
  right: 0.5em;
  overflow: visible;
  cursor: pointer;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .item_line_info,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .item_line_info,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .item_line_info,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .item_line_info,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .item_line_info,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .item_line_info,
.fc_redesign .combination_div .item_holder.preferences .item_line .item_line_info,
.fc_redesign .select_collum .item_holder.preferences .item_line .item_line_info,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .item_line_info,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .item_line_info,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .item_line_info,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .item_line_info,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .item_line_info,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .item_line_info,
.fc_redesign .combination_div .item_holder.added_growers .item_line .item_line_info,
.fc_redesign .select_collum .item_holder.added_growers .item_line .item_line_info,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .item_line_info,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .item_line_info,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .item_line_info,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .item_line_info,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .item_line_info,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .item_line_info,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .item_line_info,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .item_line_info {
  font-size: 0.875em;
  display: inline-block;
  width: 10.5em;
  padding-left: 0.5em;
  vertical-align: middle;
  display: none;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .item_line_info span,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .item_line_info span,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .item_line_info span,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .item_line_info span,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .item_line_info span,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .item_line_info span,
.fc_redesign .combination_div .item_holder.preferences .item_line .item_line_info span,
.fc_redesign .select_collum .item_holder.preferences .item_line .item_line_info span,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .item_line_info span,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .item_line_info span,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .item_line_info span,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .item_line_info span,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .item_line_info span,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .item_line_info span,
.fc_redesign .combination_div .item_holder.added_growers .item_line .item_line_info span,
.fc_redesign .select_collum .item_holder.added_growers .item_line .item_line_info span,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .item_line_info span,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .item_line_info span,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .item_line_info span,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .item_line_info span,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .item_line_info span,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .item_line_info span,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .item_line_info span,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .item_line_info span {
  width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants.preferences .item_line .item_line_info p,
.fc_redesign .select_collum .combinations_with_your_plants.preferences .item_line .item_line_info p,
.fc_redesign .combination_div .combination_accepts.preferences .item_line .item_line_info p,
.fc_redesign .select_collum .combination_accepts.preferences .item_line .item_line_info p,
.fc_redesign .combination_div .kroger_picks.preferences .item_line .item_line_info p,
.fc_redesign .select_collum .kroger_picks.preferences .item_line .item_line_info p,
.fc_redesign .combination_div .item_holder.preferences .item_line .item_line_info p,
.fc_redesign .select_collum .item_holder.preferences .item_line .item_line_info p,
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line .item_line_info p,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line .item_line_info p,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line .item_line_info p,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line .item_line_info p,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line .item_line_info p,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line .item_line_info p,
.fc_redesign .combination_div .item_holder.added_growers .item_line .item_line_info p,
.fc_redesign .select_collum .item_holder.added_growers .item_line .item_line_info p,
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .item_line_info p,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .item_line_info p,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .item_line_info p,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .item_line_info p,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .item_line_info p,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .item_line_info p,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .item_line_info p,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .item_line_info p {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  margin-left: 0.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants.added_growers .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants.added_growers .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts.added_growers .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts.added_growers .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks.added_growers .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks.added_growers .item_line span.item_name,
.fc_redesign .combination_div .item_holder.added_growers .item_line span.item_name,
.fc_redesign .select_collum .item_holder.added_growers .item_line span.item_name {
  width: 16.5em;
  height: 3em;
}
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.kroger_note,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.kroger_note,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.kroger_note,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.kroger_note,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.kroger_note,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.kroger_note,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.kroger_note,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.kroger_note {
  font-size: 0.65625em;
}
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line span.kroger_note .note,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line span.kroger_note .note {
  display: inline;
}
.fc_redesign .combination_div .combinations_with_your_plants.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .select_collum .combinations_with_your_plants.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .combination_div .combination_accepts.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .select_collum .combination_accepts.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .combination_div .kroger_picks.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .select_collum .kroger_picks.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .combination_div .item_holder.suggestions_bar .item_line .base-icon.close-icon,
.fc_redesign .select_collum .item_holder.suggestions_bar .item_line .base-icon.close-icon {
  margin: 0;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants.text_div,
.fc_redesign .select_collum .combinations_with_your_plants.text_div,
.fc_redesign .combination_div .combination_accepts.text_div,
.fc_redesign .select_collum .combination_accepts.text_div,
.fc_redesign .combination_div .kroger_picks.text_div,
.fc_redesign .select_collum .kroger_picks.text_div,
.fc_redesign .combination_div .item_holder.text_div,
.fc_redesign .select_collum .item_holder.text_div {
  height: calc(100% - 2em);
}
.fc_redesign .combination_div .combinations_with_your_plants.the_bar,
.fc_redesign .select_collum .combinations_with_your_plants.the_bar,
.fc_redesign .combination_div .combination_accepts.the_bar,
.fc_redesign .select_collum .combination_accepts.the_bar,
.fc_redesign .combination_div .kroger_picks.the_bar,
.fc_redesign .select_collum .kroger_picks.the_bar,
.fc_redesign .combination_div .item_holder.the_bar,
.fc_redesign .select_collum .item_holder.the_bar {
  padding: 0;
  border: 0;
  height: calc(100% - 4em);
}
.fc_redesign .combination_div .combinations_with_your_plants.the_bar .project_info_container,
.fc_redesign .select_collum .combinations_with_your_plants.the_bar .project_info_container,
.fc_redesign .combination_div .combination_accepts.the_bar .project_info_container,
.fc_redesign .select_collum .combination_accepts.the_bar .project_info_container,
.fc_redesign .combination_div .kroger_picks.the_bar .project_info_container,
.fc_redesign .select_collum .kroger_picks.the_bar .project_info_container,
.fc_redesign .combination_div .item_holder.the_bar .project_info_container,
.fc_redesign .select_collum .item_holder.the_bar .project_info_container {
  height: auto;
  margin-bottom: 1em;
}
.fc_redesign .combination_div .combinations_with_your_plants.the_bar .project_info_container.header_sidebar,
.fc_redesign .select_collum .combinations_with_your_plants.the_bar .project_info_container.header_sidebar,
.fc_redesign .combination_div .combination_accepts.the_bar .project_info_container.header_sidebar,
.fc_redesign .select_collum .combination_accepts.the_bar .project_info_container.header_sidebar,
.fc_redesign .combination_div .kroger_picks.the_bar .project_info_container.header_sidebar,
.fc_redesign .select_collum .kroger_picks.the_bar .project_info_container.header_sidebar,
.fc_redesign .combination_div .item_holder.the_bar .project_info_container.header_sidebar,
.fc_redesign .select_collum .item_holder.the_bar .project_info_container.header_sidebar {
  height: 15em;
}
.fc_redesign .combination_div .combinations_with_your_plants.the_bar .project_info_container.example_sidebar,
.fc_redesign .select_collum .combinations_with_your_plants.the_bar .project_info_container.example_sidebar,
.fc_redesign .combination_div .combination_accepts.the_bar .project_info_container.example_sidebar,
.fc_redesign .select_collum .combination_accepts.the_bar .project_info_container.example_sidebar,
.fc_redesign .combination_div .kroger_picks.the_bar .project_info_container.example_sidebar,
.fc_redesign .select_collum .kroger_picks.the_bar .project_info_container.example_sidebar,
.fc_redesign .combination_div .item_holder.the_bar .project_info_container.example_sidebar,
.fc_redesign .select_collum .item_holder.the_bar .project_info_container.example_sidebar {
  height: calc(100% - 15em);
}
.fc_redesign .combination_div .combinations_with_your_plants.the_bar h2,
.fc_redesign .select_collum .combinations_with_your_plants.the_bar h2,
.fc_redesign .combination_div .combination_accepts.the_bar h2,
.fc_redesign .select_collum .combination_accepts.the_bar h2,
.fc_redesign .combination_div .kroger_picks.the_bar h2,
.fc_redesign .select_collum .kroger_picks.the_bar h2,
.fc_redesign .combination_div .item_holder.the_bar h2,
.fc_redesign .select_collum .item_holder.the_bar h2 {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants h3,
.fc_redesign .select_collum .combinations_with_your_plants h3,
.fc_redesign .combination_div .combination_accepts h3,
.fc_redesign .select_collum .combination_accepts h3,
.fc_redesign .combination_div .kroger_picks h3,
.fc_redesign .select_collum .kroger_picks h3,
.fc_redesign .combination_div .item_holder h3,
.fc_redesign .select_collum .item_holder h3 {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 2em;
}
.fc_redesign .combination_div .combinations_with_your_plants h3:nth-child(1),
.fc_redesign .select_collum .combinations_with_your_plants h3:nth-child(1),
.fc_redesign .combination_div .combination_accepts h3:nth-child(1),
.fc_redesign .select_collum .combination_accepts h3:nth-child(1),
.fc_redesign .combination_div .kroger_picks h3:nth-child(1),
.fc_redesign .select_collum .kroger_picks h3:nth-child(1),
.fc_redesign .combination_div .item_holder h3:nth-child(1),
.fc_redesign .select_collum .item_holder h3:nth-child(1) {
  margin-top: 0;
}
.fc_redesign .combination_div .combinations_with_your_plants .description,
.fc_redesign .select_collum .combinations_with_your_plants .description,
.fc_redesign .combination_div .combination_accepts .description,
.fc_redesign .select_collum .combination_accepts .description,
.fc_redesign .combination_div .kroger_picks .description,
.fc_redesign .select_collum .kroger_picks .description,
.fc_redesign .combination_div .item_holder .description,
.fc_redesign .select_collum .item_holder .description {
  height: 9.5em;
  overflow: auto;
}
.fc_redesign .combination_div .combinations_with_your_plants .suggestions,
.fc_redesign .select_collum .combinations_with_your_plants .suggestions,
.fc_redesign .combination_div .combination_accepts .suggestions,
.fc_redesign .select_collum .combination_accepts .suggestions,
.fc_redesign .combination_div .kroger_picks .suggestions,
.fc_redesign .select_collum .kroger_picks .suggestions,
.fc_redesign .combination_div .item_holder .suggestions,
.fc_redesign .select_collum .item_holder .suggestions {
  padding: 0;
  height: calc(100% - 3em);
  overflow: auto;
}
.fc_redesign .combination_div .combinations_with_your_plants .suggestions .the_image,
.fc_redesign .select_collum .combinations_with_your_plants .suggestions .the_image,
.fc_redesign .combination_div .combination_accepts .suggestions .the_image,
.fc_redesign .select_collum .combination_accepts .suggestions .the_image,
.fc_redesign .combination_div .kroger_picks .suggestions .the_image,
.fc_redesign .select_collum .kroger_picks .suggestions .the_image,
.fc_redesign .combination_div .item_holder .suggestions .the_image,
.fc_redesign .select_collum .item_holder .suggestions .the_image {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  padding-top: 100%;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .combination_div .combinations_with_your_plants .suggestions .the_image.loading,
.fc_redesign .select_collum .combinations_with_your_plants .suggestions .the_image.loading,
.fc_redesign .combination_div .combination_accepts .suggestions .the_image.loading,
.fc_redesign .select_collum .combination_accepts .suggestions .the_image.loading,
.fc_redesign .combination_div .kroger_picks .suggestions .the_image.loading,
.fc_redesign .select_collum .kroger_picks .suggestions .the_image.loading,
.fc_redesign .combination_div .item_holder .suggestions .the_image.loading,
.fc_redesign .select_collum .item_holder .suggestions .the_image.loading {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
}
.fc_redesign .combination_div .combinations_with_your_plants .suggestions .action_icon,
.fc_redesign .select_collum .combinations_with_your_plants .suggestions .action_icon,
.fc_redesign .combination_div .combination_accepts .suggestions .action_icon,
.fc_redesign .select_collum .combination_accepts .suggestions .action_icon,
.fc_redesign .combination_div .kroger_picks .suggestions .action_icon,
.fc_redesign .select_collum .kroger_picks .suggestions .action_icon,
.fc_redesign .combination_div .item_holder .suggestions .action_icon,
.fc_redesign .select_collum .item_holder .suggestions .action_icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #006330;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em;
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 1em;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 1;
}
.fc_redesign .combination_div .combinations_with_your_plants .suggestions .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants .suggestions .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts .suggestions .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts .suggestions .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks .suggestions .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks .suggestions .item_line span.item_name,
.fc_redesign .combination_div .item_holder .suggestions .item_line span.item_name,
.fc_redesign .select_collum .item_holder .suggestions .item_line span.item_name {
  width: 20em;
  height: 1.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants .the_image,
.fc_redesign .select_collum .combinations_with_your_plants .the_image,
.fc_redesign .combination_div .combination_accepts .the_image,
.fc_redesign .select_collum .combination_accepts .the_image,
.fc_redesign .combination_div .kroger_picks .the_image,
.fc_redesign .select_collum .kroger_picks .the_image,
.fc_redesign .combination_div .item_holder .the_image,
.fc_redesign .select_collum .item_holder .the_image {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  padding-top: 100%;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .combination_div .combinations_with_your_plants .the_image.loading,
.fc_redesign .select_collum .combinations_with_your_plants .the_image.loading,
.fc_redesign .combination_div .combination_accepts .the_image.loading,
.fc_redesign .select_collum .combination_accepts .the_image.loading,
.fc_redesign .combination_div .kroger_picks .the_image.loading,
.fc_redesign .select_collum .kroger_picks .the_image.loading,
.fc_redesign .combination_div .item_holder .the_image.loading,
.fc_redesign .select_collum .item_holder .the_image.loading {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
}
.fc_redesign .combination_div .combinations_with_your_plants .action_icon,
.fc_redesign .select_collum .combinations_with_your_plants .action_icon,
.fc_redesign .combination_div .combination_accepts .action_icon,
.fc_redesign .select_collum .combination_accepts .action_icon,
.fc_redesign .combination_div .kroger_picks .action_icon,
.fc_redesign .select_collum .kroger_picks .action_icon,
.fc_redesign .combination_div .item_holder .action_icon,
.fc_redesign .select_collum .item_holder .action_icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #006330;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em;
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 1em;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 1;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks .item_line span.item_name,
.fc_redesign .combination_div .item_holder .item_line span.item_name,
.fc_redesign .select_collum .item_holder .item_line span.item_name {
  width: 20em;
  height: 1.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line,
.fc_redesign .select_collum .combinations_with_your_plants .item_line,
.fc_redesign .combination_div .combination_accepts .item_line,
.fc_redesign .select_collum .combination_accepts .item_line,
.fc_redesign .combination_div .kroger_picks .item_line,
.fc_redesign .select_collum .kroger_picks .item_line,
.fc_redesign .combination_div .item_holder .item_line,
.fc_redesign .select_collum .item_holder .item_line {
  height: 4em;
  position: relative;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line:nth-child(odd),
.fc_redesign .select_collum .combinations_with_your_plants .item_line:nth-child(odd),
.fc_redesign .combination_div .combination_accepts .item_line:nth-child(odd),
.fc_redesign .select_collum .combination_accepts .item_line:nth-child(odd),
.fc_redesign .combination_div .kroger_picks .item_line:nth-child(odd),
.fc_redesign .select_collum .kroger_picks .item_line:nth-child(odd),
.fc_redesign .combination_div .item_holder .item_line:nth-child(odd),
.fc_redesign .select_collum .item_holder .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line.head,
.fc_redesign .select_collum .combinations_with_your_plants .item_line.head,
.fc_redesign .combination_div .combination_accepts .item_line.head,
.fc_redesign .select_collum .combination_accepts .item_line.head,
.fc_redesign .combination_div .kroger_picks .item_line.head,
.fc_redesign .select_collum .kroger_picks .item_line.head,
.fc_redesign .combination_div .item_holder .item_line.head,
.fc_redesign .select_collum .item_holder .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line.head .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants .item_line.head .vert_middle,
.fc_redesign .combination_div .combination_accepts .item_line.head .vert_middle,
.fc_redesign .select_collum .combination_accepts .item_line.head .vert_middle,
.fc_redesign .combination_div .kroger_picks .item_line.head .vert_middle,
.fc_redesign .select_collum .kroger_picks .item_line.head .vert_middle,
.fc_redesign .combination_div .item_holder .item_line.head .vert_middle,
.fc_redesign .select_collum .item_holder .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .color_boxes,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .color_boxes,
.fc_redesign .combination_div .combination_accepts .item_line .color_boxes,
.fc_redesign .select_collum .combination_accepts .item_line .color_boxes,
.fc_redesign .combination_div .kroger_picks .item_line .color_boxes,
.fc_redesign .select_collum .kroger_picks .item_line .color_boxes,
.fc_redesign .combination_div .item_holder .item_line .color_boxes,
.fc_redesign .select_collum .item_holder .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span,
.fc_redesign .combination_div .combination_accepts .item_line span,
.fc_redesign .select_collum .combination_accepts .item_line span,
.fc_redesign .combination_div .kroger_picks .item_line span,
.fc_redesign .select_collum .kroger_picks .item_line span,
.fc_redesign .combination_div .item_holder .item_line span,
.fc_redesign .select_collum .item_holder .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks .item_line span.item_name,
.fc_redesign .combination_div .item_holder .item_line span.item_name,
.fc_redesign .select_collum .item_holder .item_line span.item_name {
  width: 18em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_pot_name,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_pot_name,
.fc_redesign .combination_div .combination_accepts .item_line span.item_pot_name,
.fc_redesign .select_collum .combination_accepts .item_line span.item_pot_name,
.fc_redesign .combination_div .kroger_picks .item_line span.item_pot_name,
.fc_redesign .select_collum .kroger_picks .item_line span.item_pot_name,
.fc_redesign .combination_div .item_holder .item_line span.item_pot_name,
.fc_redesign .select_collum .item_holder .item_line span.item_pot_name,
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_real_name,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_real_name,
.fc_redesign .combination_div .combination_accepts .item_line span.item_real_name,
.fc_redesign .select_collum .combination_accepts .item_line span.item_real_name,
.fc_redesign .combination_div .kroger_picks .item_line span.item_real_name,
.fc_redesign .select_collum .kroger_picks .item_line span.item_real_name,
.fc_redesign .combination_div .item_holder .item_line span.item_real_name,
.fc_redesign .select_collum .item_holder .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_group,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_group,
.fc_redesign .combination_div .combination_accepts .item_line span.item_group,
.fc_redesign .select_collum .combination_accepts .item_line span.item_group,
.fc_redesign .combination_div .kroger_picks .item_line span.item_group,
.fc_redesign .select_collum .kroger_picks .item_line span.item_group,
.fc_redesign .combination_div .item_holder .item_line span.item_group,
.fc_redesign .select_collum .item_holder .item_line span.item_group {
  width: 9em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_height,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_height,
.fc_redesign .combination_div .combination_accepts .item_line span.item_height,
.fc_redesign .select_collum .combination_accepts .item_line span.item_height,
.fc_redesign .combination_div .kroger_picks .item_line span.item_height,
.fc_redesign .select_collum .kroger_picks .item_line span.item_height,
.fc_redesign .combination_div .item_holder .item_line span.item_height,
.fc_redesign .select_collum .item_holder .item_line span.item_height {
  width: 7em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_potsize,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_potsize,
.fc_redesign .combination_div .combination_accepts .item_line span.item_potsize,
.fc_redesign .select_collum .combination_accepts .item_line span.item_potsize,
.fc_redesign .combination_div .kroger_picks .item_line span.item_potsize,
.fc_redesign .select_collum .kroger_picks .item_line span.item_potsize,
.fc_redesign .combination_div .item_holder .item_line span.item_potsize,
.fc_redesign .select_collum .item_holder .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_theme,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_theme,
.fc_redesign .combination_div .combination_accepts .item_line span.item_theme,
.fc_redesign .select_collum .combination_accepts .item_line span.item_theme,
.fc_redesign .combination_div .kroger_picks .item_line span.item_theme,
.fc_redesign .select_collum .kroger_picks .item_line span.item_theme,
.fc_redesign .combination_div .item_holder .item_line span.item_theme,
.fc_redesign .select_collum .item_holder .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_company,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_company,
.fc_redesign .combination_div .combination_accepts .item_line span.item_company,
.fc_redesign .select_collum .combination_accepts .item_line span.item_company,
.fc_redesign .combination_div .kroger_picks .item_line span.item_company,
.fc_redesign .select_collum .kroger_picks .item_line span.item_company,
.fc_redesign .combination_div .item_holder .item_line span.item_company,
.fc_redesign .select_collum .item_holder .item_line span.item_company {
  width: 12em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_division,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_division,
.fc_redesign .combination_div .combination_accepts .item_line span.item_division,
.fc_redesign .select_collum .combination_accepts .item_line span.item_division,
.fc_redesign .combination_div .kroger_picks .item_line span.item_division,
.fc_redesign .select_collum .kroger_picks .item_line span.item_division,
.fc_redesign .combination_div .item_holder .item_line span.item_division,
.fc_redesign .select_collum .item_holder .item_line span.item_division {
  width: 19em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_user_name,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_user_name,
.fc_redesign .combination_div .combination_accepts .item_line span.item_user_name,
.fc_redesign .select_collum .combination_accepts .item_line span.item_user_name,
.fc_redesign .combination_div .kroger_picks .item_line span.item_user_name,
.fc_redesign .select_collum .kroger_picks .item_line span.item_user_name,
.fc_redesign .combination_div .item_holder .item_line span.item_user_name,
.fc_redesign .select_collum .item_holder .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_email,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_email,
.fc_redesign .combination_div .combination_accepts .item_line span.item_email,
.fc_redesign .select_collum .combination_accepts .item_line span.item_email,
.fc_redesign .combination_div .kroger_picks .item_line span.item_email,
.fc_redesign .select_collum .kroger_picks .item_line span.item_email,
.fc_redesign .combination_div .item_holder .item_line span.item_email,
.fc_redesign .select_collum .item_holder .item_line span.item_email {
  width: 22em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .the_image,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .the_image,
.fc_redesign .combination_div .combination_accepts .item_line .the_image,
.fc_redesign .select_collum .combination_accepts .item_line .the_image,
.fc_redesign .combination_div .kroger_picks .item_line .the_image,
.fc_redesign .select_collum .kroger_picks .item_line .the_image,
.fc_redesign .combination_div .item_holder .item_line .the_image,
.fc_redesign .select_collum .item_holder .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .float_right,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .float_right,
.fc_redesign .combination_div .combination_accepts .item_line .float_right,
.fc_redesign .select_collum .combination_accepts .item_line .float_right,
.fc_redesign .combination_div .kroger_picks .item_line .float_right,
.fc_redesign .select_collum .kroger_picks .item_line .float_right,
.fc_redesign .combination_div .item_holder .item_line .float_right,
.fc_redesign .select_collum .item_holder .item_line .float_right {
  float: right;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combination_accepts .item_line .float_right .action_buttons,
.fc_redesign .select_collum .combination_accepts .item_line .float_right .action_buttons,
.fc_redesign .combination_div .kroger_picks .item_line .float_right .action_buttons,
.fc_redesign .select_collum .kroger_picks .item_line .float_right .action_buttons,
.fc_redesign .combination_div .item_holder .item_line .float_right .action_buttons,
.fc_redesign .select_collum .item_holder .item_line .float_right .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants .item_line .float_right .action_container,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .float_right .action_container,
.fc_redesign .combination_div .combination_accepts .item_line .float_right .action_container,
.fc_redesign .select_collum .combination_accepts .item_line .float_right .action_container,
.fc_redesign .combination_div .kroger_picks .item_line .float_right .action_container,
.fc_redesign .select_collum .kroger_picks .item_line .float_right .action_container,
.fc_redesign .combination_div .item_holder .item_line .float_right .action_container,
.fc_redesign .select_collum .item_holder .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .action_buttons,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .action_buttons,
.fc_redesign .combination_div .combination_accepts .item_line .action_buttons,
.fc_redesign .select_collum .combination_accepts .item_line .action_buttons,
.fc_redesign .combination_div .kroger_picks .item_line .action_buttons,
.fc_redesign .select_collum .kroger_picks .item_line .action_buttons,
.fc_redesign .combination_div .item_holder .item_line .action_buttons,
.fc_redesign .select_collum .item_holder .item_line .action_buttons,
.fc_redesign .combination_div .combinations_with_your_plants .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .action_container,
.fc_redesign .combination_div .combination_accepts .item_line .action_container,
.fc_redesign .select_collum .combination_accepts .item_line .action_container,
.fc_redesign .combination_div .kroger_picks .item_line .action_container,
.fc_redesign .select_collum .kroger_picks .item_line .action_container,
.fc_redesign .combination_div .item_holder .item_line .action_container,
.fc_redesign .select_collum .item_holder .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .action_container,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .action_container,
.fc_redesign .combination_div .combination_accepts .item_line .action_container,
.fc_redesign .select_collum .combination_accepts .item_line .action_container,
.fc_redesign .combination_div .kroger_picks .item_line .action_container,
.fc_redesign .select_collum .kroger_picks .item_line .action_container,
.fc_redesign .combination_div .item_holder .item_line .action_container,
.fc_redesign .select_collum .item_holder .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .action_container span,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .action_container span,
.fc_redesign .combination_div .combination_accepts .item_line .action_container span,
.fc_redesign .select_collum .combination_accepts .item_line .action_container span,
.fc_redesign .combination_div .kroger_picks .item_line .action_container span,
.fc_redesign .select_collum .kroger_picks .item_line .action_container span,
.fc_redesign .combination_div .item_holder .item_line .action_container span,
.fc_redesign .select_collum .item_holder .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .vert_middle,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .vert_middle,
.fc_redesign .combination_div .combination_accepts .item_line .vert_middle,
.fc_redesign .select_collum .combination_accepts .item_line .vert_middle,
.fc_redesign .combination_div .kroger_picks .item_line .vert_middle,
.fc_redesign .select_collum .kroger_picks .item_line .vert_middle,
.fc_redesign .combination_div .item_holder .item_line .vert_middle,
.fc_redesign .select_collum .item_holder .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .color_box,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .color_box,
.fc_redesign .combination_div .combination_accepts .item_line .color_box,
.fc_redesign .select_collum .combination_accepts .item_line .color_box,
.fc_redesign .combination_div .kroger_picks .item_line .color_box,
.fc_redesign .select_collum .kroger_picks .item_line .color_box,
.fc_redesign .combination_div .item_holder .item_line .color_box,
.fc_redesign .select_collum .item_holder .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .color_box.with_border,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .color_box.with_border,
.fc_redesign .combination_div .combination_accepts .item_line .color_box.with_border,
.fc_redesign .select_collum .combination_accepts .item_line .color_box.with_border,
.fc_redesign .combination_div .kroger_picks .item_line .color_box.with_border,
.fc_redesign .select_collum .kroger_picks .item_line .color_box.with_border,
.fc_redesign .combination_div .item_holder .item_line .color_box.with_border,
.fc_redesign .select_collum .item_holder .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line .add_to_a_project,
.fc_redesign .select_collum .combinations_with_your_plants .item_line .add_to_a_project,
.fc_redesign .combination_div .combination_accepts .item_line .add_to_a_project,
.fc_redesign .select_collum .combination_accepts .item_line .add_to_a_project,
.fc_redesign .combination_div .kroger_picks .item_line .add_to_a_project,
.fc_redesign .select_collum .kroger_picks .item_line .add_to_a_project,
.fc_redesign .combination_div .item_holder .item_line .add_to_a_project,
.fc_redesign .select_collum .item_holder .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span.item_name,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span.item_name,
.fc_redesign .combination_div .combination_accepts .item_line span.item_name,
.fc_redesign .select_collum .combination_accepts .item_line span.item_name,
.fc_redesign .combination_div .kroger_picks .item_line span.item_name,
.fc_redesign .select_collum .kroger_picks .item_line span.item_name,
.fc_redesign .combination_div .item_holder .item_line span.item_name,
.fc_redesign .select_collum .item_holder .item_line span.item_name {
  width: 9em;
  white-space: nowrap;
  margin: 0;
  margin-right: 1em;
}
.fc_redesign .combination_div .combinations_with_your_plants .item_line span,
.fc_redesign .select_collum .combinations_with_your_plants .item_line span,
.fc_redesign .combination_div .combination_accepts .item_line span,
.fc_redesign .select_collum .combination_accepts .item_line span,
.fc_redesign .combination_div .kroger_picks .item_line span,
.fc_redesign .select_collum .kroger_picks .item_line span,
.fc_redesign .combination_div .item_holder .item_line span,
.fc_redesign .select_collum .item_holder .item_line span {
  margin: 0;
  margin-right: 1em;
}
.fc_redesign .combination_div button.add_info_and_submit,
.fc_redesign .select_collum button.add_info_and_submit,
.fc_redesign .combination_div button.add_info_and_submit_plant,
.fc_redesign .select_collum button.add_info_and_submit_plant {
  padding: 0.5em 1em;
  color: #fff;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 300;
  background-color: #006330;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5em;
  margin-top: 1em;
  display: inline-block;
  border: 0;
  vertical-align: middle;
}
.fc_redesign .select_collum {
  height: 15.575em;
  margin-top: -2em;
  width: calc(50% - 1.125em);
  display: inline-block;
  margin-right: 2em;
}
.fc_redesign .select_collum:last-child {
  margin-right: 0;
}
.fc_redesign .select_collum .item_holder .item_line span.item_name {
  width: 10em;
}
.fc_redesign .select_collum .item_holder {
  position: relative;
}
.fc_redesign .select_collum .item_holder .gif_load {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fc_redesign .page_library.grower_suggestions {
  height: calc(100% - 4em);
}
.fc_redesign .page_library.plant_for_pots_container {
  height: calc(100% - 9em);
}
.fc_redesign .page_library.grower_suggestions,
.fc_redesign .page_library.plant_for_pots_container {
  width: calc(100% - 2em);
}
.fc_redesign .page_library.grower_suggestions.imageholder .item_line,
.fc_redesign .page_library.plant_for_pots_container.imageholder .item_line {
  height: 6em;
}
.fc_redesign .page_library.grower_suggestions.imageholder .item_line .the_image,
.fc_redesign .page_library.plant_for_pots_container.imageholder .item_line .the_image {
  top: 1em;
  border-bottom: 0px;
}
.fc_redesign .page_library.grower_suggestions.imageholder .item_line .item_specifications,
.fc_redesign .page_library.plant_for_pots_container.imageholder .item_line .item_specifications {
  padding-top: 0.5em;
  font-size: 0.875em;
  margin-left: 3.5em;
}
.fc_redesign .page_library.grower_suggestions.imageholder.expand .image,
.fc_redesign .page_library.plant_for_pots_container.imageholder.expand .image {
  width: calc(100% / 6 - 1em);
}
.fc_redesign .page_library.grower_suggestions .items_per_company,
.fc_redesign .page_library.plant_for_pots_container .items_per_company {
  padding: 1em 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .page_library.grower_suggestions h2,
.fc_redesign .page_library.plant_for_pots_container h2 {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  display: block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 500;
}
.fc_redesign .page_library.grower_suggestions .image.accepted,
.fc_redesign .page_library.plant_for_pots_container .image.accepted,
.fc_redesign .page_library.grower_suggestions .item_line.accepted,
.fc_redesign .page_library.plant_for_pots_container .item_line.accepted,
.fc_redesign .page_library.grower_suggestions .slot_holder.accepted,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.accepted {
  border: 2px solid #50e3c2;
}
.fc_redesign .page_library.grower_suggestions .image.accepted .action_container .denied,
.fc_redesign .page_library.plant_for_pots_container .image.accepted .action_container .denied,
.fc_redesign .page_library.grower_suggestions .item_line.accepted .action_container .denied,
.fc_redesign .page_library.plant_for_pots_container .item_line.accepted .action_container .denied,
.fc_redesign .page_library.grower_suggestions .slot_holder.accepted .action_container .denied,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.accepted .action_container .denied,
.fc_redesign .page_library.grower_suggestions .image.accepted .action_container_price .denied,
.fc_redesign .page_library.plant_for_pots_container .image.accepted .action_container_price .denied,
.fc_redesign .page_library.grower_suggestions .item_line.accepted .action_container_price .denied,
.fc_redesign .page_library.plant_for_pots_container .item_line.accepted .action_container_price .denied,
.fc_redesign .page_library.grower_suggestions .slot_holder.accepted .action_container_price .denied,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.accepted .action_container_price .denied {
  opacity: 0.5;
}
.fc_redesign .page_library.grower_suggestions .image.accepted .decision_container,
.fc_redesign .page_library.plant_for_pots_container .image.accepted .decision_container,
.fc_redesign .page_library.grower_suggestions .item_line.accepted .decision_container,
.fc_redesign .page_library.plant_for_pots_container .item_line.accepted .decision_container,
.fc_redesign .page_library.grower_suggestions .slot_holder.accepted .decision_container,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.accepted .decision_container {
  background-color: #50e3c2;
}
.fc_redesign .page_library.grower_suggestions .image.denied,
.fc_redesign .page_library.plant_for_pots_container .image.denied,
.fc_redesign .page_library.grower_suggestions .item_line.denied,
.fc_redesign .page_library.plant_for_pots_container .item_line.denied,
.fc_redesign .page_library.grower_suggestions .slot_holder.denied,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.denied {
  border: 2px solid #f78f8f;
}
.fc_redesign .page_library.grower_suggestions .image.denied .action_container .accept,
.fc_redesign .page_library.plant_for_pots_container .image.denied .action_container .accept,
.fc_redesign .page_library.grower_suggestions .item_line.denied .action_container .accept,
.fc_redesign .page_library.plant_for_pots_container .item_line.denied .action_container .accept,
.fc_redesign .page_library.grower_suggestions .slot_holder.denied .action_container .accept,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.denied .action_container .accept,
.fc_redesign .page_library.grower_suggestions .image.denied .action_container_price .accept,
.fc_redesign .page_library.plant_for_pots_container .image.denied .action_container_price .accept,
.fc_redesign .page_library.grower_suggestions .item_line.denied .action_container_price .accept,
.fc_redesign .page_library.plant_for_pots_container .item_line.denied .action_container_price .accept,
.fc_redesign .page_library.grower_suggestions .slot_holder.denied .action_container_price .accept,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.denied .action_container_price .accept {
  opacity: 0.5;
}
.fc_redesign .page_library.grower_suggestions .image.denied .decision_container,
.fc_redesign .page_library.plant_for_pots_container .image.denied .decision_container,
.fc_redesign .page_library.grower_suggestions .item_line.denied .decision_container,
.fc_redesign .page_library.plant_for_pots_container .item_line.denied .decision_container,
.fc_redesign .page_library.grower_suggestions .slot_holder.denied .decision_container,
.fc_redesign .page_library.plant_for_pots_container .slot_holder.denied .decision_container {
  background-color: #f78f8f;
}
.fc_redesign .page_library.grower_suggestions .item_line.accepted,
.fc_redesign .page_library.plant_for_pots_container .item_line.accepted,
.fc_redesign .page_library.grower_suggestions .item_line.denied,
.fc_redesign .page_library.plant_for_pots_container .item_line.denied {
  border-width: 0px;
  border-left-width: 0.5em;
}
.fc_redesign .page_library.grower_suggestions .action_container,
.fc_redesign .page_library.plant_for_pots_container .action_container,
.fc_redesign .page_library.grower_suggestions .action_container_price,
.fc_redesign .page_library.plant_for_pots_container .action_container_price {
  border-top: 1px solid #ccc;
  width: 100%;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0.25em;
}
.fc_redesign .page_library.grower_suggestions .action_container span,
.fc_redesign .page_library.plant_for_pots_container .action_container span,
.fc_redesign .page_library.grower_suggestions .action_container_price span,
.fc_redesign .page_library.plant_for_pots_container .action_container_price span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
.fc_redesign .page_library.grower_suggestions .action_container span.not_selected,
.fc_redesign .page_library.plant_for_pots_container .action_container span.not_selected,
.fc_redesign .page_library.grower_suggestions .action_container_price span.not_selected,
.fc_redesign .page_library.plant_for_pots_container .action_container_price span.not_selected {
  opacity: 0.2;
}
.fc_redesign .page_library.grower_suggestions .action_container .accept,
.fc_redesign .page_library.plant_for_pots_container .action_container .accept,
.fc_redesign .page_library.grower_suggestions .action_container_price .accept,
.fc_redesign .page_library.plant_for_pots_container .action_container_price .accept {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/icon-accept.png);
  background-size: contain;
}
.fc_redesign .page_library.grower_suggestions .action_container .denied,
.fc_redesign .page_library.plant_for_pots_container .action_container .denied,
.fc_redesign .page_library.grower_suggestions .action_container_price .denied,
.fc_redesign .page_library.plant_for_pots_container .action_container_price .denied {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/icon-denied.png);
  background-size: contain;
}
@font-face {
  font-family: 'new';
  src: url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/new.eot?82115242');
  src: url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/new.eot?82115242#iefix') format('embedded-opentype'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/new.woff2?82115242') format('woff2'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/new.woff?82115242') format('woff'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/new.ttf?82115242') format('truetype'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/new.svg?82115242#new') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/icons.eot?82115242');
  src: url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/icons.eot?82115242#iefix') format('embedded-opentype'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/icons.woff2?82115242') format('woff2'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/icons.woff?82115242') format('woff'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/icons.ttf?82115242') format('truetype'), url('/wp-content/themes/nieuwkoop_floraconcepts_theme/font/icons.svg?82115242#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fc_redesign [class^="icon-"]:before,
.fc_redesign [class*=" icon-"]:before {
  font-family: "new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc_redesign .icon-mail:before {
  content: '\e800';
}
.fc_redesign .icon-mail-alt:before {
  content: '\e801';
}
.fc_redesign .icon-cancel:before {
  content: '\e802';
}
.fc_redesign .icon-arrows-cw:before {
  content: '\e803';
}
.fc_redesign .icon-bell:before {
  content: '\e804';
}
.fc_redesign .icon-bell-alt:before {
  content: '\e805';
}
.fc_redesign .icon-bell-off:before {
  content: '\e806';
}
.fc_redesign .icon-bell-off-empty:before {
  content: '\e807';
}
.fc_redesign .icon-logout:before {
  content: '\e808';
}
.fc_redesign .icon-check:before {
  content: '\e809';
}
.fc_redesign .icon-check-empty:before {
  content: '\e80a';
}
.fc_redesign .icon-down-open:before {
  content: '\e80b';
}
.fc_redesign .icon-download-1:before {
  content: '\e80c';
}
.fc_redesign .icon-lightbulb:before {
  content: '\e80d';
}
.fc_redesign .icon-toggle-off:before {
  content: '\e80e';
}
.fc_redesign .icon-toggle-on:before {
  content: '\e80f';
}
.fc_redesign .icon-picture:before {
  content: '\e810';
}
.fc_redesign .icon-th-large:before {
  content: '\e811';
}
.fc_redesign .icon-th-outline:before {
  content: '\e812';
}
.fc_redesign .icon-plus-squared:before {
  content: '\e813';
}
.fc_redesign .icon-plus-squared-alt:before {
  content: '\e814';
}
.fc_redesign .icon-plus-circled:before {
  content: '\e815';
}
.fc_redesign .icon-minus-circled:before {
  content: '\e816';
}
.fc_redesign .icon-minus-squared:before {
  content: '\f146';
}
.fc_redesign .icon-minus-squared-alt:before {
  content: '\f147';
}
.fc_redesign .input-fix {
  margin-bottom: 1em;
  display: inline-block;
  height: 2.5em;
  letter-spacing: 1px;
  padding: 0;
  font-size: 0.875em;
  width: 100%;
  font-weight: 300;
  text-align: center;
}
.fc_redesign .dc_buttons {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 2.5em;
}
.fc_redesign .dc_buttons .saveDisplay {
  transform: unset;
  top: unset;
  width: unset;
}
.fc_redesign .dc_buttons span.to_delete_after {
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 0.5em;
  height: unset;
  line-height: unset;
  top: unset;
  transform: unset;
}
.fc_redesign .dc_buttons input.saveTitle {
  border-color: #B6B5B5;
  color: black;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0.5em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 0.75em;
  height: 2em;
  border-radius: 0.5em;
  width: 10em;
  margin-bottom: 0em;
  margin: 0;
  font-weight: 300;
  font-style: italic;
  font-size: 0.875em;
  color: #636362;
  margin-left: 0.5em;
}
.fc_redesign .dc_buttons .icon {
  height: 2.5em;
  width: auto;
  text-decoration: none;
  color: #2f2f2f;
  text-align: left;
  position: relative;
  vertical-align: middle;
  margin-left: 1em;
}
.fc_redesign .dc_buttons .icon .nav_icon {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  background-size: contain;
  margin: auto;
  vertical-align: middle;
  margin-right: 0.5em;
}
.fc_redesign .dc_buttons .icon span,
.fc_redesign .dc_buttons .icon h1 {
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
}
.fc_redesign .nav_icon.new_project {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/create_project_dc_green.png);
}
.fc_redesign .nav_icon.open_project {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/open_projects_dc_green.png);
}
.fc_redesign .nav_icon.save_project {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/save_project_green.png);
}
.fc_redesign .upload_page .fustChoiser table td,
.fc_redesign .displaycreator .fustChoiser table td {
  color: #2f2f2f;
  border: 1px solid #ffffff;
  background-color: #f6fbf5;
  border-radius: 0.5em;
}
.fc_redesign .upload_page .fustChoiser table td span,
.fc_redesign .displaycreator .fustChoiser table td span {
  font-style: normal;
}
.fc_redesign .upload_page .nav_boxes,
.fc_redesign .displaycreator .nav_boxes {
  margin-top: 2em;
}
.fc_redesign .upload_page .nav_boxes.display_creator_blue .nav_box,
.fc_redesign .displaycreator .nav_boxes.display_creator_blue .nav_box {
  background-color: #006330;
}
.fc_redesign .upload_page .nav_boxes .nav_box,
.fc_redesign .displaycreator .nav_boxes .nav_box {
  width: calc(33% - 4em);
  border: 0px;
  min-height: 12em;
  border-bottom: 5px solid #51750c;
  border-radius: 0.5em;
  background-color: #006330;
  padding: 0.25em 0.5em;
  color: white;
  font-style: normal;
  height: auto;
  display: inline-block;
}
.fc_redesign .upload_page .nav_boxes .nav_box:hover,
.fc_redesign .displaycreator .nav_boxes .nav_box:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon {
  width: 4em;
  height: 4em;
  background-color: transparent;
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.pot,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.pot {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/upload_pot_icon.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.plant,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.plant {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/upload_plant_icon.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.tag,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.tag {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/upload_tag_icon.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon {
  border: 3px solid white;
  border-radius: 2em;
  background-size: 2.75em;
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon.plant,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon.plant {
  background-size: 3em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/plant-icon-white.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon.pot,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon.pot {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/pot-icon-white.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon.bouquet,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon.bouquet {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/bouquet-200-white.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon.wrap,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon.wrap {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/wrap-200-white.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon.accessoires,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon.accessoires {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-accessoires-icon.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box .nav_icon.round-icon.tag,
.fc_redesign .displaycreator .nav_boxes .nav_box .nav_icon.round-icon.tag {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/tag-icon-white.png);
}
.fc_redesign .upload_page .nav_boxes .nav_box span,
.fc_redesign .displaycreator .nav_boxes .nav_box span {
  width: auto;
  display: block;
  height: auto;
  text-align: center;
  margin: auto;
  font-weight: 500;
  color: white;
}
.fc_redesign .priceParagraph_floriday {
  color: #777777;
  margin-top: 0;
  font-size: 0.875em;
  font-weight: 300;
  display: inline-block;
}
.fc_redesign .priceParagraph_floriday strong {
  font-weight: 300;
}
.fc_redesign .upload_page {
  padding: 0;
}
.fc_redesign .upload_page h1.title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #636362;
}
.fc_redesign .upload_page .right-collum,
.fc_redesign .upload_page .left-collum {
  display: inline-block;
  vertical-align: top;
  width: calc(49% - 2em);
  padding: 1em;
}
.fc_redesign .upload_page .priceParagraph {
  color: #777777;
  margin-top: 0;
  font-size: 0.875em;
  font-weight: 300;
}
.fc_redesign .upload_page .priceParagraph strong {
  font-weight: 300;
}
.fc_redesign .upload_page .uploadFormClass {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: max-content;
  max-width: 100%;
  z-index: 5;
  display: block;
  text-align: left;
  position: relative;
  padding: 0;
  background-color: #0000;
  margin-top: 2em;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  border-top: 1px solid #B6B5B5;
  border-bottom: 1px solid #B6B5B5;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
.fc_redesign .upload_page .uploadFormClass .kroger_fields {
  display: inline-block;
  padding-left: 2em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.fc_redesign .upload_page .uploadFormClass .kroger_fields span.select_all_weeks {
  display: block;
  font-size: 0.75em;
  text-decoration: underline;
  cursor: pointer;
}
.fc_redesign .upload_page .uploadFormClass .kroger_fields .metaData select {
  width: calc(100% - 12em);
}
.fc_redesign .upload_page .uploadFormClass .metaData .color_filter_spectrum {
  width: calc(100% - 9em);
  display: inline-block;
  position: relative;
}
.fc_redesign .upload_page .uploadFormClass .metaData .color_filter_spectrum label {
  width: 100%;
  padding-right: 0;
}
.fc_redesign .upload_page .uploadFormClass .metaData .weeks_input {
  width: 19.5em;
  display: inline-block;
  vertical-align: middle;
}
.fc_redesign .upload_page .uploadFormClass .metaData .weeks_input li {
  display: inline-block;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.fc_redesign .upload_page .uploadFormClass .metaData .weeks_input li input {
  display: none;
}
.fc_redesign .upload_page .uploadFormClass .metaData .weeks_input li input[type="checkbox"]:checked + label {
  background-color: #c1c1c1;
}
.fc_redesign .upload_page .uploadFormClass .metaData .weeks_input li label {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  text-align: center;
  line-height: 2.5em;
  background-color: #e8e8e8;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.fc_redesign .upload_page .uploadFormClass ul.specifications {
  font-size: 0.75em;
  margin: 0;
  padding-left: 1em;
}
.fc_redesign .upload_page .uploadFormClass ul.specifications li.spec {
  list-style: none;
  margin: 0;
  text-indent: -1em;
  line-height: 1.75em;
  font-weight: 300;
}
.fc_redesign .upload_page .uploadFormClass ul.specifications li.spec:before {
  content: "-";
  margin-right: 0.5em;
  text-indent: -0.5em;
}
.fc_redesign .upload_page .uploadFormClass select:after {
  content: '\e1001';
  font-family: "icons";
}
.fc_redesign .upload_page .uploadFormClass .left,
.fc_redesign .upload_page .uploadFormClass .right {
  display: inline-block;
  padding: 1.5em;
  vertical-align: top;
}
.fc_redesign .upload_page .uploadFormClass .left {
  width: 12em;
  padding: 0;
}
.fc_redesign .upload_page .uploadFormClass .right {
  width: 31em;
  padding: 0;
  padding-left: 2em;
}
.fc_redesign .upload_page .uploadFormClass .right .metaData label {
  text-align: left;
  vertical-align: middle;
}
.fc_redesign .upload_page .uploadFormClass .morelips_group,
.fc_redesign .upload_page .uploadFormClass .connected_group_div {
  width: 31em;
}
.fc_redesign .upload_page .uploadFormClass .morelips_group .checkboxesDiv.scrollCheckBox,
.fc_redesign .upload_page .uploadFormClass .connected_group_div .checkboxesDiv.scrollCheckBox {
  width: calc(100% - 9.5em);
}
.fc_redesign .upload_page .uploadFormClass .morelips_group .checkboxesDiv.scrollCheckBox label,
.fc_redesign .upload_page .uploadFormClass .connected_group_div .checkboxesDiv.scrollCheckBox label {
  padding: 0;
}
.fc_redesign .upload_page .uploadFormClass .morelips_group .price_fields label,
.fc_redesign .upload_page .uploadFormClass .connected_group_div .price_fields label {
  width: 25%;
}
.fc_redesign .upload_page .uploadFormClass .morelips_group .price_fields label[for="standard_price"] input,
.fc_redesign .upload_page .uploadFormClass .connected_group_div .price_fields label[for="standard_price"] input {
  width: calc(100% - 5em);
}
.fc_redesign .upload_page .uploadFormClass .metaData {
  padding: 0;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button.cm_or_inch_upload {
  width: 4em;
  font-weight: 500;
  padding: 0.25em 0;
  font-size: 12px;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button.cm_or_inch_upload:not(.active) {
  opacity: 0.5;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button.cm_or_inch_upload:not(.active):hover {
  opacity: 0.8;
}
.fc_redesign .upload_page .uploadFormClass .metaData label {
  width: 9em;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #636362;
}
.fc_redesign .upload_page .uploadFormClass .metaData label.buttonize {
  text-align: center;
}
.fc_redesign .upload_page .uploadFormClass .metaData span {
  font-size: 0.875em;
  font-weight: 500;
  color: #636362;
}
.fc_redesign .upload_page .uploadFormClass .metaData .addOption,
.fc_redesign .upload_page .uploadFormClass .metaData .addTheOption {
  font-size: 0.75em;
  margin-left: 1em;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}
.fc_redesign .upload_page .uploadFormClass .metaData .addTheOption {
  margin-left: 0.5em;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button,
.fc_redesign .upload_page .uploadFormClass .metaData .button {
  font-size: 0.75em;
  margin-top: 1em;
  width: 100%;
  height: auto;
  line-height: 1.5em;
  vertical-align: middle;
  background-color: #006330;
  border: 0;
  font-weight: 500;
  border-bottom: 0px solid #51750c;
  border-radius: 0.5em;
  text-align: center;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button.toFloriday,
.fc_redesign .upload_page .uploadFormClass .metaData .button.toFloriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button.submitted,
.fc_redesign .upload_page .uploadFormClass .metaData .button.submitted {
  background-color: transparent;
  color: #636362 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Raleway';
  margin-bottom: 0.5em;
  border: 1.5px solid #00633052;
}
.fc_redesign .upload_page .uploadFormClass .metaData .button:hover {
  opacity: 0.8;
}
.fc_redesign .upload_page .uploadFormClass .metaData input:not([type='checkbox']) {
  width: calc(100% - 12em);
  display: inline-block;
  border: none;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
  margin: 0.4em 0;
}
.fc_redesign .upload_page .uploadFormClass .metaData input:not([type='checkbox']):disabled {
  opacity: 0.5;
}
.fc_redesign .upload_page .uploadFormClass .metaData input:not([type='checkbox']).addOptionText {
  width: 7em;
  margin-left: 0.5em;
  padding: 0.25em 1em;
}
.fc_redesign .upload_page .uploadFormClass .metaData select {
  font-weight: 500;
  width: calc(100% - 22em);
  background-position: 95% 50%;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .upload_page .uploadFormClass .metaData select:disabled {
  opacity: 0.5;
}
.fc_redesign .upload_page .uploadFormClass .metaData input.height_input,
.fc_redesign .upload_page .uploadFormClass .metaData input.height_input_coverted {
  width: 6.5em;
}
.fc_redesign .upload_page .uploadFormClass .metaData input.height_input_coverted {
  margin-left: 1.5em;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass,
.fc_redesign .upload_page .uploadFormClass .metaDataImage {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #006330;
  height: 0;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5em;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass input,
.fc_redesign .upload_page .uploadFormClass .metaDataImage input {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass .mouse-over,
.fc_redesign .upload_page .uploadFormClass .metaDataImage .mouse-over {
  background-color: #F2F2F2;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass .image-set,
.fc_redesign .upload_page .uploadFormClass .metaDataImage .image-set {
  background-color: #F1F1F1;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass .icon-upload,
.fc_redesign .upload_page .uploadFormClass .metaDataImage .icon-upload {
  background-size: cover;
  background-position: 50% 50%;
  width: 4em;
  height: 4em;
  margin: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  background-image: url("https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/upload_image_icon-green.png");
  background-size: 4em;
  background-repeat: no-repeat;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass span,
.fc_redesign .upload_page .uploadFormClass .metaDataImage span {
  position: absolute;
  top: 8em;
  left: 0;
  right: 0;
  margin: auto;
  width: 6em;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass .error,
.fc_redesign .upload_page .uploadFormClass .metaDataImage .error {
  color: #823131;
  font-weight: 500;
  padding: 0;
  background-color: transparent !important;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass img.previewImage,
.fc_redesign .upload_page .uploadFormClass .metaDataImage img.previewImage {
  opacity: 1;
  margin-top: 2em;
  width: 5em;
  height: 5em;
  object-fit: contain;
}
.fc_redesign .upload_page .uploadFormClass .uploadImageClass .resolution_box,
.fc_redesign .upload_page .uploadFormClass .metaDataImage .resolution_box {
  position: absolute;
  top: 11em;
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.fc_redesign .upload_page .done_upload {
  position: relative;
  margin-top: 2em;
  height: auto;
  padding: 0.25em 1em;
  font-weight: 300;
}
.fc_redesign .upload_page .preview_style {
  width: auto;
  height: 6em;
  margin: auto;
  display: block;
  margin-top: 1em;
  margin-bottom: 0em;
  position: absolute;
  top: 0em;
  left: 0;
  border: 1px dashed #DEDEDE;
  right: 0;
  opacity: 0.75;
}
.fc_redesign .upload_page .cm_or_inch_upload {
  margin-left: 0.25em;
  display: inline-block;
}
.fc_redesign .upload_page .waitOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5010;
  background-color: white;
}
.fc_redesign .upload_page .waitOverlay .loader {
  position: absolute;
  bottom: 2em;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.fc_redesign .upload_page .waitOverlay span {
  font-family: "Lato";
  display: block;
  margin-bottom: 1em;
}
.fc_redesign .upload_page .middle-collum {
  text-align: center;
  display: block;
  vertical-align: top;
  padding: 1em;
  max-width: 44em;
  margin: auto;
}
.fc_redesign .upload_page .what_to_upload {
  width: 12em;
  margin: 2em;
  height: 12em;
  padding: 1em;
  -webkit-border-radius: 12em;
  -moz-border-radius: 12em;
  border-radius: 12em;
  background-size: 5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #878688;
}
.fc_redesign a.back_button {
  position: absolute;
  right: 0em;
  text-decoration: none;
}
.fc_redesign p.searchResult {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 1em;
  font-weight: 500;
}
.fc_redesign .resetFilters,
.fc_redesign .reset_filters {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  display: block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.fc_redesign .page_sidebar {
  height: calc(100% - 6em);
  width: 15em;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: auto;
}
.fc_redesign .page_sidebar.closed {
  width: 4em;
  overflow: hidden !important;
}
.fc_redesign .page_library {
  height: calc(100% - 6em);
  width: calc(100% - 16.5em);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  border-radius: 0.5em;
  margin-left: 1em;
}
.fc_redesign .page_library.plants.library.imageholder.sidebar_closed {
  width: calc(100% - 6.5em);
}
.fc_redesign .page_library button.add_pot_button,
.fc_redesign .page_library .add_comment_button,
.fc_redesign .page_library .support_material_check {
  border: 0;
  padding: 0.25em 2em;
  color: #fff;
  margin: auto;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  margin-top: 0.5em;
  font-size: 0.75em;
  font-weight: 300;
  width: 100%;
  background-color: #006330;
  display: block;
  text-align: center;
  text-decoration: none;
}
.fc_redesign .page_library button.add_pot_button.hide,
.fc_redesign .page_library .add_comment_button.hide,
.fc_redesign .page_library .support_material_check.hide {
  display: none;
}
.fc_redesign .background_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 240;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.fc_redesign .user_page .col-50 {
  width: calc(50% - 2em);
  padding: 0;
}
.fc_redesign .checkPosBox {
  width: 500px;
  display: inline-block;
  padding: 0.5em;
}
.fc_redesign .checkPosBox .connection_point_check {
  width: 500px;
  height: 500px;
  text-align: center;
  padding: 0;
}
.fc_redesign .checkPosBox .connection_point_check .connection_to_check_image {
  background-color: white;
  margin: auto;
  border: 1px dashed #DEDEDE;
  position: relative;
}
.fc_redesign .checkPosBox .dot {
  position: absolute;
  background-color: #006330;
  border: 2px solid #51750c;
  width: calc(1em - 2px);
  height: calc(1em - 2px);
  -ms-transform: translate(-0.5em, -0.5em);
  -webkit-transform: translate(-0.5em, -0.5em);
  transform: translate(-0.5em, -0.5em);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.fc_redesign .checkPosBox .dot.scale_dot {
  border: 1px solid #51750c;
  width: 100px;
  height: 2px;
  -ms-transform: translate(-51px, -2px);
  -webkit-transform: translate(-51px, -2px);
  transform: translate(-51px, -2px);
}
.fc_redesign .checkPosBox .metaData input:not([type='checkbox']) {
  margin-bottom: 1em;
  display: inline-block;
  height: 2.5em;
  letter-spacing: 1px;
  padding: 0;
  font-size: 0.875em;
  width: 100%;
  font-weight: 300;
  text-align: center;
}
.fc_redesign .checkPosBox .connection_point_menu {
  margin-top: 0.5em;
}
.fc_redesign .checkPosBox .connection_point_menu .metaData input {
  width: calc(100% - 2em) !important;
  margin: 0;
}
.fc_redesign .checkPosBox .connection_point_menu .metaData .SaveConnectionPoint {
  width: calc(100% - 1em) !important;
  margin: 0;
}
.fc_redesign .pdicatalogue {
  width: 100%;
}
.fc_redesign .pdicatalogue .Potselector {
  padding: 0;
}
.fc_redesign .pdicatalogue #pot_section {
  background-color: transparent;
}
.fc_redesign .pdicatalogue .grid-holder .filterholder .group label {
  margin-bottom: 1.5em;
}
.fc_redesign .pdicatalogue .imageholder.expand {
  height: 42%;
}
.fc_redesign .pdicatalogue .color_filter_spectrum {
  width: 43em;
  top: 0;
}
.fc_redesign .pdicatalogue .color_filter_spectrum li {
  width: 1.25em;
  height: 1.25em;
  padding-top: 0;
}
.fc_redesign .pdicatalogue .dropDown.showFilters {
  text-align: center;
}
.fc_redesign .pdicatalogue .dropDown.showFilters span {
  margin-right: 0.5em;
}
.fc_redesign .pdicatalogue .grid-holder.moodboards label.visual .visual_text {
  font-family: 'thesansbold';
  background-color: white;
  padding: 10px 12px;
  position: relative;
  left: 0.5em;
  top: 1.5em;
  font-size: 20px;
  /* opacity: 0.5; */
  letter-spacing: 0.5px;
}
.fc_redesign h3.groupname {
  font-size: 1em;
}
.fc_redesign .sort_by {
  margin-left: 1em;
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: max-content;
}
.fc_redesign .sort_by .ui-stoggle {
  width: 110px;
  text-align: left;
}
.fc_redesign .sort_by .ui-stoggle span {
  margin: 0;
}
.fc_redesign .sort_by label[for=sort_by_group] {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0.5em;
  font-size: .875em;
  color: #636362;
  font-style: italic;
  cursor: pointer;
  font-weight: 300;
  overflow: visible;
  text-transform: none;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_div {
  line-height: 3em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  height: 4em;
  border-bottom: 0;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_buttons {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-left: 1em;
  position: relative;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .buttonize {
  line-height: normal;
  font-size: 0.75em;
  margin: 0;
  font-weight: 500;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .buttonize#move-to-folders {
  margin-left: 1em;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu {
  width: 15em;
  background-color: white;
  position: absolute;
  z-index: 10;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
  border-bottom: 0px solid #51750c;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu.folder_move_it {
  left: 7.25em;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu img.not_loaded {
  width: 4em;
  height: 4em;
  margin: auto;
  display: block;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu li {
  list-style: none;
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #006330;
  border-radius: 0.5em;
  margin: 0;
  cursor: pointer;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu li:hover {
  background-color: #f3f3f3;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu input {
  text-align: left;
  margin: 1em auto;
  display: block;
  width: calc(100% - 2em);
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu span.error {
  width: max-content;
  text-align: center;
  margin: 0.5em auto;
  display: block;
  padding: .25em 1em;
  font-size: 0.75em;
}
.fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .folder_menu .buttonize {
  width: max-content;
  text-align: center;
  margin: 1em auto;
  display: block;
  padding: 0.5em 2em;
}
.fc_redesign .gallerypage .move_to_group_div {
  width: 15em;
  position: fixed;
  top: 20em;
  z-index: 10;
  right: 3.5em;
  background-color: white;
  padding: 1em;
  border: 1px solid #006330;
  border-radius: 0.5em;
}
.fc_redesign .gallerypage .move_to_group_div h2 {
  font-family: bebas_neue;
  letter-spacing: .5px;
  font-size: 1em;
}
.fc_redesign .gallerypage .move_to_group_div p {
  margin: 0;
}
.fc_redesign .gallerypage .move_to_group_div .buttonize {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign .gallerypage .move_to_group_div select.all_groups {
  position: relative;
  top: 0;
  width: 100%;
  height: unset;
  padding: 0.5em;
}
.fc_redesign .gallerypage .move_to_group_div .add_group_name {
  margin-top: 0.5em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder {
  padding: 0em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar,
.fc_redesign .gallerypage.page_layout.metaboxholder .page_library {
  height: calc(100% - 115px);
  border: 0;
  border-right: 1px solid #e9ecec;
  border-radius: 0;
  margin: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_library {
  width: calc(100% - 15.5em);
  padding: 20px;
  padding-right: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_library .image {
  border-radius: 5px;
  background-color: #f6fbf5;
  box-shadow: none;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_library .image .the_image {
  border: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_library .image .action_icon {
  background-color: #60bb47;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_library .image .action_buttons {
  border-top: 1px solid #e9ecec;
  margin-top: 10px;
  padding-top: 10px;
  height: auto;
  padding-bottom: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar .sidebar_item {
  height: 72px;
  line-height: 72px;
  width: calc(100% - 20px);
  margin-left: 20px;
  display: block;
  border: 1px dashed #e9ecec;
  text-decoration: none;
  color: #2b2c2b;
  cursor: pointer;
  border-radius: 50px 0 0 50px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 11px;
  color: #1f2626;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar .sidebar_item .icon {
  background-color: transparent;
  background-size: 2.5em;
  border-radius: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar .sidebar_item.plants .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop.png);
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar .sidebar_item.pots .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop.png);
  background-size: 2em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar .sidebar_item.tags .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop.png);
}
.fc_redesign .gallerypage.page_layout.metaboxholder .page_sidebar .sidebar_item.combinations .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/combination-icon.png);
  background-size: 2em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .button-container {
  display: inline-block;
  float: right;
  line-height: 3.5em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .button-container p span {
  margin: 0;
  vertical-align: unset;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters {
  position: relative;
  padding: 0.5em 1em;
  display: block;
  opacity: 1;
  border: 0;
  border-bottom: 1px solid #dce1e1;
  margin-bottom: 0em;
  width: 100%;
  max-height: 60px;
  height: auto;
  border-radius: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters.open {
  max-height: 240px;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .search_icon {
  left: 40%;
  top: 0;
  transform: translate(-100%, 0px);
  margin-left: 0.5em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters p.searchResult {
  text-align: left;
  display: inline-block;
  width: auto;
  color: #1f2626;
  font-style: italic;
  text-transform: none;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .resetFilters {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .close-icon {
  display: none;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .group_it_right {
  display: inline-block;
  float: right;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .group_it_right .searchResult {
  margin-right: 1em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters {
  width: 100%;
  padding: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters input.input_search {
  width: 40%;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters select.FilterOptions {
  width: calc(12.5% - 1em);
  margin-right: 1em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters input,
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters .color_filter_spectrum,
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters select {
  vertical-align: top;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5em;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters .color_filter_spectrum {
  padding: 0;
  margin-top: 3px;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .item_filters .input_filters .color_filter_spectrum li {
  vertical-align: top;
  width: 1em;
  height: 1em;
  position: relative;
  margin: 0 calc(100% / 64 - 0.5em);
}
.fc_redesign .gallerypage.page_layout.metaboxholder .open_filters {
  display: none;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .button-container {
  margin-bottom: 0;
  padding: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .button-container p.searchResult {
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .change_layout {
  vertical-align: middle;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .change_layout .base-icon,
.fc_redesign .gallerypage.page_layout.metaboxholder .change_layout .border_between {
  display: none;
  margin: 0;
}
.fc_redesign .gallerypage.page_layout.metaboxholder .change_layout .base-icon.active,
.fc_redesign .gallerypage.page_layout.metaboxholder .change_layout .border_between.active {
  display: block;
}
.fc_redesign .gallerypage h1 {
  line-height: 2em;
}
.fc_redesign .gallerypage .button-container {
  height: 2em;
  text-align: right;
  padding: 0em 1em;
  margin-bottom: 0.75em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .button-container .favorite_switch {
  display: inline-block;
  margin: 0 1em;
  font-size: 0.75em;
}
.fc_redesign .gallerypage .button-container .favorite_switch span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
}
.fc_redesign .gallerypage .button-container .favorite_switch .switch input {
  display: none;
}
.fc_redesign .gallerypage .button-container .favorite_switch .slider {
  cursor: pointer;
  position: relative;
  background-color: #ccc;
  -webkit-transition: .4s;
  width: 4em;
  transition: .4s;
  height: 2em;
  line-height: 2em;
  font-size: 0.75em;
  margin-left: 0.5em;
}
.fc_redesign .gallerypage .button-container .favorite_switch .slider.round {
  border-radius: 34px;
}
.fc_redesign .gallerypage .button-container .favorite_switch .slider.round:before {
  border-radius: 50%;
}
.fc_redesign .gallerypage .button-container .favorite_switch .slider:before {
  position: absolute;
  content: "";
  height: 1.5em;
  width: 1.5em;
  left: 0.25em;
  bottom: 0.25em;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.fc_redesign .gallerypage .button-container .favorite_switch input:checked + .slider {
  background-color: #ed7118;
}
.fc_redesign .gallerypage .button-container .favorite_switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.fc_redesign .gallerypage .button-container .favorite_switch input:checked + .slider:before {
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em);
}
.fc_redesign .gallerypage .button-container .show_what_container {
  position: relative;
  right: 0;
  margin-top: 0;
  display: inline-block;
}
.fc_redesign .gallerypage .button-container .company_switch_container {
  display: inline-block;
  font-size: 0.75em;
  width: 12em;
}
.fc_redesign .gallerypage .button-container .load_plants,
.fc_redesign .gallerypage .button-container .load_combinations {
  opacity: 0.5;
  cursor: pointer;
}
.fc_redesign .gallerypage .button-container .load_plants.active,
.fc_redesign .gallerypage .button-container .load_combinations.active {
  opacity: 1;
}
.fc_redesign .gallerypage .button-container .load_plants {
  margin-right: 0.25em;
}
.fc_redesign .gallerypage .button-container .load_combinations {
  margin-left: 0.25em;
}
.fc_redesign .gallerypage .button-container p.searchResult {
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 1em;
  width: 17em;
}
.fc_redesign .gallerypage .button-container .grid-icon,
.fc_redesign .gallerypage .button-container .filter-icon {
  cursor: pointer;
}
.fc_redesign .gallerypage .button-container .grid-icon {
  margin-left: 1em;
}
.fc_redesign .gallerypage .button-container .change_layout {
  display: inline-block;
  cursor: pointer;
}
.fc_redesign .gallerypage .button-container .change_layout .base-icon {
  font-size: 0.75em;
  opacity: 0.5;
}
.fc_redesign .gallerypage .button-container .change_layout .base-icon.active {
  opacity: 1;
}
.fc_redesign .gallerypage .button-container .change_layout .border_between {
  height: 1.5em;
  width: 0.1px;
  display: inline-block;
  border-left: 1px solid #63636259;
  vertical-align: middle;
}
.fc_redesign .gallerypage .button-container button {
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.75em;
  margin-right: 0.5em;
  background-color: #006330;
}
.fc_redesign .gallerypage .page_sidebar a {
  padding-left: 1em;
  height: 6em;
  line-height: 6em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  text-transform: uppercase;
  color: #636362;
}
.fc_redesign .gallerypage .page_sidebar a .icon {
  padding: 0;
  background-size: 2.75em;
  background-position: 50% 50%;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  background-color: #cccccc;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-right: 1em;
}
.fc_redesign .gallerypage .page_sidebar a.plants .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop.png);
}
.fc_redesign .gallerypage .page_sidebar a.pots .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop.png);
}
.fc_redesign .gallerypage .page_sidebar a.tags .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop.png);
}
.fc_redesign .gallerypage .page_sidebar a.combinations .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line {
  height: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line:nth-child(odd),
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line:nth-child(odd),
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line.head,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line.head,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line.head .vert_middle,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line.head .vert_middle,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .color_boxes,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .color_boxes,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_name,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_name,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_name {
  width: 18em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_pot_name,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_pot_name,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_real_name,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_real_name,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_group,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_group,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_group {
  width: 9em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_height,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_height,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_height {
  width: 7em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_potsize,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_potsize,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_theme,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_theme,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_company,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_company,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_company {
  width: 12em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_division,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_division,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_division {
  width: 19em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_user_name,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_user_name,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_email,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_email,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_email {
  width: 22em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .the_image,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .the_image,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .float_right,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .float_right,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .float_right {
  float: right;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .float_right .action_buttons,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .float_right .action_buttons,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .float_right .action_container,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .float_right .action_container,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .action_buttons,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .action_buttons,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .action_buttons,
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .action_container,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .action_container,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .action_container,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .action_container,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .action_container span,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .action_container span,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .vert_middle,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .vert_middle,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .color_box,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .color_box,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .color_box.with_border,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .color_box.with_border,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .add_to_a_project,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .add_to_a_project,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line span.item_name,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_name,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.item_name {
  width: 10.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  margin: 0;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .item_line_name,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .item_line_name,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .item_line_name {
  font-size: 0.75em;
  display: inline-block;
  padding-left: 0.5em;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .open_details,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .open_details,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .open_details {
  font-size: 0.5em;
  position: absolute;
  font-style: italic;
  top: 5.5em;
  color: #8e8e8e;
  right: 0.5em;
  overflow: visible;
  cursor: pointer;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .item_line_info,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .item_line_info,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .item_line_info {
  font-size: 0.875em;
  display: inline-block;
  width: 10.5em;
  padding-left: 0.5em;
  vertical-align: middle;
  display: none;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .item_line_info span,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .item_line_info span,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .item_line_info span {
  width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .gallerypage .page_sidebar.preferences .item_line .item_line_info p,
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line .item_line_info p,
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .item_line_info p {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  margin-left: 0.5em;
}
.fc_redesign .gallerypage .page_sidebar.added_growers .item_line span.item_name {
  width: 16.5em;
  height: 3em;
}
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.kroger_note {
  font-size: 0.65625em;
}
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line span.kroger_note .note {
  display: inline;
}
.fc_redesign .gallerypage .page_sidebar.suggestions_bar .item_line .base-icon.close-icon {
  margin: 0;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
}
.fc_redesign .gallerypage .item_filters {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  vertical-align: top;
  border-radius: 0.5em;
  background-color: white;
  z-index: 9;
  max-height: 0em;
  border: 0px solid #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  min-height: 0em;
  overflow: hidden;
  opacity: 0;
  background-color: transparent;
  max-height: 20em;
  min-height: 5em;
  padding: 1em;
  opacity: 1;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  width: 100%;
}
.fc_redesign .gallerypage .item_filters .input_filters {
  width: 66.66666%;
  display: inline-block;
  vertical-align: top;
  padding: 0.5em;
}
.fc_redesign .gallerypage .item_filters .input_filters select.FilterOptions,
.fc_redesign .gallerypage .item_filters .input_filters input.FilterOptions {
  width: calc(50% - 0.5em);
  display: inline-block;
}
.fc_redesign .gallerypage .item_filters .input_filters select.FilterOptions:nth-child(odd),
.fc_redesign .gallerypage .item_filters .input_filters input.FilterOptions:nth-child(odd) {
  margin-right: 1em;
}
.fc_redesign .gallerypage .item_filters .close-icon {
  right: 0.5em;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
}
.fc_redesign .gallerypage .item_filters.show_filters {
  border: 2px solid #cccccc;
  background-color: white;
}
.fc_redesign .gallerypage .item_filters .color_filter_spectrum {
  width: 33.3333%;
  display: inline-block;
  padding: 0.5em;
}
.fc_redesign .gallerypage .col-50 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fc_redesign .gallerypage .col-50 h1,
.fc_redesign .gallerypage .col-50 h2,
.fc_redesign .gallerypage .col-50 h3 {
  color: #636362;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.25em;
}
.fc_redesign .gallerypage .col-50.expand {
  width: calc(100% - 2em);
  margin-right: 0;
}
.fc_redesign .gallerypage .col-50.expand:after {
  border: 0;
}
.fc_redesign .gallerypage .imageholder {
  overflow: auto;
  position: relative;
}
.fc_redesign .gallerypage .imageholder .image.selected {
  border: 2px solid #bfbfbf;
}
.fc_redesign .gallerypage .imageholder .item_line.selected {
  border-left: 0.5em solid #bfbfbf;
}
.fc_redesign .gallerypage .imageholder .item_specifications {
  font-size: 0.75em;
}
.fc_redesign .gallerypage .imageholder .item_specifications span {
  display: block;
  padding: 0.25em 0;
  line-height: 1.5em;
  vertical-align: top;
}
.fc_redesign .gallerypage .imageholder .item_specifications span p {
  display: inline;
  margin-left: 0.5em;
  margin-bottom: 0;
}
.fc_redesign .gallerypage .imageholder .item_line_placeholder {
  height: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.fc_redesign .gallerypage .imageholder .item_line {
  height: 4em;
  position: relative;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
}
.fc_redesign .gallerypage .imageholder .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .gallerypage .imageholder .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .gallerypage .imageholder .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .gallerypage .imageholder .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .imageholder .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_name {
  width: 18em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_pot_name,
.fc_redesign .gallerypage .imageholder .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_group {
  width: 9em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_height {
  width: 7em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_company {
  width: 12em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_division {
  width: 19em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .gallerypage .imageholder .item_line span.item_email {
  width: 22em;
}
.fc_redesign .gallerypage .imageholder .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .gallerypage .imageholder .item_line .float_right {
  float: right;
}
.fc_redesign .gallerypage .imageholder .item_line .float_right .action_buttons,
.fc_redesign .gallerypage .imageholder .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .gallerypage .imageholder .item_line .action_buttons,
.fc_redesign .gallerypage .imageholder .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .gallerypage .imageholder .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .gallerypage .imageholder .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .gallerypage .imageholder .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .imageholder .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .gallerypage .imageholder .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .gallerypage .imageholder .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .gallerypage .imageholder.expand .image {
  width: calc(100% / 7 - 1em);
}
.fc_redesign .gallerypage .imageholder .imagewrap {
  height: 100%;
  overflow: auto;
  width: calc(100% - 1.5em);
  position: absolute;
  padding: 0.5em;
  top: 0;
}
.fc_redesign .gallerypage .imageholder .action_buttons {
  width: 100%;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0.25em;
  border-top: 1px solid #ccc;
}
.fc_redesign .gallerypage .imageholder .add_to_a_project {
  width: 100%;
  height: 2em;
  background-color: #006330;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em;
  position: relative;
  font-size: 0.75em;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 1;
  font-weight: 300;
  color: #fff;
  border: 0px;
}
.fc_redesign .gallerypage .imageholder .image {
  width: calc(100% / 4 - 1em);
  vertical-align: top;
  margin: 0.5em;
  position: relative;
  display: inline-block;
  padding: 0.75em;
  background-color: #ffffff;
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius: 0px;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-radius: 0px;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.fc_redesign .gallerypage .imageholder .image.placeholder .the_image,
.fc_redesign .gallerypage .imageholder .image.searchinput .the_image {
  padding-top: 100%;
}
.fc_redesign .gallerypage .imageholder.plant-container .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/plant_icon_redesign.png);
}
.fc_redesign .gallerypage .imageholder.pot-container .icon {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/pot_icon_redesign.png);
}
.fc_redesign .gallerypage .imageholder.tag-container .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/tag_icon_redesign.png);
}
.fc_redesign .gallerypage .imageholder.combination-container .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .gallerypage .imageholder .downloadbutton {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/gallery_downloader_icon.png);
}
.fc_redesign .gallerypage .imageholder .floriday_button {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
}
.fc_redesign .gallerypage .imageholder .add_to_favorites {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/favorite_open.png);
}
.fc_redesign .gallerypage .imageholder .add_to_favorites.is_favorite {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/favorite_filled.png);
}
.fc_redesign .gallerypage .imageholder .sharebutton {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/gallery_share_icon.png);
}
.fc_redesign .gallerypage .imageholder .deletebutton {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/gallery_delete_icon.png);
}
.fc_redesign .gallerypage .imageholder .icon {
  padding: 0;
  background-size: 3em;
  background-position: 50% 50%;
  width: 4em;
  padding-top: 4em;
  height: 4em;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -1em;
  bottom: 0;
  display: block;
  background-color: #000;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .gallerypage .imageholder .txt {
  color: #878688;
  text-transform: uppercase;
}
.fc_redesign .gallerypage .imageholder .txt.shrink_txt {
  font-size: 0.75em;
  margin-top: 0.5em;
  display: block;
}
.fc_redesign .gallerypage .imageholder .txt_label {
  color: #878688;
  text-transform: uppercase;
  position: absolute;
  top: 1.5em;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  margin: auto;
  padding: 0;
  line-height: 2em;
  text-align: center;
}
.fc_redesign .gallerypage .imageholder .txt_label.shrink_txt {
  padding-top: 0.5em;
  font-size: 0.75em;
  display: block;
}
.fc_redesign .gallerypage .imageholder input.search,
.fc_redesign .gallerypage .imageholder select {
  padding: 0 0.25em;
  width: 90%;
  font-weight: 300;
  font-size: 0.75em;
  color: #878688;
  margin: auto;
  position: absolute;
  display: block;
  background-color: white;
  top: 1.5em;
  bottom: 0;
  height: 1.5em;
  left: 0;
  right: 0;
}
.fc_redesign .gallerypage .imageholder .centervertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  height: 3em;
  text-align: center;
}
.fc_redesign .gallerypage .imageholder .centervertical .txt.shrink_txt {
  margin-top: 0em;
  padding: 0;
}
.fc_redesign .gallerypage .imageholder .the_image {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  padding-top: 100%;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .gallerypage .imageholder .the_image.loading {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
}
.fc_redesign .gif_load {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
  vertical-align: middle;
}
.fc_redesign .grower_select,
.fc_redesign .hgv_select {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  display: inline-block;
  line-height: 1.5em;
  margin-top: 1em;
  font-weight: 300;
  margin-right: 1em;
}
.fc_redesign .grower_select select,
.fc_redesign .hgv_select select {
  display: inline-block;
  width: 11em;
}
.fc_redesign .kroger_review_page .main_container .product_submit_container .selected_product {
  width: calc(100% / 8 - 1em);
}
.fc_redesign .metaDataBox .pot_request_form label {
  width: auto;
  display: block;
  font-weight: 500;
  font-size: 0.875em;
  vertical-align: middle;
  font-style: italic;
  margin-top: 1em;
}
.fc_redesign .metaDataBox .pot_request_form .checkboxesDiv label {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  font-style: normal;
}
.fc_redesign .metaDataBox .pot_request_form .checkboxesDiv label input[type='checkbox'] {
  margin-right: 1em;
}
.fc_redesign .metaDataBox .pot_request_form textarea {
  font-size: 0.875em;
  font-style: italic;
  outline: none;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.5em 0.75em;
  resize: none;
  border: 1px solid #d0d1d5;
  background-color: transparent;
  margin-bottom: 1em;
  width: 15em;
}
.fc_redesign .metaDataBox .pot_request_form .button {
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  background-color: #006330;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5em;
  width: 10em;
  margin-top: 1em;
}
.fc_redesign .metaDataBox .pot_request_form .button:hover {
  opacity: 0.9;
}
.fc_redesign .metaDataBox .pot_request_form .button.half {
  width: 46%;
  display: inline-block;
  margin: 0 2%;
}
.fc_redesign .metaDataBox.info_box.copy_division {
  max-width: 54.75em;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .base-icon.close-icon {
  right: 0.75em;
  top: 0.75em;
  width: 1em;
  height: 1em;
  z-index: 100;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .left {
  padding-top: 0.5em;
  height: calc(100% - 1em);
  width: 16em;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right {
  height: calc(100% - 1em);
  width: 19em;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right button {
  border: 0;
  padding: 0.5em 2em;
  color: #fff;
  margin: auto;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  margin-top: 0.5em;
  font-size: 0.75em;
  font-weight: 300;
  background-color: #006330;
  display: block;
  text-align: center;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right .save_division_copy {
  margin-top: 1em;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right .copy_all_holder {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right .copy_all_holder p.copy_instruction {
  font-size: 0.75em;
  margin-top: 0;
  font-weight: 300;
  white-space: normal;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right h2 {
  display: block;
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.875em;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right li {
  font-size: 0.875em;
  font-weight: 300;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right label {
  display: block;
  color: #2b3035;
  font-size: 0.875em;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  margin-top: 0.5em;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .right label select {
  margin-left: 0.5em;
  border-color: #B6B5B5;
  color: #000;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0.5em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) 50%;
  background-size: 0.75em;
  height: 2em;
  border-radius: 0;
  width: 10em;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-style: italic;
  font-size: 0.875em;
  color: #636362;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-dropdown-icon.png);
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division {
  margin: 0;
  height: 100%;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content {
  height: calc(100% - 8.25em);
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .the_image {
  position: relative;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .item_line {
  height: auto;
  cursor: auto;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .item_line.can_copy {
  border-right: 4px solid #50e3c2;
  cursor: pointer;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .item_line.can_not_copy {
  border-right: 4px solid #f78f8f;
  cursor: pointer;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .item_line.already_there {
  border-right: 4px solid #006330;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .item_line .item_line_info {
  width: calc(100% - 3.5em);
  white-space: nowrap;
}
.fc_redesign .metaDataBox.info_box.copy_division .divisions_holder .division .content .item_line .item_line_info span {
  width: 100%;
}
.fc_redesign .metaDataBox.export-menu {
  padding: 0;
}
.fc_redesign .metaDataBox.export-menu.showcase_export_box .export-buttons {
  max-width: 100%;
}
.fc_redesign .metaDataBox.export-menu .metaData.export-buttons {
  text-align: center;
}
.fc_redesign .metaDataBox.export-menu.showcase_export_box .export-buttons {
  width: 560px;
}
.fc_redesign .metaDataBox.export-menu.florabiez_popup .export-buttons {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .metaDataBox.export-menu.florabiez_popup .export-buttons input[type=text] {
  width: 18em;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.export-menu.florabiezz_showcase .export-buttons {
  display: inline-block;
  vertical-align: top;
}
.fc_redesign .metaDataBox.export-menu.florabiezz_showcase .export-buttons.florabiez_side {
  width: 33%;
}
.fc_redesign .metaDataBox.export-menu.florabiezz_showcase .export-buttons input[type=text] {
  width: 18em;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.export-menu .requestoffer,
.fc_redesign .metaDataBox.export-menu .add_comb_values {
  width: calc(100% - 1.5em);
  display: block;
  letter-spacing: 3px;
  text-decoration: none;
  height: 12em;
  margin-bottom: 1em;
  color: white;
  text-transform: uppercase;
  background-color: white;
  text-align: right;
  padding-right: 0.5em;
  margin-left: 1em;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-top-left-radius: 15em;
  border-bottom-left-radius: 15em;
  font-family: 'Raleway';
  font-size: 1em;
}
.fc_redesign .metaDataBox.export-menu .requestoffer h3,
.fc_redesign .metaDataBox.export-menu .add_comb_values h3 {
  text-align: right;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 1px;
  padding-top: 2em;
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.export-menu .requestoffer input,
.fc_redesign .metaDataBox.export-menu .add_comb_values input,
.fc_redesign .metaDataBox.export-menu .requestoffer textarea,
.fc_redesign .metaDataBox.export-menu .add_comb_values textarea {
  width: 90%;
  float: right;
  margin-bottom: 0.75em;
}
.fc_redesign .metaDataBox.export-menu .requestoffer span.success,
.fc_redesign .metaDataBox.export-menu .add_comb_values span.success {
  color: #636362;
  padding-top: 5em;
  display: block;
  letter-spacing: 3px;
}
.fc_redesign .metaDataBox.export-menu .requestoffer span.error,
.fc_redesign .metaDataBox.export-menu .add_comb_values span.error {
  width: 50%;
  display: block;
  float: right;
  margin-right: 0.75em;
  text-transform: none;
  letter-spacing: normal;
}
.fc_redesign .metaDataBox.export-menu.big_box {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  max-width: unset;
  width: max-content;
  height: 85%;
  position: fixed;
}
.fc_redesign .metaDataBox.export-menu.big_box .base-icon.close-icon {
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  top: 1em;
  z-index: 100;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .right .imageHolder {
  height: calc(100% - 26em);
  background-color: #f6fbf5;
  border: 0;
  padding: 0.5em;
  max-width: 50%;
  display: inline-block;
  min-width: unset;
  vertical-align: top;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .right .imageHolder span {
  display: block;
  max-width: 500px;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .error_border {
  border-color: #c11f1f !important;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export textarea {
  width: 100%;
  display: inline-block;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .25em 1em;
  background-repeat: no-repeat;
  background-position: calc(99.5%) 50%;
  font-size: .75em;
  background-size: 1em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  border: 1px solid #b6b5b5;
  letter-spacing: 1px;
  margin: .4em 0;
  font-weight: 300;
  height: 6em;
  resize: none;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData span.elho_error {
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments {
  padding: 0.25em;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments .base-icon.close-icon {
  right: 0.75em;
  width: 1em;
  height: 1em;
  top: 0.75em;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments .tab_buttons {
  text-align: center;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments button.tab_button {
  border: 0;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  margin-top: 0em;
  font-size: 0.875em;
  font-weight: 300;
  width: 12em;
  background-color: #006330;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  opacity: 0.75;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments button.tab_button.active {
  opacity: 1;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments button.tab_button[data-show="showcases"] {
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius-topleft: 1em;
  border-top-left-radius: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments button.tab_button[data-show="upload_file"] {
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topright: 1em;
  border-top-right-radius: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments .box_container {
  height: calc(100% - 2em);
  width: calc(100% - 22em);
  border: 0;
}
.fc_redesign .metaDataBox.export-menu.big_box.apply_attachments .box_container .right {
  border: 1px dashed #B6B5B5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .box_container {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right {
  width: 100%;
  padding: 1em 3em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .imageHolder {
  width: 100%;
  border: 1px solid #B6B5B5;
  padding: 0.25em;
  height: calc(100% - 4em);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons.set_width {
  max-width: 55em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons.set_width .button {
  width: 100%;
  margin: 0em;
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons .button {
  width: 18em;
  margin: 0 1em;
  margin-bottom: 1em;
  background-color: #006330;
  border-bottom: 0px solid #51750c;
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons .button:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .metaDataBox.export-menu.big_box video {
  width: 100%;
  max-height: 85%;
  border: 1px dashed #DEDEDE;
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.export-menu.big_box .left {
  width: 14.5em;
  display: none;
}
.fc_redesign .metaDataBox.export-menu.big_box .right {
  width: 100%;
  padding: 2em 3em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons {
  margin: auto;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons .col-50 {
  width: calc(50% - 0em);
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons .lang_names {
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons .lang_names .char_count {
  font-size: 12px;
  display: inline-block;
  margin-left: 1em;
  margin-top: 0;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons .lang_names .count_error {
  color: #ac0000;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons a.combinate-link {
  border: 1px dashed #B6B5B5;
  padding: 0.25em;
  display: block;
  height: 4.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons a.combinate-link .combinate_logo {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-combinator-icon.png);
  height: 5em;
  display: inline-block;
  width: 5em;
  background-size: 4em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #636362;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .export-buttons a.combinate-link .text {
  display: inline-block;
  font-weight: 300;
  font-size: 0.75em;
  letter-spacing: 0px;
  width: calc(100% - 6.5em);
  text-transform: uppercase;
  vertical-align: middle;
  color: #636362;
  text-align: right;
  padding-right: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box .right .imageHolder {
  width: 90%;
  min-width: 600px;
  height: calc(100% - 7em);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export {
  min-height: 40em;
  min-width: 40em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .export-buttons {
  max-width: 55em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .imageHolder {
  width: 90%;
  min-width: 600px;
  height: 15em;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.25em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .color_filter_spectrum {
  width: 100%;
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData {
  padding: 0;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  text-align: left;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData > label {
  width: 10em;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875em;
  vertical-align: middle;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData span {
  font-size: 0.875em;
  font-weight: 300;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .addOption,
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .addTheOption {
  font-size: 0.75em;
  margin-left: 1em;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .addTheOption {
  margin-left: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .button {
  font-size: 0.75em;
  margin-top: 0.25em;
  width: 100%;
  padding: 0.5em 1em;
  background-color: #006330;
  height: auto;
  margin: 0;
  margin-bottom: 0.5em;
  border-bottom: 0px solid #51750c;
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .button:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .button.toFloriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .button.submitted {
  background-color: transparent;
  color: #636362 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Raleway';
  margin-bottom: 0.5em;
  border: 1.5px solid #00633052;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .button:hover {
  opacity: 0.8;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .lang_names input:not([type='checkbox']) {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData select {
  font-weight: 300;
  background-position: calc(100% - 0.5em) 50%;
  width: calc(100% - 19.5em);
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData select:disabled {
  opacity: 0.5;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData input:not([type='checkbox']),
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData select {
  width: 100%;
  display: inline-block;
  border: none;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) 50%;
  font-size: 0.75em;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #B6B5B5;
  margin: 0.4em 0;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData input:not([type='checkbox']):disabled {
  opacity: 0.5;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData input:not([type='checkbox']).addOptionText {
  width: 7em;
  margin-left: 11em;
  padding: 0.25em 1em;
  margin-top: 0.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData input.height_input,
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData input.height_input_coverted {
  width: 6.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData input.height_input_coverted {
  margin-left: 1.5em;
}
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .type_comb select,
.fc_redesign .metaDataBox.export-menu.big_box.comb_export .metaData .type_comb input {
  height: 30px;
}
.fc_redesign .metaDataBox.export-menu .save_items_to_object {
  position: absolute;
  right: 0.5em;
  top: 2.5em;
  height: calc(100% - 3em);
  padding: 0.5em;
  text-align: center;
  border: 1px dashed #B6B5B5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 21em;
}
.fc_redesign .metaDataBox.export-menu .save_items_to_object h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1em;
  text-align: left;
  margin-top: 0.375em;
}
.fc_redesign .metaDataBox.export-menu .save_items_to_object button {
  background-color: #006330;
  border: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  font-weight: 300;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu .save_items_to_object button:hover {
  opacity: 0.9;
}
.fc_redesign .metaDataBox.export-menu .save_items_to_object .objects_holder {
  height: calc(100% - 5em);
  overflow: auto;
}
.fc_redesign .metaDataBox.export-menu .save_items_to_object .objects_holder .attached_item {
  max-width: 100%;
  border: 1px dashed #e1e1e3;
  cursor: pointer;
  padding: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  max-height: 12em;
  display: block;
  margin: auto;
  margin-bottom: 0.5em;
}
.fc_redesign .metaDataBox.export-menu .right {
  height: 100%;
  width: 100%;
  position: relative;
}
.fc_redesign .metaDataBox.export-menu .right h2.attach_view_button {
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu .right .showcases,
.fc_redesign .metaDataBox.export-menu .right .combinations,
.fc_redesign .metaDataBox.export-menu .right .upload_file {
  display: none;
  height: 100%;
}
.fc_redesign .metaDataBox.export-menu .right .showcases.active_tab,
.fc_redesign .metaDataBox.export-menu .right .combinations.active_tab,
.fc_redesign .metaDataBox.export-menu .right .upload_file.active_tab {
  display: block;
}
.fc_redesign .metaDataBox.export-menu .right .showcases .showcase_photo {
  width: calc(33.333% - 1em);
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  border: 1px solid #e1e1e3;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .metaDataBox.export-menu .right .showcases .showcase_photo:hover {
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu .right .upload_form {
  width: calc(100% - 2em);
  margin: auto;
  display: block;
  height: 3em;
  border-bottom: 1px solid #e1e1e3;
  margin-bottom: 0em;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.fc_redesign .metaDataBox.export-menu .right .upload_form #file_upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fc_redesign .metaDataBox.export-menu .right .upload_form #file_upload + label {
  font-weight: 300;
  color: white;
  background-color: #006330;
  display: inline-block;
  cursor: pointer;
  padding: 0.25em 1em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .metaDataBox.export-menu .right .upload_form #file_upload:focus + label,
.fc_redesign .metaDataBox.export-menu .right .upload_form #file_upload + label:hover {
  opacity: 0.8;
}
.fc_redesign .metaDataBox.export-menu .right .uploadSave {
  background-color: #006330;
  border: 0;
  padding: 0.5em 2em;
  font-size: 0.875em;
  font-weight: normal;
  color: white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: 300;
  margin-left: 1em;
}
.fc_redesign .metaDataBox.export-menu .right .user_images .file_holder {
  width: calc(20% - 1.125em);
  padding: 0.5em;
  padding-top: calc(20% - 1.125em);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0.5em;
  text-align: center;
  border: 1px solid #e1e1e3;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  vertical-align: top;
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu .right .user_images .file_photo {
  max-width: calc(100% - 1em);
  max-height: calc(100% - 1em);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fc_redesign .metaDataBox.export-menu .right .error_upload.error {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.25em 2em;
  text-transform: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  vertical-align: top;
}
.fc_redesign .metaDataBox.export-menu .closePopup {
  border: none;
  border-bottom: 0px solid #51750c;
  border-radius: 18px;
  padding: 0.5em;
  color: white !important;
  font-style: normal !important;
  height: auto !important;
  display: inline-block;
  font-weight: 300;
  font-family: "Raleway";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  width: fit-content;
  width: 2em;
  height: 2em;
  background-color: transparent;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  background-size: 1em;
  background-repeat: no-repeat;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-position: 50% 50%;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/close_svg.svg);
  cursor: pointer;
  z-index: 10;
  background-color: #006330;
  padding-top: 1.5em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.to_export_list,
.fc_redesign .metaDataBox.export-menu .closePopup.already_on_exportlist,
.fc_redesign .metaDataBox.export-menu .closePopup.nieuwkoop_import {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin: auto;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #60bb47;
}
.fc_redesign .metaDataBox.export-menu .closePopup.already_on_exportlist,
.fc_redesign .metaDataBox.export-menu .closePopup.nieuwkoop_import {
  background-color: white;
  color: #60bb47 !important;
  border: 1px solid #60bb47;
}
.fc_redesign .metaDataBox.export-menu .closePopup.flip_it {
  line-height: 1.75em;
  font-size: .875em;
  font-weight: 300;
  vertical-align: top;
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0em 2.25em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.submitted {
  background-color: transparent;
  color: #636362 !important;
  border: 1.5px solid #00633052;
}
.fc_redesign .metaDataBox.export-menu .closePopup.floriday {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  border-bottom: 3px solid #170833;
  background-repeat: no-repeat;
  background-position: 27.5% 50%;
  background-size: 1.25em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.floriday.back_to_export {
  padding: .5em 2em;
  text-transform: uppercase;
  position: absolute;
  right: 11em;
  top: -.25em;
  background-position: 5% 50%;
  background-size: 1em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.just_link_image {
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.replace_orginal,
.fc_redesign .metaDataBox.export-menu .closePopup.image_options,
.fc_redesign .metaDataBox.export-menu .closePopup.get_showcase,
.fc_redesign .metaDataBox.export-menu .closePopup.create_silhouette,
.fc_redesign .metaDataBox.export-menu .closePopup.create_showcase,
.fc_redesign .metaDataBox.export-menu .closePopup.export_to_floriday_action,
.fc_redesign .metaDataBox.export-menu .closePopup.submitted,
.fc_redesign .metaDataBox.export-menu .closePopup.remove_from_list,
.fc_redesign .metaDataBox.export-menu .closePopup.delete_silhouette,
.fc_redesign .metaDataBox.export-menu .closePopup.delete_showcase,
.fc_redesign .metaDataBox.export-menu .closePopup.just_link_image,
.fc_redesign .metaDataBox.export-menu .closePopup.gen_auto_showcase,
.fc_redesign .metaDataBox.export-menu .closePopup.floriday_button,
.fc_redesign .metaDataBox.export-menu .closePopup.fulllength_button {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  background-position: 12.5% 50%;
  background-size: 0.75em;
  margin-top: 0.5em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.replace_orginal.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.image_options.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.get_showcase.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.create_silhouette.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.create_showcase.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.export_to_floriday_action.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.submitted.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.remove_from_list.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.delete_silhouette.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.delete_showcase.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.just_link_image.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.gen_auto_showcase.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.floriday_button.doing_upload,
.fc_redesign .metaDataBox.export-menu .closePopup.fulllength_button.doing_upload {
  background-size: 2em;
}
.fc_redesign .metaDataBox.export-menu .closePopup.remove_from_list,
.fc_redesign .metaDataBox.export-menu .closePopup.delete_silhouette,
.fc_redesign .metaDataBox.export-menu .closePopup.delete_showcase {
  background-color: #9c1818;
  border-color: #540909;
}
.fc_redesign .metaDataBox.export-menu .closePopup:hover {
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  opacity: 0.8;
}
.fc_redesign .metaDataBox.export-menu .closePopup input {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px;
  margin-right: 0.5em;
}
.fc_redesign .metaDataBox.export-menu .imageHolder {
  width: 100%;
  margin: auto;
  height: 14.5em;
  position: relative;
  border: 1px dashed #DEDEDE;
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.export-menu .imageHolder .imageReady {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  object-fit: contain;
}
.fc_redesign .metaDataBox.export-menu .metaData input:not([type='checkbox']) {
  margin-bottom: 1em;
  display: inline-block;
  height: 2.5em;
  letter-spacing: 1px;
  padding: 0;
  font-size: 0.875em;
  width: 100%;
  font-weight: 300;
  text-align: center;
}
.fc_redesign .metaDataBox.export-menu .metaData input:not([type='checkbox']).disabled {
  opacity: 0.25;
}
.fc_redesign .metaDataBox.export-menu .logo {
  width: auto;
  display: block;
  height: 6em;
  margin: auto;
  padding-top: 1em;
  margin-bottom: 1em;
}
.fc_redesign .metaDataBox.export-menu .button {
  margin-bottom: 1em;
  height: auto;
}
.fc_redesign .metaDataBox.export-menu h2 {
  width: calc(100% - 1.5em);
  display: block;
  letter-spacing: 3px;
  text-decoration: none;
  height: 8em;
  margin-bottom: 1em;
  text-transform: uppercase;
  background-color: #f9f9f9;
  text-align: right;
  padding-right: 0.5em;
  margin-left: 1.5em;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-top-left-radius: 15em;
  border-bottom-left-radius: 15em;
  font-family: 'Raleway';
  font-size: 1em;
  cursor: pointer;
}
.fc_redesign .metaDataBox.export-menu h2.active {
  background-color: #f9f9f9;
}
.fc_redesign .metaDataBox.export-menu h2.active span {
  color: #636362;
}
.fc_redesign .metaDataBox.export-menu h2 span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding-right: 0.5em;
  color: #636362;
  border-right: 1px solid #636362;
  font-weight: 500;
}
.fc_redesign .metaDataBox.export-menu .left {
  background-color: #636362;
  height: 100%;
  padding: 0;
  width: calc(35% - 0em);
}
.fc_redesign .metaDataBox.export-menu .add_comb_values h3 {
  font-weight: 500;
  font-size: 0.75em;
  color: #636362;
  margin: 0;
  text-transform: uppercase;
  padding-top: 0.5em;
}
.fc_redesign .project_info_sidebar {
  height: calc(100% - 6em);
  width: 30em;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  padding: 1em;
}
.fc_redesign .project_info_sidebar a {
  padding-left: 1em;
  height: 6em;
  line-height: 6em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  text-transform: uppercase;
  color: #636362;
}
.fc_redesign .project_info_sidebar a .icon {
  padding: 0;
  background-size: 2.75em;
  background-position: 50% 50%;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  background-color: #cccccc;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-right: 1em;
}
.fc_redesign .project_info_sidebar a.plants .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/plant-icon-nieuwkoop.png);
}
.fc_redesign .project_info_sidebar a.pots .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/pot-icon-nieuwkoop.png);
}
.fc_redesign .project_info_sidebar a.tags .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/systems-icon-nieuwkoop.png);
}
.fc_redesign .project_info_sidebar a.combinations .icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/combination_icon_redesign.png);
}
.fc_redesign .project_info_sidebar.preferences .item_line,
.fc_redesign .project_info_sidebar.added_growers .item_line,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line {
  height: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
}
.fc_redesign .project_info_sidebar.preferences .item_line:nth-child(odd),
.fc_redesign .project_info_sidebar.added_growers .item_line:nth-child(odd),
.fc_redesign .project_info_sidebar.suggestions_bar .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .project_info_sidebar.preferences .item_line.head,
.fc_redesign .project_info_sidebar.added_growers .item_line.head,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .project_info_sidebar.preferences .item_line.head .vert_middle,
.fc_redesign .project_info_sidebar.added_growers .item_line.head .vert_middle,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .project_info_sidebar.preferences .item_line .color_boxes,
.fc_redesign .project_info_sidebar.added_growers .item_line .color_boxes,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .project_info_sidebar.preferences .item_line span,
.fc_redesign .project_info_sidebar.added_growers .item_line span,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_name,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_name,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_name {
  width: 18em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_pot_name,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_pot_name,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_pot_name,
.fc_redesign .project_info_sidebar.preferences .item_line span.item_real_name,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_real_name,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_group,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_group,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_group {
  width: 9em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_height,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_height,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_height {
  width: 7em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_potsize,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_potsize,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_theme,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_theme,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_company,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_company,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_company {
  width: 12em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_division,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_division,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_division {
  width: 19em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_user_name,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_user_name,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_email,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_email,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_email {
  width: 22em;
}
.fc_redesign .project_info_sidebar.preferences .item_line .the_image,
.fc_redesign .project_info_sidebar.added_growers .item_line .the_image,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .project_info_sidebar.preferences .item_line .float_right,
.fc_redesign .project_info_sidebar.added_growers .item_line .float_right,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .float_right {
  float: right;
}
.fc_redesign .project_info_sidebar.preferences .item_line .float_right .action_buttons,
.fc_redesign .project_info_sidebar.added_growers .item_line .float_right .action_buttons,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .float_right .action_buttons,
.fc_redesign .project_info_sidebar.preferences .item_line .float_right .action_container,
.fc_redesign .project_info_sidebar.added_growers .item_line .float_right .action_container,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .project_info_sidebar.preferences .item_line .action_buttons,
.fc_redesign .project_info_sidebar.added_growers .item_line .action_buttons,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .action_buttons,
.fc_redesign .project_info_sidebar.preferences .item_line .action_container,
.fc_redesign .project_info_sidebar.added_growers .item_line .action_container,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .project_info_sidebar.preferences .item_line .action_container,
.fc_redesign .project_info_sidebar.added_growers .item_line .action_container,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .project_info_sidebar.preferences .item_line .action_container span,
.fc_redesign .project_info_sidebar.added_growers .item_line .action_container span,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .project_info_sidebar.preferences .item_line .vert_middle,
.fc_redesign .project_info_sidebar.added_growers .item_line .vert_middle,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .project_info_sidebar.preferences .item_line .color_box,
.fc_redesign .project_info_sidebar.added_growers .item_line .color_box,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .project_info_sidebar.preferences .item_line .color_box.with_border,
.fc_redesign .project_info_sidebar.added_growers .item_line .color_box.with_border,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .project_info_sidebar.preferences .item_line .add_to_a_project,
.fc_redesign .project_info_sidebar.added_growers .item_line .add_to_a_project,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .project_info_sidebar.preferences .item_line span.item_name,
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_name,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.item_name {
  width: 10.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  margin: 0;
}
.fc_redesign .project_info_sidebar.preferences .item_line .item_line_name,
.fc_redesign .project_info_sidebar.added_growers .item_line .item_line_name,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .item_line_name {
  font-size: 0.75em;
  display: inline-block;
  padding-left: 0.5em;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .project_info_sidebar.preferences .item_line .open_details,
.fc_redesign .project_info_sidebar.added_growers .item_line .open_details,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .open_details {
  font-size: 0.5em;
  position: absolute;
  font-style: italic;
  top: 5.5em;
  color: #8e8e8e;
  right: 0.5em;
  overflow: visible;
  cursor: pointer;
}
.fc_redesign .project_info_sidebar.preferences .item_line .item_line_info,
.fc_redesign .project_info_sidebar.added_growers .item_line .item_line_info,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .item_line_info {
  font-size: 0.875em;
  display: inline-block;
  width: 10.5em;
  padding-left: 0.5em;
  vertical-align: middle;
  display: none;
}
.fc_redesign .project_info_sidebar.preferences .item_line .item_line_info span,
.fc_redesign .project_info_sidebar.added_growers .item_line .item_line_info span,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .item_line_info span {
  width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
}
.fc_redesign .project_info_sidebar.preferences .item_line .item_line_info p,
.fc_redesign .project_info_sidebar.added_growers .item_line .item_line_info p,
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .item_line_info p {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  margin-left: 0.5em;
}
.fc_redesign .project_info_sidebar.added_growers .item_line span.item_name {
  width: 16.5em;
  height: 3em;
}
.fc_redesign .project_info_sidebar.suggestions_bar .item_line {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.kroger_note {
  font-size: 0.65625em;
}
.fc_redesign .project_info_sidebar.suggestions_bar .item_line span.kroger_note .note {
  display: inline;
}
.fc_redesign .project_info_sidebar.suggestions_bar .item_line .base-icon.close-icon {
  margin: 0;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
}
.fc_redesign .project_info_sidebar.text_div {
  height: calc(100% - 2em);
}
.fc_redesign .project_info_sidebar.the_bar {
  padding: 0;
  border: 0;
  height: calc(100% - 4em);
}
.fc_redesign .project_info_sidebar.the_bar .project_info_container {
  height: auto;
  margin-bottom: 1em;
}
.fc_redesign .project_info_sidebar.the_bar .project_info_container.header_sidebar {
  height: 15em;
}
.fc_redesign .project_info_sidebar.the_bar .project_info_container.example_sidebar {
  height: calc(100% - 15em);
}
.fc_redesign .project_info_sidebar.the_bar h2 {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.fc_redesign .project_info_sidebar h3 {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 2em;
}
.fc_redesign .project_info_sidebar h3:nth-child(1) {
  margin-top: 0;
}
.fc_redesign .project_info_sidebar .description {
  height: 9.5em;
  overflow: auto;
}
.fc_redesign .project_info_sidebar .suggestions {
  padding: 0;
  height: calc(100% - 3em);
  overflow: auto;
}
.fc_redesign .project_info_sidebar .suggestions .the_image {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  padding-top: 100%;
  border-radius: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  border-bottom: 1px solid #d0d1d5;
}
.fc_redesign .project_info_sidebar .suggestions .the_image.loading {
  background-size: 2em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/loader2.0.svg);
}
.fc_redesign .project_info_sidebar .suggestions .action_icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #006330;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em;
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 1em;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 1;
}
.fc_redesign .project_info_sidebar .suggestions .item_line span.item_name {
  width: 20em;
  height: 1.5em;
}
.fc_redesign .showCasePage {
  z-index: 9;
  position: relative;
}
.fc_redesign .showCasePage .floriday_button {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/floriday_green.svg);
  background-color: #351379;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: unset;
  right: 125px;
  width: 28px;
  height: 28px;
}
.fc_redesign .showCasePage.load_item_search #title_scvo {
  text-transform: unset;
  color: #878688;
  font-weight: 300;
  font-size: 0.75em;
  text-align: left;
  line-height: 32px;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  border: 2px solid #f6fbf5;
  background-color: #fff;
  border-radius: 0.5em;
  position: relative;
  padding: 0.25em 0.5em;
  margin-top: 0;
  height: 32px;
}
.fc_redesign .showCasePage.load_item_search #combination_section .label {
  top: 11em;
}
.fc_redesign .showCasePage.load_item_search #accessoires_section .label {
  top: 16em;
}
.fc_redesign .showCasePage.load_item_search .showcase_container h3.ruler_info_text {
  font-style: italic;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  height: 2em;
  line-height: 2em;
  margin: auto;
}
.fc_redesign .showCasePage.load_item_search .showcase_container img.ruler_object {
  height: 100%;
  width: auto;
  position: absolute;
  left: 15%;
}
.fc_redesign .showCasePage.load_item_search .showcase_container .closeup_container.round_container.stolkflora_circle {
  right: 4.05%;
  left: unset;
  width: 39.5%;
  bottom: 2.9%;
  height: 39.5%;
  border-width: 0;
}
.fc_redesign .showCasePage.load_item_search .showcase_container .text_label_terlaak {
  background-color: #697970;
  width: 32%;
  height: 10%;
  position: absolute;
  top: 25%;
  left: 1.7%;
  border-radius: 0 3em 3em 0;
}
.fc_redesign .showCasePage.load_item_search .showcase_container span.inside_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 1.25em;
}
.fc_redesign .showCasePage.load_item_search .showcase_container .template_bg {
  width: 100%;
  height: auto;
}
.fc_redesign .showCasePage.load_item_search .showcase_container .transparant {
  background-color: transparent !important;
}
.fc_redesign .showCasePage.load_item_search .showcase_container .closeup_container {
  width: 24%;
}
.fc_redesign .showCasePage.load_item_search .showcase_container .closeup_container.no_border {
  border-width: 0px;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square {
  width: 74%;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container {
  width: 32%;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.sonenkoot_green {
  width: 23%;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups {
  width: 15%;
  height: 15%;
  bottom: 10%;
  background-color: transparent;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_1 {
  left: 5%;
  z-index: 5;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_2 {
  left: 17.5%;
  z-index: 5;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_3 {
  left: 30%;
  z-index: 4;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_4 {
  left: 42.5%;
  z-index: 3;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_5 {
  left: 55%;
  z-index: 2;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_6 {
  left: 67.5%;
  z-index: 1;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups._container_7 {
  left: 80%;
  z-index: 1;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups .choose_from_gallery {
  height: 100%;
}
.fc_redesign .showCasePage.load_item_search .showcase_container.square .closeup_container.multiple_closeups .choose_from_gallery span {
  line-height: 1em;
}
.fc_redesign .showCasePage.load_item_search .showcase_left_side {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 37%;
  height: calc(100% - 4em);
}
.fc_redesign .showCasePage.load_item_search .showcase_left_side .object_side,
.fc_redesign .showCasePage.load_item_search .showcase_left_side .backgroundImagesContainer {
  width: 100%;
}
.fc_redesign .showCasePage.load_item_search .showcase_left_side .backgroundImagesContainer {
  margin-bottom: 1em;
}
.fc_redesign .showCasePage.load_item_search .showcase_left_side .object_side {
  height: calc(100% - 7.75em);
}
.fc_redesign .showCasePage.load_item_search .action_options.showcase_center_bar {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  height: calc(100% - 4em);
  width: 8.5em;
  margin-left: 4.5em;
}
.fc_redesign .showCasePage.load_item_search .showcase_workfield.showcase_right_side {
  width: calc(63% - 14.5em);
  right: 0;
  left: 0.5em;
  margin: 0;
  height: calc(100% - 4em);
}
.fc_redesign .showCasePage.load_item_search .showcase_workfield.showcase_right_side .showcase_container {
  margin-top: 0;
  padding-top: 74%;
}
.fc_redesign .showCasePage.load_item_search .action_options .in_showcase {
  margin-right: 30px;
  display: block;
  margin-bottom: 0.5em;
}
.fc_redesign .showCasePage.load_item_search .action_options .ui-state-highlight {
  margin-bottom: 0.5em;
}
.fc_redesign .showCasePage .showcase_workfield {
  width: calc(63% - 5.5em);
}
.fc_redesign .showCasePage .backgroundImagesContainer div.logo_radio {
  margin: 0em;
  margin-right: 0.5em;
  width: auto;
  overflow: hidden;
  column-gap: 0px;
  column-fill: auto;
}
.fc_redesign .showCasePage .backgroundImagesContainer div.logo_radio label {
  text-transform: uppercase;
  color: #878688;
  font-weight: 300;
  font-size: 0.75em;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  background-color: #f6fbf5;
  border-radius: 0.5em;
  position: relative;
  padding: 0.25em 0.5em;
}
.fc_redesign .showCasePage .backgroundImagesContainer div.logo_radio input[type="radio"]:checked + label:after,
.fc_redesign .showCasePage .backgroundImagesContainer div.logo_radio input[type="checkbox"]:checked + label:after {
  left: 0.75em;
}
.fc_redesign .showCasePage.page_overview .edit-item {
  background-color: #006330;
}
.fc_redesign .showCasePage.page_overview article#post {
  width: calc(25% - 2em - 3px);
  height: 22.5em;
  display: inline-block;
  margin: 1em;
  position: relative;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 0px dashed #d0d1d5;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6fbf5;
  vertical-align: top;
  padding-bottom: 0;
}
.fc_redesign .showCasePage.page_overview article#post a.fancybox {
  height: 20em;
  width: 100%;
  display: block;
  position: relative;
}
.fc_redesign .showCasePage.page_overview .date {
  background-color: #006330;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5em;
  font-weight: 300;
  font-size: 0.875em;
  display: block;
  text-transform: uppercase;
  color: white;
  line-height: unset;
  height: unset;
  position: absolute;
  bottom: 0;
}
.fc_redesign .showCasePage div#show-folders,
.fc_redesign .showCasePage #move-to-folder,
.fc_redesign .showCasePage nav .page-numbers {
  font-weight: 300;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  display: inline-block;
  color: #fff;
  height: auto;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #006330;
  line-height: normal;
}
.fc_redesign .showCasePage.page_creations select {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  font-size: 0.875em;
  background-size: 1.25em;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-dropdown-icon.png);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border-color: #B6B5B5;
  color: black;
  padding: 0 1em;
  background-position: 95% 50%;
}
.fc_redesign .showCasePage.page_creations form select {
  padding: 0px 2em 0 1em;
  background-position: 80% 50%;
}
.fc_redesign .showCasePage .size-post-thumbnail {
  max-width: 100%;
  border: 0px dashed #e7e8ea;
  border-bottom: 0;
  margin: auto;
  padding: 1em;
  max-height: 20em;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc_redesign .showCasePage .date {
  background-color: #006330;
  font-size: 0.875em;
  height: 2em;
  line-height: 2em;
  font-weight: 300;
}
.fc_redesign .showCasePage .added_item {
  cursor: move;
}
.fc_redesign .showCasePage .backgroundImagesContainer,
.fc_redesign .showCasePage .action_options {
  width: 37%;
  height: unset;
  margin-left: 0.25em;
  padding: 0.5em;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  position: relative;
  border: 1px solid #B6B5B5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: none;
  margin-left: 0;
  display: block;
}
.fc_redesign .showCasePage .backgroundImagesContainer .padding_scroll_container,
.fc_redesign .showCasePage .action_options .padding_scroll_container {
  display: block;
  height: 100%;
  overflow: auto;
  padding-bottom: 0.5em;
}
.fc_redesign .showCasePage .backgroundImagesContainer select#text_label,
.fc_redesign .showCasePage .action_options select#text_label {
  text-transform: uppercase;
  color: #878688;
  font-weight: 300;
  font-size: .75em;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  background-color: #f6fbf5;
  border-radius: .5em;
  position: relative;
  padding: .25em .5em;
  margin: 0;
  height: 32px;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages,
.fc_redesign .showCasePage .action_options .thumbnailImages,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage,
.fc_redesign .showCasePage .action_options .uploadImage,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio,
.fc_redesign .showCasePage .action_options .logo_radio {
  width: 6em;
  height: 66px;
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  border: 1px solid #e1e1e3;
  cursor: pointer;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  vertical-align: top;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages.column_2,
.fc_redesign .showCasePage .action_options .thumbnailImages.column_2,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage.column_2,
.fc_redesign .showCasePage .action_options .uploadImage.column_2,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio.column_2,
.fc_redesign .showCasePage .action_options .logo_radio.column_2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages.column_3,
.fc_redesign .showCasePage .action_options .thumbnailImages.column_3,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage.column_3,
.fc_redesign .showCasePage .action_options .uploadImage.column_3,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio.column_3,
.fc_redesign .showCasePage .action_options .logo_radio.column_3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages.column_4,
.fc_redesign .showCasePage .action_options .thumbnailImages.column_4,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage.column_4,
.fc_redesign .showCasePage .action_options .uploadImage.column_4,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio.column_4,
.fc_redesign .showCasePage .action_options .logo_radio.column_4 {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages.column_5,
.fc_redesign .showCasePage .action_options .thumbnailImages.column_5,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage.column_5,
.fc_redesign .showCasePage .action_options .uploadImage.column_5,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio.column_5,
.fc_redesign .showCasePage .action_options .logo_radio.column_5 {
  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages label.color_box,
.fc_redesign .showCasePage .action_options .thumbnailImages label.color_box,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage label.color_box,
.fc_redesign .showCasePage .action_options .uploadImage label.color_box,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio label.color_box,
.fc_redesign .showCasePage .action_options .logo_radio label.color_box {
  width: 2.75em;
  display: inline-block;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages label.color_box:before,
.fc_redesign .showCasePage .action_options .thumbnailImages label.color_box:before,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage label.color_box:before,
.fc_redesign .showCasePage .action_options .uploadImage label.color_box:before,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio label.color_box:before,
.fc_redesign .showCasePage .action_options .logo_radio label.color_box:before {
  margin-right: 0;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages.bottom_absolutie,
.fc_redesign .showCasePage .action_options .thumbnailImages.bottom_absolutie,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage.bottom_absolutie,
.fc_redesign .showCasePage .action_options .uploadImage.bottom_absolutie,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio.bottom_absolutie,
.fc_redesign .showCasePage .action_options .logo_radio.bottom_absolutie {
  position: absolute;
  bottom: 0.25em;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 0.5em);
  height: 2em;
  padding-top: 0.125em;
  border-bottom: 0px solid #51750c;
  border-radius: .5em;
  background-color: #006330;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages.bottom_absolutie label,
.fc_redesign .showCasePage .action_options .thumbnailImages.bottom_absolutie label,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage.bottom_absolutie label,
.fc_redesign .showCasePage .action_options .uploadImage.bottom_absolutie label,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio.bottom_absolutie label,
.fc_redesign .showCasePage .action_options .logo_radio.bottom_absolutie label {
  color: white;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages .remove_item,
.fc_redesign .showCasePage .action_options .thumbnailImages .remove_item,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage .remove_item,
.fc_redesign .showCasePage .action_options .uploadImage .remove_item,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio .remove_item,
.fc_redesign .showCasePage .action_options .logo_radio .remove_item {
  width: 2em;
  height: 2em;
  font-size: 0.75em;
  background-color: #006330;
  right: 0.25em;
  left: auto;
  bottom: auto;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  opacity: 1;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/delete.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.fc_redesign .showCasePage .backgroundImagesContainer .thumbnailImages .remove_item:hover,
.fc_redesign .showCasePage .action_options .thumbnailImages .remove_item:hover,
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage .remove_item:hover,
.fc_redesign .showCasePage .action_options .uploadImage .remove_item:hover,
.fc_redesign .showCasePage .backgroundImagesContainer .logo_radio .remove_item:hover,
.fc_redesign .showCasePage .action_options .logo_radio .remove_item:hover {
  background-color: #95e200;
}
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage,
.fc_redesign .showCasePage .action_options .uploadImage {
  width: 10em;
  position: relative;
}
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage .insideUploadButton,
.fc_redesign .showCasePage .action_options .uploadImage .insideUploadButton {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 95%;
  margin: auto;
  text-align: center;
  height: 2em;
}
.fc_redesign .showCasePage .backgroundImagesContainer .uploadImage .insideUploadButton span,
.fc_redesign .showCasePage .action_options .uploadImage .insideUploadButton span {
  display: inline-block;
}
.fc_redesign .showCasePage .showcase_workfield {
  text-align: center;
  height: unset;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control {
  position: relative;
  text-align: left;
  margin-bottom: 1em;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control .auto_scale_span {
  display: inline-block;
  margin: 0;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale {
  text-transform: uppercase;
  color: #878688;
  font-weight: 300;
  font-size: 0.75em;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  background-color: #f6fbf5;
  border-radius: 0.5em;
  position: relative;
  padding: 0.25em 0.5em;
  display: inline-block;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale .scale_of_room,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale .scale_of_room,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale input.range,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale input.range {
  border-color: #B6B5B5;
  color: black;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0.5em;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 0.75em;
  height: 2em;
  border-radius: 0.5em;
  width: 10em;
  margin-bottom: 0em;
  margin: 0;
  font-weight: 300;
  font-style: italic;
  font-size: 0.875em;
  color: #636362;
  vertical-align: top;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale input.range,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale input.range {
  outline-width: 0;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale input[type=range]::-webkit-slider-thumb,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  margin-top: 1px;
  cursor: pointer;
  border-radius: 1em;
  background: #006330;
}
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale input[type=range]:active,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale input[type=range]:active,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.workspace_scale input[type=range]:focus,
.fc_redesign .showCasePage .showcase_workfield .showcase_control span.closeup_scale input[type=range]:focus {
  outline-width: 0;
  border: 1px solid #006330;
}
.fc_redesign .showCasePage .showcase_workfield .exportComb {
  padding: 0.5em 1em;
  text-transform: uppercase;
  position: absolute;
  right: 0em;
  top: -0.25em;
}
.fc_redesign .showCasePage .showcase_container {
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #B6B5B5;
  left: 0;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .showCasePage .showcase_container.square {
  width: 40%;
}
.fc_redesign .showCasePage .showcase_container .plant_position {
  width: 1.5em;
  transform: translate(-50%, -50%);
  height: 0.5em;
  position: absolute;
  top: 95%;
  left: 50%;
  z-index: 100;
  border-bottom: 0px solid #51750c;
  border-radius: .5em;
  background-color: #006330;
  opacity: 0.65;
}
.fc_redesign .showCasePage .showcase_container .plant_position._1_plants_kolibri {
  display: none;
}
.fc_redesign .showCasePage .showcase_container .plant_position._4_plants_kolibri {
  display: none;
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_2.postion_1 {
  left: calc(100% / 3);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_2.postion_1._2_plants_kolibri {
  display: none;
  left: calc(100% / 10 * 3);
  top: 90%;
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_2.postion_2 {
  left: calc(100% / 3 * 2);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_2.postion_2._2_plants_kolibri {
  display: none;
  top: 70%;
  left: calc(100% / 10 * 7);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_1 {
  left: calc(100% / 4);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_1._3_plants_kolibri {
  display: none;
  left: calc(100% / 10 * 3);
  top: 90%;
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_2 {
  left: calc(100% / 4 * 2);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_2._3_plants_triangle {
  top: 80%;
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_2._3_plants_kolibri {
  display: none;
  top: 70%;
  left: calc(100% / 10 * 6);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_3 {
  left: calc(100% / 4 * 3);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_3.postion_3._3_plants_kolibri {
  display: none;
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_4.postion_1 {
  left: calc(100% / 5);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_4.postion_2 {
  left: calc(100% / 5 * 2);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_4.postion_3 {
  left: calc(100% / 5 * 3);
}
.fc_redesign .showCasePage .showcase_container .plant_position.total_4.postion_4 {
  left: calc(100% / 5 * 4);
}
.fc_redesign .showCasePage .showcase_container .showcase {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .text_label_terlaak {
  border-radius: 0 7em 7em 0;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .text_label_terlaak span.inside_text {
  font-size: 4em;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer {
  border-left: 3px solid #2f2f2f;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer span.in_cm {
  font-size: 1.5em;
  font-weight: 500;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer span.in_cm.repos_on_render {
  width: 8.5em;
  left: -6em;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer span.in_cm.repos_on_render.center_pos {
  left: 50%;
  top: .5em;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid #2f2f2f;
  left: -11px;
  bottom: -3px;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid #2f2f2f;
  left: -11px;
  top: -9px;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer.width {
  border-top: 3px solid #2f2f2f;
  border-left: 0;
  right: 0;
  left: 1%;
  margin: auto;
  bottom: -3.5em;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer.width:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #2f2f2f;
  border-right: 0;
  position: absolute;
  right: -3px;
  left: unset;
  top: -10px;
  bottom: unset;
}
.fc_redesign .showCasePage .showcase_container .showcase.doing_screenshot .height_viewer.width:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 15px solid #2f2f2f;
  border-left: 0;
  position: absolute;
  top: -10px;
  right: -3px;
  bottom: unset;
}
.fc_redesign .showCasePage .showcase_container .showcase .tempBg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fc_redesign .showCasePage .action_options {
  margin-top: 0.5em;
  min-height: 6em;
  overflow: auto;
}
.fc_redesign .action_options .items {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.fc_redesign .action_options .items div {
  text-transform: uppercase;
  color: #878688;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}
.fc_redesign .action_options .items div .plus_icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-plus-icon-grey.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.5em;
  width: 2em;
  height: 2em;
  display: block;
  margin: 0.25em auto;
}
.fc_redesign .action_options .items div .text {
  width: 3em;
  display: block;
  margin: auto;
  font-size: 0.75em;
  font-weight: 400;
}
.fc_redesign .action_options .action_buttons {
  float: right;
  margin-bottom: 0;
}
.fc_redesign .action_options .ui-state-highlight {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 5.5em;
  height: 5.5em;
  background-color: #fff;
  border: 2px dashed #878688;
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  background: #dedede8a;
  border: 1px dashed #b6b5b5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .action_options .add_new_item_to_showcase,
.fc_redesign .action_options .in_showcase {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 5.5em;
  height: 5.5em;
  background-color: white;
  border: 1px dashed #b6b5b5;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  position: relative;
}
.fc_redesign .action_options .in_showcase {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fc_redesign .action_options .in_showcase.selected {
  border-style: solid;
  margin-right: 2.5em;
}
.fc_redesign .action_options .in_showcase .move_tools {
  right: -1.75em;
  margin-left: 0.25em;
}
.fc_redesign .action_options .in_showcase .move_tools .remove_item,
.fc_redesign .action_options .in_showcase .move_tools .size_holder {
  margin: 0;
}
.fc_redesign .action_options .in_showcase .move_tools .size_holder {
  margin-top: 1em;
}
.fc_redesign .action_options .in_showcase.loading {
  background-size: 4em;
  background-image: url(/wp-content/themes/nieuwkoop_floraconcepts_theme/img/loader2.0.svg);
}
.fc_redesign .action_options .move_icon_container {
  font-size: 0.75em;
}
.fc_redesign .move_tools {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  right: -2.25em;
  bottom: 0;
  height: 100%;
}
.fc_redesign .move_tools.hide {
  display: none;
}
.fc_redesign .move_tools .move_icon_container {
  width: 2em;
  height: 4em;
  background-color: #006330;
  display: inline-block;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: 1.125em;
}
.fc_redesign .move_tools .move_icon_container span:first-child {
  border-bottom: 1px solid #C8C8C8;
}
.fc_redesign .move_tools span.remove_item_showcase {
  width: 2em;
  height: 2em;
  font-size: 0.75em;
  background-color: #006330;
  right: -0.5em;
  left: auto;
  bottom: auto;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  opacity: 1;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/delete.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.fc_redesign .move_tools span.remove_item_showcase:hover {
  background-color: #95e200;
}
.fc_redesign .move_tools .icon_holder {
  width: 2em;
  height: 4em;
  border-radius: 0.5em;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1.375em;
  display: inline-block;
}
.fc_redesign .move_tools .move_html_circle {
  width: 6em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 5.5em;
  text-align: center;
  height: 6em;
  position: relative;
}
.fc_redesign .move_tools.pot_movement .type_icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-pot-icon.png);
}
.fc_redesign .move_tools.plant_movement .type_icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-plant-icon.png);
}
.fc_redesign .move_tools.tag_movement .type_icon {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-tag-icon.png);
}
.fc_redesign .move_tools span {
  display: block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.25em;
  line-height: 2em;
  vertical-align: middle;
}
.fc_redesign .move_tools span:hover {
  background-color: #95e200;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .move_tools span.type_icon {
  width: 2em;
  height: 2em;
  background-size: 1.25em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid white;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .move_tools span.extra_margin {
  margin-right: 1em;
}
.fc_redesign .move_tools .remove_restart_container span {
  background-color: #878688;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  height: 1.75em;
  width: 1.75em;
  background-size: 1em;
}
.fc_redesign .move_tools .remove_restart_container span:first-child {
  margin-bottom: 0.5em;
}
.fc_redesign .move_tools .increase_size {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-plus-icon.png);
}
.fc_redesign .move_tools .decrease_size {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-minus-icon.png);
}
.fc_redesign .move_tools .bring_to_front {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-layer-to-front.png);
}
.fc_redesign .move_tools .bring_to_back {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-layer-to-back.png);
}
.fc_redesign .move_tools .rotate_to_right {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/rotate-to-right.png);
}
.fc_redesign .move_tools .rotate_to_left {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/rotate-to-left.png);
}
.fc_redesign .move_tools .restart_showcase {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-refresh.png);
}
.fc_redesign .move_tools .remove_object {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-plus-icon.png);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fc_redesign .move_tools .move_double {
  z-index: 1;
}
.fc_redesign .move_tools .move_down {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-to-down-icon.png);
  position: absolute;
  bottom: 0.75em;
  right: 0;
  left: 0;
  margin: auto;
  height: 1em;
}
.fc_redesign .move_tools .move_down.move_double {
  bottom: 0em;
}
.fc_redesign .move_tools .move_up {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-to-top-icon.png);
  position: absolute;
  top: 0.75em;
  right: 0;
  left: 0;
  margin: auto;
  height: 1em;
}
.fc_redesign .move_tools .move_up.move_double {
  top: 0em;
}
.fc_redesign .move_tools .move_right {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-to-right-icon.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75em;
  margin: auto;
  width: 1em;
}
.fc_redesign .move_tools .move_right.move_double {
  right: 0em;
}
.fc_redesign .move_tools .move_left {
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/io_images/fc-to-left-icon.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75em;
  margin: auto;
  width: 1em;
}
.fc_redesign .move_tools .move_left.move_double {
  left: 0em;
}
.fc_redesign .combinateOverlay .action_menu .move_tools {
  height: auto;
  width: auto;
  white-space: nowrap;
  right: 0em;
}
.fc_redesign .pots_overview {
  position: relative;
  border: 1px solid #d0d1d5;
  overflow: auto;
  font-size: 0.875em;
  max-height: calc(100vh - 28.5em);
  min-height: 19.5em;
}
.fc_redesign .pots_overview.active {
  display: block;
}
.fc_redesign .pots_overview span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.fc_redesign .pots_overview .pot {
  padding: 0.5em;
}
.fc_redesign .pots_overview .pot:nth-child(odd) {
  background-color: #fff;
}
.fc_redesign .pots_overview .pot .detail {
  overflow: hidden;
}
.fc_redesign .pots_overview .pot .detail .image {
  width: 8em;
  display: inline-block;
  height: 6em;
  margin-left: 0.5em;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fc_redesign .pots_overview .pot .detail .info {
  width: calc(100% - 9em);
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5em;
}
.fc_redesign .pots_overview .pot .detail p {
  font-size: 0.875em;
  margin: 0;
}
.fc_redesign .pots_overview .pot .detail p .info_label {
  width: 6em;
}
.fc_redesign footer {
  background-color: #f3f6f6;
  font-size: 0.75em;
}
.fc_redesign footer div {
  height: 3em;
  margin: auto;
}
.fc_redesign footer div a {
  display: block;
  margin: auto;
  line-height: 3em;
  width: 20em;
  text-align: center;
  color: #a8a7a7;
  text-decoration: none;
}
.fc_redesign footer div a img {
  height: 2em;
  display: inline-block;
  margin-top: 0.5em;
  position: relative;
  top: 0.5em;
  margin-left: 0.5em;
}
.fc_redesign footer div.privacy_statement {
  height: 2em;
  margin-top: -0.5em;
}
.fc_redesign footer div.privacy_statement a {
  line-height: 2em;
}
.fc_redesign .gallerypage.division_page {
  padding: 1em 3em;
}
.fc_redesign .divisions_holder {
  height: calc(100% - 6em);
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}
.fc_redesign .divisions_holder .division .content .item_line {
  height: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
  cursor: move;
}
.fc_redesign .divisions_holder .division .content .item_line:nth-child(odd) {
  background-color: #eaeaea;
}
.fc_redesign .divisions_holder .division .content .item_line.head {
  height: 3em;
  line-height: 3em;
  width: calc(100% - 0em);
  z-index: 10;
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.fc_redesign .divisions_holder .division .content .item_line.head .vert_middle {
  line-height: 3em;
  height: 3em;
}
.fc_redesign .divisions_holder .division .content .item_line .color_boxes {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.fc_redesign .divisions_holder .division .content .item_line span {
  text-transform: uppercase;
  color: #2b3035;
  font-size: 0.75em;
  margin: 0 0.75em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_name {
  width: 18em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_pot_name,
.fc_redesign .divisions_holder .division .content .item_line span.item_real_name {
  width: 10em;
  height: 3em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_group {
  width: 9em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_height {
  width: 7em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_potsize {
  width: 4em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_theme {
  width: 9em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_company {
  width: 12em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_division {
  width: 19em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_user_name {
  width: 18em;
}
.fc_redesign .divisions_holder .division .content .item_line span.item_email {
  width: 22em;
}
.fc_redesign .divisions_holder .division .content .item_line .the_image {
  width: 3em;
  height: 3em;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
}
.fc_redesign .divisions_holder .division .content .item_line .float_right {
  float: right;
}
.fc_redesign .divisions_holder .division .content .item_line .float_right .action_buttons,
.fc_redesign .divisions_holder .division .content .item_line .float_right .action_container {
  float: none;
}
.fc_redesign .divisions_holder .division .content .item_line .action_buttons,
.fc_redesign .divisions_holder .division .content .item_line .action_container {
  width: auto;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  border-top: 0px;
  float: right;
}
.fc_redesign .divisions_holder .division .content .item_line .action_container {
  margin-left: 1em;
  padding: 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.fc_redesign .divisions_holder .division .content .item_line .action_container span {
  font-size: 1em;
  margin: 0 0.5em;
}
.fc_redesign .divisions_holder .division .content .item_line .vert_middle {
  width: 0.1px;
  display: inline-block;
  line-height: 3em;
  height: 3em;
  vertical-align: middle;
}
.fc_redesign .divisions_holder .division .content .item_line .color_box {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.fc_redesign .divisions_holder .division .content .item_line .color_box.with_border {
  border: 1px solid #b5b5b5;
}
.fc_redesign .divisions_holder .division .content .item_line .add_to_a_project {
  width: auto;
  padding: 0 1em;
  float: right;
  vertical-align: middle;
  margin-top: 1.125em;
}
.fc_redesign .divisions_holder .division .content .item_line .item_line_info {
  font-size: 0.875em;
  display: inline-block;
  width: 13.5em;
  padding-left: 0.5em;
  vertical-align: middle;
}
.fc_redesign .divisions_holder .division .content .item_line .item_line_info span {
  width: 17em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
  vertical-align: middle;
  display: block;
}
.fc_redesign .divisions_holder .division .content .item_line .item_line_info p {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  margin-left: 0.5em;
}
.fc_redesign .divisions_holder .division,
.fc_redesign .divisions_holder .single_division,
.fc_redesign .divisions_holder .division_decisions {
  height: calc(100% - 2em);
  width: 16em;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: auto;
  position: relative;
  margin: 1em;
  text-decoration: none;
}
.fc_redesign .divisions_holder .division header,
.fc_redesign .divisions_holder .single_division header,
.fc_redesign .divisions_holder .division_decisions header {
  background-color: #9e200b;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  height: 8em;
}
.fc_redesign .divisions_holder .division header .load_gif,
.fc_redesign .divisions_holder .single_division header .load_gif,
.fc_redesign .divisions_holder .division_decisions header .load_gif {
  background-image: url("/wp-content/themes/nieuwkoop_floraconcepts_theme/img/loader2.0.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.5em;
}
.fc_redesign .divisions_holder .division header h2,
.fc_redesign .divisions_holder .single_division header h2,
.fc_redesign .divisions_holder .division_decisions header h2 {
  color: #fff;
  font-size: 1.25em;
  margin: auto;
  text-align: center;
  display: block;
  padding-top: 1em;
}
.fc_redesign .divisions_holder .division header h2 .base-icon,
.fc_redesign .divisions_holder .single_division header h2 .base-icon,
.fc_redesign .divisions_holder .division_decisions header h2 .base-icon {
  margin: auto;
  display: block;
  font-size: 0.75em;
}
.fc_redesign .divisions_holder .division header span,
.fc_redesign .divisions_holder .single_division header span,
.fc_redesign .divisions_holder .division_decisions header span {
  color: #fff;
  font-size: 0.75em;
  margin: auto;
  text-align: center;
  display: block;
}
.fc_redesign .divisions_holder .division header h3,
.fc_redesign .divisions_holder .single_division header h3,
.fc_redesign .divisions_holder .division_decisions header h3 {
  color: #fff;
  font-size: 1em;
  margin: auto;
  text-align: center;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}
.fc_redesign .divisions_holder .division header label,
.fc_redesign .divisions_holder .single_division header label,
.fc_redesign .divisions_holder .division_decisions header label {
  display: block;
  text-align: center;
}
.fc_redesign .divisions_holder .division header label span,
.fc_redesign .divisions_holder .single_division header label span,
.fc_redesign .divisions_holder .division_decisions header label span {
  width: 15em;
  display: inline-block;
}
.fc_redesign .divisions_holder .division header label input,
.fc_redesign .divisions_holder .single_division header label input,
.fc_redesign .divisions_holder .division_decisions header label input {
  display: inline-block;
  border: none;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1em;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.fc_redesign .divisions_holder .division header label input:focus,
.fc_redesign .divisions_holder .single_division header label input:focus,
.fc_redesign .divisions_holder .division_decisions header label input:focus {
  outline: none;
}
.fc_redesign .divisions_holder .division .content,
.fc_redesign .divisions_holder .single_division .content,
.fc_redesign .divisions_holder .division_decisions .content {
  height: calc(100% - 13em);
  overflow: auto;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #ccc;
  position: relative;
}
.fc_redesign .divisions_holder .division .button,
.fc_redesign .divisions_holder .single_division .button,
.fc_redesign .divisions_holder .division_decisions .button {
  background-color: #9e200b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  height: 2em;
  color: white;
  font-weight: 300;
  display: block;
  margin-top: 0.5em;
  text-decoration: none;
  font-size: 0.875em;
  cursor: pointer;
}
.fc_redesign .divisions_holder .division .save_sort,
.fc_redesign .divisions_holder .single_division .save_sort,
.fc_redesign .divisions_holder .division_decisions .save_sort {
  position: absolute;
  bottom: 1em;
  background-color: #8e3020;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  height: 2em;
  color: #fff;
  font-weight: 300;
  display: block;
  margin-top: 0.5em;
  text-decoration: none;
  font-size: 0.875em;
  cursor: pointer;
  width: calc(100% - 1em);
  opacity: 1;
  margin: auto;
  left: 0;
  right: 0;
}
.fc_redesign .divisions_holder .single_division,
.fc_redesign .divisions_holder .division_decisions {
  width: calc(50% - 1em - 2px);
  overflow: hidden;
}
.fc_redesign .divisions_holder .single_division .content,
.fc_redesign .divisions_holder .division_decisions .content {
  white-space: normal;
}
.fc_redesign .divisions_holder .single_division .content p,
.fc_redesign .divisions_holder .division_decisions .content p {
  font-size: 0.875em;
  border-top: 1px solid #d0d1d5;
  border-radius: 0.5em;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.fc_redesign .divisions_holder .single_division .content span.info_label,
.fc_redesign .divisions_holder .division_decisions .content span.info_label {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 500;
  display: block;
}
.fc_redesign .divisions_holder .single_division {
  margin-left: 0;
}
.fc_redesign .divisions_holder .division_decisions {
  margin-right: 0;
}
.fc_redesign .divisions_holder .division_decisions .content {
  height: calc(100% - 12em);
}
.fc_redesign .divisions_holder .division_decisions button,
.fc_redesign .divisions_holder .division_decisions .succes,
.fc_redesign .divisions_holder .division_decisions .error {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 300;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #9e200b;
  border: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 1375px) {
  .fc_redesign .main_container .product_submit_container .selected_product {
    width: calc(100% / 5 - 1em);
    padding: 0.5em;
  }
  .fc_redesign .kroger_review_page .main_container .product_submit_container .selected_product,
  .fc_redesign .gallerypage .imageholder.expand .image {
    width: calc(100% / 6 - 1em);
  }
}
@media screen and (max-width: 1240px) {
  .fc_redesign .kroger_review_page .main_container .product_submit_container .selected_product,
  .fc_redesign .gallerypage .imageholder.expand .image {
    width: calc(100% / 4 - 1em);
  }
  .fc_redesign .page_layout.gallerypage .col-50 {
    width: 100%;
  }
  .fc_redesign .page_layout.gallerypage .col-50 .imageholder {
    padding-top: calc(50vh - 6em);
  }
  .fc_redesign .page_layout.gallerypage .col-50 .imageholder .image {
    width: calc(100% / 6 - 1em);
  }
}
@media screen and (max-width: 1425px) {
  .fc_redesign .color_filter_spectrum li {
    width: 14px;
    height: 14px;
    margin: 0 calc(100% / 64 - 7px);
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1085px) {
  .fc_redesign .deadline_reached {
    width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fc_redesign .overviewPage .project_delivery_label,
  .fc_redesign .overviewPage .project_deadline_label {
    width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fc_redesign .overviewPage .project_title_label {
    width: 16em;
  }
  .fc_redesign .overviewPage .overview_container .overview_item .overview_buttons {
    right: 0.5em;
  }
}
@media screen and (max-width: 905px) {
  .fc_redesign .overviewPage .overview_item span.deadline_reached {
    display: none;
  }
}
@media screen and (max-width: 905px) {
  .fc_redesign .overviewPage .project_title_label {
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1150px) {
  .fc_redesign .gallerypage.pdicatalogue .grid-holder.moodboards {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1400px) {
  .fc_redesign .gallerypage.pdicatalogue .grid-holder.filters .col {
    padding-top: 0;
    height: 7em;
  }
  .fc_redesign .gallerypage.pdicatalogue .grid-holder .filterholder .group label span {
    font-size: 0.5em;
  }
  .fc_redesign .gallerypage.pdicatalogue .grid-holder .filterholder .group.txt_filter label span {
    font-size: 0.75em;
  }
  .fc_redesign .gallerypage.pdicatalogue .grid-holder .filterholder .germany_container {
    min-width: 10em;
  }
  .fc_redesign .gallerypage.pdicatalogue .color_filter_spectrum li {
    font-size: 0.75em;
  }
  .fc_redesign .gallerypage .imageholder .item_line span.item_email {
    display: none;
  }
}
@media screen and (max-width: 1890px) {
  .fc_redesign .gallerypage .imageholder .item_line span.item_theme {
    width: 6em;
  }
  .fc_redesign .gallerypage .imageholder .item_line span.item_name {
    width: 20em;
  }
  .fc_redesign .gallerypage .imageholder .item_line span.item_group {
    width: 7em;
  }
}
@media screen and (max-width: 1280px) {
  .fc_redesign .gallerypage .imageholder .item_line span.item_height {
    display: none;
  }
  .fc_redesign .project_info_sidebar {
    font-size: 0.875em;
    width: 100%;
    height: auto;
  }
  .fc_redesign .project_info_sidebar .suggestions {
    max-height: 9.5em;
  }
  .fc_redesign .project_info_sidebar.the_bar .project_info_container {
    width: calc(50% - 1.125em);
    display: inline-block;
    margin-right: 2em;
  }
  .fc_redesign .project_info_sidebar.the_bar .project_info_container:last-child {
    margin-right: 0;
  }
  .fc_redesign .project_info_sidebar .description {
    height: 6.5em;
  }
  .fc_redesign .nav_boxes.dashboard_items {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-top: 1em;
  }
  .fc_redesign .nav_boxes.dashboard_items a.dash_item {
    height: 10.5em;
  }
  .fc_redesign .selection_container {
    margin-bottom: 0;
    font-size: 0.875em;
  }
  .fc_redesign .combination_div {
    font-size: 0.875em;
  }
  .fc_redesign .select_collum {
    margin-top: -1em;
  }
}
@media screen and (max-width: 1290px) {
  .fc_redesign .uploadFormClass #uploadForm,
  .fc_redesign .uploadFormClass #uploadPotForm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fc_redesign .uploadFormClass #uploadForm .left,
  .fc_redesign .uploadFormClass #uploadPotForm .left {
    order: 3;
    width: 100%;
  }
  .fc_redesign .uploadFormClass #uploadForm .right,
  .fc_redesign .uploadFormClass #uploadPotForm .right {
    padding-left: 0;
    width: 50%;
    flex: 1;
  }
  .fc_redesign .uploadFormClass #uploadForm .kroger_fields,
  .fc_redesign .uploadFormClass #uploadPotForm .kroger_fields {
    width: 50%;
    flex: 1;
  }
  .fc_redesign .upload_page .uploadFormClass .uploadImageClass,
  .fc_redesign .upload_page .uploadFormClass .metaDataImage {
    width: 100%;
    padding-top: 12em;
  }
}
@media screen and (max-width: 1160px) {
  .fc_redesign .gallerypage .imageholder .item_line span.item_theme {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .fc_redesign .gallerypage .imageholder .item_line span.item_group {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .fc_redesign .kroger_review_page .main_container .product_submit_container .selected_product,
  .fc_redesign .gallerypage .imageholder.expand .image {
    width: calc(100% / 3 - 1em);
  }
  .fc_redesign .page_layout.gallerypage .col-50 .imageholder .image {
    width: calc(100% / 5 - 1em);
  }
}
@media screen and (max-width: 960px) {
  .fc_redesign .top-menu .extra-options {
    margin-right: 2em;
    padding-right: 0;
  }
  .fc_redesign .top-menu .menu_icons {
    padding: 0;
    font-size: 0.875em;
  }
  .fc_redesign .bundle {
    margin-top: -0.25em;
  }
  .fc_redesign p.logged_in_as {
    margin-top: 0;
    line-height: 1em;
    margin-bottom: 0.5em;
    font-size: 0.75em;
  }
  .fc_redesign p.logged_in_as a {
    display: block;
  }
  .fc_redesign .notifications-menu {
    right: 3em;
  }
  .fc_redesign .hamburger {
    margin-left: 3em;
  }
  .fc_redesign .project_info_sidebar .suggestions .item_line span.item_name {
    width: 12em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 940px) {
  .fc_redesign .dashboard_items a.dash_item {
    width: calc(100% - 4em);
    height: auto;
    margin-bottom: 0;
  }
  .fc_redesign .page_layout {
    height: auto;
  }
  .fc_redesign .page_layout.gallerypage,
  .fc_redesign .overviewPage.page_layout,
  .fc_redesign .overviewPage .overview_container {
    height: calc(100% - 6em);
  }
  .fc_redesign .title_container .project_date {
    font-size: 0.75em;
  }
  .fc_redesign .uploadFormClass #uploadForm .right,
  .fc_redesign .uploadFormClass #uploadForm .kroger_fields {
    width: 100%;
    flex: none;
    padding-left: 0;
    margin-bottom: 0em;
  }
  .fc_redesign .upload_page .uploadFormClass .metaData .weeks_input {
    width: calc(100% - 9em);
  }
  .fc_redesign .color_filter_spectrum li {
    width: 1.25em;
    height: 1.25em;
    margin: 0 calc(3.125% - 0.625em);
  }
}
@media screen and (max-width: 840px) {
  .fc_redesign .page_layout.gallerypage .col-50 .imageholder .image {
    width: calc(100% / 3 - 1em);
  }
}
@media screen and (max-height: 840px) {
  .fc_redesign .page_layout.gallerypage.metaboxholder .page_sidebar .sidebar_item {
    padding-left: 1em;
    height: 4.5em;
    line-height: 4.5em;
  }
}
@media screen and (max-width: 660px) {
  .fc_redesign .overviewPage .overview_item span.project_delivery_label,
  .fc_redesign .overviewPage .container_header span.project_delivery_label {
    display: none;
  }
  .fc_redesign .color_filter_spectrum li {
    width: 0.75em;
    height: 0.75em;
    margin: 0 calc(3.125% - 0.375em);
  }
}
.fc_redesign .grecaptcha-badge {
  display: none !important;
}
.ui-stoggle--hidden {
  opacity: 0;
  font-size: 0;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px;
}
.ui-stoggle * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.ui-stoggle {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 24px;
  background: #ccc;
  position: relative;
  box-shadow: 0 1px 0 #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-stoggle--label-on,
.ui-stoggle--label-off {
  overflow: hidden;
  width: 100%;
  -webkit-transition: width 200ms;
  -moz-transition: width 200ms;
  -ms-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
}
.ui-stoggle--label-on {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.ui-stoggle--label-off {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: right;
}
.ui-stoggle--slider,
.ui-stoggle--label-on,
.ui-stoggle--label-off,
.ui-stoggle--inner,
.ui-stoggle {
  border-radius: 12px;
}
.ui-stoggle--inner {
  display: block;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.ui-stoggle--slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.ui-stoggle--slider i {
  background: #f3f3f3;
  /* Old browsers */
  width: 26px;
  height: 26px;
  position: absolute;
  left: -2px;
  top: -1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.ui-stoggle--label-text {
  display: block;
  line-height: 24px;
  padding: 0 9px 0 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-style: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  border-radius: 12px;
  background: #d1d1d1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.ui-stoggle--label-on .ui-stoggle--label-text {
  float: right;
  background: #adc34c;
}
.ui-stoggle.off .ui-stoggle--label-on {
  width: 0;
}
.ui-stoggle.on .ui-stoggle--label-on {
  display: block;
}
.ui-stoggle.on .ui-stoggle--label-off {
  width: 0;
}
.ui-stoggle.on .ui-stoggle--slider i {
  left: calc(100% - 26px);
}
.api_page.gallerypage span.name_under {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #484848;
  height: 1.25em;
  overflow: hidden;
  line-height: 1.25em;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.25em;
}
.api_page.gallerypage span.name_under .search_at_field {
  text-decoration: underline;
  cursor: pointer;
}
.api_page.gallerypage p.out_of_text {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #484848;
  line-height: 1.25em;
  margin-top: 0.25em;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #0f6330;
  border-radius: 1em;
  background-color: white;
}
.api_page.gallerypage .item_filters .filter {
  width: calc(100% / 7);
}
.api_page.gallerypage .item_filters .filter:first-child {
  width: calc(100% / 7 - 1em);
  margin-right: 1em;
}
.api_page.gallerypage .item_filters .filter .search_icon {
  left: unset !important;
  right: 0;
  transform: unset !important;
}
.api_page .filters {
  border-bottom: 1px solid #dce1e1;
  font-size: 14px;
  padding: 16px;
  position: relative;
  max-height: 180px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.api_page .filters.open {
  max-height: 500px;
}
.api_page .filters .search_icon {
  position: absolute;
  right: 0;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/search-icon.svg);
  background-size: 15px;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-color: #006330;
  top: 0;
  border-radius: 0 17.5px 17.5px;
  border: none;
  outline: inherit;
}
.api_page .content img.nieuwkoop_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.api_page img.nieuwkoop_loader {
  margin: auto;
  height: 4em;
  width: 4em;
}
.api_page#products .product .productimage.not_loaded {
  background-color: transparent;
  background-image: url(https://nieuwkoop.floraconcepts.io/wp-content/themes/nieuwkoop_floraconcepts_theme/less/../img/loader2.0.svg);
  background-size: 4em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.api_page span.reset_filters {
  margin: 0;
  line-height: 1.2;
  color: #692f3b;
  display: inline-block;
  cursor: pointer;
}
.api_page .filter {
  margin-bottom: 0em;
  position: relative;
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 10px;
}
.api_page .filter input {
  margin-bottom: 0;
}
.api_page .filter:first-child {
  width: 100%;
}
.api_page .filter h3 {
  font-style: italic;
  color: #636362;
  font-family: "Raleway";
  font-size: 13px;
}
.api_page .filter .filter_line {
  display: block;
}
.api_page .filter .filter_line input[type=checkbox] {
  margin-right: 0.5em;
}
.api_page .filter .filter_line .btn {
  padding: 0.125rem 0.5rem;
  border-radius: 0 6px 6px 0;
  margin-top: -2px;
  margin-left: -1px;
}
.api_page .filter select {
  width: calc(100% - 1em);
  margin: 0;
}
.api_page .filter .range_filter .ui-state-default,
.api_page .filter .range_filter .ui-widget-content .ui-state-default,
.api_page .filter .range_filter .ui-widget-header .ui-state-default,
.api_page .filter .range_filter .ui-button,
.api_page .filter .range_filter html .ui-button.ui-state-disabled:hover,
.api_page .filter .range_filter html .ui-button.ui-state-disabled:active {
  border: 1px solid #0f6330;
  background: #0f6330;
  font-weight: normal;
  color: #454545;
  border-radius: 100%;
}
.api_page .filter .range_filter .ui-widget.ui-widget-content {
  border: 1px solid #f0f7ef;
}
.api_page .filter .range_filter input {
  font-size: 13px;
}
.api_page .filter .range_filter .range_slider {
  width: calc(100% - 2em);
  margin-left: 0.5em;
}
.api_page .filter .range_filter .ui-widget-header {
  background: #f0f7ef;
}
.api_page .filter .range_filter input[data-slider_type=true] {
  background: transparent;
  border: 0;
  width: calc(50% - 0.25em);
  display: inline-block;
  font-weight: 300;
  color: #1d1d1d;
  padding: 0;
  margin: 0;
  font-size: 10px;
}
.api_page .filter .range_filter input[data-slider_type=true]:last-child {
  text-align: right;
}
.api_page .filter .range_filter input[data-slider_type=true]:focus {
  outline: none;
}
.api_page #sort_container label {
  margin-right: 0.5em;
}
.api_page #sort_container select {
  width: 8em;
}
.api_page .change_order {
  margin-left: 0.5em;
}
.api_page .pagination_container .pagination {
  height: 36px;
  margin: 0;
  padding: 0;
}
.api_page .pagination_container .pager,
.api_page .pagination_container .pagination ul {
  margin-left: 0;
  *zoom: 1;
}
.api_page .pagination_container .pagination ul {
  padding: 0;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.api_page .pagination_container .pagination li {
  display: inline;
}
.api_page .pagination_container .pagination a {
  float: left;
  padding: 0 12px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.api_page .pagination_container .pagination .active a,
.api_page .pagination_container .pagination a:hover {
  background-color: #f5f5f5;
  color: #94999E;
}
.api_page .pagination_container .pagination .active a {
  color: #94999E;
  cursor: default;
}
.api_page .pagination_container .pagination .disabled a,
.api_page .pagination_container .pagination .disabled a:hover,
.api_page .pagination_container .pagination .disabled span {
  color: #94999E;
  background-color: transparent;
  cursor: default;
}
.api_page .pagination_container .pagination li:first-child a,
.api_page .pagination_container .pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.api_page .pagination_container .pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.api_page .pagination_container .pagination-centered {
  text-align: center;
}
.api_page .pagination_container .pagination-right {
  text-align: right;
}
.api_page .pagination_container .pager {
  margin-bottom: 18px;
  text-align: center;
}
.api_page .pagination_container .pager:after,
.api_page .pagination_container .pager:before {
  display: table;
  content: "";
}
.api_page .pagination_container .pager li {
  display: inline;
}
.api_page .pagination_container .pager a {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.api_page .pagination_container .pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.api_page .pagination_container .pager .next a {
  float: right;
}
.api_page .pagination_container .pager .previous a {
  float: left;
}
.api_page .pagination_container .pager .disabled a,
.api_page .pagination_container .pager .disabled a:hover {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.api_page .pagination_container .pagination .prev.disabled span {
  float: left;
  padding: 0 12px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 1;
}
.api_page .pagination_container .pagination .next.disabled span {
  float: left;
  padding: 0 12px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.api_page .pagination_container .pagination li.active,
.api_page .pagination_container .pagination li.disabled {
  float: left;
  padding: 0 12px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.api_page .pagination_container .pagination li.active {
  background: #364E63;
  color: #fff;
  float: unset;
  padding: unset;
  border: unset;
  line-height: 1.5em;
}
.api_page .pagination_container .pagination li:first-child {
  border-left-width: 1px;
}
.api_page .pagination_container .pagination {
  margin: auto;
}
.api_page .pagination_container .pagination .page-link {
  background-color: #0f6330;
  color: white;
  font-weight: 400;
}
.api_page .pagination_container .pagination .page-item.active .page-link {
  background-color: rgba(15, 99, 48, 0.8);
  border-color: rgba(15, 99, 48, 0.8);
}
