jQuery(function($){ const $table = $('.wp-list-table tbody'); if (!$table.length) return; // Make rows sortable $table.sortable({ helper: function(e, ui){ ui.children().each(function(){ $(this).width($(this).width()); }); return ui; }, update: function(){ // Assign priorities based on order (top = highest) const items = {}; const rows = $table.find('tr'); let prio = rows.length; rows.each(function(){ const postId = $(this).attr('id')?.replace('post-',''); if (!postId) return; items[postId] = prio--; $(this).find('input.mostrofolio-priority').val(items[postId]); }); $.post(MostrofolioList.ajax_url, { action: 'mostrofolio_update_order', nonce: MostrofolioList.nonce, items }); } }); // Manual priority change $table.on('change', 'input.mostrofolio-priority', function(){ const postId = $(this).data('post-id'); const val = parseInt($(this).val(), 10) || 0; const items = {}; items[postId] = val; $.post(MostrofolioList.ajax_url, { action: 'mostrofolio_update_order', nonce: MostrofolioList.nonce, items }); }); }); @keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}{"translation-revision-date":"2026-06-10 11:18+0000","generator":"WP-CLI\/2.12.0","source":"gutenberg\/edit-pages-panel\/src\/components\/PreviewPageButton.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"it_IT","plural-forms":"nplurals=2; plural=n != 1;"},"Preview":["Anteprima"]}}}{"animated-headline":true,"call-to-action":true,"testimonial-carousel":true,"code-highlight":true,"flip-box":true,"loop-grid":true,"mega-menu":true,"nav-menu":true,"slides":true,"video-playlist":true,"woocommerce-cart":true,"woocommerce-checkout-page":true,"woocommerce-menu-cart":true,"woocommerce-my-account":true,"woocommerce-product-add-to-cart":true,"woocommerce-products-archive":true,"woocommerce-purchase-summary":true} /*! jQuery UI - v1.11.4 - 2015-12-05 * http://jqueryui.com * Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px * Copyright jQuery Foundation and other contributors; Licensed MIT * Changes: Add CSS scope (.updraft-container) to prevent CSS conflict with other plugins that use jQuery UI too except for .ui-front and .ui-widget-overlay */ .updraft-container { position: absolute; top: 0; width: 1px; height: 1px; z-index: 99999; } .updraft-container .ui-helper-hidden { display: none; } .updraft-container .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .updraft-container .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .updraft-container .ui-helper-clearfix:before, .updraft-container .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .updraft-container .ui-helper-clearfix:after { clear: both; } .updraft-container .ui-helper-clearfix { min-height: 0; /* support: IE7 */; } .updraft-container .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: alpha(opacity=0); /* support: IE8 */; } .ui-front { z-index: 100; } .updraft-container .ui-state-disabled { cursor: default !important; } .updraft-container .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .updraft-container .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-resizable { position: relative; } .updraft-container .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .updraft-container .ui-resizable-disabled .ui-resizable-handle, .updraft-container .ui-resizable-autohide .ui-resizable-handle { display: none; } .updraft-container .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .updraft-container .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .updraft-container .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .updraft-container .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .updraft-container .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .updraft-container .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .updraft-container .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .updraft-container .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .updraft-container .ui-selectable { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .updraft-container .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; min-height: 0; /* support: IE7 */ font-size: 100%; } .updraft-container .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .updraft-container .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .updraft-container .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .updraft-container .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .updraft-container .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .updraft-container .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; /* removes extra width in IE */; } .updraft-container .ui-button, .updraft-container .ui-button:link, .updraft-container .ui-button:visited, .updraft-container .ui-button:hover, .updraft-container .ui-button:active { text-decoration: none; } .updraft-container .ui-button-icon-only { width: 2.2em; } .updraft-container button.ui-button-icon-only { width: 2.4em; } .updraft-container .ui-button-icons-only { width: 3.4em; } .updraft-container button.ui-button-icons-only { width: 3.7em; } .updraft-container .ui-button .ui-button-text { display: block; line-height: normal; } .updraft-container .ui-button-text-only .ui-button-text { padding: .4em 1em; } .updraft-container .ui-button-icon-only .ui-button-text, .updraft-container .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } .updraft-container .ui-button-text-icon-primary .ui-button-text, .updraft-container .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } .updraft-container .ui-button-text-icon-secondary .ui-button-text, .updraft-container .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } .updraft-container .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } .updraft-container input.ui-button { padding: .4em 1em; } .updraft-container .ui-button-icon-only .ui-icon, .updraft-container .ui-button-text-icon-primary .ui-icon, .updraft-container .ui-button-text-icon-secondary .ui-icon, .updraft-container .ui-button-text-icons .ui-icon, .updraft-container .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .updraft-container .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .updraft-container .ui-button-text-icon-primary .ui-button-icon-primary, .updraft-container .ui-button-text-icons .ui-button-icon-primary, .updraft-container .ui-button-icons-only .ui-button-icon-primary { left: .5em; } .updraft-container .ui-button-text-icon-secondary .ui-button-icon-secondary, .updraft-container .ui-button-text-icons .ui-button-icon-secondary, .updraft-container .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .updraft-container .ui-buttonset { margin-right: 7px; } .updraft-container .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } .updraft-container input.ui-button::-moz-focus-inner, .updraft-container button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .updraft-container .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .updraft-container .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } .updraft-container .ui-datepicker .ui-datepicker-prev, .updraft-container .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .updraft-container .ui-datepicker .ui-datepicker-prev-hover, .updraft-container .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .updraft-container .ui-datepicker .ui-datepicker-prev { left: 2px; } .updraft-container .ui-datepicker .ui-datepicker-next { right: 2px; } .updraft-container .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .updraft-container .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .updraft-container .ui-datepicker .ui-datepicker-prev span, .updraft-container .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .updraft-container .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .updraft-container .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .updraft-container .ui-datepicker select.ui-datepicker-month, .updraft-container .ui-datepicker select.ui-datepicker-year { width: 45%; } .updraft-container .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } .updraft-container .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .updraft-container .ui-datepicker td { border: 0; padding: 1px; } .updraft-container .ui-datepicker td span, .updraft-container .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .updraft-container .ui-datepicker.ui-datepicker-multi { width: auto; } .updraft-container .ui-datepicker-multi .ui-datepicker-group { float: left; } .updraft-container .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; } .updraft-container .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .updraft-container .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .updraft-container .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .updraft-container .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .updraft-container .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .updraft-container .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .updraft-container .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } .updraft-container .ui-datepicker-rtl { direction: rtl; } .updraft-container .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .updraft-container .ui-datepicker-rtl .ui-datepicker-group { float: right; } .updraft-container .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .updraft-container .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .updraft-container .ui-dialog { overflow: hidden; position: absolute; top: 0; left: 0; padding: .2em; outline: 0; } .updraft-container .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; height: auto; font-size: inherit; font-weight: inherit; line-height: inherit; } .updraft-container .ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .updraft-container .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .updraft-container .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; } .updraft-container .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; } .updraft-container .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .updraft-container .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .updraft-container .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .updraft-container .ui-draggable .ui-dialog-titlebar { cursor: move; } .updraft-container .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: none; } .updraft-container .ui-menu .ui-menu { position: absolute; } .updraft-container .ui-menu .ui-menu-item { position: relative; margin: 0; padding: 3px 1em 3px .4em; cursor: pointer; min-height: 0; /* support: IE7 */ /* support: IE10, see #8844 */ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } .updraft-container .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .updraft-container .ui-menu .ui-state-focus, .updraft-container .ui-menu .ui-state-active { margin: -1px; } .updraft-container .ui-menu-icons { position: relative; } .updraft-container .ui-menu-icons .ui-menu-item { padding-left: 2em; } .updraft-container .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; } .updraft-container .ui-menu .ui-menu-icon { left: auto; right: 0; } .updraft-container .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .updraft-container .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .updraft-container .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,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"); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; } .updraft-container .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .updraft-container .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .updraft-container .ui-selectmenu-menu .ui-menu { overflow: auto; /* Support: IE7 */ overflow-x: hidden; padding-bottom: 1px; } .updraft-container .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .updraft-container .ui-selectmenu-open { display: block; } .updraft-container .ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; cursor: pointer; } .updraft-container .ui-selectmenu-button span.ui-icon { right: 0.5em; left: auto; margin-top: -8px; position: absolute; top: 50%; } .updraft-container .ui-selectmenu-button span.ui-selectmenu-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em; display: block; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .updraft-container .ui-slider { position: relative; text-align: left; } .updraft-container .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; -ms-touch-action: none; touch-action: none; } .updraft-container .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .updraft-container .ui-slider.ui-state-disabled .ui-slider-handle, .updraft-container .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .updraft-container .ui-slider-horizontal { height: .8em; } .updraft-container .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .updraft-container .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .updraft-container .ui-slider-horizontal .ui-slider-range-min { left: 0; } .updraft-container .ui-slider-horizontal .ui-slider-range-max { right: 0; } .updraft-container .ui-slider-vertical { width: .8em; height: 100px; } .updraft-container .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .updraft-container .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .updraft-container .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .updraft-container .ui-slider-vertical .ui-slider-range-max { top: 0; } .updraft-container .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .updraft-container .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; } .updraft-container .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .updraft-container .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .updraft-container .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .updraft-container .ui-spinner-up { top: 0; } .updraft-container .ui-spinner-down { bottom: 0; } .updraft-container .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; } .updraft-container .ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; } .updraft-container .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .updraft-container .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .updraft-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; } .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .updraft-container .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .updraft-container .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .updraft-container .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .updraft-container .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #AAA; box-shadow: 0 0 5px #AAA; } .updraft-container body .ui-tooltip { border-width: 2px; } .updraft-container .ui-widget { font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; font-size: 1.1em; } .updraft-container .ui-widget .ui-widget { font-size: 1em; } .updraft-container .ui-widget input, .updraft-container .ui-widget select, .updraft-container .ui-widget textarea, .updraft-container .ui-widget button { font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; font-size: 1em; } .updraft-container .ui-widget-content { border: 1px solid #DDD; background: #EEE url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333; } .updraft-container .ui-widget-content a { color: #333; } .updraft-container .ui-widget-header { border: 1px solid #E78F08; background: #F6A828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #FFF; font-weight: bold; } .updraft-container .ui-widget-header a { color: #FFF; } .updraft-container .ui-state-default, .updraft-container .ui-widget-content .ui-state-default, .updraft-container .ui-widget-header .ui-state-default { border: 1px solid #CCC; background: #F6F6F6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #2B2B2B; } .updraft-container .ui-state-default a, .updraft-container .ui-state-default a:link, .updraft-container .ui-state-default a:visited { color: #1C94C4; text-decoration: none; } .updraft-container .ui-state-hover, .updraft-container .ui-widget-content .ui-state-hover, .updraft-container .ui-widget-header .ui-state-hover, .updraft-container .ui-state-focus, .updraft-container .ui-widget-content .ui-state-focus, .updraft-container .ui-widget-header .ui-state-focus { border: 1px solid #C5C5C5; background: #F6F6F6; font-weight: normal; color: #454545; } .updraft-container .ui-state-hover a, .updraft-container .ui-state-hover a:hover, .updraft-container .ui-state-hover a:link, .updraft-container .ui-state-hover a:visited, .updraft-container .ui-state-focus a, .updraft-container .ui-state-focus a:hover, .updraft-container .ui-state-focus a:link, .updraft-container .ui-state-focus a:visited { color: #C77405; text-decoration: none; } .updraft-container .ui-state-active, .updraft-container .ui-widget-content .ui-state-active, .updraft-container .ui-widget-header .ui-state-active { border: 1px solid #C5C5C5; background: #F6F6F6; font-weight: normal; color: #454545; } .updraft-container .ui-state-active a, .updraft-container .ui-state-active a:link, .updraft-container .ui-state-active a:visited { color: #EB8F00; text-decoration: none; } .updraft-container .ui-state-highlight, .updraft-container .ui-widget-content .ui-state-highlight, .updraft-container .ui-widget-header .ui-state-highlight { border: 1px solid #FED22F; background: #FFE45C url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; color: #363636; } .updraft-container .ui-state-highlight a, .updraft-container .ui-widget-content .ui-state-highlight a, .updraft-container .ui-widget-header .ui-state-highlight a { color: #363636; } .updraft-container .ui-state-error, .updraft-container .ui-widget-content .ui-state-error, .updraft-container .ui-widget-header .ui-state-error { border: 1px solid #CD0A0A; background: #B81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #FFF; } .updraft-container .ui-state-error a, .updraft-container .ui-widget-content .ui-state-error a, .updraft-container .ui-widget-header .ui-state-error a { color: #FFF; } .updraft-container .ui-state-error-text, .updraft-container .ui-widget-content .ui-state-error-text, .updraft-container .ui-widget-header .ui-state-error-text { color: #FFF; } .updraft-container .ui-priority-primary, .updraft-container .ui-widget-content .ui-priority-primary, .updraft-container .ui-widget-header .ui-priority-primary { font-weight: bold; } .updraft-container .ui-priority-secondary, .updraft-container .ui-widget-content .ui-priority-secondary, .updraft-container .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: alpha(opacity=70); /* support: IE8 */ font-weight: normal; } .updraft-container .ui-state-disabled, .updraft-container .ui-widget-content .ui-state-disabled, .updraft-container .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: alpha(opacity=35); /* support: IE8 */ background-image: none; } .updraft-container .ui-state-disabled .ui-icon { filter: alpha(opacity=35); /* support: IE8 - See #6059 */; } .updraft-container .ui-icon { width: 16px; height: 16px; } .updraft-container .ui-icon, .updraft-container .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-widget-header .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); } .updraft-container .ui-state-default .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-hover .ui-icon, .updraft-container .ui-state-focus .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-active .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-highlight .ui-icon { background-image: url("images/ui-icons_228ef1_256x240.png"); } .updraft-container .ui-state-error .ui-icon, .updraft-container .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_ffd27a_256x240.png"); } .updraft-container .ui-icon-blank { background-position: 16px 16px; } .updraft-container .ui-icon-carat-1-n { background-position: 0 0; } .updraft-container .ui-icon-carat-1-ne { background-position: -16px 0; } .updraft-container .ui-icon-carat-1-e { background-position: -32px 0; } .updraft-container .ui-icon-carat-1-se { background-position: -48px 0; } .updraft-container .ui-icon-carat-1-s { background-position: -64px 0; } .updraft-container .ui-icon-carat-1-sw { background-position: -80px 0; } .updraft-container .ui-icon-carat-1-w { background-position: -96px 0; } .updraft-container .ui-icon-carat-1-nw { background-position: -112px 0; } .updraft-container .ui-icon-carat-2-n-s { background-position: -128px 0; } .updraft-container .ui-icon-carat-2-e-w { background-position: -144px 0; } .updraft-container .ui-icon-triangle-1-n { background-position: 0 -16px; } .updraft-container .ui-icon-triangle-1-ne { background-position: -16px -16px; } .updraft-container .ui-icon-triangle-1-e { background-position: -32px -16px; } .updraft-container .ui-icon-triangle-1-se { background-position: -48px -16px; } .updraft-container .ui-icon-triangle-1-s { background-position: -64px -16px; } .updraft-container .ui-icon-triangle-1-sw { background-position: -80px -16px; } .updraft-container .ui-icon-triangle-1-w { background-position: -96px -16px; } .updraft-container .ui-icon-triangle-1-nw { background-position: -112px -16px; } .updraft-container .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .updraft-container .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .updraft-container .ui-icon-arrow-1-n { background-position: 0 -32px; } .updraft-container .ui-icon-arrow-1-ne { background-position: -16px -32px; } .updraft-container .ui-icon-arrow-1-e { background-position: -32px -32px; } .updraft-container .ui-icon-arrow-1-se { background-position: -48px -32px; } .updraft-container .ui-icon-arrow-1-s { background-position: -64px -32px; } .updraft-container .ui-icon-arrow-1-sw { background-position: -80px -32px; } .updraft-container .ui-icon-arrow-1-w { background-position: -96px -32px; } .updraft-container .ui-icon-arrow-1-nw { background-position: -112px -32px; } .updraft-container .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .updraft-container .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .updraft-container .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .updraft-container .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .updraft-container .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .updraft-container .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .updraft-container .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .updraft-container .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .updraft-container .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .updraft-container .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .updraft-container .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .updraft-container .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .updraft-container .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .updraft-container .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .updraft-container .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .updraft-container .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .updraft-container .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .updraft-container .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .updraft-container .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .updraft-container .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .updraft-container .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .updraft-container .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .updraft-container .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .updraft-container .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .updraft-container .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .updraft-container .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .updraft-container .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .updraft-container .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .updraft-container .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .updraft-container .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .updraft-container .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .updraft-container .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .updraft-container .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .updraft-container .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .updraft-container .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .updraft-container .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .updraft-container .ui-icon-arrow-4 { background-position: 0 -80px; } .updraft-container .ui-icon-arrow-4-diag { background-position: -16px -80px; } .updraft-container .ui-icon-extlink { background-position: -32px -80px; } .updraft-container .ui-icon-newwin { background-position: -48px -80px; } .updraft-container .ui-icon-refresh { background-position: -64px -80px; } .updraft-container .ui-icon-shuffle { background-position: -80px -80px; } .updraft-container .ui-icon-transfer-e-w { background-position: -96px -80px; } .updraft-container .ui-icon-transferthick-e-w { background-position: -112px -80px; } .updraft-container .ui-icon-folder-collapsed { background-position: 0 -96px; } .updraft-container .ui-icon-folder-open { background-position: -16px -96px; } .updraft-container .ui-icon-document { background-position: -32px -96px; } .updraft-container .ui-icon-document-b { background-position: -48px -96px; } .updraft-container .ui-icon-note { background-position: -64px -96px; } .updraft-container .ui-icon-mail-closed { background-position: -80px -96px; } .updraft-container .ui-icon-mail-open { background-position: -96px -96px; } .updraft-container .ui-icon-suitcase { background-position: -112px -96px; } .updraft-container .ui-icon-comment { background-position: -128px -96px; } .updraft-container .ui-icon-person { background-position: -144px -96px; } .updraft-container .ui-icon-print { background-position: -160px -96px; } .updraft-container .ui-icon-trash { background-position: -176px -96px; } .updraft-container .ui-icon-locked { background-position: -192px -96px; } .updraft-container .ui-icon-unlocked { background-position: -208px -96px; } .updraft-container .ui-icon-bookmark { background-position: -224px -96px; } .updraft-container .ui-icon-tag { background-position: -240px -96px; } .updraft-container .ui-icon-home { background-position: 0 -112px; } .updraft-container .ui-icon-flag { background-position: -16px -112px; } .updraft-container .ui-icon-calendar { background-position: -32px -112px; } .updraft-container .ui-icon-cart { background-position: -48px -112px; } .updraft-container .ui-icon-pencil { background-position: -64px -112px; } .updraft-container .ui-icon-clock { background-position: -80px -112px; } .updraft-container .ui-icon-disk { background-position: -96px -112px; } .updraft-container .ui-icon-calculator { background-position: -112px -112px; } .updraft-container .ui-icon-zoomin { background-position: -128px -112px; } .updraft-container .ui-icon-zoomout { background-position: -144px -112px; } .updraft-container .ui-icon-search { background-position: -160px -112px; } .updraft-container .ui-icon-wrench { background-position: -176px -112px; } .updraft-container .ui-icon-gear { background-position: -192px -112px; } .updraft-container .ui-icon-heart { background-position: -208px -112px; } .updraft-container .ui-icon-star { background-position: -224px -112px; } .updraft-container .ui-icon-link { background-position: -240px -112px; } .updraft-container .ui-icon-cancel { background-position: 0 -128px; } .updraft-container .ui-icon-plus { background-position: -16px -128px; } .updraft-container .ui-icon-plusthick { background-position: -32px -128px; } .updraft-container .ui-icon-minus { background-position: -48px -128px; } .updraft-container .ui-icon-minusthick { background-position: -64px -128px; } .updraft-container .ui-icon-close { background-position: -80px -128px; } .updraft-container .ui-icon-closethick { background-position: -96px -128px; } .updraft-container .ui-icon-key { background-position: -112px -128px; } .updraft-container .ui-icon-lightbulb { background-position: -128px -128px; } .updraft-container .ui-icon-scissors { background-position: -144px -128px; } .updraft-container .ui-icon-clipboard { background-position: -160px -128px; } .updraft-container .ui-icon-copy { background-position: -176px -128px; } .updraft-container .ui-icon-contact { background-position: -192px -128px; } .updraft-container .ui-icon-image { background-position: -208px -128px; } .updraft-container .ui-icon-video { background-position: -224px -128px; } .updraft-container .ui-icon-script { background-position: -240px -128px; } .updraft-container .ui-icon-alert { background-position: 0 -144px; } .updraft-container .ui-icon-info { background-position: -16px -144px; } .updraft-container .ui-icon-notice { background-position: -32px -144px; } .updraft-container .ui-icon-help { background-position: -48px -144px; } .updraft-container .ui-icon-check { background-position: -64px -144px; } .updraft-container .ui-icon-bullet { background-position: -80px -144px; } .updraft-container .ui-icon-radio-on { background-position: -96px -144px; } .updraft-container .ui-icon-radio-off { background-position: -112px -144px; } .updraft-container .ui-icon-pin-w { background-position: -128px -144px; } .updraft-container .ui-icon-pin-s { background-position: -144px -144px; } .updraft-container .ui-icon-play { background-position: 0 -160px; } .updraft-container .ui-icon-pause { background-position: -16px -160px; } .updraft-container .ui-icon-seek-next { background-position: -32px -160px; } .updraft-container .ui-icon-seek-prev { background-position: -48px -160px; } .updraft-container .ui-icon-seek-end { background-position: -64px -160px; } .updraft-container .ui-icon-seek-start { background-position: -80px -160px; } .updraft-container .ui-icon-seek-first { background-position: -80px -160px; } .updraft-container .ui-icon-stop { background-position: -96px -160px; } .updraft-container .ui-icon-eject { background-position: -112px -160px; } .updraft-container .ui-icon-volume-off { background-position: -128px -160px; } .updraft-container .ui-icon-volume-on { background-position: -144px -160px; } .updraft-container .ui-icon-power { background-position: 0 -176px; } .updraft-container .ui-icon-signal-diag { background-position: -16px -176px; } .updraft-container .ui-icon-signal { background-position: -32px -176px; } .updraft-container .ui-icon-battery-0 { background-position: -48px -176px; } .updraft-container .ui-icon-battery-1 { background-position: -64px -176px; } .updraft-container .ui-icon-battery-2 { background-position: -80px -176px; } .updraft-container .ui-icon-battery-3 { background-position: -96px -176px; } .updraft-container .ui-icon-circle-plus { background-position: 0 -192px; } .updraft-container .ui-icon-circle-minus { background-position: -16px -192px; } .updraft-container .ui-icon-circle-close { background-position: -32px -192px; } .updraft-container .ui-icon-circle-triangle-e { background-position: -48px -192px; } .updraft-container .ui-icon-circle-triangle-s { background-position: -64px -192px; } .updraft-container .ui-icon-circle-triangle-w { background-position: -80px -192px; } .updraft-container .ui-icon-circle-triangle-n { background-position: -96px -192px; } .updraft-container .ui-icon-circle-arrow-e { background-position: -112px -192px; } .updraft-container .ui-icon-circle-arrow-s { background-position: -128px -192px; } .updraft-container .ui-icon-circle-arrow-w { background-position: -144px -192px; } .updraft-container .ui-icon-circle-arrow-n { background-position: -160px -192px; } .updraft-container .ui-icon-circle-zoomin { background-position: -176px -192px; } .updraft-container .ui-icon-circle-zoomout { background-position: -192px -192px; } .updraft-container .ui-icon-circle-check { background-position: -208px -192px; } .updraft-container .ui-icon-circlesmall-plus { background-position: 0 -208px; } .updraft-container .ui-icon-circlesmall-minus { background-position: -16px -208px; } .updraft-container .ui-icon-circlesmall-close { background-position: -32px -208px; } .updraft-container .ui-icon-squaresmall-plus { background-position: -48px -208px; } .updraft-container .ui-icon-squaresmall-minus { background-position: -64px -208px; } .updraft-container .ui-icon-squaresmall-close { background-position: -80px -208px; } .updraft-container .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .updraft-container .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .updraft-container .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .updraft-container .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .updraft-container .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .updraft-container .ui-icon-grip-diagonal-se { background-position: -80px -224px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-top, .updraft-container .ui-corner-left, .updraft-container .ui-corner-tl { border-top-left-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-top, .updraft-container .ui-corner-right, .updraft-container .ui-corner-tr { border-top-right-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-bottom, .updraft-container .ui-corner-left, .updraft-container .ui-corner-bl { border-bottom-left-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-bottom, .updraft-container .ui-corner-right, .updraft-container .ui-corner-br { border-bottom-right-radius: 4px; } .ui-widget-overlay { background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: 0.5; filter: alpha(opacity=50); /* support: IE8 */; } .updraft-container .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000; opacity: 0.2; filter: alpha(opacity=20); /* support: IE8 */ border-radius: 5px; } Cancellation and Refund Conditions – eStore HUBEK

Cancellation and Refund Conditions

Cancellation and Refund Conditions

CANCELLATION AND RETURN CONDITIONS

  1. General Information
    This text explains the cancellation and return processes of products and/or services purchased through estore.hubek.com.tr, which is operated by Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation). Unless otherwise stated, the provisions of the Consumer Protection Law No. 6502 and the relevant regulations apply.
  2. Cancellation Conditions
  1. Order Cancellation (Physical Products):
    • If the BUYER wishes to cancel their order after the payment stage, before the product is shipped, they can contact estore@hubek.com.tr or +90 212 711 66 66 to submit their order cancellation request.
    • When the order cancellation is approved, the refund will be made through the channel from which the payment was received, and this process may take 3-14 business days according to the procedures of the banks.
  2. Event/Training Cancellation:
    • The BUYER may cancel their order 14 days after the event or training date they will attend. cancellation request can be made up to 12 days in advance.
    • After the requested cancellation is evaluated by the SELLER, the result is notified to the BUYER in writing or via e-mail. If the cancellation is accepted, the payment refund will be made within the periods and methods specified in the contract.
    • In cancellation applications made within a shorter period than the specified period, there may be no partial refund or cancellation right. (Institutional costs are taken into account in organized services such as flight, accommodation, lesson program, etc.)
  3. Service Has Started to be Performed:
    • If the service (online education, lesson, seminar, etc.) has started with the BUYER’s approval before the cancellation period expires, the legal withdrawal right exceptions may come into play. In this case, the cancellation/return conditions are evaluated according to the conditions in the distance sales contract or service contract previously concluded between the BUYER and the SELLER.
  1. Return Conditions (Physical Products)
  1. Right of Withdrawal:
    • The BUYER may exercise the right of withdrawal for the physical product purchased within 14 (fourteen) days without giving any reason and without paying any penalty.
    • In order to exercise the right of withdrawal, it is sufficient for the BUYER to notify the SELLER in writing or via permanent data storage (e-mail, fax, etc.).
  2. Status of the Product to be Returned:
    • The product to be returned must be complete with its original box, packaging and all accessories. is expected.
    • If the product is assembled, used, damaged or has a condition that prevents it from being resold, the BUYER’s right to return may be restricted or the return request may be rejected.
  3. Return Shipping and Fees:
    • If the BUYER returns the product through the SELLER’s contracted cargo company, the cargo fee may be covered by the SELLER (in accordance with your institution’s policy). If another cargo company is used, the cargo fee may be the BUYER’s responsibility.
    • After the returned product is examined by the SELLER, the refund will be made to the BUYER within 14 days at the latest. The reflection of the return fee to the BUYER’s account may vary depending on the process differences arising from the bank.
  4. Defective / Damaged Products:
    • When the BUYER detects that the product received is defective or damaged, he/she must immediately notify the SELLER.
    • The requested replacement, repair or return transactions regarding the defective or damaged product are carried out within the framework of the optional rights in the Consumer Protection Law.
  1. Return Conditions (Services, Events and Training Programs)
  1. Right of Withdrawal and Exceptions:
    • If the BUYER purchases services such as training or events, he/she can generally benefit from the 14 (fourteen) day right of withdrawal. However, this right may not apply if the event date is very short, the performance of the service has started or other exceptions listed in the law are in question.
    • For example, if the date determined for the “Become a pilot for 1 day” event has been chosen by the BUYER and preparations for the event have been made, cancellation or refund requests may need to be made a certain period of time in advance in accordance with the program calendar.
  2. Education Package Contents:
    • If all or part of the relevant lessons/documents have been made available for access at the moment the education packages (online lessons, theoretical training, flight simulation, etc.) have been defined in the BUYER’s account and made available for use, the right to refund may be restricted.
    • In these cases, the BUYER must be clearly informed prior to purchase and in the contract about how the right of withdrawal will be affected by the start of performance.
  3. Return Process and Documents:
    • BUYER shall notify the cancellation/return request to estore@hubek.com.tr or +90 212 711 66 66.
    • SELLER shall evaluate the request and respond to BUYER in writing or via e-mail. If the return is approved, the fee will be refunded to the BUYER within 14 days at the latest.
  1. Fee Refund
  1. Refund According to Payment Method:
    • Payments made by credit card will be made to the credit card or bank card again after the return is approved.
    • Payments made by EFT/Bank Transfer will be refunded to the bank account provided by the BUYER.
  2. Refund Period:
    • The refund period starts from the SELLER’s approval of the cancellation or refund request and is completed within 14 days at the latest.
    • Due to the processes and procedures of banks, it takes 3-14 business days for the refund amount to be reflected in the BUYER’s account. may vary between.
  1. Contact Information

Fly Jet Aviation Education and Space Technologies LTD. ŞTİ. (HUBEK Aviation)
Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikdüzü/İstanbul
Phone: +90 212 711 66 66
E-mail: estore@hubek.com.tr

  1. Authorized Authority and Dispute Resolution
  • In transactions made as a consumer, consumers may apply to provincial/district consumer arbitration committees or consumer courts.
  • These conditions are subject to the laws of the Republic of Turkey and Istanbul Courts and Enforcement Offices are authorized to resolve disputes.