Version Description
( 2018-06-19 ) = - New: Icons for modules on Dashboard page - New: Summary module meta box on caching pages - New: Retain Asset Optimization settings on recheck of files - Enhance: Optimize stylesheets and javascript code - Enhance: Replace plugin menu icon font with inline SVG - Enhance: Various UI/UX improvements - Enhance: Compression savings calculations - Enhance: Database cleanup module to use builtin WordPress functions to clean expired transients - Enhance: Cloudflare meta box behavior - Enhance: Handling of individual expiry settings in Browser Caching module - Enhance: Better sync with the Hub - Fix: Gzip compression not properly detected on some sites - Fix: PHP warning during cron performance report - Fix: PHP warning after clicking on configure link on the Dashboard Advanced Tools meta box - Fix: RTL styles in CDN will now be processed correctly - Fix: Asset Optimization module incorrectly showing 0% savings - Fix: Asset Optimization module include/exclude toggle not enabling Publish Changes button - Fix: Translation strings - Fix: Clear cache button on admin tab not working properly on some installs
Release Info
Developer | vanyukov |
Plugin | Hummingbird Page Speed Optimization |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
- _src/fonts/wphb.eot +0 -0
- _src/fonts/wphb.svg +0 -11
- _src/fonts/wphb.ttf +0 -0
- _src/fonts/wphb.woff +0 -0
- _src/image/graphic-caching-top.png +0 -0
- _src/image/graphic-caching-top@2x.png +0 -0
- _src/image/graphic-hb-cf-sell.png +0 -0
- _src/image/{hb-graphic-db-upsell@1x.png → hb-graphic-db-upsell.png} +0 -0
- _src/js/admin-advanced.js +2 -6
- _src/js/admin-caching.js +76 -43
- _src/js/admin-dashboard-cloudflare.js +35 -7
- _src/js/admin-dashboard.js +2 -6
- _src/js/admin-gzip.js +0 -3
- _src/js/admin-main.js +3 -66
- _src/js/admin-minification.js +7 -12
- _src/js/admin-performance.js +7 -23
- _src/js/index.js +8 -0
- _src/js/shared-ui.js +0 -1
- _src/js/utils/clipboard.js +0 -790
- _src/js/utils/fetcher.js +8 -0
- _src/scss/app.scss +105 -841
- _src/scss/common/_buttons.scss +19 -181
- _src/scss/common/_classes.scss +0 -48
- _src/scss/common/_functions.scss +0 -9
- _src/scss/common/_layout.scss +0 -611
- _src/scss/common/_mixins.scss +1 -29
- _src/scss/common/_modals.scss +1 -89
- _src/scss/common/_overwrites.scss +22 -162
- _src/scss/common/_typography.scss +0 -164
- _src/scss/common/_variables.scss +0 -18
- _src/scss/components/_border_frame.scss +0 -14
- _src/scss/components/_notices.scss +6 -121
- _src/scss/components/_pills.scss +0 -4
- _src/scss/modules/_advanced.scss +9 -13
- _src/scss/modules/_caching.scss +149 -425
- _src/scss/modules/_dashboard.scss +120 -552
- _src/scss/modules/_gzip.scss +32 -40
- _src/scss/modules/_minification.scss +141 -178
- _src/scss/modules/_performance.scss +223 -353
- _src/scss/modules/_uptime.scss +201 -198
- _src/scss/shared-ui.scss +0 -1
- admin/abstract-class-admin-page.php +3 -6
- admin/assets/css/app.min.css +4 -1
- admin/assets/css/app.min.css.map +1 -1
- admin/assets/css/wphb-font.css +0 -18
- admin/assets/fonts/WPMU-DEV-Icon.eot +0 -0
- admin/assets/fonts/WPMU-DEV-Icon.svg +0 -36
Binary file
|
@@ -1,11 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by IcoMoon</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="icomoon" horiz-adv-x="1024">
|
7 |
-
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
-
<missing-glyph horiz-adv-x="1024" />
|
9 |
-
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
-
<glyph unicode="" glyph-name="hb-black" d="M243.833 739.689c215.087 51.368 249.263-143.657 249.263-143.657s18.679 66.415 57.352 66.415c131.446 0 335.534 30.406 405.165 41.509-90.137 154.223-254.902 256.186-443.482 256.186-151.958 0-288.453-66.206-382.213-171.347zM414.955 25.971s4.531 48.428 90.836 170.465c-181.569 86.478-172.644 284.235-172.644 284.235s-51.368 100.487-113.874 231.484l-106.333 56.591c-70.355-86.948-112.947-198.882-112.947-320.763 0-282.741 229.207-511.948 511.948-511.948 0.015 0 0.029 0 0.044 0h2.592zM626.306 377.97c23.799-252.238-43.862-177.833-49.95-437.958 253.747 33.26 447.628 248.132 447.628 508.288 0 28.158-2.271 55.786-6.641 82.709-151.702-62.653-358.211-142.109-391.038-153.039z" />
|
11 |
-
</font></defs></svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
@@ -104,9 +104,7 @@ import Fetcher from './utils/fetcher';
|
|
104 |
modal.find( 'p' ).html( dialog );
|
105 |
modal.find( '.wphb-delete-db-row' ).attr( 'data-type', type );
|
106 |
|
107 |
-
|
108 |
-
let dia = new A11yDialog(el);
|
109 |
-
dia.show();
|
110 |
},
|
111 |
|
112 |
/**
|
@@ -115,9 +113,7 @@ import Fetcher from './utils/fetcher';
|
|
115 |
* @param type Data type to delete from db (See data-type element for each row in the code).
|
116 |
*/
|
117 |
confirmDelete: function ( type ) {
|
118 |
-
|
119 |
-
let dialog = new A11yDialog(el);
|
120 |
-
dialog.hide();
|
121 |
|
122 |
let row;
|
123 |
let footer = $('.box-advanced-db .sui-box-footer');
|
104 |
modal.find( 'p' ).html( dialog );
|
105 |
modal.find( '.wphb-delete-db-row' ).attr( 'data-type', type );
|
106 |
|
107 |
+
SUI.dialogs["wphb-database-cleanup-modal"].show();
|
|
|
|
|
108 |
},
|
109 |
|
110 |
/**
|
113 |
* @param type Data type to delete from db (See data-type element for each row in the code).
|
114 |
*/
|
115 |
confirmDelete: function ( type ) {
|
116 |
+
SUI.dialogs["wphb-database-cleanup-modal"].hide();
|
|
|
|
|
117 |
|
118 |
let row;
|
119 |
let footer = $('.box-advanced-db .sui-box-footer');
|
@@ -1,4 +1,3 @@
|
|
1 |
-
import Clipboard from './utils/clipboard';
|
2 |
import Fetcher from './utils/fetcher';
|
3 |
|
4 |
( function( $ ) {
|
@@ -18,7 +17,7 @@ import Fetcher from './utils/fetcher';
|
|
18 |
pageCachingForm = $('form[id="page-caching-form"]'),
|
19 |
rssForm = $('form[id="rss-caching-settings"]'),
|
20 |
gravatarDiv = $('div[id="wphb-box-caching-gravatar"]'),
|
21 |
-
cachingHeader = $('.box-caching-
|
22 |
expiryForm = $('form[id="expiry-settings"]'),
|
23 |
settingsForm = $('form[id="other-caching-settings"]');
|
24 |
|
@@ -26,17 +25,17 @@ import Fetcher from './utils/fetcher';
|
|
26 |
self.serverSelector = $('#wphb-server-type');
|
27 |
self.selectedServer = self.serverSelector.val();
|
28 |
|
29 |
-
// Init clipboard module.
|
30 |
-
new Clipboard('.wphb-code-snippet .button');
|
31 |
-
|
32 |
/** @var {array} wphbCachingStrings */
|
33 |
if ( wphbCachingStrings ) {
|
34 |
self.strings = wphbCachingStrings;
|
35 |
}
|
36 |
|
37 |
-
if ( hash ) {
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
40 |
}
|
41 |
|
42 |
/**
|
@@ -71,9 +70,9 @@ import Fetcher from './utils/fetcher';
|
|
71 |
$(window).trigger( 'resize' );
|
72 |
|
73 |
// Init code snippets.
|
74 |
-
self.snippets.apache = $('
|
75 |
-
self.snippets.LiteSpeed = $('
|
76 |
-
self.snippets.nginx = $('#wphb-
|
77 |
|
78 |
// Server type changed.
|
79 |
self.serverSelector.change( function() {
|
@@ -92,12 +91,12 @@ import Fetcher from './utils/fetcher';
|
|
92 |
let expirySettingsForm = $('.sui-box-settings-row');
|
93 |
expiryInput.change( function() {
|
94 |
if ( 'all' === this.value ) {
|
95 |
-
expirySettingsForm.find( "[data-type='expiry-single']" ).
|
96 |
-
expirySettingsForm.find( "[data-type='expiry-all']" ).
|
97 |
}
|
98 |
else if ( 'single' === this.value ) {
|
99 |
-
expirySettingsForm.find( "[data-type='expiry-all']" ).
|
100 |
-
expirySettingsForm.find( "[data-type='expiry-single']" ).
|
101 |
self.selectedExpiryType = 'single';
|
102 |
}
|
103 |
|
@@ -128,6 +127,7 @@ import Fetcher from './utils/fetcher';
|
|
128 |
|
129 |
if ( 'undefined' !== typeof response && response.success ) {
|
130 |
WPHB_Admin.notices.show( 'wphb-ajax-update-notice', true, 'success', self.strings.successRecheckStatus );
|
|
|
131 |
}
|
132 |
else {
|
133 |
WPHB_Admin.notices.show( 'wphb-ajax-update-notice', true, 'error', self.strings.errorRecheckStatus );
|
@@ -141,24 +141,33 @@ import Fetcher from './utils/fetcher';
|
|
141 |
|
142 |
const button = $('.update-htaccess');
|
143 |
const spinner = $('.wphb-expiry-changes .spinner');
|
|
|
144 |
|
145 |
button.addClass('disabled');
|
146 |
spinner.addClass('visible');
|
147 |
|
148 |
let expiry_times = self.getExpiryTimes( self.selectedExpiryType );
|
149 |
Fetcher.caching.setExpiration( expiry_times );
|
150 |
-
Fetcher.caching.updateHtaccess()
|
151 |
-
.then( ( response ) => {
|
152 |
-
button.removeClass('disabled');
|
153 |
-
spinner.removeClass('visible');
|
154 |
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
});
|
163 |
|
164 |
// View code clicked (when rules already in .htaccess and expiry values are updated).
|
@@ -177,9 +186,18 @@ import Fetcher from './utils/fetcher';
|
|
177 |
|
178 |
// Activate button clicked.
|
179 |
$('.activate-button').on('click', function(e) {
|
180 |
-
|
181 |
-
|
182 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
});
|
184 |
|
185 |
/**
|
@@ -187,14 +205,10 @@ import Fetcher from './utils/fetcher';
|
|
187 |
*/
|
188 |
|
189 |
// Connect Cloudflare link clicked.
|
190 |
-
$('
|
191 |
e.preventDefault();
|
192 |
-
|
193 |
-
self.
|
194 |
-
self.setServer('cloudflare');
|
195 |
-
self.showServerInstructions('cloudflare');
|
196 |
-
self.selectedServer = 'cloudflare';
|
197 |
-
$('html, body').animate({ scrollTop: $('#cloudflare-steps').offset().top }, 'slow');
|
198 |
});
|
199 |
|
200 |
// "# of your cache types don’t meet the recommended expiry period" notice clicked.
|
@@ -207,7 +221,7 @@ import Fetcher from './utils/fetcher';
|
|
207 |
$('#dismiss-cf-notice').on( 'click', function(e) {
|
208 |
e.preventDefault();
|
209 |
Fetcher.notice.dismissCloudflareDash();
|
210 |
-
('.cf-dash-notice').slideUp().parent().addClass('no-background-image');
|
211 |
});
|
212 |
|
213 |
/**
|
@@ -320,25 +334,44 @@ import Fetcher from './utils/fetcher';
|
|
320 |
Fetcher.caching.setServer( value );
|
321 |
},
|
322 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
hideCurrentInstructions: function() {
|
324 |
if ( this.serverInstructions[ this.selectedServer ] ) {
|
325 |
-
this.serverInstructions[ this.selectedServer ].
|
326 |
}
|
327 |
},
|
328 |
|
329 |
showServerInstructions: function( server ) {
|
330 |
if ( typeof this.serverInstructions[ server ] !== 'undefined' ) {
|
331 |
let serverTab = this.serverInstructions[ server ];
|
332 |
-
serverTab.
|
333 |
// Show tab.
|
334 |
serverTab.find('.sui-tab:first-child > label').trigger('click');
|
335 |
}
|
336 |
|
337 |
if ( 'apache' === server || 'LiteSpeed' === server ) {
|
338 |
-
$( '.enable-cache-wrap-' + server ).
|
339 |
-
}
|
340 |
-
|
341 |
-
$( '#enable-cache-wrap' ).hide();
|
342 |
}
|
343 |
},
|
344 |
|
|
|
1 |
import Fetcher from './utils/fetcher';
|
2 |
|
3 |
( function( $ ) {
|
17 |
pageCachingForm = $('form[id="page-caching-form"]'),
|
18 |
rssForm = $('form[id="rss-caching-settings"]'),
|
19 |
gravatarDiv = $('div[id="wphb-box-caching-gravatar"]'),
|
20 |
+
cachingHeader = $('.box-caching-status .sui-box-header'),
|
21 |
expiryForm = $('form[id="expiry-settings"]'),
|
22 |
settingsForm = $('form[id="other-caching-settings"]');
|
23 |
|
25 |
self.serverSelector = $('#wphb-server-type');
|
26 |
self.selectedServer = self.serverSelector.val();
|
27 |
|
|
|
|
|
|
|
28 |
/** @var {array} wphbCachingStrings */
|
29 |
if ( wphbCachingStrings ) {
|
30 |
self.strings = wphbCachingStrings;
|
31 |
}
|
32 |
|
33 |
+
if ( hash && $(hash).length ) {
|
34 |
+
setTimeout(function () {
|
35 |
+
$('html, body').animate({ scrollTop: $(hash).offset().top }, 'slow');
|
36 |
+
}, 300);
|
37 |
+
} else if ( '#connect-cloudflare' === hash ) {
|
38 |
+
self.setCloudflare();
|
39 |
}
|
40 |
|
41 |
/**
|
70 |
$(window).trigger( 'resize' );
|
71 |
|
72 |
// Init code snippets.
|
73 |
+
self.snippets.apache = $('.apache-instructions').find('pre.sui-code-snippet');
|
74 |
+
self.snippets.LiteSpeed = $('.litespeed-instructions').find('pre.sui-code-snippet');
|
75 |
+
self.snippets.nginx = $('#wphb-server-instructions-nginx').find('pre.sui-code-snippet');
|
76 |
|
77 |
// Server type changed.
|
78 |
self.serverSelector.change( function() {
|
91 |
let expirySettingsForm = $('.sui-box-settings-row');
|
92 |
expiryInput.change( function() {
|
93 |
if ( 'all' === this.value ) {
|
94 |
+
expirySettingsForm.find( "[data-type='expiry-single']" ).addClass( 'sui-hidden' );
|
95 |
+
expirySettingsForm.find( "[data-type='expiry-all']" ).removeClass( 'sui-hidden' );
|
96 |
}
|
97 |
else if ( 'single' === this.value ) {
|
98 |
+
expirySettingsForm.find( "[data-type='expiry-all']" ).addClass( 'sui-hidden' );
|
99 |
+
expirySettingsForm.find( "[data-type='expiry-single']" ).removeClass( 'sui-hidden' );
|
100 |
self.selectedExpiryType = 'single';
|
101 |
}
|
102 |
|
127 |
|
128 |
if ( 'undefined' !== typeof response && response.success ) {
|
129 |
WPHB_Admin.notices.show( 'wphb-ajax-update-notice', true, 'success', self.strings.successRecheckStatus );
|
130 |
+
self.reloadExpiryTags( response.expiry_values );
|
131 |
}
|
132 |
else {
|
133 |
WPHB_Admin.notices.show( 'wphb-ajax-update-notice', true, 'error', self.strings.errorRecheckStatus );
|
141 |
|
142 |
const button = $('.update-htaccess');
|
143 |
const spinner = $('.wphb-expiry-changes .spinner');
|
144 |
+
const notice = $('#wphb-expiry-change-notice');
|
145 |
|
146 |
button.addClass('disabled');
|
147 |
spinner.addClass('visible');
|
148 |
|
149 |
let expiry_times = self.getExpiryTimes( self.selectedExpiryType );
|
150 |
Fetcher.caching.setExpiration( expiry_times );
|
|
|
|
|
|
|
|
|
151 |
|
152 |
+
// Set timeout to allow new expiry values to be saved.
|
153 |
+
setTimeout(
|
154 |
+
function()
|
155 |
+
{
|
156 |
+
Fetcher.caching.updateHtaccess()
|
157 |
+
.then( ( response ) => {
|
158 |
+
button.removeClass('disabled');
|
159 |
+
spinner.removeClass('visible');
|
160 |
+
notice.slideUp('slow');
|
161 |
+
|
162 |
+
if ( 'undefined' !== typeof response && response.success ) {
|
163 |
+
WPHB_Admin.notices.show( 'wphb-ajax-update-notice', true, 'success', wphb.strings.htaccessUpdated );
|
164 |
+
}
|
165 |
+
else {
|
166 |
+
WPHB_Admin.notices.show( 'wphb-ajax-update-notice', true, 'error', self.strings.htaccessUpdatedFailed );
|
167 |
+
}
|
168 |
+
});
|
169 |
+
}, 1000);
|
170 |
+
|
171 |
});
|
172 |
|
173 |
// View code clicked (when rules already in .htaccess and expiry values are updated).
|
186 |
|
187 |
// Activate button clicked.
|
188 |
$('.activate-button').on('click', function(e) {
|
189 |
+
e.preventDefault();
|
190 |
+
$(this).addClass('sui-button-onload');
|
191 |
+
// Update expiration times.
|
192 |
+
let expiry_times = self.getExpiryTimes( self.selectedExpiryType );
|
193 |
+
Fetcher.caching.setExpiration( expiry_times );
|
194 |
+
let redirect = $(this).attr('href');
|
195 |
+
// Set timeout to allow new expiry values to be saved.
|
196 |
+
setTimeout(
|
197 |
+
function()
|
198 |
+
{
|
199 |
+
window.location = redirect;
|
200 |
+
}, 1000);
|
201 |
});
|
202 |
|
203 |
/**
|
205 |
*/
|
206 |
|
207 |
// Connect Cloudflare link clicked.
|
208 |
+
$('.connect-cloudflare-link').on('click', function(e) {
|
209 |
e.preventDefault();
|
210 |
+
window.location.hash = 'connect-cloudflare';
|
211 |
+
self.setCloudflare();
|
|
|
|
|
|
|
|
|
212 |
});
|
213 |
|
214 |
// "# of your cache types don’t meet the recommended expiry period" notice clicked.
|
221 |
$('#dismiss-cf-notice').on( 'click', function(e) {
|
222 |
e.preventDefault();
|
223 |
Fetcher.notice.dismissCloudflareDash();
|
224 |
+
$('.cf-dash-notice').slideUp().parent().addClass('no-background-image');
|
225 |
});
|
226 |
|
227 |
/**
|
334 |
Fetcher.caching.setServer( value );
|
335 |
},
|
336 |
|
337 |
+
setCloudflare: function() {
|
338 |
+
$('#wphb-server-type').val('cloudflare').trigger('sui:change');
|
339 |
+
this.hideCurrentInstructions();
|
340 |
+
this.setServer('cloudflare');
|
341 |
+
this.showServerInstructions('cloudflare');
|
342 |
+
this.selectedServer = 'cloudflare';
|
343 |
+
|
344 |
+
setTimeout(function () {
|
345 |
+
$('html, body').animate({ scrollTop: $('#cloudflare-steps').offset().top }, 'slow');
|
346 |
+
}, 300);
|
347 |
+
},
|
348 |
+
|
349 |
+
reloadExpiryTags: function( expiry_values ) {
|
350 |
+
for (let k in expiry_values){
|
351 |
+
if (expiry_values.hasOwnProperty(k)) {
|
352 |
+
$('#wphb-caching-expiry-' + k).text(expiry_values[k]);
|
353 |
+
}
|
354 |
+
}
|
355 |
+
},
|
356 |
+
|
357 |
hideCurrentInstructions: function() {
|
358 |
if ( this.serverInstructions[ this.selectedServer ] ) {
|
359 |
+
this.serverInstructions[ this.selectedServer ].addClass( 'sui-hidden' );
|
360 |
}
|
361 |
},
|
362 |
|
363 |
showServerInstructions: function( server ) {
|
364 |
if ( typeof this.serverInstructions[ server ] !== 'undefined' ) {
|
365 |
let serverTab = this.serverInstructions[ server ];
|
366 |
+
serverTab.removeClass( 'sui-hidden' );
|
367 |
// Show tab.
|
368 |
serverTab.find('.sui-tab:first-child > label').trigger('click');
|
369 |
}
|
370 |
|
371 |
if ( 'apache' === server || 'LiteSpeed' === server ) {
|
372 |
+
$( '.enable-cache-wrap-' + server ).removeClass( 'sui-hidden' );
|
373 |
+
} else {
|
374 |
+
$( '#enable-cache-wrap' ).addClass( 'sui-hidden' );
|
|
|
375 |
}
|
376 |
},
|
377 |
|
@@ -11,14 +11,22 @@ import Fetcher from './utils/fetcher';
|
|
11 |
this.$infoBox = $( '#cloudflare-info' );
|
12 |
this.$spinner = $( '.cloudflare-spinner' );
|
13 |
this.$deactivateButton = $('.cloudflare-deactivate.button');
|
|
|
14 |
|
15 |
this.renderStep( this.currentStep );
|
16 |
|
17 |
-
|
18 |
e.preventDefault();
|
19 |
this.purgeCache.apply( $(e.target), [this] );
|
20 |
}.bind(this));
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
},
|
23 |
|
24 |
purgeCache: function( self ) {
|
@@ -65,13 +73,13 @@ import Fetcher from './utils/fetcher';
|
|
65 |
|
66 |
$howToInstructions.hide();
|
67 |
|
68 |
-
$('
|
69 |
e.preventDefault();
|
70 |
$howToInstructions.toggle();
|
71 |
});
|
72 |
|
73 |
this.$stepsContainer.find( 'select' ).each( function() {
|
74 |
-
suiSelect( this );
|
75 |
});
|
76 |
|
77 |
if ( 'final' === this.currentStep ) {
|
@@ -86,10 +94,30 @@ import Fetcher from './utils/fetcher';
|
|
86 |
this.$infoBox.removeClass();
|
87 |
},
|
88 |
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
},
|
94 |
|
95 |
showSpinner: function() {
|
11 |
this.$infoBox = $( '#cloudflare-info' );
|
12 |
this.$spinner = $( '.cloudflare-spinner' );
|
13 |
this.$deactivateButton = $('.cloudflare-deactivate.button');
|
14 |
+
this.$body = $('body');
|
15 |
|
16 |
this.renderStep( this.currentStep );
|
17 |
|
18 |
+
this.$body.on( 'click', 'input[type="submit"].cloudflare-clear-cache', function(e ) {
|
19 |
e.preventDefault();
|
20 |
this.purgeCache.apply( $(e.target), [this] );
|
21 |
}.bind(this));
|
22 |
|
23 |
+
this.$body.on( 'click', '#cf-recheck-zones', function(e ) {
|
24 |
+
e.preventDefault();
|
25 |
+
$('#cf-recheck-zones').addClass('sui-button-onload');
|
26 |
+
this.updateZones.apply( $(e.target), [this] );
|
27 |
+
}.bind(this));
|
28 |
+
|
29 |
+
|
30 |
},
|
31 |
|
32 |
purgeCache: function( self ) {
|
73 |
|
74 |
$howToInstructions.hide();
|
75 |
|
76 |
+
$('a.cloudflare-how-to-title').click( function( e ) {
|
77 |
e.preventDefault();
|
78 |
$howToInstructions.toggle();
|
79 |
});
|
80 |
|
81 |
this.$stepsContainer.find( 'select' ).each( function() {
|
82 |
+
SUI.suiSelect( this );
|
83 |
});
|
84 |
|
85 |
if ( 'final' === this.currentStep ) {
|
94 |
this.$infoBox.removeClass();
|
95 |
},
|
96 |
|
97 |
+
updateZones: function( self ) {
|
98 |
+
self.hideInfoBox();
|
99 |
+
Fetcher.cloudflare.recheckZones()
|
100 |
+
.then( ( response ) => {
|
101 |
+
self.data.zones = response.zones;
|
102 |
+
self.renderStep(self.currentStep);
|
103 |
+
$('#cf-recheck-zones').removeClass('sui-button-onload');
|
104 |
+
|
105 |
+
}).catch( ( error ) => {
|
106 |
+
self.showInfoBox( error, 'warning' );
|
107 |
+
$('#cf-recheck-zones').removeClass('sui-button-onload');
|
108 |
+
});
|
109 |
+
},
|
110 |
+
|
111 |
+
showInfoBox: function( message, notice_class = 'error' ) {
|
112 |
+
this.$infoBox.addClass( 'sui-notice' );
|
113 |
+
this.$infoBox.addClass( 'sui-notice-' + notice_class );
|
114 |
+
this.$infoBox.addClass( 'sui-notice-sm' );
|
115 |
+
this.$infoBox.html( '<p>' + message + ' </p>' );
|
116 |
+
},
|
117 |
+
|
118 |
+
hideInfoBox: function() {
|
119 |
+
this.$infoBox.removeClass();
|
120 |
+
this.$infoBox.html( '' );
|
121 |
},
|
122 |
|
123 |
showSpinner: function() {
|
@@ -77,9 +77,7 @@ import Fetcher from './utils/fetcher';
|
|
77 |
*/
|
78 |
startQuickSetup: function () {
|
79 |
// Show quick setup modal
|
80 |
-
|
81 |
-
let dialog = new A11yDialog(el);
|
82 |
-
dialog.show();
|
83 |
|
84 |
},
|
85 |
|
@@ -98,9 +96,7 @@ import Fetcher from './utils/fetcher';
|
|
98 |
*/
|
99 |
runPerformanceTest: function() {
|
100 |
// Show performance test modal
|
101 |
-
|
102 |
-
let dialog = new A11yDialog(el);
|
103 |
-
dialog.show();
|
104 |
|
105 |
// Run performance test
|
106 |
const module = window.WPHB_Admin.getModule('performance');
|
77 |
*/
|
78 |
startQuickSetup: function () {
|
79 |
// Show quick setup modal
|
80 |
+
SUI.dialogs['wphb-quick-setup-modal'].show();
|
|
|
|
|
81 |
|
82 |
},
|
83 |
|
96 |
*/
|
97 |
runPerformanceTest: function() {
|
98 |
// Show performance test modal
|
99 |
+
SUI.dialogs['run-performance-test-modal'].show();
|
|
|
|
|
100 |
|
101 |
// Run performance test
|
102 |
const module = window.WPHB_Admin.getModule('performance');
|
@@ -1,5 +1,4 @@
|
|
1 |
import Fetcher from './utils/fetcher';
|
2 |
-
import Clipboard from './utils/clipboard';
|
3 |
|
4 |
(function($) {
|
5 |
WPHB_Admin.gzip = {
|
@@ -18,8 +17,6 @@ import Clipboard from './utils/clipboard';
|
|
18 |
troubleshootingLink = $("#troubleshooting-link"),
|
19 |
troubleshootingLinkLiteSpeed = $("#troubleshooting-link-litespeed");
|
20 |
|
21 |
-
new Clipboard('.wphb-code-snippet .button');
|
22 |
-
|
23 |
instructionsList.each(function() {
|
24 |
self.$serverInstructions[$(this).data("server")] = $(this);
|
25 |
});
|
1 |
import Fetcher from './utils/fetcher';
|
|
|
2 |
|
3 |
(function($) {
|
4 |
WPHB_Admin.gzip = {
|
17 |
troubleshootingLink = $("#troubleshooting-link"),
|
18 |
troubleshootingLinkLiteSpeed = $("#troubleshooting-link-litespeed");
|
19 |
|
|
|
|
|
20 |
instructionsList.each(function() {
|
21 |
self.$serverInstructions[$(this).data("server")] = $(this);
|
22 |
});
|
@@ -7,28 +7,6 @@ import Fetcher from './utils/fetcher';
|
|
7 |
modules: [],
|
8 |
// Common functionality to all screens
|
9 |
init: function() {
|
10 |
-
|
11 |
-
// Mobile navigation links.
|
12 |
-
let mobileNav = document.querySelector('select.mobile-nav');
|
13 |
-
|
14 |
-
if ( mobileNav ) {
|
15 |
-
mobileNav.onchange = (e) => {
|
16 |
-
const url = e.target.value;
|
17 |
-
if (url.length > 0) {
|
18 |
-
location.href = url;
|
19 |
-
}
|
20 |
-
};
|
21 |
-
}
|
22 |
-
|
23 |
-
/* Above code replaces this with native js
|
24 |
-
$('body').on('change', '.mobile-nav', function () {
|
25 |
-
let url = $(this).val();
|
26 |
-
if (url.length > 0) {
|
27 |
-
location.href = url;
|
28 |
-
}
|
29 |
-
});
|
30 |
-
*/
|
31 |
-
|
32 |
// Dismiss notice via an ajax call.
|
33 |
let notice = document.querySelector('#wphb-dismissable > .sui-notice-dismiss');
|
34 |
|
@@ -38,47 +16,6 @@ import Fetcher from './utils/fetcher';
|
|
38 |
Fetcher.notice.dismiss(notice_id);
|
39 |
});
|
40 |
}
|
41 |
-
|
42 |
-
/* Above code replaces this with native js
|
43 |
-
$('#wphb-dismissable').on('click', '.close', function() {
|
44 |
-
const notice_id = $(this).parent().attr('data-id');
|
45 |
-
Fetcher.notice.dismiss( notice_id );
|
46 |
-
});
|
47 |
-
*/
|
48 |
-
|
49 |
-
function updatePerformanceGraph($wrap){
|
50 |
-
let $item = $wrap.find('.wphb-score-result-label'),
|
51 |
-
val = parseInt($item.text(), 10) || 100,
|
52 |
-
$circle = $wrap.find(".wphb-score-graph-result"),
|
53 |
-
r, c, pct
|
54 |
-
;
|
55 |
-
r = $circle.attr('r');
|
56 |
-
c = Math.PI*(r*2);
|
57 |
-
|
58 |
-
if (val < 0) { val = 0;}
|
59 |
-
if (val > 100) { val = 100;}
|
60 |
-
|
61 |
-
pct = ((100-val)/100)*c;
|
62 |
-
|
63 |
-
$circle.css({ strokeDashoffset: pct});
|
64 |
-
}
|
65 |
-
|
66 |
-
function updatePerformanceResultsGraphs(){
|
67 |
-
// Update Overall Score
|
68 |
-
$(".wphb-performance-report-overall-score").each(function(){
|
69 |
-
updatePerformanceGraph($(this));
|
70 |
-
});
|
71 |
-
|
72 |
-
// Update All Scores
|
73 |
-
$(".wphb-performance-report-item-score").each(function(){
|
74 |
-
updatePerformanceGraph($(this));
|
75 |
-
});
|
76 |
-
}
|
77 |
-
window.register_events_performance = function(){
|
78 |
-
setTimeout(updatePerformanceResultsGraphs, 500);
|
79 |
-
};
|
80 |
-
$(function(){ setTimeout(updatePerformanceResultsGraphs, 500); });
|
81 |
-
|
82 |
},
|
83 |
initModule: function( module ) {
|
84 |
if ( this.hasOwnProperty( module ) ) {
|
@@ -99,9 +36,7 @@ import Fetcher from './utils/fetcher';
|
|
99 |
WPHB_Admin.utils = {
|
100 |
membershipModal: {
|
101 |
open: function() {
|
102 |
-
|
103 |
-
let dialog = new A11yDialog(el);
|
104 |
-
dialog.show();
|
105 |
}
|
106 |
},
|
107 |
|
@@ -130,6 +65,8 @@ import Fetcher from './utils/fetcher';
|
|
130 |
* @param top Scroll to top.
|
131 |
* @param type Error or success.
|
132 |
* @param message Message to display.
|
|
|
|
|
133 |
*/
|
134 |
show: function( id, top = false, type = '', message = wphb.strings.successUpdate ) {
|
135 |
const notice = $('#' + id);
|
7 |
modules: [],
|
8 |
// Common functionality to all screens
|
9 |
init: function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
// Dismiss notice via an ajax call.
|
11 |
let notice = document.querySelector('#wphb-dismissable > .sui-notice-dismiss');
|
12 |
|
16 |
Fetcher.notice.dismiss(notice_id);
|
17 |
});
|
18 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
initModule: function( module ) {
|
21 |
if ( this.hasOwnProperty( module ) ) {
|
36 |
WPHB_Admin.utils = {
|
37 |
membershipModal: {
|
38 |
open: function() {
|
39 |
+
SUI.dialogs['wphb-upgrade-membership-modal'].show();
|
|
|
|
|
40 |
}
|
41 |
},
|
42 |
|
65 |
* @param top Scroll to top.
|
66 |
* @param type Error or success.
|
67 |
* @param message Message to display.
|
68 |
+
*
|
69 |
+
* @var {array} wphb
|
70 |
*/
|
71 |
show: function( id, top = false, type = '', message = wphb.strings.successUpdate ) {
|
72 |
const notice = $('#' + id);
|
@@ -37,9 +37,8 @@ import Scanner from './minification/Scanner';
|
|
37 |
if (this.$checkFilesButton.length) {
|
38 |
this.$checkFilesButton.click(function (e) {
|
39 |
e.preventDefault();
|
40 |
-
|
41 |
-
|
42 |
-
dialog.show();
|
43 |
|
44 |
$(this).attr('disabled', true);
|
45 |
self.updateProgressBar(self.scanner.getProgress());
|
@@ -59,14 +58,14 @@ import Scanner from './minification/Scanner';
|
|
59 |
});
|
60 |
|
61 |
// Track changes done to minification files.
|
62 |
-
$(':input.toggle-checkbox').on('change', function () {
|
63 |
let row = $(this).closest('.wphb-border-row');
|
64 |
let row_status = row.find('span.wphb-row-status-changed');
|
65 |
$(this).toggleClass('changed');
|
66 |
if (row.find('.changed').length !== 0) {
|
67 |
-
row_status.removeClass('hidden');
|
68 |
} else {
|
69 |
-
row_status.addClass('hidden');
|
70 |
}
|
71 |
let changed = $('.wphb-minification-files').find('input.changed');
|
72 |
if ( changed.length !== 0 ) {
|
@@ -94,18 +93,14 @@ import Scanner from './minification/Scanner';
|
|
94 |
switchButtons.on('click', function (e) {
|
95 |
e.preventDefault();
|
96 |
|
97 |
-
|
98 |
-
let dialog = new A11yDialog(el);
|
99 |
-
dialog.show();
|
100 |
});
|
101 |
|
102 |
// Switch back to basic mode
|
103 |
$('.box-title-advanced > a').on('click', function (e) {
|
104 |
e.preventDefault();
|
105 |
|
106 |
-
|
107 |
-
let dialog = new A11yDialog(el);
|
108 |
-
dialog.show();
|
109 |
});
|
110 |
|
111 |
// Filter action button on Asset Optimization page
|
37 |
if (this.$checkFilesButton.length) {
|
38 |
this.$checkFilesButton.click(function (e) {
|
39 |
e.preventDefault();
|
40 |
+
|
41 |
+
SUI.dialogs['check-files-modal'].show();
|
|
|
42 |
|
43 |
$(this).attr('disabled', true);
|
44 |
self.updateProgressBar(self.scanner.getProgress());
|
58 |
});
|
59 |
|
60 |
// Track changes done to minification files.
|
61 |
+
$(':input.toggle-checkbox, :input[id*="wphb-minification-include"]').on('change', function () {
|
62 |
let row = $(this).closest('.wphb-border-row');
|
63 |
let row_status = row.find('span.wphb-row-status-changed');
|
64 |
$(this).toggleClass('changed');
|
65 |
if (row.find('.changed').length !== 0) {
|
66 |
+
row_status.removeClass('sui-hidden');
|
67 |
} else {
|
68 |
+
row_status.addClass('sui-hidden');
|
69 |
}
|
70 |
let changed = $('.wphb-minification-files').find('input.changed');
|
71 |
if ( changed.length !== 0 ) {
|
93 |
switchButtons.on('click', function (e) {
|
94 |
e.preventDefault();
|
95 |
|
96 |
+
SUI.dialogs['wphb-advanced-minification-modal'].show();
|
|
|
|
|
97 |
});
|
98 |
|
99 |
// Switch back to basic mode
|
100 |
$('.box-title-advanced > a').on('click', function (e) {
|
101 |
e.preventDefault();
|
102 |
|
103 |
+
SUI.dialogs['wphb-basic-minification-modal'].show();
|
|
|
|
|
104 |
});
|
105 |
|
106 |
// Filter action button on Asset Optimization page
|
@@ -13,35 +13,18 @@ import Fetcher from './utils/fetcher';
|
|
13 |
let self = this;
|
14 |
let body = $('body');
|
15 |
|
16 |
-
|
17 |
-
|
|
|
|
|
18 |
|
19 |
this.$runTestButton = $('#run-performance-test');
|
20 |
|
21 |
-
let performanceReportTable = $(".performance-report-table");
|
22 |
-
|
23 |
-
performanceReportTable.off('click', 'button');
|
24 |
-
performanceReportTable.on('click', '.wphb-performance-report-item-cta .additional-content-opener' && 'tr.wphb-performance-report-item:not(.wphb-table-score-disabled)', function (e) {
|
25 |
-
e.preventDefault();
|
26 |
-
|
27 |
-
let getParentPerformanceItem = $(this).closest(".wphb-performance-report-item"),
|
28 |
-
getNextAdditionalContentRow = getParentPerformanceItem.nextUntil(".wphb-performance-report-item");
|
29 |
-
|
30 |
-
getNextAdditionalContentRow.toggleClass("wphb-performance-report-item-additional-content-opened");
|
31 |
-
|
32 |
-
if (getNextAdditionalContentRow.hasClass("wphb-performance-report-item-additional-content-opened")) {
|
33 |
-
getParentPerformanceItem.addClass("wphb-performance-report-item-opened");
|
34 |
-
} else {
|
35 |
-
getParentPerformanceItem.removeClass("wphb-performance-report-item-opened");
|
36 |
-
}
|
37 |
-
});
|
38 |
-
|
39 |
if (this.$runTestButton.length) {
|
40 |
this.$runTestButton.click(function (e) {
|
41 |
e.preventDefault();
|
42 |
-
|
43 |
-
|
44 |
-
dialog.show();
|
45 |
$(this).attr('disabled', true);
|
46 |
self.performanceTest(self.strings.finishedTestURLsLink);
|
47 |
});
|
@@ -130,6 +113,7 @@ import Fetcher from './utils/fetcher';
|
|
130 |
});
|
131 |
return false;
|
132 |
});
|
|
|
133 |
// Save performance test settings
|
134 |
body.on('submit', '.settings-frm', function (e) {
|
135 |
e.preventDefault();
|
13 |
let self = this;
|
14 |
let body = $('body');
|
15 |
|
16 |
+
/** @var {array} wphbPerformanceStrings */
|
17 |
+
if (wphbPerformanceStrings) {
|
18 |
+
this.strings = wphbPerformanceStrings;
|
19 |
+
}
|
20 |
|
21 |
this.$runTestButton = $('#run-performance-test');
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
if (this.$runTestButton.length) {
|
24 |
this.$runTestButton.click(function (e) {
|
25 |
e.preventDefault();
|
26 |
+
|
27 |
+
SUI.dialogs['run-performance-test-modal'].show();
|
|
|
28 |
$(this).attr('disabled', true);
|
29 |
self.performanceTest(self.strings.finishedTestURLsLink);
|
30 |
});
|
113 |
});
|
114 |
return false;
|
115 |
});
|
116 |
+
|
117 |
// Save performance test settings
|
118 |
body.on('submit', '.settings-frm', function (e) {
|
119 |
e.preventDefault();
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
require('./admin-main.js');
|
2 |
require('./admin-performance.js');
|
3 |
require('./admin-gzip.js');
|
1 |
+
/**
|
2 |
+
* Import plugin styles.
|
3 |
+
*/
|
4 |
+
import '../scss/app.scss';
|
5 |
+
|
6 |
+
/**
|
7 |
+
* Various scripts for modules.
|
8 |
+
*/
|
9 |
require('./admin-main.js');
|
10 |
require('./admin-performance.js');
|
11 |
require('./admin-gzip.js');
|
@@ -1 +0,0 @@
|
|
1 |
-
import '@wpmudev/shared-ui';
|
|
@@ -1,790 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* clipboard.js v1.7.1
|
3 |
-
* https://zenorocha.github.io/clipboard.js
|
4 |
-
*
|
5 |
-
* Licensed MIT © Zeno Rocha
|
6 |
-
*/
|
7 |
-
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Clipboard = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
8 |
-
var DOCUMENT_NODE_TYPE = 9;
|
9 |
-
|
10 |
-
/**
|
11 |
-
* A polyfill for Element.matches()
|
12 |
-
*/
|
13 |
-
if (typeof Element !== 'undefined' && !Element.prototype.matches) {
|
14 |
-
var proto = Element.prototype;
|
15 |
-
|
16 |
-
proto.matches = proto.matchesSelector ||
|
17 |
-
proto.mozMatchesSelector ||
|
18 |
-
proto.msMatchesSelector ||
|
19 |
-
proto.oMatchesSelector ||
|
20 |
-
proto.webkitMatchesSelector;
|
21 |
-
}
|
22 |
-
|
23 |
-
/**
|
24 |
-
* Finds the closest parent that matches a selector.
|
25 |
-
*
|
26 |
-
* @param {Element} element
|
27 |
-
* @param {String} selector
|
28 |
-
* @return {Function}
|
29 |
-
*/
|
30 |
-
function closest (element, selector) {
|
31 |
-
while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {
|
32 |
-
if (typeof element.matches === 'function' &&
|
33 |
-
element.matches(selector)) {
|
34 |
-
return element;
|
35 |
-
}
|
36 |
-
element = element.parentNode;
|
37 |
-
}
|
38 |
-
}
|
39 |
-
|
40 |
-
module.exports = closest;
|
41 |
-
|
42 |
-
},{}],2:[function(require,module,exports){
|
43 |
-
var closest = require('./closest');
|
44 |
-
|
45 |
-
/**
|
46 |
-
* Delegates event to a selector.
|
47 |
-
*
|
48 |
-
* @param {Element} element
|
49 |
-
* @param {String} selector
|
50 |
-
* @param {String} type
|
51 |
-
* @param {Function} callback
|
52 |
-
* @param {Boolean} useCapture
|
53 |
-
* @return {Object}
|
54 |
-
*/
|
55 |
-
function delegate(element, selector, type, callback, useCapture) {
|
56 |
-
var listenerFn = listener.apply(this, arguments);
|
57 |
-
|
58 |
-
element.addEventListener(type, listenerFn, useCapture);
|
59 |
-
|
60 |
-
return {
|
61 |
-
destroy: function() {
|
62 |
-
element.removeEventListener(type, listenerFn, useCapture);
|
63 |
-
}
|
64 |
-
}
|
65 |
-
}
|
66 |
-
|
67 |
-
/**
|
68 |
-
* Finds closest match and invokes callback.
|
69 |
-
*
|
70 |
-
* @param {Element} element
|
71 |
-
* @param {String} selector
|
72 |
-
* @param {String} type
|
73 |
-
* @param {Function} callback
|
74 |
-
* @return {Function}
|
75 |
-
*/
|
76 |
-
function listener(element, selector, type, callback) {
|
77 |
-
return function(e) {
|
78 |
-
e.delegateTarget = closest(e.target, selector);
|
79 |
-
|
80 |
-
if (e.delegateTarget) {
|
81 |
-
callback.call(element, e);
|
82 |
-
}
|
83 |
-
}
|
84 |
-
}
|
85 |
-
|
86 |
-
module.exports = delegate;
|
87 |
-
|
88 |
-
},{"./closest":1}],3:[function(require,module,exports){
|
89 |
-
/**
|
90 |
-
* Check if argument is a HTML element.
|
91 |
-
*
|
92 |
-
* @param {Object} value
|
93 |
-
* @return {Boolean}
|
94 |
-
*/
|
95 |
-
exports.node = function(value) {
|
96 |
-
return value !== undefined
|
97 |
-
&& value instanceof HTMLElement
|
98 |
-
&& value.nodeType === 1;
|
99 |
-
};
|
100 |
-
|
101 |
-
/**
|
102 |
-
* Check if argument is a list of HTML elements.
|
103 |
-
*
|
104 |
-
* @param {Object} value
|
105 |
-
* @return {Boolean}
|
106 |
-
*/
|
107 |
-
exports.nodeList = function(value) {
|
108 |
-
var type = Object.prototype.toString.call(value);
|
109 |
-
|
110 |
-
return value !== undefined
|
111 |
-
&& (type === '[object NodeList]' || type === '[object HTMLCollection]')
|
112 |
-
&& ('length' in value)
|
113 |
-
&& (value.length === 0 || exports.node(value[0]));
|
114 |
-
};
|
115 |
-
|
116 |
-
/**
|
117 |
-
* Check if argument is a string.
|
118 |
-
*
|
119 |
-
* @param {Object} value
|
120 |
-
* @return {Boolean}
|
121 |
-
*/
|
122 |
-
exports.string = function(value) {
|
123 |
-
return typeof value === 'string'
|
124 |
-
|| value instanceof String;
|
125 |
-
};
|
126 |
-
|
127 |
-
/**
|
128 |
-
* Check if argument is a function.
|
129 |
-
*
|
130 |
-
* @param {Object} value
|
131 |
-
* @return {Boolean}
|
132 |
-
*/
|
133 |
-
exports.fn = function(value) {
|
134 |
-
var type = Object.prototype.toString.call(value);
|
135 |
-
|
136 |
-
return type === '[object Function]';
|
137 |
-
};
|
138 |
-
|
139 |
-
},{}],4:[function(require,module,exports){
|
140 |
-
var is = require('./is');
|
141 |
-
var delegate = require('delegate');
|
142 |
-
|
143 |
-
/**
|
144 |
-
* Validates all params and calls the right
|
145 |
-
* listener function based on its target type.
|
146 |
-
*
|
147 |
-
* @param {String|HTMLElement|HTMLCollection|NodeList} target
|
148 |
-
* @param {String} type
|
149 |
-
* @param {Function} callback
|
150 |
-
* @return {Object}
|
151 |
-
*/
|
152 |
-
function listen(target, type, callback) {
|
153 |
-
if (!target && !type && !callback) {
|
154 |
-
throw new Error('Missing required arguments');
|
155 |
-
}
|
156 |
-
|
157 |
-
if (!is.string(type)) {
|
158 |
-
throw new TypeError('Second argument must be a String');
|
159 |
-
}
|
160 |
-
|
161 |
-
if (!is.fn(callback)) {
|
162 |
-
throw new TypeError('Third argument must be a Function');
|
163 |
-
}
|
164 |
-
|
165 |
-
if (is.node(target)) {
|
166 |
-
return listenNode(target, type, callback);
|
167 |
-
}
|
168 |
-
else if (is.nodeList(target)) {
|
169 |
-
return listenNodeList(target, type, callback);
|
170 |
-
}
|
171 |
-
else if (is.string(target)) {
|
172 |
-
return listenSelector(target, type, callback);
|
173 |
-
}
|
174 |
-
else {
|
175 |
-
throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');
|
176 |
-
}
|
177 |
-
}
|
178 |
-
|
179 |
-
/**
|
180 |
-
* Adds an event listener to a HTML element
|
181 |
-
* and returns a remove listener function.
|
182 |
-
*
|
183 |
-
* @param {HTMLElement} node
|
184 |
-
* @param {String} type
|
185 |
-
* @param {Function} callback
|
186 |
-
* @return {Object}
|
187 |
-
*/
|
188 |
-
function listenNode(node, type, callback) {
|
189 |
-
node.addEventListener(type, callback);
|
190 |
-
|
191 |
-
return {
|
192 |
-
destroy: function() {
|
193 |
-
node.removeEventListener(type, callback);
|
194 |
-
}
|
195 |
-
}
|
196 |
-
}
|
197 |
-
|
198 |
-
/**
|
199 |
-
* Add an event listener to a list of HTML elements
|
200 |
-
* and returns a remove listener function.
|
201 |
-
*
|
202 |
-
* @param {NodeList|HTMLCollection} nodeList
|
203 |
-
* @param {String} type
|
204 |
-
* @param {Function} callback
|
205 |
-
* @return {Object}
|
206 |
-
*/
|
207 |
-
function listenNodeList(nodeList, type, callback) {
|
208 |
-
Array.prototype.forEach.call(nodeList, function(node) {
|
209 |
-
node.addEventListener(type, callback);
|
210 |
-
});
|
211 |
-
|
212 |
-
return {
|
213 |
-
destroy: function() {
|
214 |
-
Array.prototype.forEach.call(nodeList, function(node) {
|
215 |
-
node.removeEventListener(type, callback);
|
216 |
-
});
|
217 |
-
}
|
218 |
-
}
|
219 |
-
}
|
220 |
-
|
221 |
-
/**
|
222 |
-
* Add an event listener to a selector
|
223 |
-
* and returns a remove listener function.
|
224 |
-
*
|
225 |
-
* @param {String} selector
|
226 |
-
* @param {String} type
|
227 |
-
* @param {Function} callback
|
228 |
-
* @return {Object}
|
229 |
-
*/
|
230 |
-
function listenSelector(selector, type, callback) {
|
231 |
-
return delegate(document.body, selector, type, callback);
|
232 |
-
}
|
233 |
-
|
234 |
-
module.exports = listen;
|
235 |
-
|
236 |
-
},{"./is":3,"delegate":2}],5:[function(require,module,exports){
|
237 |
-
function select(element) {
|
238 |
-
var selectedText;
|
239 |
-
|
240 |
-
if (element.nodeName === 'SELECT') {
|
241 |
-
element.focus();
|
242 |
-
|
243 |
-
selectedText = element.value;
|
244 |
-
}
|
245 |
-
else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {
|
246 |
-
var isReadOnly = element.hasAttribute('readonly');
|
247 |
-
|
248 |
-
if (!isReadOnly) {
|
249 |
-
element.setAttribute('readonly', '');
|
250 |
-
}
|
251 |
-
|
252 |
-
element.select();
|
253 |
-
element.setSelectionRange(0, element.value.length);
|
254 |
-
|
255 |
-
if (!isReadOnly) {
|
256 |
-
element.removeAttribute('readonly');
|
257 |
-
}
|
258 |
-
|
259 |
-
selectedText = element.value;
|
260 |
-
}
|
261 |
-
else {
|
262 |
-
if (element.hasAttribute('contenteditable')) {
|
263 |
-
element.focus();
|
264 |
-
}
|
265 |
-
|
266 |
-
var selection = window.getSelection();
|
267 |
-
var range = document.createRange();
|
268 |
-
|
269 |
-
range.selectNodeContents(element);
|
270 |
-
selection.removeAllRanges();
|
271 |
-
selection.addRange(range);
|
272 |
-
|
273 |
-
selectedText = selection.toString();
|
274 |
-
}
|
275 |
-
|
276 |
-
return selectedText;
|
277 |
-
}
|
278 |
-
|
279 |
-
module.exports = select;
|
280 |
-
|
281 |
-
},{}],6:[function(require,module,exports){
|
282 |
-
function E () {
|
283 |
-
// Keep this empty so it's easier to inherit from
|
284 |
-
// (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)
|
285 |
-
}
|
286 |
-
|
287 |
-
E.prototype = {
|
288 |
-
on: function (name, callback, ctx) {
|
289 |
-
var e = this.e || (this.e = {});
|
290 |
-
|
291 |
-
(e[name] || (e[name] = [])).push({
|
292 |
-
fn: callback,
|
293 |
-
ctx: ctx
|
294 |
-
});
|
295 |
-
|
296 |
-
return this;
|
297 |
-
},
|
298 |
-
|
299 |
-
once: function (name, callback, ctx) {
|
300 |
-
var self = this;
|
301 |
-
function listener () {
|
302 |
-
self.off(name, listener);
|
303 |
-
callback.apply(ctx, arguments);
|
304 |
-
};
|
305 |
-
|
306 |
-
listener._ = callback;
|
307 |
-
return this.on(name, listener, ctx);
|
308 |
-
},
|
309 |
-
|
310 |
-
emit: function (name) {
|
311 |
-
var data = [].slice.call(arguments, 1);
|
312 |
-
var evtArr = ((this.e || (this.e = {}))[name] || []).slice();
|
313 |
-
var i = 0;
|
314 |
-
var len = evtArr.length;
|
315 |
-
|
316 |
-
for (i; i < len; i++) {
|
317 |
-
evtArr[i].fn.apply(evtArr[i].ctx, data);
|
318 |
-
}
|
319 |
-
|
320 |
-
return this;
|
321 |
-
},
|
322 |
-
|
323 |
-
off: function (name, callback) {
|
324 |
-
var e = this.e || (this.e = {});
|
325 |
-
var evts = e[name];
|
326 |
-
var liveEvents = [];
|
327 |
-
|
328 |
-
if (evts && callback) {
|
329 |
-
for (var i = 0, len = evts.length; i < len; i++) {
|
330 |
-
if (evts[i].fn !== callback && evts[i].fn._ !== callback)
|
331 |
-
liveEvents.push(evts[i]);
|
332 |
-
}
|
333 |
-
}
|
334 |
-
|
335 |
-
// Remove event from queue to prevent memory leak
|
336 |
-
// Suggested by https://github.com/lazd
|
337 |
-
// Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910
|
338 |
-
|
339 |
-
(liveEvents.length)
|
340 |
-
? e[name] = liveEvents
|
341 |
-
: delete e[name];
|
342 |
-
|
343 |
-
return this;
|
344 |
-
}
|
345 |
-
};
|
346 |
-
|
347 |
-
module.exports = E;
|
348 |
-
|
349 |
-
},{}],7:[function(require,module,exports){
|
350 |
-
(function (global, factory) {
|
351 |
-
if (typeof define === "function" && define.amd) {
|
352 |
-
define(['module', 'select'], factory);
|
353 |
-
} else if (typeof exports !== "undefined") {
|
354 |
-
factory(module, require('select'));
|
355 |
-
} else {
|
356 |
-
var mod = {
|
357 |
-
exports: {}
|
358 |
-
};
|
359 |
-
factory(mod, global.select);
|
360 |
-
global.clipboardAction = mod.exports;
|
361 |
-
}
|
362 |
-
})(this, function (module, _select) {
|
363 |
-
'use strict';
|
364 |
-
|
365 |
-
var _select2 = _interopRequireDefault(_select);
|
366 |
-
|
367 |
-
function _interopRequireDefault(obj) {
|
368 |
-
return obj && obj.__esModule ? obj : {
|
369 |
-
default: obj
|
370 |
-
};
|
371 |
-
}
|
372 |
-
|
373 |
-
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
|
374 |
-
return typeof obj;
|
375 |
-
} : function (obj) {
|
376 |
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
377 |
-
};
|
378 |
-
|
379 |
-
function _classCallCheck(instance, Constructor) {
|
380 |
-
if (!(instance instanceof Constructor)) {
|
381 |
-
throw new TypeError("Cannot call a class as a function");
|
382 |
-
}
|
383 |
-
}
|
384 |
-
|
385 |
-
var _createClass = function () {
|
386 |
-
function defineProperties(target, props) {
|
387 |
-
for (var i = 0; i < props.length; i++) {
|
388 |
-
var descriptor = props[i];
|
389 |
-
descriptor.enumerable = descriptor.enumerable || false;
|
390 |
-
descriptor.configurable = true;
|
391 |
-
if ("value" in descriptor) descriptor.writable = true;
|
392 |
-
Object.defineProperty(target, descriptor.key, descriptor);
|
393 |
-
}
|
394 |
-
}
|
395 |
-
|
396 |
-
return function (Constructor, protoProps, staticProps) {
|
397 |
-
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
398 |
-
if (staticProps) defineProperties(Constructor, staticProps);
|
399 |
-
return Constructor;
|
400 |
-
};
|
401 |
-
}();
|
402 |
-
|
403 |
-
var ClipboardAction = function () {
|
404 |
-
/**
|
405 |
-
* @param {Object} options
|
406 |
-
*/
|
407 |
-
function ClipboardAction(options) {
|
408 |
-
_classCallCheck(this, ClipboardAction);
|
409 |
-
|
410 |
-
this.resolveOptions(options);
|
411 |
-
this.initSelection();
|
412 |
-
}
|
413 |
-
|
414 |
-
/**
|
415 |
-
* Defines base properties passed from constructor.
|
416 |
-
* @param {Object} options
|
417 |
-
*/
|
418 |
-
|
419 |
-
|
420 |
-
_createClass(ClipboardAction, [{
|
421 |
-
key: 'resolveOptions',
|
422 |
-
value: function resolveOptions() {
|
423 |
-
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
424 |
-
|
425 |
-
this.action = options.action;
|
426 |
-
this.container = options.container;
|
427 |
-
this.emitter = options.emitter;
|
428 |
-
this.target = options.target;
|
429 |
-
this.text = options.text;
|
430 |
-
this.trigger = options.trigger;
|
431 |
-
|
432 |
-
this.selectedText = '';
|
433 |
-
}
|
434 |
-
}, {
|
435 |
-
key: 'initSelection',
|
436 |
-
value: function initSelection() {
|
437 |
-
if (this.text) {
|
438 |
-
this.selectFake();
|
439 |
-
} else if (this.target) {
|
440 |
-
this.selectTarget();
|
441 |
-
}
|
442 |
-
}
|
443 |
-
}, {
|
444 |
-
key: 'selectFake',
|
445 |
-
value: function selectFake() {
|
446 |
-
var _this = this;
|
447 |
-
|
448 |
-
var isRTL = document.documentElement.getAttribute('dir') == 'rtl';
|
449 |
-
|
450 |
-
this.removeFake();
|
451 |
-
|
452 |
-
this.fakeHandlerCallback = function () {
|
453 |
-
return _this.removeFake();
|
454 |
-
};
|
455 |
-
this.fakeHandler = this.container.addEventListener('click', this.fakeHandlerCallback) || true;
|
456 |
-
|
457 |
-
this.fakeElem = document.createElement('textarea');
|
458 |
-
// Prevent zooming on iOS
|
459 |
-
this.fakeElem.style.fontSize = '12pt';
|
460 |
-
// Reset box model
|
461 |
-
this.fakeElem.style.border = '0';
|
462 |
-
this.fakeElem.style.padding = '0';
|
463 |
-
this.fakeElem.style.margin = '0';
|
464 |
-
// Move element out of screen horizontally
|
465 |
-
this.fakeElem.style.position = 'absolute';
|
466 |
-
this.fakeElem.style[isRTL ? 'right' : 'left'] = '-9999px';
|
467 |
-
// Move element to the same position vertically
|
468 |
-
var yPosition = window.pageYOffset || document.documentElement.scrollTop;
|
469 |
-
this.fakeElem.style.top = yPosition + 'px';
|
470 |
-
|
471 |
-
this.fakeElem.setAttribute('readonly', '');
|
472 |
-
this.fakeElem.value = this.text;
|
473 |
-
|
474 |
-
this.container.appendChild(this.fakeElem);
|
475 |
-
|
476 |
-
this.selectedText = (0, _select2.default)(this.fakeElem);
|
477 |
-
this.copyText();
|
478 |
-
}
|
479 |
-
}, {
|
480 |
-
key: 'removeFake',
|
481 |
-
value: function removeFake() {
|
482 |
-
if (this.fakeHandler) {
|
483 |
-
this.container.removeEventListener('click', this.fakeHandlerCallback);
|
484 |
-
this.fakeHandler = null;
|
485 |
-
this.fakeHandlerCallback = null;
|
486 |
-
}
|
487 |
-
|
488 |
-
if (this.fakeElem) {
|
489 |
-
this.container.removeChild(this.fakeElem);
|
490 |
-
this.fakeElem = null;
|
491 |
-
}
|
492 |
-
}
|
493 |
-
}, {
|
494 |
-
key: 'selectTarget',
|
495 |
-
value: function selectTarget() {
|
496 |
-
this.selectedText = (0, _select2.default)(this.target);
|
497 |
-
this.copyText();
|
498 |
-
}
|
499 |
-
}, {
|
500 |
-
key: 'copyText',
|
501 |
-
value: function copyText() {
|
502 |
-
var succeeded = void 0;
|
503 |
-
|
504 |
-
try {
|
505 |
-
succeeded = document.execCommand(this.action);
|
506 |
-
} catch (err) {
|
507 |
-
succeeded = false;
|
508 |
-
}
|
509 |
-
|
510 |
-
this.handleResult(succeeded);
|
511 |
-
}
|
512 |
-
}, {
|
513 |
-
key: 'handleResult',
|
514 |
-
value: function handleResult(succeeded) {
|
515 |
-
this.emitter.emit(succeeded ? 'success' : 'error', {
|
516 |
-
action: this.action,
|
517 |
-
text: this.selectedText,
|
518 |
-
trigger: this.trigger,
|
519 |
-
clearSelection: this.clearSelection.bind(this)
|
520 |
-
});
|
521 |
-
}
|
522 |
-
}, {
|
523 |
-
key: 'clearSelection',
|
524 |
-
value: function clearSelection() {
|
525 |
-
if (this.trigger) {
|
526 |
-
this.trigger.focus();
|
527 |
-
}
|
528 |
-
|
529 |
-
window.getSelection().removeAllRanges();
|
530 |
-
}
|
531 |
-
}, {
|
532 |
-
key: 'destroy',
|
533 |
-
value: function destroy() {
|
534 |
-
this.removeFake();
|
535 |
-
}
|
536 |
-
}, {
|
537 |
-
key: 'action',
|
538 |
-
set: function set() {
|
539 |
-
var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'copy';
|
540 |
-
|
541 |
-
this._action = action;
|
542 |
-
|
543 |
-
if (this._action !== 'copy' && this._action !== 'cut') {
|
544 |
-
throw new Error('Invalid "action" value, use either "copy" or "cut"');
|
545 |
-
}
|
546 |
-
},
|
547 |
-
get: function get() {
|
548 |
-
return this._action;
|
549 |
-
}
|
550 |
-
}, {
|
551 |
-
key: 'target',
|
552 |
-
set: function set(target) {
|
553 |
-
if (target !== undefined) {
|
554 |
-
if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object' && target.nodeType === 1) {
|
555 |
-
if (this.action === 'copy' && target.hasAttribute('disabled')) {
|
556 |
-
throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');
|
557 |
-
}
|
558 |
-
|
559 |
-
if (this.action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {
|
560 |
-
throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');
|
561 |
-
}
|
562 |
-
|
563 |
-
this._target = target;
|
564 |
-
} else {
|
565 |
-
throw new Error('Invalid "target" value, use a valid Element');
|
566 |
-
}
|
567 |
-
}
|
568 |
-
},
|
569 |
-
get: function get() {
|
570 |
-
return this._target;
|
571 |
-
}
|
572 |
-
}]);
|
573 |
-
|
574 |
-
return ClipboardAction;
|
575 |
-
}();
|
576 |
-
|
577 |
-
module.exports = ClipboardAction;
|
578 |
-
});
|
579 |
-
|
580 |
-
},{"select":5}],8:[function(require,module,exports){
|
581 |
-
(function (global, factory) {
|
582 |
-
if (typeof define === "function" && define.amd) {
|
583 |
-
define(['module', './clipboard-action', 'tiny-emitter', 'good-listener'], factory);
|
584 |
-
} else if (typeof exports !== "undefined") {
|
585 |
-
factory(module, require('./clipboard-action'), require('tiny-emitter'), require('good-listener'));
|
586 |
-
} else {
|
587 |
-
var mod = {
|
588 |
-
exports: {}
|
589 |
-
};
|
590 |
-
factory(mod, global.clipboardAction, global.tinyEmitter, global.goodListener);
|
591 |
-
global.clipboard = mod.exports;
|
592 |
-
}
|
593 |
-
})(this, function (module, _clipboardAction, _tinyEmitter, _goodListener) {
|
594 |
-
'use strict';
|
595 |
-
|
596 |
-
var _clipboardAction2 = _interopRequireDefault(_clipboardAction);
|
597 |
-
|
598 |
-
var _tinyEmitter2 = _interopRequireDefault(_tinyEmitter);
|
599 |
-
|
600 |
-
var _goodListener2 = _interopRequireDefault(_goodListener);
|
601 |
-
|
602 |
-
function _interopRequireDefault(obj) {
|
603 |
-
return obj && obj.__esModule ? obj : {
|
604 |
-
default: obj
|
605 |
-
};
|
606 |
-
}
|
607 |
-
|
608 |
-
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
|
609 |
-
return typeof obj;
|
610 |
-
} : function (obj) {
|
611 |
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
612 |
-
};
|
613 |
-
|
614 |
-
function _classCallCheck(instance, Constructor) {
|
615 |
-
if (!(instance instanceof Constructor)) {
|
616 |
-
throw new TypeError("Cannot call a class as a function");
|
617 |
-
}
|
618 |
-
}
|
619 |
-
|
620 |
-
var _createClass = function () {
|
621 |
-
function defineProperties(target, props) {
|
622 |
-
for (var i = 0; i < props.length; i++) {
|
623 |
-
var descriptor = props[i];
|
624 |
-
descriptor.enumerable = descriptor.enumerable || false;
|
625 |
-
descriptor.configurable = true;
|
626 |
-
if ("value" in descriptor) descriptor.writable = true;
|
627 |
-
Object.defineProperty(target, descriptor.key, descriptor);
|
628 |
-
}
|
629 |
-
}
|
630 |
-
|
631 |
-
return function (Constructor, protoProps, staticProps) {
|
632 |
-
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
633 |
-
if (staticProps) defineProperties(Constructor, staticProps);
|
634 |
-
return Constructor;
|
635 |
-
};
|
636 |
-
}();
|
637 |
-
|
638 |
-
function _possibleConstructorReturn(self, call) {
|
639 |
-
if (!self) {
|
640 |
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
641 |
-
}
|
642 |
-
|
643 |
-
return call && (typeof call === "object" || typeof call === "function") ? call : self;
|
644 |
-
}
|
645 |
-
|
646 |
-
function _inherits(subClass, superClass) {
|
647 |
-
if (typeof superClass !== "function" && superClass !== null) {
|
648 |
-
throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
|
649 |
-
}
|
650 |
-
|
651 |
-
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
652 |
-
constructor: {
|
653 |
-
value: subClass,
|
654 |
-
enumerable: false,
|
655 |
-
writable: true,
|
656 |
-
configurable: true
|
657 |
-
}
|
658 |
-
});
|
659 |
-
if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
|
660 |
-
}
|
661 |
-
|
662 |
-
var Clipboard = function (_Emitter) {
|
663 |
-
_inherits(Clipboard, _Emitter);
|
664 |
-
|
665 |
-
/**
|
666 |
-
* @param {String|HTMLElement|HTMLCollection|NodeList} trigger
|
667 |
-
* @param {Object} options
|
668 |
-
*/
|
669 |
-
function Clipboard(trigger, options) {
|
670 |
-
_classCallCheck(this, Clipboard);
|
671 |
-
|
672 |
-
var _this = _possibleConstructorReturn(this, (Clipboard.__proto__ || Object.getPrototypeOf(Clipboard)).call(this));
|
673 |
-
|
674 |
-
_this.resolveOptions(options);
|
675 |
-
_this.listenClick(trigger);
|
676 |
-
return _this;
|
677 |
-
}
|
678 |
-
|
679 |
-
/**
|
680 |
-
* Defines if attributes would be resolved using internal setter functions
|
681 |
-
* or custom functions that were passed in the constructor.
|
682 |
-
* @param {Object} options
|
683 |
-
*/
|
684 |
-
|
685 |
-
|
686 |
-
_createClass(Clipboard, [{
|
687 |
-
key: 'resolveOptions',
|
688 |
-
value: function resolveOptions() {
|
689 |
-
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
690 |
-
|
691 |
-
this.action = typeof options.action === 'function' ? options.action : this.defaultAction;
|
692 |
-
this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;
|
693 |
-
this.text = typeof options.text === 'function' ? options.text : this.defaultText;
|
694 |
-
this.container = _typeof(options.container) === 'object' ? options.container : document.body;
|
695 |
-
}
|
696 |
-
}, {
|
697 |
-
key: 'listenClick',
|
698 |
-
value: function listenClick(trigger) {
|
699 |
-
var _this2 = this;
|
700 |
-
|
701 |
-
this.listener = (0, _goodListener2.default)(trigger, 'click', function (e) {
|
702 |
-
return _this2.onClick(e);
|
703 |
-
});
|
704 |
-
}
|
705 |
-
}, {
|
706 |
-
key: 'onClick',
|
707 |
-
value: function onClick(e) {
|
708 |
-
var trigger = e.delegateTarget || e.currentTarget;
|
709 |
-
|
710 |
-
if (this.clipboardAction) {
|
711 |
-
this.clipboardAction = null;
|
712 |
-
}
|
713 |
-
|
714 |
-
this.clipboardAction = new _clipboardAction2.default({
|
715 |
-
action: this.action(trigger),
|
716 |
-
target: this.target(trigger),
|
717 |
-
text: this.text(trigger),
|
718 |
-
container: this.container,
|
719 |
-
trigger: trigger,
|
720 |
-
emitter: this
|
721 |
-
});
|
722 |
-
}
|
723 |
-
}, {
|
724 |
-
key: 'defaultAction',
|
725 |
-
value: function defaultAction(trigger) {
|
726 |
-
return getAttributeValue('action', trigger);
|
727 |
-
}
|
728 |
-
}, {
|
729 |
-
key: 'defaultTarget',
|
730 |
-
value: function defaultTarget(trigger) {
|
731 |
-
var selector = getAttributeValue('target', trigger);
|
732 |
-
|
733 |
-
if (selector) {
|
734 |
-
return document.querySelector(selector);
|
735 |
-
}
|
736 |
-
}
|
737 |
-
}, {
|
738 |
-
key: 'defaultText',
|
739 |
-
value: function defaultText(trigger) {
|
740 |
-
return getAttributeValue('text', trigger);
|
741 |
-
}
|
742 |
-
}, {
|
743 |
-
key: 'destroy',
|
744 |
-
value: function destroy() {
|
745 |
-
this.listener.destroy();
|
746 |
-
|
747 |
-
if (this.clipboardAction) {
|
748 |
-
this.clipboardAction.destroy();
|
749 |
-
this.clipboardAction = null;
|
750 |
-
}
|
751 |
-
}
|
752 |
-
}], [{
|
753 |
-
key: 'isSupported',
|
754 |
-
value: function isSupported() {
|
755 |
-
var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];
|
756 |
-
|
757 |
-
var actions = typeof action === 'string' ? [action] : action;
|
758 |
-
var support = !!document.queryCommandSupported;
|
759 |
-
|
760 |
-
actions.forEach(function (action) {
|
761 |
-
support = support && !!document.queryCommandSupported(action);
|
762 |
-
});
|
763 |
-
|
764 |
-
return support;
|
765 |
-
}
|
766 |
-
}]);
|
767 |
-
|
768 |
-
return Clipboard;
|
769 |
-
}(_tinyEmitter2.default);
|
770 |
-
|
771 |
-
/**
|
772 |
-
* Helper function to retrieve attribute value.
|
773 |
-
* @param {String} suffix
|
774 |
-
* @param {Element} element
|
775 |
-
*/
|
776 |
-
function getAttributeValue(suffix, element) {
|
777 |
-
var attribute = 'data-clipboard-' + suffix;
|
778 |
-
|
779 |
-
if (!element.hasAttribute(attribute)) {
|
780 |
-
return;
|
781 |
-
}
|
782 |
-
|
783 |
-
return element.getAttribute(attribute);
|
784 |
-
}
|
785 |
-
|
786 |
-
module.exports = Clipboard;
|
787 |
-
});
|
788 |
-
|
789 |
-
},{"./clipboard-action":7,"good-listener":4,"tiny-emitter":6}]},{},[8])(8)
|
790 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -190,6 +190,14 @@ function Fetcher() {
|
|
190 |
purgeCache: () => {
|
191 |
const action = actionPrefix + 'cloudflare_purge_cache';
|
192 |
return request( action, {}, 'POST' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
}
|
194 |
},
|
195 |
|
190 |
purgeCache: () => {
|
191 |
const action = actionPrefix + 'cloudflare_purge_cache';
|
192 |
return request( action, {}, 'POST' );
|
193 |
+
},
|
194 |
+
|
195 |
+
/**
|
196 |
+
* Recheck Cloudflare zones.
|
197 |
+
*/
|
198 |
+
recheckZones: () => {
|
199 |
+
const action = actionPrefix + 'cloudflare_recheck_zones';
|
200 |
+
return request( action, {}, 'POST' );
|
201 |
}
|
202 |
},
|
203 |
|
@@ -2,15 +2,15 @@
|
|
2 |
* MAIN APP SCSS FILE
|
3 |
*/
|
4 |
|
|
|
|
|
|
|
5 |
// Common
|
6 |
@import "common/variables";
|
7 |
-
@import "common/functions";
|
8 |
@import "common/mixins";
|
9 |
-
@import "common/classes";
|
10 |
@import "common/overwrites";
|
11 |
@import "common/typography";
|
12 |
@import "common/buttons";
|
13 |
-
@import "common/layout";
|
14 |
@import "common/modals";
|
15 |
|
16 |
// Components
|
@@ -32,154 +32,72 @@
|
|
32 |
/* ****************************************************************************
|
33 |
* 1. EXTEND/OVERRIDE WPMUDEV DASHBOARD/WP STYLES
|
34 |
*/
|
35 |
-
|
36 |
-
.sui-header .sui-button i {
|
37 |
-
margin-right: 5px;
|
38 |
-
}
|
39 |
-
|
40 |
-
.wpmud .wrap-wp-hummingbird .mline {
|
41 |
-
margin-bottom: 30px;
|
42 |
-
}
|
43 |
-
|
44 |
-
.wpmud .select-list-container {
|
45 |
-
min-width: 100px;
|
46 |
-
}
|
47 |
-
|
48 |
-
.wpmud .select-list-container .list-value {
|
49 |
-
color: #333333;
|
50 |
-
font-weight: 500;
|
51 |
-
padding: 6px 8px 6px 15px;
|
52 |
-
}
|
53 |
-
|
54 |
#wpbody-content {
|
55 |
padding-bottom: 25px;
|
56 |
}
|
57 |
|
58 |
-
.
|
59 |
-
|
60 |
-
padding-bottom: 30px;
|
61 |
-
}
|
62 |
-
.wpmud .list-table > tbody > tr:last-child > td {
|
63 |
-
border-bottom: 1px solid #eee;
|
64 |
-
}
|
65 |
-
|
66 |
-
.wpmud .list-table > thead > tr > th {
|
67 |
-
text-transform: none;
|
68 |
-
font-size: 13px;
|
69 |
-
font-weight: bold;
|
70 |
-
}
|
71 |
-
|
72 |
-
.wpmud .list-table > tbody > tr > td {
|
73 |
-
padding: 12px 10px;
|
74 |
-
}
|
75 |
-
|
76 |
-
.wpmud .list-table .radio-group.with-icon {
|
77 |
-
display: inline-table;
|
78 |
-
}
|
79 |
-
|
80 |
-
.wpmud .list-table .radio-group.with-icon .dev-icon {
|
81 |
-
vertical-align: middle;
|
82 |
-
}
|
83 |
-
|
84 |
-
.wpmud .dev-list {
|
85 |
-
margin: -30px 0 20px;
|
86 |
-
}
|
87 |
-
|
88 |
-
.wpmud .dev-list .content {
|
89 |
-
padding: 30px 0;
|
90 |
-
border-bottom: 1px solid #EEEEEE;
|
91 |
-
}
|
92 |
-
|
93 |
-
.wpmud .dev-list > li.list-header {
|
94 |
-
text-transform: none;
|
95 |
-
color: #333333;
|
96 |
-
font-size: 13px;
|
97 |
-
}
|
98 |
-
|
99 |
-
.wpmud .dev-list .list-header .list-label {
|
100 |
-
font-weight: bold;
|
101 |
-
}
|
102 |
-
|
103 |
-
.wpmud .dev-list > li .list-label {
|
104 |
-
font-size: 13px;
|
105 |
-
font-weight: 500;
|
106 |
-
line-height: 21px;
|
107 |
-
padding: 15px 10px 15px 0
|
108 |
-
}
|
109 |
-
|
110 |
-
.wpmud .dev-list > li:last-child .list-label,
|
111 |
-
.wpmud .dev-list > li:last-child .list-detail {
|
112 |
-
border-bottom: 1px solid #eee;
|
113 |
-
}
|
114 |
-
|
115 |
-
.wpmud .box-dashboard-welcome .dev-list > li:last-child .list-label,
|
116 |
-
.wpmud .box-dashboard-welcome .dev-list > li:last-child .list-detail,
|
117 |
-
.wpmud .box-performance-welcome .dev-list > li:last-child .list-label,
|
118 |
-
.wpmud .box-performance-welcome .dev-list > li:last-child .list-detail,
|
119 |
-
.wpmud .box-minification-summary-meta-box .dev-list > li:last-child .list-label,
|
120 |
-
.wpmud .box-minification-summary-meta-box .dev-list > li:last-child .list-detail,
|
121 |
-
.wpmud .box-uptime-summary .dev-list > li:last-child .list-label,
|
122 |
-
.wpmud .box-uptime-summary .dev-list > li:last-child .list-detail {
|
123 |
-
border-bottom: 1px solid transparent;
|
124 |
}
|
125 |
|
126 |
-
.wpmud .
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
line-height: 22px;
|
131 |
-
text-align: right;
|
132 |
-
font-weight: 400;
|
133 |
-
}
|
134 |
|
135 |
-
.
|
136 |
-
|
137 |
-
|
138 |
}
|
139 |
|
140 |
-
.wpmud .
|
141 |
-
|
142 |
-
border-bottom-color: #eee;
|
143 |
-
}
|
144 |
|
145 |
-
.
|
146 |
-
|
147 |
-
|
148 |
-
|
|
|
149 |
}
|
150 |
|
151 |
-
.wpmud .dev-list-stats > li
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
}
|
156 |
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
}
|
163 |
|
164 |
-
.
|
165 |
-
|
166 |
-
|
|
|
|
|
167 |
|
168 |
-
.
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
|
173 |
-
|
174 |
-
|
175 |
-
}
|
|
|
176 |
|
177 |
-
.
|
178 |
-
|
179 |
-
|
|
|
|
|
|
|
180 |
|
181 |
-
.
|
182 |
-
|
|
|
183 |
}
|
184 |
|
185 |
.wpmud input[type="checkbox"] {
|
@@ -189,7 +107,7 @@
|
|
189 |
}
|
190 |
|
191 |
.wpmud [tooltip]:after {
|
192 |
-
font: 500 12px/18px
|
193 |
padding: 8px 12px;
|
194 |
background: #333333;
|
195 |
min-width: 50px;
|
@@ -198,14 +116,6 @@
|
|
198 |
text-transform: none;
|
199 |
}
|
200 |
|
201 |
-
.wpmud .tooltip-box {
|
202 |
-
overflow: hidden;
|
203 |
-
}
|
204 |
-
|
205 |
-
.wpmud .tooltip-box:hover {
|
206 |
-
overflow: visible;
|
207 |
-
}
|
208 |
-
|
209 |
.wpmud .radio-group input[type="radio"] + label > [tooltip] {
|
210 |
position: absolute;
|
211 |
left: 0;
|
@@ -215,60 +125,15 @@
|
|
215 |
z-index: 9;
|
216 |
}
|
217 |
|
218 |
-
/* Button Labels */
|
219 |
-
.wpmud .wphb-button-label {
|
220 |
-
border: 1px solid transparent;
|
221 |
-
border-radius: 15px;
|
222 |
-
color: #fff;
|
223 |
-
font: 500 12px/26px 'Roboto';
|
224 |
-
display: inline-block;
|
225 |
-
height: 26px;
|
226 |
-
margin: 0;
|
227 |
-
padding: 0 12px;
|
228 |
-
text-decoration: none;
|
229 |
-
text-shadow: none;
|
230 |
-
text-transform: none;
|
231 |
-
white-space: nowrap;
|
232 |
-
}
|
233 |
-
|
234 |
-
.wpmud .wphb-button-label-red {
|
235 |
-
background: #fd6e70;
|
236 |
-
}
|
237 |
-
|
238 |
-
.wpmud .wphb-button-label-yellow {
|
239 |
-
background: #FFD000;
|
240 |
-
color: #333333;
|
241 |
-
}
|
242 |
-
|
243 |
-
.wpmud .wphb-button-label-green {
|
244 |
-
background: #1ABC9C;
|
245 |
-
}
|
246 |
-
|
247 |
-
.wpmud .wphb-button-label-light {
|
248 |
-
color: #333333;
|
249 |
-
background-color: #F2F2F2;
|
250 |
-
}
|
251 |
-
|
252 |
/* Labels */
|
253 |
.wpmud .wrap-wp-hummingbird .wphb-label {
|
254 |
color: #fff;
|
255 |
display: block;
|
256 |
-
font: 500 15px/20px
|
257 |
text-shadow: none;
|
258 |
white-space: nowrap;
|
259 |
}
|
260 |
|
261 |
-
.wpmud .wrap-wp-hummingbird .wphb-label-notice {
|
262 |
-
background: #14485F;
|
263 |
-
border-radius: 3px;
|
264 |
-
padding: 5px 10px;
|
265 |
-
}
|
266 |
-
|
267 |
-
.wpmud .wrap-wp-hummingbird .wphb-label-notice-warning {
|
268 |
-
background: #FECF2F;
|
269 |
-
color: #4E4B10;
|
270 |
-
}
|
271 |
-
|
272 |
.wpmud .wrap-wp-hummingbird .wphb-label-notice-inline {
|
273 |
display: inline-block;
|
274 |
font-size: 13px;
|
@@ -276,57 +141,9 @@
|
|
276 |
margin: 0 15px;
|
277 |
}
|
278 |
|
279 |
-
.wpmud .wrap-wp-hummingbird .wphb-label-disabled {
|
280 |
-
background: #F2F2F2;
|
281 |
-
border-radius: 20px;
|
282 |
-
color: #C0C0C0;
|
283 |
-
display: inline-block;
|
284 |
-
font: 500 12px/20px 'Roboto', Arial, sans-serif;
|
285 |
-
min-width: 120px;
|
286 |
-
padding: 5px;
|
287 |
-
text-align: center;
|
288 |
-
text-transform: uppercase;
|
289 |
-
}
|
290 |
-
|
291 |
/* ****************************************************************************
|
292 |
* 2. COMMON/GENERAL STYLES
|
293 |
*/
|
294 |
-
|
295 |
-
/* Tables */
|
296 |
-
.wpmud .wphb-table-wrapper.complex {
|
297 |
-
min-height: .01%;
|
298 |
-
overflow-x: auto;
|
299 |
-
border-bottom: 1px solid #eee;
|
300 |
-
}
|
301 |
-
|
302 |
-
.wpmud .wphb-table {
|
303 |
-
font-weight: 400;
|
304 |
-
max-width: 100%;
|
305 |
-
width: 100%;
|
306 |
-
color: #333333;
|
307 |
-
}
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
.wpmud .list-table.wphb-table tr:hover .wphb-table-td-has-tooltip {
|
312 |
-
z-index: 3;
|
313 |
-
}
|
314 |
-
|
315 |
-
.box-dashboard-welcome .box-content,
|
316 |
-
.box-performance-welcome .box-content,
|
317 |
-
.box-minification-summary-meta-box .box-content,
|
318 |
-
.box-uptime-summary .box-content {
|
319 |
-
padding: 30px 30px 10px !important;
|
320 |
-
}
|
321 |
-
|
322 |
-
.box-dashboard-welcome .wphb-block-entry,
|
323 |
-
.box-performance-welcome .wphb-block-entry,
|
324 |
-
.box-minification-summary-meta-box .wphb-block-entry,
|
325 |
-
.box-uptime-summary .wphb-block-entry {
|
326 |
-
width: 100%;
|
327 |
-
min-height: 172px;
|
328 |
-
}
|
329 |
-
|
330 |
.wpmud .wphb-image,
|
331 |
.wpmud .wphb-image-icon-content {
|
332 |
display: block;
|
@@ -347,82 +164,47 @@
|
|
347 |
/* Lists */
|
348 |
.wpmud .wphb-listing {
|
349 |
margin: 0;
|
350 |
-
}
|
351 |
-
|
352 |
-
.wpmud .wphb-listing li {
|
353 |
-
font-family: 'Roboto', Arial, sans-serif;
|
354 |
-
font-size: 15px;
|
355 |
-
font-weight: 400;
|
356 |
-
line-height: 21px;
|
357 |
-
margin-top: 10px;
|
358 |
-
margin-bottom: 0;
|
359 |
-
}
|
360 |
-
|
361 |
-
.wpmud .wphb-listing li:first-child {
|
362 |
-
margin-top: 0;
|
363 |
-
}
|
364 |
-
|
365 |
-
.wpmud .wphb-listing.bold li {
|
366 |
-
font-weight: 500;
|
367 |
-
}
|
368 |
-
|
369 |
-
.wpmud .wphb-listing-ordered {
|
370 |
-
padding-left: 20px;
|
371 |
-
}
|
372 |
-
|
373 |
-
.wpmud .wphb-listing li strong {
|
374 |
-
font-weight: 500;
|
375 |
-
}
|
376 |
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
}
|
381 |
-
|
382 |
-
.wpmud .wphb-listing li p {
|
383 |
-
font-size: 13px;
|
384 |
-
line-height: 22px;
|
385 |
-
margin-top: 5px;
|
386 |
-
}
|
387 |
-
|
388 |
-
/* Forms */
|
389 |
-
.wpmud .wphb-select-group {
|
390 |
-
clear: both;
|
391 |
-
}
|
392 |
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
clear: both;
|
397 |
-
}
|
398 |
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
|
|
|
|
404 |
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
}
|
409 |
|
410 |
-
|
411 |
-
|
412 |
-
|
|
|
413 |
|
414 |
-
|
415 |
-
|
416 |
-
}
|
417 |
|
418 |
-
|
419 |
-
|
|
|
|
|
|
|
|
|
420 |
}
|
421 |
|
422 |
/* ****************************************************************************
|
423 |
* 3. COMPONENTS/MODULES
|
424 |
*/
|
425 |
-
|
426 |
/* Progress bar */
|
427 |
@keyframes spinner {
|
428 |
0% {
|
@@ -443,114 +225,8 @@
|
|
443 |
|
444 |
/* Asset Optimization - changed file */
|
445 |
@keyframes pop{
|
446 |
-
50% {
|
447 |
-
|
448 |
-
|
449 |
-
.wphb-scan-progress {
|
450 |
-
overflow: hidden;
|
451 |
-
width: 100%;
|
452 |
-
}
|
453 |
-
|
454 |
-
.not-present .wphb-scan-progress-text:before,
|
455 |
-
.wphb-scan-progress .wphb-scan-progress-text:before {
|
456 |
-
content: " ";
|
457 |
-
width: 18px;
|
458 |
-
height: 18px;
|
459 |
-
display: inline-block;
|
460 |
-
position: relative;
|
461 |
-
top: 5px;
|
462 |
-
left: 1px;
|
463 |
-
margin-right: 10px;
|
464 |
-
border: 2px solid #A9E0EC;
|
465 |
-
border-bottom-color: #17A8E3;
|
466 |
-
border-radius: 100%;
|
467 |
-
background: 0 0;
|
468 |
-
box-sizing: border-box;
|
469 |
-
animation: spinner .75s 0s linear infinite;
|
470 |
-
}
|
471 |
-
|
472 |
-
.wphb-scan-progress .wphb-scan-progress-text {
|
473 |
-
width: 65px;
|
474 |
-
float: left;
|
475 |
-
text-align: left;
|
476 |
-
}
|
477 |
-
|
478 |
-
.wphb-scan-progress .wphb-scan-progress-text img {
|
479 |
-
display: inline-block;
|
480 |
-
vertical-align: middle;
|
481 |
-
margin-right: 10px;
|
482 |
-
}
|
483 |
-
|
484 |
-
.wphb-scan-progress .wphb-scan-progress-text span {
|
485 |
-
font-weight: bold;
|
486 |
-
font-family: "Roboto Condensed", sans-serif;
|
487 |
-
font-size: 13px;
|
488 |
-
color: #333333;
|
489 |
-
vertical-align: middle;
|
490 |
-
line-height: 30px;
|
491 |
-
}
|
492 |
-
|
493 |
-
.wphb-scan-progress .wphb-scan-progress-bar {
|
494 |
-
background: #E6E6E6;
|
495 |
-
-webkit-border-radius: 5px;
|
496 |
-
-moz-border-radius: 5px;
|
497 |
-
border-radius: 5px;
|
498 |
-
height: 10px;
|
499 |
-
width: 70%;
|
500 |
-
overflow: hidden;
|
501 |
-
margin-top: 10px;
|
502 |
-
position: relative;
|
503 |
-
}
|
504 |
-
|
505 |
-
.wphb-scan-progress .wphb-scan-progress-bar span {
|
506 |
-
background: #17A8E3;
|
507 |
-
height: 10px;
|
508 |
-
display: inline-block;
|
509 |
-
position: absolute;
|
510 |
-
top: 0;
|
511 |
-
left: 0;
|
512 |
-
-webkit-transition: 1000ms width ease-in-out;
|
513 |
-
-moz-transition: 1000ms width ease-in-out;
|
514 |
-
transition: 1000ms width ease-in-out;
|
515 |
-
}
|
516 |
-
|
517 |
-
/* Block: Test with progress bar */
|
518 |
-
.wphb-block-test {
|
519 |
-
background-color: #F9F9F9;
|
520 |
-
border-radius: 5px;
|
521 |
-
padding: 15px 30px;
|
522 |
-
}
|
523 |
-
|
524 |
-
.wphb-block-test-header {
|
525 |
-
margin-bottom: 10px;
|
526 |
-
}
|
527 |
-
|
528 |
-
.wphb-progress-state {
|
529 |
-
margin-top: 10px;
|
530 |
-
text-align: center;
|
531 |
-
}
|
532 |
-
|
533 |
-
.wphb-progress-state .wphb-progress-state-text {
|
534 |
-
color: #8B8B8B;
|
535 |
-
font-size: 13px;
|
536 |
-
line-height: 22px;
|
537 |
-
}
|
538 |
-
|
539 |
-
.wphb-block-test-standalone {
|
540 |
-
max-width: 100%;
|
541 |
-
text-align: center;
|
542 |
-
margin-top: 25px;
|
543 |
-
}
|
544 |
-
|
545 |
-
.wphb-block-test-standalone .wphb-progress {
|
546 |
-
margin: 0 auto;
|
547 |
-
}
|
548 |
-
.wphb-check-files-modal {
|
549 |
-
p {
|
550 |
-
font-size: 13px;
|
551 |
-
line-height: 22px;
|
552 |
-
margin-right: 14px;
|
553 |
-
margin-bottom: 0;
|
554 |
}
|
555 |
}
|
556 |
|
@@ -559,7 +235,7 @@
|
|
559 |
border-radius: 4px;
|
560 |
display: block;
|
561 |
float: left;
|
562 |
-
font-family:
|
563 |
font-size: 9px;
|
564 |
color: #fff;
|
565 |
text-transform: uppercase;
|
@@ -568,452 +244,40 @@
|
|
568 |
height: 30px;
|
569 |
margin: 0 10px 0 0;
|
570 |
width: 30px;
|
571 |
-
}
|
572 |
|
573 |
-
|
574 |
-
|
575 |
-
margin: -5px 10px -5px 0px;
|
576 |
}
|
577 |
-
.wphb-filename-extension-label {
|
578 |
-
line-height: 22px;
|
579 |
-
}
|
580 |
-
}
|
581 |
-
|
582 |
-
.wphb-filename-extension-html {
|
583 |
-
background-color: #F56418;
|
584 |
-
}
|
585 |
-
|
586 |
-
.wphb-filename-extension-other {
|
587 |
-
background-color: #AAAAAA;
|
588 |
-
}
|
589 |
-
|
590 |
-
.wphb-filename-extension-css {
|
591 |
-
background-color: #25A8DE;
|
592 |
-
}
|
593 |
-
|
594 |
-
.wphb-filename-extension-media {
|
595 |
-
background-color: #55DDB8;
|
596 |
-
}
|
597 |
-
|
598 |
-
.wphb-filename-extension-images {
|
599 |
-
background-color: #BDF2F7;
|
600 |
-
color: #333333;
|
601 |
-
}
|
602 |
-
|
603 |
-
.wphb-filename-extension-javascript,
|
604 |
-
.wphb-filename-extension-js {
|
605 |
-
background-color: #F7E100;
|
606 |
-
color: #333333;
|
607 |
-
}
|
608 |
-
|
609 |
-
.wpmud .list-table.hover-effect > tbody > tr[class*="wphb-table-score"] td:first-child {
|
610 |
-
padding-left: 30px;
|
611 |
-
}
|
612 |
-
|
613 |
-
.wpmud .list-table.hover-effect > tbody > tr[class*="wphb-table-score"] td:first-child:before {
|
614 |
-
font-family: 'hummingbird', sans-serif;
|
615 |
-
speak: none;
|
616 |
-
font-style: normal;
|
617 |
-
font-weight: normal;
|
618 |
-
font-variant: normal;
|
619 |
-
text-transform: none;
|
620 |
-
line-height: 1;
|
621 |
-
-webkit-font-smoothing: antialiased;
|
622 |
-
-moz-osx-font-smoothing: grayscale;
|
623 |
-
font-size: 20px;
|
624 |
-
vertical-align: middle;
|
625 |
-
margin-right: 10px;
|
626 |
-
}
|
627 |
-
|
628 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-disabled:hover > td:first-child:after,
|
629 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-success:hover > td:first-child:after,
|
630 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-warning:hover td:first-child:after,
|
631 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-dismissed:hover td:first-child:after,
|
632 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-error:hover td:first-child:after {
|
633 |
-
content: normal;
|
634 |
-
}
|
635 |
-
|
636 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-success:hover td:first-child,
|
637 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-additional-success td:first-child,
|
638 |
-
.wphb-table-score-success td:first-child {
|
639 |
-
border-left: 4px solid #1ABC9C;
|
640 |
-
}
|
641 |
-
|
642 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-success td:first-child:before {
|
643 |
-
color: #1ABC9C;
|
644 |
-
content: "\e903";
|
645 |
-
}
|
646 |
-
|
647 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-warning:hover td:first-child,
|
648 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-additional-warning td:first-child,
|
649 |
-
.wphb-table-score-warning td:first-child {
|
650 |
-
border-left: 4px solid #FFD000;
|
651 |
-
}
|
652 |
-
|
653 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-warning td:first-child:before {
|
654 |
-
color: #FFD000;
|
655 |
-
content: "\e904";
|
656 |
-
}
|
657 |
-
|
658 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-error:hover td:first-child,
|
659 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-additional-error td:first-child,
|
660 |
-
.wphb-table-score-error td:first-child {
|
661 |
-
border-left: 4px solid #FF6D6D;
|
662 |
-
}
|
663 |
-
|
664 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-error td:first-child:before {
|
665 |
-
color: #FF6D6D;
|
666 |
-
content: "\e904";
|
667 |
-
}
|
668 |
-
|
669 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-disabled:hover td:first-child,
|
670 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-additional-disabled td:first-child,
|
671 |
-
.wphb-table-score-disabled td:first-child,
|
672 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-dismissed:hover td:first-child,
|
673 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-additional-dismissed td:first-child,
|
674 |
-
.wphb-table-score-dismissed td:first-child {
|
675 |
-
border-left: 4px solid #888888;
|
676 |
-
}
|
677 |
-
|
678 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-disabled td:first-child:before,
|
679 |
-
.wpmud .list-table.hover-effect > tbody > tr.wphb-table-score-dismissed td:first-child:before {
|
680 |
-
color: #888888;
|
681 |
-
content: "\e904";
|
682 |
-
}
|
683 |
-
|
684 |
-
.wphb-score-result-grade-aplus,
|
685 |
-
.wphb-score-result-grade-a {
|
686 |
-
color: #1ABC9C;
|
687 |
-
}
|
688 |
-
|
689 |
-
.wphb-score-result-grade-aplus .wphb-score-type-circle .wphb-score-graph-result,
|
690 |
-
.wphb-score-result-grade-a .wphb-score-type-circle .wphb-score-graph-result {
|
691 |
-
stroke: #1ABC9C;
|
692 |
-
}
|
693 |
-
|
694 |
-
.wphb-score-result-grade-b {
|
695 |
-
color: #1ABC9C;
|
696 |
-
}
|
697 |
|
698 |
-
|
699 |
-
|
700 |
-
}
|
701 |
-
|
702 |
-
.wphb-score-result-grade-c {
|
703 |
-
color: #FFD000;
|
704 |
-
}
|
705 |
-
|
706 |
-
.wphb-score-result-grade-c .wphb-score-type-circle .wphb-score-graph-result {
|
707 |
-
stroke: #FFD000;
|
708 |
-
}
|
709 |
-
|
710 |
-
.wphb-score-result-grade-d {
|
711 |
-
color: #FFD000;
|
712 |
-
}
|
713 |
-
|
714 |
-
.wphb-score-result-grade-d .wphb-score-type-circle .wphb-score-graph-result {
|
715 |
-
stroke: #FFD000;
|
716 |
-
}
|
717 |
-
|
718 |
-
.wphb-score-result-grade-e,
|
719 |
-
.wphb-score-result-grade-f {
|
720 |
-
color: #FF6D6D;
|
721 |
-
}
|
722 |
-
|
723 |
-
.wphb-score-result-grade-e .wphb-score-type-circle .wphb-score-graph-result,
|
724 |
-
.wphb-score-result-grade-f .wphb-score-type-circle .wphb-score-graph-result {
|
725 |
-
stroke: #FF6D6D;
|
726 |
-
}
|
727 |
-
|
728 |
-
.wphb-score-result-grade-disabled,
|
729 |
-
.wphb-score-result-grade-dismissed {
|
730 |
-
color: #AAAAAA;
|
731 |
-
}
|
732 |
-
|
733 |
-
.wphb-score-result-grade-disabled .wphb-score-type-circle .wphb-score-graph-result,
|
734 |
-
.wphb-score-result-grade-dismissed .wphb-score-type-circle .wphb-score-graph-result {
|
735 |
-
stroke: #AAAAAA;
|
736 |
-
}
|
737 |
-
|
738 |
-
.wphb-score-have-label .wphb-score-type,
|
739 |
-
.wphb-score-have-label .wphb-score-result-label {
|
740 |
-
float: left;
|
741 |
-
display: block;
|
742 |
-
}
|
743 |
-
|
744 |
-
.wphb-score-have-label.inside .wphb-score-type,
|
745 |
-
.wphb-score-have-label.inside .wphb-score-result-label {
|
746 |
-
float: none;
|
747 |
-
}
|
748 |
-
|
749 |
-
.wphb-score-have-label .wphb-score-result-label {
|
750 |
-
font-family: 'Roboto', Arial, sans-serif;
|
751 |
-
font-size: 15px;
|
752 |
-
color: #888888;
|
753 |
-
padding-left: 10px;
|
754 |
-
}
|
755 |
-
|
756 |
-
.wphb-score-have-label .wphb-score-type-circle + .wphb-score-result-label {
|
757 |
-
line-height: 30px;
|
758 |
-
min-width: 35px;
|
759 |
-
text-align: left;
|
760 |
-
}
|
761 |
-
|
762 |
-
.wphb-score-have-label.inside .wphb-score-type {
|
763 |
-
position: relative;
|
764 |
-
}
|
765 |
-
|
766 |
-
.wphb-score-have-label.inside .wphb-score-result-label {
|
767 |
-
font-size: 26px;
|
768 |
-
left: 0;
|
769 |
-
line-height: 34px;
|
770 |
-
margin: -17px 0 0;
|
771 |
-
min-width: 100%;
|
772 |
-
padding: 0;
|
773 |
-
position: absolute;
|
774 |
-
right: 0;
|
775 |
-
text-align: center;
|
776 |
-
top: 50%;
|
777 |
-
}
|
778 |
-
|
779 |
-
#wphb-error-details {
|
780 |
-
display: none;
|
781 |
-
}
|
782 |
-
|
783 |
-
#wphb-error-details-link {
|
784 |
-
color: white;
|
785 |
-
text-decoration: none;
|
786 |
-
margin-top: 10px;
|
787 |
-
margin-bottom: 10px;
|
788 |
-
display: inline-block;
|
789 |
-
font-weight: 400;
|
790 |
-
}
|
791 |
-
|
792 |
-
#wphb-error-details-link > .dashicons {
|
793 |
-
text-decoration: none;
|
794 |
-
}
|
795 |
-
|
796 |
-
#wphb-error-details-link.expanded {
|
797 |
-
display: none;
|
798 |
-
}
|
799 |
-
|
800 |
-
/* Tabs */
|
801 |
-
.wpmud .wphb-tabs a {
|
802 |
-
color: #333;
|
803 |
-
display: block;
|
804 |
-
}
|
805 |
-
|
806 |
-
.wpmud .wphb-tabs .wphb-tab {
|
807 |
-
padding: 5px 20px;
|
808 |
-
height: 30px;
|
809 |
-
}
|
810 |
-
|
811 |
-
.wpmud .wphb-tabs .wphb-tab.current {
|
812 |
-
background-color: #E6E6E6;
|
813 |
-
border-radius: 20px;
|
814 |
-
font-weight: 500;
|
815 |
-
}
|
816 |
-
|
817 |
-
.wpmud .wphb-tab .wphb-button-label {
|
818 |
-
position: relative;
|
819 |
-
top: -25px;
|
820 |
-
left: 100%;
|
821 |
-
margin-left: -22px;
|
822 |
-
width: 39px;
|
823 |
-
height: 26px;
|
824 |
-
text-align: center;
|
825 |
-
font-size: 12px;
|
826 |
-
font-weight: 500;
|
827 |
-
line-height: 24px;
|
828 |
-
}
|
829 |
-
|
830 |
-
.wpmud .wphb-tab > i {
|
831 |
-
color: #FF6D6D;
|
832 |
-
position: relative;
|
833 |
-
top: -23px;
|
834 |
-
left: 100%;
|
835 |
-
margin-left: -5px;
|
836 |
-
font-size: 21px;
|
837 |
-
}
|
838 |
-
|
839 |
-
.wpmud .wphb-tab > i.hb-wpmudev-icon-tick {
|
840 |
-
color: #1ABC9C;
|
841 |
-
}
|
842 |
-
|
843 |
-
/* ****************************************************************************
|
844 |
-
* 10. RESPONSIVE/MQ
|
845 |
-
*/
|
846 |
-
|
847 |
-
|
848 |
-
/* SMALL DESKTOP */
|
849 |
-
@media screen and (max-width: 960px) {
|
850 |
-
.wpmud .wphb-table.stack {
|
851 |
-
display: block;
|
852 |
-
}
|
853 |
-
.wpmud .wphb-table.stack > thead,
|
854 |
-
.wpmud .wphb-table.stack > tfoot {
|
855 |
-
display: none;
|
856 |
-
}
|
857 |
-
.wpmud .wphb-table.stack > tbody {
|
858 |
-
display: block;
|
859 |
-
width: 100%;
|
860 |
-
}
|
861 |
-
.wpmud .wphb-table.stack > tbody > tr {
|
862 |
-
display: block;
|
863 |
-
position: relative;
|
864 |
-
width: 100%;
|
865 |
-
}
|
866 |
-
.wpmud .wphb-table.stack > tbody > tr:before {
|
867 |
-
background: transparent;
|
868 |
-
border-top: 1px solid #EAEAEA;
|
869 |
-
border-bottom: 1px solid transparent;
|
870 |
-
bottom: 0;
|
871 |
-
content: "";
|
872 |
-
display: block;
|
873 |
-
left: 0;
|
874 |
-
margin: 0 -30px;
|
875 |
-
position: absolute;
|
876 |
-
right: 0;
|
877 |
-
top: 0;
|
878 |
-
}
|
879 |
-
.wpmud .wphb-table.stack > tbody > tr:first-child:before {
|
880 |
-
border-top-color: transparent;
|
881 |
-
}
|
882 |
-
.wpmud .wphb-table.stack > tbody > tr > td {
|
883 |
-
border-bottom: none;
|
884 |
-
display: block;
|
885 |
-
padding-left: 0;
|
886 |
-
position: relative;
|
887 |
-
text-align: left;
|
888 |
-
width: 100%;
|
889 |
-
}
|
890 |
-
.wpmud .wphb-table.stack > tbody > tr > td:before {
|
891 |
-
content: attr(th-data);
|
892 |
-
display: block;
|
893 |
-
float: left;
|
894 |
-
font-size: 15px;
|
895 |
-
font-weight: 700;
|
896 |
-
line-height: 1.5em;
|
897 |
-
min-width: 150px;
|
898 |
-
max-width: 300px;
|
899 |
-
margin-right: 20px;
|
900 |
-
text-transform: uppercase;
|
901 |
-
}
|
902 |
-
.wpmud .wphb-table.stack > tbody > tr > td.has-button-label:before {
|
903 |
-
line-height: 2em;
|
904 |
-
}
|
905 |
-
.wpmud .wphb-table.stack > tbody > tr > td.has-select {
|
906 |
-
max-height: 64px;
|
907 |
-
}
|
908 |
-
.wpmud .wphb-table.stack > tbody > tr > td.has-select:before {
|
909 |
-
line-height: 2.867em;
|
910 |
-
}
|
911 |
-
.wpmud .wphb-table.stack > tbody > tr,
|
912 |
-
.wpmud .wphb-table.stack > tbody > tr > td:first-child {
|
913 |
-
border-top: none;
|
914 |
-
}
|
915 |
-
.wpmud .wphb-table.stack > tbody > tr > td:last-child {
|
916 |
-
border-bottom: none;
|
917 |
-
}
|
918 |
-
.wpmud .wphb-table.stack > tbody > tr:hover:before {
|
919 |
-
background: #FBFBFB;
|
920 |
-
}
|
921 |
-
.wpmud .wphb-table.stack > tbody > tr:first-child:hover:before {
|
922 |
-
border-top-color: #EAEAEA;
|
923 |
-
}
|
924 |
-
.wpmud .wphb-table.stack > tbody > tr:last-child:hover:before {
|
925 |
-
border-bottom-color: #EAEAEA;
|
926 |
-
}
|
927 |
-
.wpmud .wphb-table.stack > tbody > tr:hover > td {
|
928 |
-
border-bottom: none;
|
929 |
-
}
|
930 |
-
.wpmud .wphb-table.stack > tbody > tr:hover > td:first-child:after,
|
931 |
-
.wpmud .wphb-table.stack > tbody > tr:hover > td:last-child:after {
|
932 |
-
display: none;
|
933 |
-
}
|
934 |
-
.wpmud .wphb-table.stack > tbody > tr > td > * {
|
935 |
-
display: inline-block;
|
936 |
-
}
|
937 |
-
|
938 |
-
}
|
939 |
-
|
940 |
-
/* TABLET */
|
941 |
-
@media screen and (max-width: 783px) {
|
942 |
-
/* Generic */
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
.wpmud .wphb-table-wrapper.complex {
|
948 |
-
overflow-y: hidden;
|
949 |
-
width: 100%;
|
950 |
-
padding: 0;
|
951 |
-
}
|
952 |
-
.wpmud .wphb-table-wrapper.complex p {
|
953 |
-
padding: 0 20px;
|
954 |
-
}
|
955 |
-
.wpmud .wphb-table-wrapper.complex .alignleft {
|
956 |
-
padding-left: 20px;
|
957 |
-
}
|
958 |
-
.wpmud .wphb-table-wrapper.complex .alignright {
|
959 |
-
padding-right: 20px;
|
960 |
-
}
|
961 |
-
|
962 |
-
.wpmud .list-table > thead > tr > th,
|
963 |
-
.wpmud .list-table > tbody > tr > td {
|
964 |
-
width: 100%;
|
965 |
-
}
|
966 |
-
|
967 |
-
.wpmud .wphb-table.stack > tbody > tr > td:before {
|
968 |
-
max-width: 220px;
|
969 |
-
width: 40%;
|
970 |
-
}
|
971 |
-
|
972 |
-
.wpmud .dev-box .box-title .toggle-group {
|
973 |
-
margin-top: 0;
|
974 |
-
}
|
975 |
-
}
|
976 |
-
|
977 |
-
/* LARGE MOBILE */
|
978 |
-
@media screen and (max-width: 600px) {
|
979 |
-
/* Generic */
|
980 |
-
.wpmud .dev-box .box-title .actions,
|
981 |
-
.wpmud .dev-box .box-title .extra {
|
982 |
-
float: none;
|
983 |
-
display: block;
|
984 |
-
}
|
985 |
-
|
986 |
-
.wpmud .row,
|
987 |
-
.wpmud .dev-box .box-title .actions,
|
988 |
-
.wpmud .dev-box .box-title .extra {
|
989 |
-
margin-top: 15px;
|
990 |
}
|
991 |
|
992 |
-
|
993 |
-
|
994 |
}
|
995 |
|
996 |
-
|
997 |
-
|
998 |
}
|
999 |
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
}
|
1004 |
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
|
|
1008 |
}
|
1009 |
}
|
1010 |
|
1011 |
-
|
1012 |
-
.
|
1013 |
-
|
1014 |
}
|
1015 |
-
|
1016 |
-
|
1017 |
-
padding-bottom: 20px;
|
1018 |
}
|
1019 |
}
|
2 |
* MAIN APP SCSS FILE
|
3 |
*/
|
4 |
|
5 |
+
// Shared ui styles.
|
6 |
+
@import "~@wpmudev/shared-ui/scss/shared-ui.scss";
|
7 |
+
|
8 |
// Common
|
9 |
@import "common/variables";
|
|
|
10 |
@import "common/mixins";
|
|
|
11 |
@import "common/overwrites";
|
12 |
@import "common/typography";
|
13 |
@import "common/buttons";
|
|
|
14 |
@import "common/modals";
|
15 |
|
16 |
// Components
|
32 |
/* ****************************************************************************
|
33 |
* 1. EXTEND/OVERRIDE WPMUDEV DASHBOARD/WP STYLES
|
34 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
#wpbody-content {
|
36 |
padding-bottom: 25px;
|
37 |
}
|
38 |
|
39 |
+
.sui-header .sui-button i {
|
40 |
+
margin-right: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
}
|
42 |
|
43 |
+
.wpmud .wrap-wp-hummingbird {
|
44 |
+
.clear {
|
45 |
+
padding: 0;
|
46 |
+
}
|
|
|
|
|
|
|
|
|
47 |
|
48 |
+
.mline {
|
49 |
+
margin-bottom: 30px;
|
50 |
+
}
|
51 |
}
|
52 |
|
53 |
+
.wpmud .select-list-container {
|
54 |
+
min-width: 100px;
|
|
|
|
|
55 |
|
56 |
+
.list-value {
|
57 |
+
color: #333333;
|
58 |
+
font-weight: 500;
|
59 |
+
padding: 6px 8px 6px 15px;
|
60 |
+
}
|
61 |
}
|
62 |
|
63 |
+
.wpmud .dev-list-stats > li {
|
64 |
+
&.standalone {
|
65 |
+
margin: 0;
|
66 |
+
}
|
|
|
67 |
|
68 |
+
&.small > li {
|
69 |
+
.list-label-stats,
|
70 |
+
.list-detail-stats-heading {
|
71 |
+
line-height: 26px;
|
72 |
+
}
|
73 |
+
}
|
74 |
|
75 |
+
.list-label-stats,
|
76 |
+
.list-detail-stats-heading {
|
77 |
+
color: #333;
|
78 |
+
font: 500 13px/30px $font;
|
79 |
+
}
|
80 |
|
81 |
+
.list-detail-stats-heading {
|
82 |
+
font-weight: 400;
|
83 |
+
font-size: 18px;
|
84 |
+
color: #666;
|
85 |
|
86 |
+
&.small {
|
87 |
+
font-size: 26px;
|
88 |
+
}
|
89 |
+
}
|
90 |
|
91 |
+
.list-detail-stats-heading-extra-info {
|
92 |
+
color: #BABABA;
|
93 |
+
display: block;
|
94 |
+
font: 500 12px/16px $font;
|
95 |
+
margin-top: 5px;
|
96 |
+
}
|
97 |
|
98 |
+
.list-label-stats-date {
|
99 |
+
margin-right: 30px;
|
100 |
+
}
|
101 |
}
|
102 |
|
103 |
.wpmud input[type="checkbox"] {
|
107 |
}
|
108 |
|
109 |
.wpmud [tooltip]:after {
|
110 |
+
font: 500 12px/18px $font;
|
111 |
padding: 8px 12px;
|
112 |
background: #333333;
|
113 |
min-width: 50px;
|
116 |
text-transform: none;
|
117 |
}
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
.wpmud .radio-group input[type="radio"] + label > [tooltip] {
|
120 |
position: absolute;
|
121 |
left: 0;
|
125 |
z-index: 9;
|
126 |
}
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
/* Labels */
|
129 |
.wpmud .wrap-wp-hummingbird .wphb-label {
|
130 |
color: #fff;
|
131 |
display: block;
|
132 |
+
font: 500 15px/20px $font;
|
133 |
text-shadow: none;
|
134 |
white-space: nowrap;
|
135 |
}
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
.wpmud .wrap-wp-hummingbird .wphb-label-notice-inline {
|
138 |
display: inline-block;
|
139 |
font-size: 13px;
|
141 |
margin: 0 15px;
|
142 |
}
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
/* ****************************************************************************
|
145 |
* 2. COMMON/GENERAL STYLES
|
146 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
.wpmud .wphb-image,
|
148 |
.wpmud .wphb-image-icon-content {
|
149 |
display: block;
|
164 |
/* Lists */
|
165 |
.wpmud .wphb-listing {
|
166 |
margin: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
|
168 |
+
&.bold li {
|
169 |
+
font-weight: 500;
|
170 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
|
172 |
+
&.wphb-listing-ordered {
|
173 |
+
padding-left: 20px;
|
174 |
+
}
|
|
|
|
|
175 |
|
176 |
+
li {
|
177 |
+
font-family: $font;
|
178 |
+
font-size: 15px;
|
179 |
+
font-weight: 400;
|
180 |
+
line-height: 21px;
|
181 |
+
margin-top: 10px;
|
182 |
+
margin-bottom: 0;
|
183 |
|
184 |
+
&:first-child {
|
185 |
+
margin-top: 0;
|
186 |
+
}
|
|
|
187 |
|
188 |
+
:before {
|
189 |
+
color: #17A8E3;
|
190 |
+
top: 0;
|
191 |
+
}
|
192 |
|
193 |
+
strong {
|
194 |
+
font-weight: 500;
|
195 |
+
}
|
196 |
|
197 |
+
p {
|
198 |
+
font-size: 13px;
|
199 |
+
line-height: 22px;
|
200 |
+
margin-top: 5px;
|
201 |
+
}
|
202 |
+
}
|
203 |
}
|
204 |
|
205 |
/* ****************************************************************************
|
206 |
* 3. COMPONENTS/MODULES
|
207 |
*/
|
|
|
208 |
/* Progress bar */
|
209 |
@keyframes spinner {
|
210 |
0% {
|
225 |
|
226 |
/* Asset Optimization - changed file */
|
227 |
@keyframes pop{
|
228 |
+
50% {
|
229 |
+
transform: scale(1.2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
}
|
231 |
}
|
232 |
|
235 |
border-radius: 4px;
|
236 |
display: block;
|
237 |
float: left;
|
238 |
+
font-family: $font;
|
239 |
font-size: 9px;
|
240 |
color: #fff;
|
241 |
text-transform: uppercase;
|
244 |
height: 30px;
|
245 |
margin: 0 10px 0 0;
|
246 |
width: 30px;
|
|
|
247 |
|
248 |
+
&.wphb-filename-extension-html {
|
249 |
+
background-color: #F56418;
|
|
|
250 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
|
252 |
+
&.wphb-filename-extension-other {
|
253 |
+
background-color: #AAAAAA;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
}
|
255 |
|
256 |
+
&.wphb-filename-extension-css {
|
257 |
+
background-color: #25A8DE;
|
258 |
}
|
259 |
|
260 |
+
&.wphb-filename-extension-media {
|
261 |
+
background-color: #55DDB8;
|
262 |
}
|
263 |
|
264 |
+
&.wphb-filename-extension-images {
|
265 |
+
background-color: #BDF2F7;
|
266 |
+
color: #333333;
|
267 |
}
|
268 |
|
269 |
+
&.wphb-filename-extension-javascript,
|
270 |
+
&.wphb-filename-extension-js {
|
271 |
+
background-color: #F7E100;
|
272 |
+
color: #333333;
|
273 |
}
|
274 |
}
|
275 |
|
276 |
+
.sui-list-label {
|
277 |
+
.wphb-filename-extension {
|
278 |
+
margin: -5px 10px -5px 0px;
|
279 |
}
|
280 |
+
.wphb-filename-extension-label {
|
281 |
+
line-height: 22px;
|
|
|
282 |
}
|
283 |
}
|
@@ -2,106 +2,36 @@
|
|
2 |
* COMMON: BUTTONS
|
3 |
*/
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
.wpmud .box-content .buttons {
|
10 |
-
margin-top: 30px;
|
11 |
-
}
|
12 |
-
|
13 |
-
.wpmud .box-content .buttons.buttons-on-left {
|
14 |
-
text-align: left;
|
15 |
-
}
|
16 |
-
|
17 |
-
.wpmud .box-content .buttons.buttons-on-right {
|
18 |
-
text-align: right;
|
19 |
-
}
|
20 |
-
|
21 |
-
/* Box-footer with buttons */
|
22 |
-
.wpmud .box-footer .buttons.buttons-on-left {
|
23 |
-
text-align: left;
|
24 |
-
}
|
25 |
-
|
26 |
-
.wpmud .box-footer .buttons.buttons-on-right {
|
27 |
-
text-align: right;
|
28 |
-
}
|
29 |
-
|
30 |
-
.wpmud .wphb-notice:not(.notice) .buttons {
|
31 |
-
margin: 10px 30px 0;
|
32 |
-
}
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
.wpmud .wrap-wp-hummingbird .report-status .sui-tag {
|
38 |
-
margin-top: 10px;
|
39 |
-
}
|
40 |
-
|
41 |
-
.wpmud .wrap-wphb-performance .scan-settings .buttons {
|
42 |
-
margin-top: 30px;
|
43 |
-
}
|
44 |
-
|
45 |
-
.wpmud .wrap-wphb-performance .add-recipient > button {
|
46 |
-
background-color: #888888 !important;
|
47 |
-
border-radius: 0 4px 4px 0 !important;
|
48 |
-
}
|
49 |
-
|
50 |
-
.wpmud .wrap-wphb-gzip #enable-cache-wrap .button,
|
51 |
-
.wpmud .wrap-wphb-caching #enable-cache-wrap .button {
|
52 |
-
margin-top: 30px;
|
53 |
-
}
|
54 |
-
|
55 |
-
.wpmud .wphb-code-snippet .button {
|
56 |
-
position: absolute;
|
57 |
-
left: 100%;
|
58 |
-
margin-left: -90px !important;
|
59 |
-
margin-top: 15px !important;
|
60 |
-
}
|
61 |
-
|
62 |
-
.wpmud .box-caching-gravatar .button-large {
|
63 |
-
margin: 0 !important;
|
64 |
-
}
|
65 |
-
|
66 |
-
.wrap-wp-hummingbird .button-cta-green:hover {
|
67 |
-
box-shadow: none;
|
68 |
-
}
|
69 |
-
|
70 |
-
.wphb-scan-progress .wphb-scan-cancel-button {
|
71 |
-
float: right;
|
72 |
-
margin-top: -13px;
|
73 |
-
}
|
74 |
|
75 |
-
.
|
76 |
-
|
77 |
-
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
}
|
80 |
|
81 |
-
/* Buttons */
|
82 |
-
|
83 |
-
.wpmud .wrap-wp-hummingbird .wpdui-btn {
|
84 |
-
font: 500 12px/16px $font !important;
|
85 |
-
padding: 7px 16px;
|
86 |
-
height: 30px;
|
87 |
-
background-color: #888;
|
88 |
-
color: #FFFFFF;
|
89 |
-
border-radius: 3px;
|
90 |
-
-moz-border-radius: 3px;
|
91 |
-
transition: all .3s ease;
|
92 |
-
-webkit-transition: all .3s ease;
|
93 |
-
text-shadow: none !important;
|
94 |
-
}
|
95 |
.wpmud .report-status button.sui-button-upsell {
|
96 |
margin-top: 10px !important;
|
97 |
text-transform: uppercase;
|
98 |
-
|
99 |
height: 30px;
|
100 |
line-height: 16px;
|
101 |
padding: 0 16px;
|
102 |
-
|
|
|
103 |
background-color: #d1f1ea !important;
|
104 |
color: #1abc9c !important;
|
|
|
105 |
&:hover,
|
106 |
&:focus {
|
107 |
background-color: #d1f1ea !important;
|
@@ -110,8 +40,6 @@
|
|
110 |
}
|
111 |
}
|
112 |
|
113 |
-
|
114 |
-
|
115 |
i {
|
116 |
color: #1abc9c;
|
117 |
font-size: 16px;
|
@@ -121,86 +49,6 @@
|
|
121 |
}
|
122 |
}
|
123 |
|
124 |
-
.wpmud .wrap-wp-hummingbird {
|
125 |
-
.wphb-notice {
|
126 |
-
&.notice {
|
127 |
-
.sui-button.button {
|
128 |
-
&:hover,
|
129 |
-
&:focus {
|
130 |
-
color: white;
|
131 |
-
}
|
132 |
-
}
|
133 |
-
}
|
134 |
-
}
|
135 |
-
}
|
136 |
-
|
137 |
-
.wpmud .wrap-wp-hummingbird button.button-large:not(.wph-button):not(#collapse-button),
|
138 |
-
.wpmud .wrap-wp-hummingbird button.button-large,
|
139 |
-
.wpmud .wrap-wp-hummingbird .button.button-large {
|
140 |
-
font: 500 15px/20px $font !important;
|
141 |
-
height: 40px !important;
|
142 |
-
padding: 11px 20px 9px;
|
143 |
-
}
|
144 |
-
|
145 |
-
.wpmud .wrap-wp-hummingbird button.button-ghost:not(.wph-button):not(#collapse-button),
|
146 |
-
.wpmud .wrap-wp-hummingbird .button-ghost,
|
147 |
-
.wpmud .wphb-modal .button-ghost {
|
148 |
-
padding: 5px 16px 7px !important;
|
149 |
-
background-color: transparent !important;
|
150 |
-
border: 2px solid #DDDDDD;
|
151 |
-
color: #888888 !important;
|
152 |
-
}
|
153 |
-
|
154 |
-
.wpmud .wrap-wp-hummingbird button.button-ghost:hover:not(.wph-button):not(#collapse-button),
|
155 |
-
.wpmud .wrap-wp-hummingbird .button-ghost:hover:not(:focus):not(:active),
|
156 |
-
.wpmud .wrap-wp-hummingbird .button-ghost:active,
|
157 |
-
.wpmud .wrap-wp-hummingbird .button-ghost.active,
|
158 |
-
.wpmud .wrap-wp-hummingbird .button-ghost:hover:enabled,
|
159 |
-
.wpmud .wrap-wp-hummingbird .button-ghost:focus,
|
160 |
-
.wpmud .wrap-wp-hummingbird .button-grey:hover {
|
161 |
-
background-color: #7B7B7B !important;
|
162 |
-
border-color: #7B7B7B;
|
163 |
-
color: #FFFFFF !important;
|
164 |
-
}
|
165 |
-
|
166 |
-
.wpmud .wrap-wp-hummingbird button.button-ghost.button-large:not(.wph-button):not(#collapse-button),
|
167 |
-
.wpmud .wrap-wp-hummingbird .button-ghost.button-large,
|
168 |
-
.wpmud .wphb-modal .button-ghost.button-large {
|
169 |
-
padding: 9px 20px 9px !important;
|
170 |
-
}
|
171 |
-
|
172 |
-
.wpmud .wphb-modal .button-content-cta {
|
173 |
-
box-shadow: none;
|
174 |
-
background-color: #1ABC9C !important;
|
175 |
-
color: #FFFFFF;
|
176 |
-
}
|
177 |
-
|
178 |
-
.wpmud .wrap-wp-hummingbird .button-content-cta {
|
179 |
-
box-shadow: none;
|
180 |
-
background-color: #1ABC9C;
|
181 |
-
color: #FFFFFF;
|
182 |
-
}
|
183 |
-
|
184 |
-
.wpmud .wrap-wp-hummingbird .button-content-cta:hover:not(:focus):not(:active),
|
185 |
-
.wpmud .wphb-modal .button-content-cta:hover:not(:focus):not(:active),
|
186 |
-
.wpmud .wrap-wp-hummingbird .button-content-cta:active,
|
187 |
-
.wpmud .wrap-wp-hummingbird .button-content-cta:focus {
|
188 |
-
background: #0DAF8F !important;
|
189 |
-
border-color: #0DAF8F;
|
190 |
-
}
|
191 |
-
|
192 |
-
.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost {
|
193 |
-
background: transparent;
|
194 |
-
color: #1ABC9C !important;
|
195 |
-
border-color: #1ABC9C;
|
196 |
-
border-radius: 20px;
|
197 |
-
}
|
198 |
-
|
199 |
-
.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost:active {
|
200 |
-
color: #FFFFFF !important;
|
201 |
-
border-color: #0DAF8F;
|
202 |
-
}
|
203 |
-
|
204 |
.wpmud .wrap-wp-hummingbird .button-notice {
|
205 |
background-color: #E6E6E6 !important;
|
206 |
color: #AAAAAA !important;
|
@@ -214,13 +62,3 @@
|
|
214 |
color: #FFFFFF !important;
|
215 |
}
|
216 |
|
217 |
-
.wpmud .wrap-wp-hummingbird .button-grey {
|
218 |
-
background-color: #888888 !important;
|
219 |
-
color: #FFFFFF !important;
|
220 |
-
}
|
221 |
-
|
222 |
-
@include bp(phone) {
|
223 |
-
.wpmud .box-content .buttons {
|
224 |
-
margin-top: 0;
|
225 |
-
}
|
226 |
-
}
|
2 |
* COMMON: BUTTONS
|
3 |
*/
|
4 |
|
5 |
+
.wpmud .wrap-wp-hummingbird {
|
6 |
+
.report-status .sui-tag {
|
7 |
+
margin-top: 10px;
|
8 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
.wpdui-btn {
|
11 |
+
font: 500 12px/16px $font !important;
|
12 |
+
padding: 7px 16px;
|
13 |
+
height: 30px;
|
14 |
+
background-color: #888;
|
15 |
+
color: #FFFFFF;
|
16 |
+
border-radius: 3px;
|
17 |
+
-moz-border-radius: 3px;
|
18 |
+
transition: all .3s ease;
|
19 |
+
-webkit-transition: all .3s ease;
|
20 |
+
text-shadow: none !important;
|
21 |
+
}
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
.wpmud .report-status button.sui-button-upsell {
|
25 |
margin-top: 10px !important;
|
26 |
text-transform: uppercase;
|
|
|
27 |
height: 30px;
|
28 |
line-height: 16px;
|
29 |
padding: 0 16px;
|
30 |
+
|
31 |
+
&:not(:disabled) {
|
32 |
background-color: #d1f1ea !important;
|
33 |
color: #1abc9c !important;
|
34 |
+
|
35 |
&:hover,
|
36 |
&:focus {
|
37 |
background-color: #d1f1ea !important;
|
40 |
}
|
41 |
}
|
42 |
|
|
|
|
|
43 |
i {
|
44 |
color: #1abc9c;
|
45 |
font-size: 16px;
|
49 |
}
|
50 |
}
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
.wpmud .wrap-wp-hummingbird .button-notice {
|
53 |
background-color: #E6E6E6 !important;
|
54 |
color: #AAAAAA !important;
|
62 |
color: #FFFFFF !important;
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,48 +0,0 @@
|
|
1 |
-
/* ****************************************************************************
|
2 |
-
* MODULE: CLASSES
|
3 |
-
*/
|
4 |
-
|
5 |
-
@import "variables";
|
6 |
-
@import "mixins";
|
7 |
-
|
8 |
-
.hidden {
|
9 |
-
display: none;
|
10 |
-
}
|
11 |
-
|
12 |
-
// Clearfix
|
13 |
-
.cf {
|
14 |
-
&:after {
|
15 |
-
content: "";
|
16 |
-
display: table;
|
17 |
-
clear: both;
|
18 |
-
}
|
19 |
-
}
|
20 |
-
|
21 |
-
.wpmud .wrap-wp-hummingbird .clear {
|
22 |
-
padding: 0;
|
23 |
-
}
|
24 |
-
|
25 |
-
// Responsive Helpers
|
26 |
-
@media screen and (min-width: $desktop--small) {
|
27 |
-
.hide-on-large {
|
28 |
-
display: none;
|
29 |
-
}
|
30 |
-
}
|
31 |
-
|
32 |
-
.hide-to-large {
|
33 |
-
@include bp(desktop-large) {
|
34 |
-
display: none;
|
35 |
-
}
|
36 |
-
}
|
37 |
-
|
38 |
-
.hide-to-mobile {
|
39 |
-
@include bp(phone-large) {
|
40 |
-
display: none !important;
|
41 |
-
}
|
42 |
-
}
|
43 |
-
|
44 |
-
.hide-on-mobile {
|
45 |
-
@include bp(desktop-small) {
|
46 |
-
display: none;
|
47 |
-
}
|
48 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,9 +0,0 @@
|
|
1 |
-
/* ****************************************************************************
|
2 |
-
* COMMON: FUNCTIONS
|
3 |
-
*/
|
4 |
-
|
5 |
-
$browser-context: 16;
|
6 |
-
|
7 |
-
@function getEm($pixels, $context: $browser-context) {
|
8 |
-
@return #{$pixels/$context}em;
|
9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,611 +0,0 @@
|
|
1 |
-
/* ****************************************************************************
|
2 |
-
* COMMON: LAYOUT
|
3 |
-
*/
|
4 |
-
|
5 |
-
@import "variables";
|
6 |
-
@import "mixins";
|
7 |
-
|
8 |
-
/* .row */
|
9 |
-
.wpmud .row {
|
10 |
-
margin-top: 30px;
|
11 |
-
}
|
12 |
-
|
13 |
-
.wpmud .box-content .row:first-of-type {
|
14 |
-
margin-top: 0;
|
15 |
-
}
|
16 |
-
|
17 |
-
.wpmud .row-space-large {
|
18 |
-
margin-bottom: 40px;
|
19 |
-
}
|
20 |
-
|
21 |
-
.wpmud .row .col-center {
|
22 |
-
display: block;
|
23 |
-
margin-right: auto;
|
24 |
-
margin-left: auto;
|
25 |
-
}
|
26 |
-
|
27 |
-
.wpmud .row .col-quarter,
|
28 |
-
.wpmud .row .col-three-quarters,
|
29 |
-
.wpmud .row .col-fifth,
|
30 |
-
.wpmud .row .col-four-fifths {
|
31 |
-
display: table-cell;
|
32 |
-
padding: 0 15px 0 15px;
|
33 |
-
position: relative;
|
34 |
-
vertical-align: top;
|
35 |
-
}
|
36 |
-
|
37 |
-
.wpmud .row .col-quarter {
|
38 |
-
width: 25%;
|
39 |
-
}
|
40 |
-
|
41 |
-
.wpmud .row .col-three-quarters {
|
42 |
-
width: 75%;
|
43 |
-
}
|
44 |
-
|
45 |
-
.wpmud .row .col-fifth {
|
46 |
-
width: 20%;
|
47 |
-
}
|
48 |
-
|
49 |
-
.wpmud .row .col-four-fifths {
|
50 |
-
width: 80%;
|
51 |
-
}
|
52 |
-
|
53 |
-
.wpmud .row .col-four-fifths.hidden {
|
54 |
-
display: none;
|
55 |
-
}
|
56 |
-
|
57 |
-
.wpmud .row .col-quarter:first-child,
|
58 |
-
.wpmud .row .col-three-quarters:first-child,
|
59 |
-
.wpmud .row .col-fifth:first-child,
|
60 |
-
.wpmud .row .col-four-fifths:first-child {
|
61 |
-
padding-left: 0;
|
62 |
-
}
|
63 |
-
|
64 |
-
.wpmud .row .col-quarter:last-child,
|
65 |
-
.wpmud .row .col-three-quarters:last-child,
|
66 |
-
.wpmud .row .col-fifth:last-child,
|
67 |
-
.wpmud .row .col-four-fifths:last-child {
|
68 |
-
padding-right: 0;
|
69 |
-
}
|
70 |
-
|
71 |
-
/* .dev-box */
|
72 |
-
.wpmud .dev-box {
|
73 |
-
padding: 0;
|
74 |
-
}
|
75 |
-
|
76 |
-
.wpmud .dev-box:last-child {
|
77 |
-
margin-bottom: 0;
|
78 |
-
}
|
79 |
-
|
80 |
-
.wpmud .dev-box .box-title {
|
81 |
-
clear: both;
|
82 |
-
height: inherit;
|
83 |
-
margin: 0;
|
84 |
-
padding: 0 30px;
|
85 |
-
}
|
86 |
-
|
87 |
-
.wpmud .dev-box .box-title h3 {
|
88 |
-
font-size: 16px;
|
89 |
-
color: #333333;
|
90 |
-
float: left;
|
91 |
-
}
|
92 |
-
|
93 |
-
.wpmud .dev-box .box-title .wphb-label-notice-inline {
|
94 |
-
margin: 2px 15px;
|
95 |
-
}
|
96 |
-
|
97 |
-
.wpmud .dev-box .box-title:after {
|
98 |
-
content: '';
|
99 |
-
display: table;
|
100 |
-
clear: both;
|
101 |
-
}
|
102 |
-
|
103 |
-
.wpmud .dev-box .box-title .extra {
|
104 |
-
float: right;
|
105 |
-
}
|
106 |
-
|
107 |
-
.wpmud .dev-box .box-title .extra-text {
|
108 |
-
margin: 20px 0 0;
|
109 |
-
}
|
110 |
-
|
111 |
-
.wpmud .dev-box .box-title .extra-label {
|
112 |
-
display: inline-block;
|
113 |
-
margin: 0;
|
114 |
-
line-height: 20px;
|
115 |
-
}
|
116 |
-
|
117 |
-
.wpmud .dev-box .box-title .extra-label-value {
|
118 |
-
color: #477B92;
|
119 |
-
font-weight: 400;
|
120 |
-
text-transform: uppercase;
|
121 |
-
}
|
122 |
-
|
123 |
-
.wpmud .dev-box .box-title .wphb-select-group {
|
124 |
-
margin: 10px 0 0;
|
125 |
-
}
|
126 |
-
|
127 |
-
.wpmud .sui-box-header .test-results-label {
|
128 |
-
display: block;
|
129 |
-
float: left;
|
130 |
-
font-family: $font--alt;
|
131 |
-
font-weight: 700;
|
132 |
-
line-height: 30px;
|
133 |
-
margin-right: 10px;
|
134 |
-
text-transform: uppercase;
|
135 |
-
}
|
136 |
-
|
137 |
-
.wpmud .dev-box .box-title .test-results .wphb-score {
|
138 |
-
display: block;
|
139 |
-
float: left;
|
140 |
-
}
|
141 |
-
|
142 |
-
.wpmud .dev-box .box-title .toggle-group {
|
143 |
-
margin: 6px 15px 0 0;
|
144 |
-
}
|
145 |
-
|
146 |
-
.wpmud .dev-box .box-content {
|
147 |
-
padding: 30px;
|
148 |
-
word-wrap: break-word;
|
149 |
-
}
|
150 |
-
|
151 |
-
.wpmud .dev-box .box-content > * {
|
152 |
-
margin-bottom: 20px;
|
153 |
-
}
|
154 |
-
|
155 |
-
.wpmud .dev-box .box-content > *:last-child {
|
156 |
-
margin-bottom: 0;
|
157 |
-
}
|
158 |
-
|
159 |
-
.wpmud .dev-box .box-content .row-space-large {
|
160 |
-
margin-bottom: 40px;
|
161 |
-
}
|
162 |
-
|
163 |
-
/* .box-content */
|
164 |
-
.wpmud .box-content.no-padding {
|
165 |
-
padding: 0 !important;
|
166 |
-
}
|
167 |
-
|
168 |
-
.wpmud .box-content.no-vertical-padding {
|
169 |
-
padding-top: 0 !important;
|
170 |
-
padding-bottom: 0 !important;
|
171 |
-
}
|
172 |
-
|
173 |
-
.wpmud .wphb-modal .no-side-padding,
|
174 |
-
.wpmud .box-content.no-side-padding {
|
175 |
-
padding-right: 0 !important;
|
176 |
-
padding-left: 0 !important;
|
177 |
-
}
|
178 |
-
|
179 |
-
.wpmud .box-content .no-top-padding {
|
180 |
-
padding-top: 0 !important;
|
181 |
-
}
|
182 |
-
|
183 |
-
.wpmud .box-content .with-padding {
|
184 |
-
padding: 30px;
|
185 |
-
}
|
186 |
-
|
187 |
-
.wpmud .box-content .add-side-padding {
|
188 |
-
padding-right: 30px;
|
189 |
-
padding-left: 30px;
|
190 |
-
}
|
191 |
-
|
192 |
-
.wpmud .box-footer {
|
193 |
-
margin-top: 0;
|
194 |
-
padding: 30px;
|
195 |
-
border-top: 1px solid #EAEAEA;
|
196 |
-
}
|
197 |
-
|
198 |
-
/* Block: Section */
|
199 |
-
.wpmud .wphb-block-section {
|
200 |
-
margin-top: 40px;
|
201 |
-
}
|
202 |
-
|
203 |
-
.wpmud .wphb-block-section:first-child {
|
204 |
-
margin-top: 0;
|
205 |
-
}
|
206 |
-
|
207 |
-
.wpmud .wphb-block-section-content * {
|
208 |
-
color: #555;
|
209 |
-
line-height: 20px;
|
210 |
-
}
|
211 |
-
|
212 |
-
/* Box: Content */
|
213 |
-
.wpmud .content-box .wphb-block-entry-image-bottom {
|
214 |
-
margin-bottom: -30px;
|
215 |
-
}
|
216 |
-
|
217 |
-
.wpmud .content-box .wphb-block-entry-image-center {
|
218 |
-
margin-top: 30px;
|
219 |
-
}
|
220 |
-
|
221 |
-
.wpmud .content-box .wphb-block-entry-image-center img {
|
222 |
-
margin-left: auto;
|
223 |
-
margin-right: auto;
|
224 |
-
}
|
225 |
-
|
226 |
-
/* Box: Content One Col */
|
227 |
-
.wpmud .content-box-one-col {
|
228 |
-
}
|
229 |
-
|
230 |
-
/* Box: Content One Col Center */
|
231 |
-
.wpmud .content-box-one-col-center .box-content {
|
232 |
-
text-align: left;
|
233 |
-
}
|
234 |
-
|
235 |
-
.wpmud .content-box-one-col-center .wphb-block-entry-content {
|
236 |
-
margin: 0 auto;
|
237 |
-
}
|
238 |
-
|
239 |
-
.wpmud .content-box-flex {
|
240 |
-
display: flex;
|
241 |
-
justify-content: space-between;
|
242 |
-
align-items: flex-end;
|
243 |
-
}
|
244 |
-
|
245 |
-
/* Box: Content w/Image (left) */
|
246 |
-
.wpmud .content-box-two-cols-image-left .box-content {
|
247 |
-
text-align: left;
|
248 |
-
}
|
249 |
-
|
250 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-image,
|
251 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {
|
252 |
-
display: block;
|
253 |
-
}
|
254 |
-
|
255 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-image {
|
256 |
-
float: left;
|
257 |
-
max-width: 192px;
|
258 |
-
}
|
259 |
-
|
260 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {
|
261 |
-
margin: 30px 0 0 285px;
|
262 |
-
}
|
263 |
-
|
264 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title {
|
265 |
-
text-align: left;
|
266 |
-
}
|
267 |
-
|
268 |
-
/* Block: Content */
|
269 |
-
.wpmud .wphb-block + .wphb-block {
|
270 |
-
margin-top: 30px;
|
271 |
-
}
|
272 |
-
|
273 |
-
.wpmud .wphb-block-header {
|
274 |
-
margin-bottom: 30px;
|
275 |
-
}
|
276 |
-
|
277 |
-
.wpmud .wphb-block-title {
|
278 |
-
font-family: $font--alt;
|
279 |
-
font-size: 22px;
|
280 |
-
line-height: 26px;
|
281 |
-
margin: 0;
|
282 |
-
overflow: hidden;
|
283 |
-
text-align: left;
|
284 |
-
text-overflow: ellipsis;
|
285 |
-
white-space: nowrap;
|
286 |
-
}
|
287 |
-
|
288 |
-
.wpmud .wphb-block-content + .wphb-block-content {
|
289 |
-
margin-top: 30px;
|
290 |
-
}
|
291 |
-
|
292 |
-
.wpmud .wphb-block-content > *:last-child {
|
293 |
-
margin-bottom: 0;
|
294 |
-
}
|
295 |
-
|
296 |
-
.wpmud .wphb-block-content-center {
|
297 |
-
text-align: center;
|
298 |
-
}
|
299 |
-
|
300 |
-
.wpmud .wphb-block-content pre {
|
301 |
-
font-weight: 500;
|
302 |
-
font-family: $font;
|
303 |
-
font-size: 13px;
|
304 |
-
line-height: 18px;
|
305 |
-
background-color: #F8F8F8;
|
306 |
-
border: 1px solid #E6E6E6;
|
307 |
-
border-radius: 5px;
|
308 |
-
margin: 0;
|
309 |
-
padding: 20px 30px;
|
310 |
-
white-space: pre;
|
311 |
-
overflow-x: scroll;
|
312 |
-
max-width: 100%;
|
313 |
-
}
|
314 |
-
|
315 |
-
.wpmud .wphb-block-content-blue {
|
316 |
-
background-color: #e0f6ff;
|
317 |
-
border-radius: 5px;
|
318 |
-
padding: 20px 30px;
|
319 |
-
}
|
320 |
-
|
321 |
-
.wpmud .wphb-block-content .tooltip-box,
|
322 |
-
.wpmud .wphb-block-content .toggle,
|
323 |
-
.wpmud .wphb-block-content .toggle .toggle-label {
|
324 |
-
height: 21px;
|
325 |
-
vertical-align: top;
|
326 |
-
}
|
327 |
-
|
328 |
-
.wpmud .wphb-block-content-group {
|
329 |
-
border-collapse: separate;
|
330 |
-
border-spacing: 0;
|
331 |
-
display: table;
|
332 |
-
width: 100%;
|
333 |
-
}
|
334 |
-
|
335 |
-
.wpmud .wphb-block-content-group-inner {
|
336 |
-
display: table-row;
|
337 |
-
}
|
338 |
-
|
339 |
-
.wpmud .wphb-block-content-group-item {
|
340 |
-
display: table-cell;
|
341 |
-
vertical-align: middle;
|
342 |
-
width: 100%;
|
343 |
-
}
|
344 |
-
|
345 |
-
.wpmud .wphb-block-content-group-item .wphb-block-content {
|
346 |
-
margin-left: 30px;
|
347 |
-
}
|
348 |
-
|
349 |
-
.wpmud .wphb-block-content-group-item:first-child .wphb-block-content {
|
350 |
-
margin-left: 0;
|
351 |
-
}
|
352 |
-
|
353 |
-
.wpmud .wphb-block-content-group .wphb-block-content.small {
|
354 |
-
padding: 20px 23px;
|
355 |
-
width: 80px;
|
356 |
-
}
|
357 |
-
|
358 |
-
/* Block: Entry Content */
|
359 |
-
.wpmud .wphb-block-entry:after {
|
360 |
-
content: '';
|
361 |
-
clear: both;
|
362 |
-
display: block;
|
363 |
-
}
|
364 |
-
|
365 |
-
.wpmud .wphb-block-entry-content .title {
|
366 |
-
color: #333333;
|
367 |
-
font-size: 22px;
|
368 |
-
font-weight: bold;
|
369 |
-
line-height: 1.333em;
|
370 |
-
margin: 0 0 0.5em;
|
371 |
-
max-width: 100%;
|
372 |
-
text-transform: uppercase;
|
373 |
-
}
|
374 |
-
|
375 |
-
.wpmud .wphb-block-entry-content .title,
|
376 |
-
.wpmud .wphb-block-entry-content .content > p {
|
377 |
-
margin: 0 0 20px;
|
378 |
-
}
|
379 |
-
|
380 |
-
.wpmud .content {
|
381 |
-
margin-bottom: 30px;
|
382 |
-
}
|
383 |
-
.wpmud .wphb-block-entry-content .content > p:last-child {
|
384 |
-
margin-bottom: 0;
|
385 |
-
}
|
386 |
-
|
387 |
-
/* Top summary modules */
|
388 |
-
.wpmud .wphb-block-entry-third {
|
389 |
-
color: #333333;
|
390 |
-
width: calc(100% / 2 - 98px);
|
391 |
-
padding-left: 5%;
|
392 |
-
padding-top: 10px;
|
393 |
-
display: inline-block;
|
394 |
-
vertical-align: middle;
|
395 |
-
}
|
396 |
-
|
397 |
-
.wpmud .wphb-block-entry-third span {
|
398 |
-
font-weight: 400;
|
399 |
-
}
|
400 |
-
|
401 |
-
.wpmud .wphb-block-entry-third p {
|
402 |
-
font-size: 13px;
|
403 |
-
margin-top: 0;
|
404 |
-
color: #888888;
|
405 |
-
}
|
406 |
-
|
407 |
-
.wpmud .wphb-block-entry-third span.not-present {
|
408 |
-
font-size: 55px;
|
409 |
-
line-height: 30px;
|
410 |
-
margin-bottom: 20px;
|
411 |
-
}
|
412 |
-
|
413 |
-
.wpmud .wphb-block-entry-third span.score-span {
|
414 |
-
font-size: 13px;
|
415 |
-
margin-left: -12px;
|
416 |
-
}
|
417 |
-
|
418 |
-
.wpmud .wphb-block-entry-third .current-performance-score {
|
419 |
-
margin-bottom: 20px;
|
420 |
-
}
|
421 |
-
|
422 |
-
.wpmud i.hb-wpmudev-icon-info.dismissed,
|
423 |
-
.wpmud .wphb-block-entry-third .hb-wpmudev-icon-info {
|
424 |
-
color: #888888;
|
425 |
-
&:before {
|
426 |
-
color: #888888;
|
427 |
-
}
|
428 |
-
}
|
429 |
-
|
430 |
-
.wpmud .wphb-block-entry-third .hb-wpmudev-icon-tick {
|
431 |
-
color: #1ABC9C;
|
432 |
-
}
|
433 |
-
|
434 |
-
.wpmud .wphb-block-entry-third .dev-list {
|
435 |
-
margin: 0 !important;
|
436 |
-
border-bottom: 0;
|
437 |
-
}
|
438 |
-
|
439 |
-
.wpmud .wphb-block-entry-third .dev-list li:first-child span {
|
440 |
-
padding-top: 4px;
|
441 |
-
}
|
442 |
-
|
443 |
-
@include bp(desktop-large) {
|
444 |
-
.wpmud .wrap-wphb .row .col-half,
|
445 |
-
.wpmud .wrap-wphb-caching .row .col-half,
|
446 |
-
.wpmud .wrap-wphb-gzip .row .col-half {
|
447 |
-
display: block;
|
448 |
-
margin-top: 30px;
|
449 |
-
padding: 0;
|
450 |
-
width: 100%;
|
451 |
-
}
|
452 |
-
|
453 |
-
.wpmud .wrap-wphb .row .col-half:first-child,
|
454 |
-
.wpmud .wrap-wphb-caching .row .col-half:first-child,
|
455 |
-
.wpmud .wrap-wphb-gzip .row .col-half:first-child {
|
456 |
-
margin-top: 0;
|
457 |
-
}
|
458 |
-
|
459 |
-
|
460 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {
|
461 |
-
margin-top: 65px;
|
462 |
-
}
|
463 |
-
}
|
464 |
-
|
465 |
-
@include bp(desktop) {
|
466 |
-
/* Box: Content w/Image (left) */
|
467 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry {
|
468 |
-
text-align: center;
|
469 |
-
min-height: 100%;
|
470 |
-
}
|
471 |
-
|
472 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-image {
|
473 |
-
display: none;
|
474 |
-
}
|
475 |
-
|
476 |
-
.wpmud .wphb-block-entry-third {
|
477 |
-
width: 49%;
|
478 |
-
}
|
479 |
-
|
480 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-image .wphb-image {
|
481 |
-
margin: 0 auto;
|
482 |
-
}
|
483 |
-
|
484 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {
|
485 |
-
margin: 35px 0 0 155px;
|
486 |
-
}
|
487 |
-
|
488 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title {
|
489 |
-
text-align: center;
|
490 |
-
}
|
491 |
-
|
492 |
-
.wpmud .wphb-block-entry-third {
|
493 |
-
text-align: left;
|
494 |
-
padding-left: 0;
|
495 |
-
}
|
496 |
-
}
|
497 |
-
|
498 |
-
@include bp(desktop-small) {
|
499 |
-
/* Generic */
|
500 |
-
.wpmud .row {
|
501 |
-
display: block;
|
502 |
-
}
|
503 |
-
|
504 |
-
.wpmud .row .col-fifth {
|
505 |
-
display: block;
|
506 |
-
width: 100%;
|
507 |
-
padding: 0;
|
508 |
-
}
|
509 |
-
|
510 |
-
.wpmud .row .col-four-fifths {
|
511 |
-
display: block;
|
512 |
-
width: 100%;
|
513 |
-
padding: 0;
|
514 |
-
}
|
515 |
-
|
516 |
-
.wpmud .wphb-block-entry-third {
|
517 |
-
padding-left: 0;
|
518 |
-
}
|
519 |
-
|
520 |
-
.wpmud .wphb-block-entry-third .current-performance-score {
|
521 |
-
margin-bottom: 5px;
|
522 |
-
}
|
523 |
-
|
524 |
-
/*
|
525 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content.wphb-cf-notice {
|
526 |
-
margin: 35px 0 0 0;
|
527 |
-
}
|
528 |
-
*/
|
529 |
-
}
|
530 |
-
|
531 |
-
@include bp(tablet) {
|
532 |
-
.wpmud .box-content .with-padding {
|
533 |
-
// TODO: why was it 0?
|
534 |
-
/*padding: 0;*/
|
535 |
-
padding: 15px 20px;
|
536 |
-
}
|
537 |
-
|
538 |
-
.wpmud .row,
|
539 |
-
.wpmud .row-sep {
|
540 |
-
display: block;
|
541 |
-
table-layout: inherit;
|
542 |
-
}
|
543 |
-
|
544 |
-
.wpmud .row .col-third,
|
545 |
-
.wpmud .row .col-two-third,
|
546 |
-
.wpmud .row .col-half,
|
547 |
-
.wpmud .row .col-quarter,
|
548 |
-
.wpmud .row .col-three-quarters {
|
549 |
-
display: block;
|
550 |
-
margin-top: 30px;
|
551 |
-
padding: 0;
|
552 |
-
width: 100%;
|
553 |
-
}
|
554 |
-
|
555 |
-
.wpmud .row .col-third:first-child,
|
556 |
-
.wpmud .row .col-two-third:first-child,
|
557 |
-
.wpmud .row .col-half:first-child,
|
558 |
-
.wpmud .row .col-quarter:first-child,
|
559 |
-
.wpmud .row .col-three-quarters:first-child {
|
560 |
-
margin-top: 0;
|
561 |
-
}
|
562 |
-
|
563 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-image {
|
564 |
-
display: none;
|
565 |
-
}
|
566 |
-
}
|
567 |
-
|
568 |
-
@include bp(phone-large) {
|
569 |
-
.wpmud .wphb-block-entry-third {
|
570 |
-
display: block;
|
571 |
-
text-align: center;
|
572 |
-
width: 100%;
|
573 |
-
}
|
574 |
-
|
575 |
-
.wpmud .wphb-block-entry-third .dev-list {
|
576 |
-
text-align: left;
|
577 |
-
}
|
578 |
-
|
579 |
-
.wpmud .dev-box .box-title .test-results {
|
580 |
-
float: none;
|
581 |
-
display: block;
|
582 |
-
}
|
583 |
-
}
|
584 |
-
|
585 |
-
@include bp(phone) {
|
586 |
-
.wpmud .row .col-third,
|
587 |
-
.wpmud .row .col-two-third,
|
588 |
-
.wpmud .row .col-half,
|
589 |
-
.wpmud .row .col-quarter,
|
590 |
-
.wpmud .row .col-three-quarters {
|
591 |
-
margin-top: 15px;
|
592 |
-
}
|
593 |
-
|
594 |
-
.wpmud .dev-box .box-content,
|
595 |
-
.wpmud .box-footer {
|
596 |
-
padding: 15px 20px;
|
597 |
-
}
|
598 |
-
|
599 |
-
.wpmud .dev-box .box-content > * {
|
600 |
-
margin-bottom: 15px;
|
601 |
-
}
|
602 |
-
|
603 |
-
.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {
|
604 |
-
margin: 35px 0 0 135px;
|
605 |
-
}
|
606 |
-
|
607 |
-
.wpmud .dev-box .box-title .test-results {
|
608 |
-
margin-top: 2px;
|
609 |
-
float: right;
|
610 |
-
}
|
611 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -9,7 +9,7 @@
|
|
9 |
$at1x_path: "#{$path}.#{$ext}";
|
10 |
$at2x_path: "#{$path}@2x.#{$ext}";
|
11 |
|
12 |
-
background: url("#{$at1x_path}") $repeat $pos;
|
13 |
background-size: $w $h;
|
14 |
|
15 |
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
@@ -22,35 +22,8 @@
|
|
22 |
}
|
23 |
}
|
24 |
|
25 |
-
// Base at-root
|
26 |
-
@mixin optional-at-root($sel) {
|
27 |
-
@at-root #{if(not &, $sel, selector-append(&, $sel))} {
|
28 |
-
@content;
|
29 |
-
}
|
30 |
-
}
|
31 |
-
|
32 |
-
// Form Input Placeholder
|
33 |
-
@mixin form-placeholder {
|
34 |
-
@include optional-at-root('&::-webkit-input-placeholder') {
|
35 |
-
@content;
|
36 |
-
}
|
37 |
-
|
38 |
-
@include optional-at-root('&:-moz-placeholder') {
|
39 |
-
@content;
|
40 |
-
}
|
41 |
-
|
42 |
-
@include optional-at-root('&::-moz-placeholder') {
|
43 |
-
@content;
|
44 |
-
}
|
45 |
-
|
46 |
-
@include optional-at-root('&:-ms-input-placeholder') {
|
47 |
-
@content;
|
48 |
-
}
|
49 |
-
}
|
50 |
-
|
51 |
// Breakpoints
|
52 |
@mixin bp($point) {
|
53 |
-
|
54 |
// Phone: < 480px
|
55 |
@if $point == phone {
|
56 |
@media only screen and (max-width: $phone) {
|
@@ -106,5 +79,4 @@
|
|
106 |
@content;
|
107 |
}
|
108 |
}
|
109 |
-
|
110 |
}
|
9 |
$at1x_path: "#{$path}.#{$ext}";
|
10 |
$at2x_path: "#{$path}@2x.#{$ext}";
|
11 |
|
12 |
+
background: #fff url("#{$at1x_path}") $repeat $pos;
|
13 |
background-size: $w $h;
|
14 |
|
15 |
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
22 |
}
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
// Breakpoints
|
26 |
@mixin bp($point) {
|
|
|
27 |
// Phone: < 480px
|
28 |
@if $point == phone {
|
29 |
@media only screen and (max-width: $phone) {
|
79 |
@content;
|
80 |
}
|
81 |
}
|
|
|
82 |
}
|
@@ -2,41 +2,7 @@
|
|
2 |
* COMMON: MODALS
|
3 |
*/
|
4 |
|
5 |
-
.wpmud .
|
6 |
-
color: #888888;
|
7 |
-
font-size: 34px;
|
8 |
-
}
|
9 |
-
|
10 |
-
.wpmud .wphb-modal * {
|
11 |
-
-webkit-box-sizing: border-box;
|
12 |
-
box-sizing: border-box;
|
13 |
-
font-family: $font;
|
14 |
-
}
|
15 |
-
|
16 |
-
.wpmud .wphb-modal .wphb-dialog-content > * {
|
17 |
-
margin-bottom: 30px;
|
18 |
-
}
|
19 |
-
|
20 |
-
.wpmud .wphb-modal .wphb-dialog-content > *:last-child {
|
21 |
-
margin-bottom: 0;
|
22 |
-
}
|
23 |
-
|
24 |
-
.wpmud .wphb-modal .wphb-dialog-content .wphb-modal-image-bottom {
|
25 |
-
margin-bottom: -30px;
|
26 |
-
}
|
27 |
-
|
28 |
-
.wpmud .wphb-modal .wphb-progress-state {
|
29 |
-
margin-top: -20px;
|
30 |
-
}
|
31 |
-
|
32 |
-
.wpmud .wphb-modal .wphb-dialog-footer {
|
33 |
-
border-top: 1px solid #EAEAEA;
|
34 |
-
margin: 30px -30px;
|
35 |
-
padding: 30px 30px 0;
|
36 |
-
}
|
37 |
-
|
38 |
-
.wpmud .wphb-progress-modal .wphb-progress,
|
39 |
-
.wpmud .wphb-progress-modal .wphb-block-test {
|
40 |
max-width: 100%;
|
41 |
}
|
42 |
|
@@ -75,60 +41,6 @@
|
|
75 |
padding: 0 30px 0 76px;
|
76 |
}
|
77 |
|
78 |
-
.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test,
|
79 |
-
.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test,
|
80 |
-
.wpmud.toplevel_page_wphb-minification .wphb-modal .wphb-block-test {
|
81 |
-
display: flex;
|
82 |
-
align-content: center;
|
83 |
-
align-items: center;
|
84 |
-
height: auto;
|
85 |
-
padding: 20px 30px;
|
86 |
-
margin-bottom: 30px;
|
87 |
-
}
|
88 |
-
|
89 |
-
.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test {
|
90 |
-
margin-bottom: 10px;
|
91 |
-
}
|
92 |
-
|
93 |
-
.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test > p {
|
94 |
-
font-size: 13px;
|
95 |
-
line-height: 22px;
|
96 |
-
margin-right: 14px;
|
97 |
-
margin-bottom: 0;
|
98 |
-
}
|
99 |
-
|
100 |
-
.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test > .button {
|
101 |
-
flex-basis: 260px; /* IE compatibility */
|
102 |
-
}
|
103 |
-
|
104 |
-
.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test > label {
|
105 |
-
margin: 0;
|
106 |
-
}
|
107 |
-
|
108 |
-
.wpmud .dev-overlay.dismiss-report .box {
|
109 |
-
width: 400px;
|
110 |
-
margin-left: -250px;
|
111 |
-
}
|
112 |
-
|
113 |
-
.wpmud .dev-overlay.dismiss-report .title {
|
114 |
-
margin-bottom: 30px;
|
115 |
-
}
|
116 |
-
|
117 |
-
.wpmud .dev-overlay.dismiss-report .title h3 {
|
118 |
-
font-size: 15px;
|
119 |
-
text-transform: none;
|
120 |
-
}
|
121 |
-
|
122 |
-
.wpmud .dev-overlay.dismiss-report .wphb-dialog-content > p {
|
123 |
-
color: #888888;
|
124 |
-
font-size: 13px;
|
125 |
-
line-height: 22px;
|
126 |
-
}
|
127 |
-
|
128 |
-
.wpmud .dev-overlay.dismiss-report .wphb-dialog-footer {
|
129 |
-
border: none;
|
130 |
-
}
|
131 |
-
|
132 |
/* Asset Optimization switch mode notice */
|
133 |
.wpmud .wphb-basic-minification-modal .box,
|
134 |
.wpmud .wphb-advanced-minification-modal .box,
|
2 |
* COMMON: MODALS
|
3 |
*/
|
4 |
|
5 |
+
.wpmud .wphb-progress-modal .wphb-progress {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
max-width: 100%;
|
7 |
}
|
8 |
|
41 |
padding: 0 30px 0 76px;
|
42 |
}
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
/* Asset Optimization switch mode notice */
|
45 |
.wpmud .wphb-basic-minification-modal .box,
|
46 |
.wpmud .wphb-advanced-minification-modal .box,
|
@@ -23,182 +23,42 @@ button.notice-dismiss {
|
|
23 |
margin: 5px 20px 2px 5px;
|
24 |
}
|
25 |
|
26 |
-
/* Fix for tooltip-below */
|
27 |
-
.wpmud [tooltip].tooltip-bottom:before {
|
28 |
-
margin-top: 2px;
|
29 |
-
}
|
30 |
-
|
31 |
-
.wpmud [tooltip].tooltip-bottom:after {
|
32 |
-
margin-top: 12px;
|
33 |
-
}
|
34 |
-
|
35 |
-
/* Fix for overflowing tooltips */
|
36 |
-
.wpmud .list-table > tbody > tr > td {
|
37 |
-
z-index: 0;
|
38 |
-
}
|
39 |
-
|
40 |
-
.wpmud [tooltip].tooltip-s.tooltip-right:after {
|
41 |
-
margin-left: -150px;
|
42 |
-
}
|
43 |
-
|
44 |
.wpmud .wrap-wp-hummingbird strong {
|
45 |
color: #333333;
|
46 |
}
|
47 |
|
48 |
-
.wpmud .dev-overlay .back {
|
49 |
-
background-color: rgba(51, 51, 51, 0.95);
|
50 |
-
}
|
51 |
-
|
52 |
-
.wpmud .dev-overlay .box {
|
53 |
-
padding: 40px 30px 30px;
|
54 |
-
}
|
55 |
-
|
56 |
-
.wpmud .dev-overlay .title .title-action {
|
57 |
-
font-family: 'Roboto', sans-serif;
|
58 |
-
margin-top: 5px;
|
59 |
-
vertical-align: middle;
|
60 |
-
color: #888888;
|
61 |
-
font-size: 13px;
|
62 |
-
line-height: 30px;
|
63 |
-
margin-right: -20px;
|
64 |
-
}
|
65 |
-
|
66 |
/* Install dashboard message */
|
67 |
.wpmud #wpmu-install-dashboard {
|
68 |
margin-left: 0;
|
69 |
-
}
|
70 |
-
|
71 |
-
.wpmud #wpcontent #wpmu-install-dashboard * {
|
72 |
-
-webkit-box-sizing: content-box;
|
73 |
-
box-sizing: content-box;
|
74 |
-
}
|
75 |
-
|
76 |
-
.wpmud #wpmu-install-dashboard .wpmu-message {
|
77 |
-
font-family: inherit;
|
78 |
-
font-weight: inherit;
|
79 |
-
line-height: inherit;
|
80 |
-
}
|
81 |
-
|
82 |
-
/* Toggles */
|
83 |
-
.wpmud .toggle .toggle-checkbox:checked + .toggle-label:before,
|
84 |
-
.wpmud .toggle .toggle-checkbox:checked + .toggle-label {
|
85 |
-
background-color: #17A8E3;
|
86 |
-
}
|
87 |
-
|
88 |
-
.wpmud .toggle .toggle-label:before {
|
89 |
-
background: #AAA;
|
90 |
-
}
|
91 |
-
|
92 |
-
.wpmud .toggle .toggle-label {
|
93 |
-
width: 44px;
|
94 |
-
text-align: left;
|
95 |
-
}
|
96 |
-
|
97 |
-
.wpmud .toggle .toggle-checkbox:checked + .toggle-label:after {
|
98 |
-
margin-left: 24px;
|
99 |
-
}
|
100 |
-
|
101 |
-
.wpmud .toggle .toggle-checkbox:checked:disabled + .toggle-label {
|
102 |
-
background: transparent;
|
103 |
-
}
|
104 |
-
|
105 |
-
.wpmud .toggle .toggle-checkbox:checked:disabled + .toggle-label:before {
|
106 |
-
bottom: 0;
|
107 |
-
left: 0;
|
108 |
-
right: 0;
|
109 |
-
top: 0;
|
110 |
-
}
|
111 |
-
|
112 |
-
.wpmud .toggle .toggle-checkbox:checked:disabled + .toggle-label:after {
|
113 |
-
margin-left: 1px;
|
114 |
-
}
|
115 |
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
}
|
120 |
-
|
121 |
-
.wpmud .toggle .toggle-label.small:after {
|
122 |
-
width: 14px;
|
123 |
-
height: 14px;
|
124 |
-
}
|
125 |
-
|
126 |
-
.wpmud .toggle .toggle-checkbox:checked + .toggle-label.small:after {
|
127 |
-
margin-left: 21px;
|
128 |
-
}
|
129 |
-
|
130 |
-
.wpmud .toggle .toggle-cross {
|
131 |
-
color: rgba(221, 221, 221, 1);
|
132 |
-
}
|
133 |
-
|
134 |
-
.wpmud .toggle-group {
|
135 |
-
display: inline-block;
|
136 |
-
}
|
137 |
-
|
138 |
-
.wpmud .toggle-item.bordered,
|
139 |
-
.wpmud .wphb-block-entry.bordered {
|
140 |
-
border-top: 1px solid #E6E6E6;
|
141 |
-
padding-top: 30px;
|
142 |
-
}
|
143 |
-
|
144 |
-
.wpmud .toggle-item.space-top-small {
|
145 |
-
margin: 15px 0 0;
|
146 |
-
}
|
147 |
-
|
148 |
-
.wpmud .toggle-item label {
|
149 |
-
text-align: left;
|
150 |
-
}
|
151 |
-
|
152 |
-
.wpmud .toggle-item .toggle-item-group {
|
153 |
-
display: table;
|
154 |
-
width: 100%;
|
155 |
-
}
|
156 |
-
|
157 |
-
.wpmud .toggle-item .toggle-info,
|
158 |
-
.wpmud .toggle-item .toggle-actions {
|
159 |
-
display: table-cell;
|
160 |
-
}
|
161 |
-
|
162 |
-
.wpmud .toggle-item .toggle-item-title {
|
163 |
-
color: #555;
|
164 |
-
font: 400 15px/20px $font;
|
165 |
-
margin: 0;
|
166 |
-
}
|
167 |
|
168 |
-
.
|
169 |
-
|
170 |
-
|
171 |
-
|
|
|
172 |
}
|
173 |
|
174 |
/* Spinners */
|
175 |
-
.wpmud .spinner
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
.wpmud .spinner.left {
|
181 |
-
float: left;
|
182 |
-
}
|
183 |
-
|
184 |
-
.wpmud .spinner.hide { /* Don't take/render block on layout */
|
185 |
-
display: none;
|
186 |
-
}
|
187 |
|
188 |
-
|
189 |
-
|
190 |
-
}
|
191 |
|
192 |
-
|
193 |
-
|
194 |
-
left: 35px;
|
195 |
-
top: 15px;
|
196 |
}
|
197 |
-
}
|
198 |
|
199 |
-
|
200 |
-
|
201 |
-
left: 0;
|
202 |
-
top: 0;
|
203 |
}
|
204 |
-
}
|
23 |
margin: 5px 20px 2px 5px;
|
24 |
}
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
.wpmud .wrap-wp-hummingbird strong {
|
27 |
color: #333333;
|
28 |
}
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
/* Install dashboard message */
|
31 |
.wpmud #wpmu-install-dashboard {
|
32 |
margin-left: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
* {
|
35 |
+
-webkit-box-sizing: content-box;
|
36 |
+
box-sizing: content-box;
|
37 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
+
.wpmu-message {
|
40 |
+
font-family: inherit;
|
41 |
+
font-weight: inherit;
|
42 |
+
line-height: inherit;
|
43 |
+
}
|
44 |
}
|
45 |
|
46 |
/* Spinners */
|
47 |
+
.wpmud .spinner {
|
48 |
+
&.standalone {
|
49 |
+
float: none;
|
50 |
+
margin: 0;
|
51 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
&.left {
|
54 |
+
float: left;
|
55 |
+
}
|
56 |
|
57 |
+
&.hide { /* Don't take/render block on layout */
|
58 |
+
display: none;
|
|
|
|
|
59 |
}
|
|
|
60 |
|
61 |
+
.visible { /* Re-set visibility to visible */
|
62 |
+
visibility: visible;
|
|
|
|
|
63 |
}
|
64 |
+
}
|
@@ -35,71 +35,6 @@
|
|
35 |
/**
|
36 |
Icons (start)
|
37 |
*/
|
38 |
-
.hb-fi-filter {
|
39 |
-
&:before {
|
40 |
-
content: "\7a";
|
41 |
-
}
|
42 |
-
}
|
43 |
-
.hb-fi-wand {
|
44 |
-
&:before {
|
45 |
-
content: "\5a";
|
46 |
-
}
|
47 |
-
}
|
48 |
-
|
49 |
-
.hb-fi-settings-slider-control {
|
50 |
-
&:before {
|
51 |
-
content: "\7b";
|
52 |
-
}
|
53 |
-
}
|
54 |
-
|
55 |
-
.hb-icon-audit {
|
56 |
-
&:before {
|
57 |
-
content: "\e900";
|
58 |
-
}
|
59 |
-
}
|
60 |
-
|
61 |
-
.hb-wpmudev-icon-cross {
|
62 |
-
&:before {
|
63 |
-
content: "\e901";
|
64 |
-
}
|
65 |
-
}
|
66 |
-
|
67 |
-
.hb-wpmudev-icon-info {
|
68 |
-
&:before {
|
69 |
-
content: "\e902";
|
70 |
-
}
|
71 |
-
}
|
72 |
-
|
73 |
-
.hb-wpmudev-icon-tick {
|
74 |
-
&:before {
|
75 |
-
content: "\e903";
|
76 |
-
}
|
77 |
-
}
|
78 |
-
|
79 |
-
.hb-wpmudev-icon-warning {
|
80 |
-
&:before {
|
81 |
-
content: "\e904";
|
82 |
-
}
|
83 |
-
}
|
84 |
-
|
85 |
-
.hb-icon-cache {
|
86 |
-
&:before {
|
87 |
-
content: "\e905";
|
88 |
-
}
|
89 |
-
}
|
90 |
-
|
91 |
-
.hb-icon-cloudflare {
|
92 |
-
&:before {
|
93 |
-
content: "\e906";
|
94 |
-
}
|
95 |
-
}
|
96 |
-
|
97 |
-
.hb-icon-gzip {
|
98 |
-
&:before {
|
99 |
-
content: "\e907";
|
100 |
-
}
|
101 |
-
}
|
102 |
-
|
103 |
.hb-icon-minify-combine {
|
104 |
&:before {
|
105 |
content: "\e908";
|
@@ -124,111 +59,12 @@
|
|
124 |
}
|
125 |
}
|
126 |
|
127 |
-
.hb-icon-performancetest {
|
128 |
-
&:before {
|
129 |
-
content: "\e90c";
|
130 |
-
}
|
131 |
-
}
|
132 |
-
|
133 |
-
.hb-icon-reports {
|
134 |
-
&:before {
|
135 |
-
content: "\e90d";
|
136 |
-
}
|
137 |
-
}
|
138 |
-
|
139 |
-
.hb-icon-restore {
|
140 |
-
&:before {
|
141 |
-
content: "\e90e";
|
142 |
-
}
|
143 |
-
}
|
144 |
-
|
145 |
-
.hb-icon-smush {
|
146 |
-
&:before {
|
147 |
-
content: "\e90f";
|
148 |
-
}
|
149 |
-
}
|
150 |
-
|
151 |
.hb-icon-minify-inline {
|
152 |
&:before {
|
153 |
content: "\e910";
|
154 |
}
|
155 |
}
|
156 |
|
157 |
-
.hb-wpmudev-icon-eye {
|
158 |
-
&:before {
|
159 |
-
content: "\e911";
|
160 |
-
}
|
161 |
-
}
|
162 |
-
|
163 |
-
.hb-wpmudev-icon-wrench-tool {
|
164 |
-
&:before {
|
165 |
-
content: "\e912";
|
166 |
-
}
|
167 |
-
}
|
168 |
-
|
169 |
-
.hb-wpmudev-icon-profile-male {
|
170 |
-
&:before {
|
171 |
-
content: "\e913";
|
172 |
-
}
|
173 |
-
}
|
174 |
-
|
175 |
-
.hb-wpmudev-icon-page {
|
176 |
-
&:before {
|
177 |
-
content: "\e914";
|
178 |
-
}
|
179 |
-
}
|
180 |
-
|
181 |
-
.hb-wpmudev-icon-academy {
|
182 |
-
&:before {
|
183 |
-
content: "\e915";
|
184 |
-
}
|
185 |
-
}
|
186 |
-
|
187 |
-
.hb-fi-plugin-2 {
|
188 |
-
&:before {
|
189 |
-
content: "\4f";
|
190 |
-
}
|
191 |
-
}
|
192 |
-
|
193 |
-
.hb-fi-arrow-right {
|
194 |
-
&:before {
|
195 |
-
content: "\af";
|
196 |
-
}
|
197 |
-
}
|
198 |
-
|
199 |
-
.hb-fi-trash:before {
|
200 |
-
content: "\51";
|
201 |
-
}
|
202 |
-
/**
|
203 |
-
Icons (end)
|
204 |
-
*/
|
205 |
-
|
206 |
-
.wpmud .wphb-icon {
|
207 |
-
position: relative;
|
208 |
-
}
|
209 |
-
|
210 |
-
.wpmud .wphb-icon-left {
|
211 |
-
display: block;
|
212 |
-
float: left;
|
213 |
-
}
|
214 |
-
|
215 |
-
.wpmud .wphb-dash-icon {
|
216 |
-
font-size: 12px;
|
217 |
-
padding-right: 2px;
|
218 |
-
}
|
219 |
-
|
220 |
-
.wpmud .cf-dismiss {
|
221 |
-
display: block;
|
222 |
-
margin-top: 6px;
|
223 |
-
}
|
224 |
-
|
225 |
-
.wpmud .wphb-cf-notice .cf-dismiss a {
|
226 |
-
text-transform: uppercase;
|
227 |
-
text-decoration: none;
|
228 |
-
color: #888;
|
229 |
-
}
|
230 |
-
|
231 |
-
|
232 |
/* Caching and Advanced */
|
233 |
.wpmud .box-advanced-general h4,
|
234 |
.wpmud .box-page-caching h4 {
|
35 |
/**
|
36 |
Icons (start)
|
37 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
.hb-icon-minify-combine {
|
39 |
&:before {
|
40 |
content: "\e908";
|
59 |
}
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
.hb-icon-minify-inline {
|
63 |
&:before {
|
64 |
content: "\e910";
|
65 |
}
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
/* Caching and Advanced */
|
69 |
.wpmud .box-advanced-general h4,
|
70 |
.wpmud .box-page-caching h4 {
|
@@ -3,14 +3,6 @@
|
|
3 |
*/
|
4 |
|
5 |
// Colors
|
6 |
-
$color: #4E4B10;
|
7 |
-
$color--grey: #777771;
|
8 |
-
$color--grey--light: #ddd;
|
9 |
-
$color--grey--alt: #ccc;
|
10 |
-
$color--light: #f4f4f4;
|
11 |
-
$color--light--alt: #f9f9f9;
|
12 |
-
$color--dark: #595959;
|
13 |
-
$color--dark--alt: #333;
|
14 |
$color--cta: #4E4B10;
|
15 |
$color--success: #1ABC9C;
|
16 |
$color--error: #FF6D6D;
|
@@ -23,16 +15,6 @@ $font--icons: 'Hummingbird', Arial, sans-serif;
|
|
23 |
$font--path: "../fonts" !default;
|
24 |
$image--path: "../image";
|
25 |
|
26 |
-
// Space
|
27 |
-
$space: 30px;
|
28 |
-
$space--xxs: 5px;
|
29 |
-
$space--xs: 10px;
|
30 |
-
$space--s: 15px;
|
31 |
-
$space--m: 20px;
|
32 |
-
$space--l: 40px;
|
33 |
-
$space--xl: 50px;
|
34 |
-
$space--xxl: 60px;
|
35 |
-
|
36 |
// Responsive Sizes:
|
37 |
$phone: 480px;
|
38 |
$phone--large: 600px;
|
3 |
*/
|
4 |
|
5 |
// Colors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
$color--cta: #4E4B10;
|
7 |
$color--success: #1ABC9C;
|
8 |
$color--error: #FF6D6D;
|
15 |
$font--path: "../fonts" !default;
|
16 |
$image--path: "../image";
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
// Responsive Sizes:
|
19 |
$phone: 480px;
|
20 |
$phone--large: 600px;
|
@@ -32,20 +32,6 @@
|
|
32 |
border-bottom: 0;
|
33 |
}
|
34 |
|
35 |
-
.wpmud .wphb-border-frame .list-table > thead > tr > th {
|
36 |
-
color: #333333;
|
37 |
-
font-size: 13px;
|
38 |
-
padding: 8px 0;
|
39 |
-
}
|
40 |
-
|
41 |
-
.wpmud .wphb-border-frame .list-table > thead > tr > th:first-child {
|
42 |
-
padding: 27px 30px;
|
43 |
-
}
|
44 |
-
|
45 |
-
.wpmud .wphb-border-frame .list-table > tbody > tr > td:first-child {
|
46 |
-
padding-left: 30px;
|
47 |
-
}
|
48 |
-
|
49 |
@include bp(tablet) {
|
50 |
.wpmud .wphb-border-frame {
|
51 |
border: 0
|
32 |
border-bottom: 0;
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
@include bp(tablet) {
|
36 |
.wpmud .wphb-border-frame {
|
37 |
border: 0
|
@@ -35,26 +35,18 @@
|
|
35 |
width: 100%;
|
36 |
}
|
37 |
|
38 |
-
|
39 |
-
.wpmud .wrap-wp-hummingbird > .wphb-notice.wphb-dash-settings-updated {
|
40 |
-
position: fixed !important;
|
41 |
-
top: 30px;
|
42 |
-
margin-left: -210px;
|
43 |
-
}
|
44 |
-
|
45 |
-
.wpmud .wphb-notice.notice p {
|
46 |
-
font-size: 14px;
|
47 |
-
line-height: 1.5;
|
48 |
-
margin: 10px 0;
|
49 |
-
}
|
50 |
-
|
51 |
.wpmud .wphb-notice {
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
p {
|
53 |
color: #333;
|
54 |
}
|
55 |
}
|
56 |
|
57 |
-
|
58 |
.wpmud .wphb-notice:not(.notice) p,
|
59 |
.wpmud .wphb-notice:not(.notice) span,
|
60 |
.wpmud .wphb-notice ul,
|
@@ -63,22 +55,10 @@
|
|
63 |
padding: 0 0 0 30px;
|
64 |
}
|
65 |
|
66 |
-
.wpmud .wphb-notice:not(.notice) span.spinner.standalone {
|
67 |
-
margin-top: 10px;
|
68 |
-
}
|
69 |
-
|
70 |
.wpmud .wphb-notice:not(.notice) p:last-of-type {
|
71 |
margin: 0;
|
72 |
}
|
73 |
|
74 |
-
.wpmud .wphb-notice .wphb-icon,
|
75 |
-
.wpmud .wphb-notice .wphb-icon .wdv-icon {
|
76 |
-
font-size: 22px;
|
77 |
-
height: 22px;
|
78 |
-
line-height: 22px;
|
79 |
-
width: 22px;
|
80 |
-
}
|
81 |
-
|
82 |
.wpmud .wphb-notice.can-close .close {
|
83 |
cursor: pointer;
|
84 |
color: #333333;
|
@@ -90,101 +70,6 @@
|
|
90 |
text-transform: uppercase;
|
91 |
}
|
92 |
|
93 |
-
.wpmud .wphb-block-entry-third span.status-ok:before,
|
94 |
-
.wpmud span.dash-cloudflare-connected-status:before,
|
95 |
-
.wpmud .wphb-notice-error.can-close p:before,
|
96 |
-
.wpmud .wphb-notice-success.can-close p:before,
|
97 |
-
.wpmud .wphb-notice-success p:first-child:before,
|
98 |
-
.wpmud .wphb-notice-error p:first-child:before,
|
99 |
-
.wpmud .wphb-notice-warning p:first-child:before,
|
100 |
-
.wpmud .wphb-notice-grey p:before,
|
101 |
-
.wpmud .wphb-notice-grey-info p:before,
|
102 |
-
.wpmud .wphb-notice-blue p:first-child:before,
|
103 |
-
.wpmud .wphb-notice-blue-info p:first-child:before {
|
104 |
-
font-family: $font--icons;
|
105 |
-
font-size: 20px;
|
106 |
-
vertical-align: middle;
|
107 |
-
line-height: 20px;
|
108 |
-
top: -2px;
|
109 |
-
position: relative;
|
110 |
-
margin-left: -30px;
|
111 |
-
margin-right: 10px;
|
112 |
-
}
|
113 |
-
|
114 |
-
.wpmud .wphb-notice-success {
|
115 |
-
background-color: #D1F1EA;
|
116 |
-
}
|
117 |
-
|
118 |
-
.wpmud .wphb-notice-error {
|
119 |
-
background-color: #FFE5E9;
|
120 |
-
}
|
121 |
-
|
122 |
-
.wpmud .wphb-notice-warning {
|
123 |
-
background-color: #FFF5D5;
|
124 |
-
color: #333333;
|
125 |
-
}
|
126 |
-
|
127 |
-
.wpmud .wphb-notice-blue,
|
128 |
-
.wpmud .wphb-notice-blue-info {
|
129 |
-
background-color: #E1F6FF;
|
130 |
-
margin-top: 30px;
|
131 |
-
}
|
132 |
-
|
133 |
-
.wpmud .wphb-notice-grey,
|
134 |
-
.wpmud .wphb-notice-grey-info {
|
135 |
-
background-color: #F2F2F2;
|
136 |
-
margin-top: 10px;
|
137 |
-
}
|
138 |
-
|
139 |
-
.wpmud .cloudflare-step .wphb-notice-blue {
|
140 |
-
margin-top: 0;
|
141 |
-
}
|
142 |
-
|
143 |
-
.wpmud .wphb-block-entry-third span.status-ok:before,
|
144 |
-
.wpmud .wphb-notice-success p:before {
|
145 |
-
content: '\e903';
|
146 |
-
color: #1ABC9C;
|
147 |
-
}
|
148 |
-
|
149 |
-
.wpmud .wphb-block-entry-third span.status-ok:before {
|
150 |
-
margin-right: 0;
|
151 |
-
line-height: 20px;
|
152 |
-
}
|
153 |
-
|
154 |
-
.wpmud .wphb-notice-error p:before {
|
155 |
-
content: '\e904';
|
156 |
-
color: #FF7F83;
|
157 |
-
}
|
158 |
-
|
159 |
-
.wpmud .wphb-notice-warning p:before {
|
160 |
-
content: '\e902';
|
161 |
-
color: #FECF2F;
|
162 |
-
font-size: 18px;
|
163 |
-
line-height: 18px;
|
164 |
-
}
|
165 |
-
|
166 |
-
.wpmud .wphb-notice-blue p:before {
|
167 |
-
content: '\e903';
|
168 |
-
color: #17A8E3;
|
169 |
-
}
|
170 |
-
|
171 |
-
.wpmud .wphb-notice-blue-info p:before {
|
172 |
-
content: '\e902';
|
173 |
-
color: #17A8E3;
|
174 |
-
}
|
175 |
-
|
176 |
-
.wpmud .wphb-notice-grey p:before,
|
177 |
-
.wpmud .wphb-notice-grey-info p:before {
|
178 |
-
content: '\e902';
|
179 |
-
color: #888888;
|
180 |
-
}
|
181 |
-
|
182 |
-
.wpmud .dev-overlay .wphb-notice-warning p {
|
183 |
-
font-size: 14px;
|
184 |
-
line-height: 22px;
|
185 |
-
}
|
186 |
-
|
187 |
-
|
188 |
.wpmud .wphb-heading-status-green {
|
189 |
color: #1ABC9C;
|
190 |
}
|
35 |
width: 100%;
|
36 |
}
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
.wpmud .wphb-notice {
|
39 |
+
&.notice p {
|
40 |
+
font-size: 14px;
|
41 |
+
line-height: 1.5;
|
42 |
+
margin: 10px 0;
|
43 |
+
}
|
44 |
+
|
45 |
p {
|
46 |
color: #333;
|
47 |
}
|
48 |
}
|
49 |
|
|
|
50 |
.wpmud .wphb-notice:not(.notice) p,
|
51 |
.wpmud .wphb-notice:not(.notice) span,
|
52 |
.wpmud .wphb-notice ul,
|
55 |
padding: 0 0 0 30px;
|
56 |
}
|
57 |
|
|
|
|
|
|
|
|
|
58 |
.wpmud .wphb-notice:not(.notice) p:last-of-type {
|
59 |
margin: 0;
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
.wpmud .wphb-notice.can-close .close {
|
63 |
cursor: pointer;
|
64 |
color: #333333;
|
70 |
text-transform: uppercase;
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
.wpmud .wphb-heading-status-green {
|
74 |
color: #1ABC9C;
|
75 |
}
|
@@ -121,10 +121,6 @@
|
|
121 |
}
|
122 |
|
123 |
@include bp(phone-large) {
|
124 |
-
.wpmud .dev-box .box-title .wphb-pills {
|
125 |
-
margin: 4px 0 0 10px;
|
126 |
-
}
|
127 |
-
|
128 |
.wphb-pills {
|
129 |
margin: 0 0 0 10px;
|
130 |
}
|
121 |
}
|
122 |
|
123 |
@include bp(phone-large) {
|
|
|
|
|
|
|
|
|
124 |
.wphb-pills {
|
125 |
margin: 0 0 0 10px;
|
126 |
}
|
@@ -52,13 +52,15 @@
|
|
52 |
}
|
53 |
}
|
54 |
|
55 |
-
.
|
56 |
-
color: #ddd;
|
57 |
font-size: 16px;
|
58 |
margin-left: 10px;
|
59 |
|
60 |
-
&:hover { color: #aaa; }
|
61 |
-
&:before {
|
|
|
|
|
|
|
62 |
}
|
63 |
|
64 |
.wphb-db-row-delete {
|
@@ -74,7 +76,7 @@
|
|
74 |
&:hover {
|
75 |
background-color: #f5f5f5;
|
76 |
|
77 |
-
.
|
78 |
color: #FF6D6D;
|
79 |
}
|
80 |
}
|
@@ -84,10 +86,10 @@
|
|
84 |
margin-top: 1px;
|
85 |
}
|
86 |
|
87 |
-
.
|
88 |
color: #888;
|
89 |
font-size: 12px;
|
90 |
-
top:
|
91 |
}
|
92 |
}
|
93 |
|
@@ -117,12 +119,6 @@
|
|
117 |
|
118 |
.wphb-db-cleanup-no-membership {
|
119 |
padding-top: 0;
|
120 |
-
|
121 |
-
.wphb-block-entry-content {
|
122 |
-
@include bp(desktop-large) {
|
123 |
-
margin-top: 30px;
|
124 |
-
}
|
125 |
-
}
|
126 |
}
|
127 |
}
|
128 |
|
52 |
}
|
53 |
}
|
54 |
|
55 |
+
.sui-icon-info {
|
|
|
56 |
font-size: 16px;
|
57 |
margin-left: 10px;
|
58 |
|
59 |
+
&:hover:before { color: #aaa; }
|
60 |
+
&:before {
|
61 |
+
color: #ddd;
|
62 |
+
vertical-align: middle;
|
63 |
+
}
|
64 |
}
|
65 |
|
66 |
.wphb-db-row-delete {
|
76 |
&:hover {
|
77 |
background-color: #f5f5f5;
|
78 |
|
79 |
+
.sui-icon-trash:before {
|
80 |
color: #FF6D6D;
|
81 |
}
|
82 |
}
|
86 |
margin-top: 1px;
|
87 |
}
|
88 |
|
89 |
+
.sui-icon-trash:before {
|
90 |
color: #888;
|
91 |
font-size: 12px;
|
92 |
+
margin-top: 8px;
|
93 |
}
|
94 |
}
|
95 |
|
119 |
|
120 |
.wphb-db-cleanup-no-membership {
|
121 |
padding-top: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
}
|
123 |
}
|
124 |
|
@@ -5,436 +5,182 @@
|
|
5 |
@import "../common/variables";
|
6 |
@import "../common/mixins";
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
.
|
13 |
-
|
14 |
-
}
|
15 |
-
|
16 |
-
.wpmud .wrap-wphb-caching .wphb-spinner {
|
17 |
-
float: none;
|
18 |
-
background-size: 15px 15px;
|
19 |
-
}
|
20 |
-
|
21 |
-
.wpmud .wphb-caching-cloudflare-box > p {
|
22 |
-
margin: 0 0 20px 0;
|
23 |
-
}
|
24 |
-
|
25 |
-
.wpmud .box-caching-enable .buttons {
|
26 |
-
margin-top: -20px;
|
27 |
-
}
|
28 |
-
|
29 |
-
.wpmud .caching-table {
|
30 |
-
margin: 30px 0 0;
|
31 |
-
}
|
32 |
-
|
33 |
-
.wpmud .wphb-caching-summary-heading,
|
34 |
-
.wpmud .box-gzip-summary .list-label {
|
35 |
-
text-transform: none !important;
|
36 |
-
color: #333333;
|
37 |
-
font-size: 13px;
|
38 |
-
}
|
39 |
-
|
40 |
-
.wpmud #cloudflare-how-to-title,
|
41 |
-
.wpmud #cloudflare-how-to {
|
42 |
-
text-align: left;
|
43 |
-
}
|
44 |
-
|
45 |
-
.wpmud #cloudflare-how-to a {
|
46 |
-
font-weight: 500;
|
47 |
-
text-decoration: underline;
|
48 |
-
color: inherit;
|
49 |
-
}
|
50 |
-
|
51 |
-
.wpmud #cloudflare-info {
|
52 |
-
clear: both;
|
53 |
-
}
|
54 |
-
|
55 |
-
.wpmud #cloudflare-info.wphb-notice {
|
56 |
-
margin-top: 30px;
|
57 |
-
}
|
58 |
-
|
59 |
-
.wpmud .cloudflare-submit {
|
60 |
-
margin-bottom: 0;
|
61 |
-
}
|
62 |
-
|
63 |
-
.wpmud #cloudflare-zone .clear {
|
64 |
-
padding: 0;
|
65 |
-
}
|
66 |
-
|
67 |
-
.wpmud #cloudflare-zone label {
|
68 |
-
margin-bottom: 13px;
|
69 |
-
}
|
70 |
-
|
71 |
-
.wpmud #cloudflare-zone .cloudflare-submit {
|
72 |
-
margin-top: 22px;
|
73 |
-
}
|
74 |
-
|
75 |
-
.wpmud #cloudflare-steps .wphb-notice-success {
|
76 |
-
margin-top: 0;
|
77 |
-
}
|
78 |
-
|
79 |
-
.wpmud .cloudflare-clear-cache-tooltip[tooltip]:after {
|
80 |
-
margin-left: -137px;
|
81 |
-
}
|
82 |
-
|
83 |
-
.wpmud .cloudflare-step {
|
84 |
-
margin-top: 30px;
|
85 |
-
}
|
86 |
-
|
87 |
-
.wpmud .cloudflare-step form label input {
|
88 |
-
margin-top: 5px;
|
89 |
-
background-color: #F8F8F8;
|
90 |
-
}
|
91 |
-
|
92 |
-
.wpmud .cloudflare-step form label input::-webkit-input-placeholder,
|
93 |
-
.wpmud .cloudflare-step form label input::-moz-placeholder,
|
94 |
-
.wpmud .cloudflare-step form label input:-moz-placeholder, /* Firefox 19+ */
|
95 |
-
.wpmud .cloudflare-step form label input:-ms-input-placeholder /* Firefox 18- */ {
|
96 |
-
color: #AAAAAA;
|
97 |
-
}
|
98 |
-
|
99 |
-
.wpmud .cloudflare-step > p:first-child {
|
100 |
-
text-align: left;
|
101 |
-
}
|
102 |
-
|
103 |
-
.wpmud .cloudflare-spinner {
|
104 |
-
display: inline-block;
|
105 |
-
float: right;
|
106 |
-
}
|
107 |
-
|
108 |
-
.wpmud .cloudflare-step p.cloudflare-submit,
|
109 |
-
.wpmud #cloudflare-how-to-title {
|
110 |
-
position: relative;
|
111 |
-
margin-top: 11px;
|
112 |
-
}
|
113 |
-
|
114 |
-
.wpmud .cloudflare-step p.cloudflare-submit input[type="submit"] {
|
115 |
-
display: inline-block;
|
116 |
-
margin-top: 0;
|
117 |
-
}
|
118 |
-
|
119 |
-
.wpmud #cloudflare-how-to {
|
120 |
-
clear: both;
|
121 |
-
margin-left: 0;
|
122 |
-
margin-bottom: 0;
|
123 |
-
list-style-position: inside;
|
124 |
-
}
|
125 |
-
|
126 |
-
.wpmud .cloudflare-step > p {
|
127 |
-
margin-bottom: 30px;
|
128 |
-
}
|
129 |
-
|
130 |
-
.wpmud .cloudflare-step p.cloudflare-submit {
|
131 |
-
float: right;
|
132 |
-
}
|
133 |
-
|
134 |
-
.wpmud .cloudflare-step hr {
|
135 |
-
margin-top: 20px;
|
136 |
-
margin-bottom: 20px;
|
137 |
-
}
|
138 |
-
|
139 |
-
.wpmud .cloudflare-step p.cloudflare-clear-cache-text {
|
140 |
-
text-align: left;
|
141 |
-
}
|
142 |
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
font-size: 13px;
|
148 |
-
}
|
149 |
|
150 |
-
.wpmud .cloudflare-step .cloudflare-data {
|
151 |
-
text-align: left;
|
152 |
-
margin-top: 30px;
|
153 |
-
margin-bottom: 0;
|
154 |
-
}
|
155 |
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
|
|
160 |
|
161 |
-
.
|
162 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
}
|
164 |
|
165 |
-
|
166 |
-
|
167 |
-
|
|
|
|
|
168 |
}
|
169 |
|
170 |
-
|
171 |
-
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
-
.
|
175 |
-
|
176 |
-
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
}
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
}
|
185 |
|
186 |
-
|
187 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
}
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
|
|
|
|
|
193 |
display: block;
|
194 |
-
|
195 |
-
|
|
|
|
|
196 |
}
|
197 |
-
.wpmud .cloudflare-step p.cloudflare-submit {
|
198 |
-
float: none;
|
199 |
-
position: relative;
|
200 |
-
}
|
201 |
-
.wpmud .cloudflare-step p.cloudflare-submit .cloudflare-spinner {
|
202 |
-
position: absolute;
|
203 |
-
right: 0;
|
204 |
-
top: 10px;
|
205 |
-
}
|
206 |
-
}
|
207 |
-
|
208 |
-
.wpmud .wphb-server-instructions .wphb-notice,
|
209 |
-
.wpmud .box-caching-summary .wphb-notice,
|
210 |
-
.wpmud .box-gzip-summary .wphb-notice {
|
211 |
-
margin-bottom: 30px !important;
|
212 |
-
}
|
213 |
-
|
214 |
-
.wpmud .wphb-caching-active.wphb-notice.wphb-notice-blue {
|
215 |
-
margin-bottom: 0 !important;
|
216 |
-
}
|
217 |
-
|
218 |
-
.wpmud .wphb-caching-success.wphb-notice.wphb-notice-success {
|
219 |
-
margin-top: 30px;
|
220 |
-
}
|
221 |
-
|
222 |
-
.wpmud .wphb-server-instructions .wphb-block-content pre {
|
223 |
-
max-height: 240px;
|
224 |
-
}
|
225 |
-
|
226 |
-
.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p {
|
227 |
-
font-size: 13px;
|
228 |
-
line-height: 22px;
|
229 |
-
color: #333;
|
230 |
-
}
|
231 |
-
|
232 |
-
.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p:before {
|
233 |
-
font-size: 16px;
|
234 |
-
line-height: 16px;
|
235 |
-
}
|
236 |
-
|
237 |
-
.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning {
|
238 |
-
margin-top: 30px;
|
239 |
-
}
|
240 |
-
|
241 |
-
.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p {
|
242 |
-
font-size: 13px;
|
243 |
-
line-height: 22px;
|
244 |
-
}
|
245 |
-
|
246 |
-
.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p:before {
|
247 |
-
font-size: 16px;
|
248 |
-
line-height: 16px;
|
249 |
-
}
|
250 |
-
|
251 |
-
.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p {
|
252 |
-
font-size: 13px;
|
253 |
-
line-height: 22px;
|
254 |
-
}
|
255 |
-
|
256 |
-
.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p:before {
|
257 |
-
font-size: 16px;
|
258 |
-
line-height: 16px;
|
259 |
-
}
|
260 |
-
|
261 |
-
.wpmud .wphb-expiry-changes .update-htaccess {
|
262 |
-
margin-top: 10px;
|
263 |
-
}
|
264 |
-
|
265 |
-
.wpmud .button.notice-button {
|
266 |
-
margin-top: 10px;
|
267 |
-
}
|
268 |
-
|
269 |
-
.wpmud .wphb-cloudflare.wphb-notice-warning p {
|
270 |
-
color: #333;
|
271 |
-
}
|
272 |
-
|
273 |
-
/* Expiration table */
|
274 |
-
.wpmud .wphb-border-frame .table-header .wphb-caching-summary-heading-type {
|
275 |
-
flex-basis: 85px;
|
276 |
-
}
|
277 |
-
|
278 |
-
.wpmud .wphb-border-frame .table-row .wphb-gzip-summary-item-type,
|
279 |
-
.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type {
|
280 |
-
flex-basis: 100px;
|
281 |
-
}
|
282 |
-
|
283 |
-
.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-expiry,
|
284 |
-
.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-status {
|
285 |
-
flex-basis: 80px;
|
286 |
-
}
|
287 |
-
|
288 |
-
.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type {
|
289 |
-
font-size: 13px;
|
290 |
-
font-weight: 500;
|
291 |
-
color: #333333;
|
292 |
-
}
|
293 |
-
|
294 |
-
.wpmud .box-caching-settings label,
|
295 |
-
.wpmud .box-gzip-settings label {
|
296 |
-
margin-top: 15px;
|
297 |
-
margin-bottom: 5px;
|
298 |
-
padding: 0;
|
299 |
-
}
|
300 |
-
|
301 |
-
.wpmud .box-caching-settings label,
|
302 |
-
.wpmud .box-gzip-settings label,
|
303 |
-
.wpmud .box-caching-settings .wphb-border-frame > label,
|
304 |
-
.wpmud .box-gzip-settings .wphb-border-frame > label {
|
305 |
-
color: #888888;
|
306 |
-
font-size: 13px;
|
307 |
-
font-weight: 500;
|
308 |
-
line-height: 22px;
|
309 |
-
}
|
310 |
-
|
311 |
-
.wpmud .wphb-caching-cloudflare-settings .wphb-expiry-select {
|
312 |
-
width: 85%;
|
313 |
-
}
|
314 |
-
|
315 |
-
.wrap-wphb-caching .cloudflare-step label:first-child {
|
316 |
-
margin-top: 0;
|
317 |
-
}
|
318 |
-
|
319 |
-
/* Server select tabs (automatic/manual) */
|
320 |
-
.wpmud .wrap-wphb-gzip .tabs,
|
321 |
-
.wpmud .wrap-wphb-caching .tabs,
|
322 |
-
.wpmud .wrap-wphb-gzip .tabs .tab label,
|
323 |
-
.wpmud .wrap-wphb-caching .tabs .tab label,
|
324 |
-
.wpmud .wrap-wphb-gzip .tabs .tab .content,
|
325 |
-
.wpmud .wrap-wphb-caching .tabs .tab .content {
|
326 |
-
border: 0;
|
327 |
-
}
|
328 |
-
|
329 |
-
.wpmud .wrap-wphb-gzip .tabs .tab .content,
|
330 |
-
.wpmud .wrap-wphb-caching .tabs .tab .content {
|
331 |
-
border-top: 2px solid #E6E6E6;
|
332 |
-
top: 38px;
|
333 |
-
}
|
334 |
-
|
335 |
-
.wpmud .wrap-wphb-gzip .tabs .tab label,
|
336 |
-
.wpmud .wrap-wphb-caching .tabs .tab label {
|
337 |
-
font-size: 15px;
|
338 |
-
text-transform: capitalize;
|
339 |
-
color: #888888;
|
340 |
-
padding: 0 10px;
|
341 |
-
line-height: 1.5em;
|
342 |
-
height: 40px;
|
343 |
-
}
|
344 |
-
|
345 |
-
.wpmud .wphb-server-instructions p,
|
346 |
-
.wpmud .wphb-server-instructions .wphb-listing li {
|
347 |
-
color: #888888;
|
348 |
-
font-size: 13px;
|
349 |
-
line-height: 22px;
|
350 |
-
}
|
351 |
-
|
352 |
-
.wpmud .wphb-server-instructions .wphb-listing li {
|
353 |
-
margin-top: 0;
|
354 |
-
}
|
355 |
-
|
356 |
-
.wpmud .wphb-server-instructions .tabs {
|
357 |
-
margin: 0;
|
358 |
-
}
|
359 |
-
|
360 |
-
.wpmud .wphb-server-instructions .tabs .tab .content {
|
361 |
-
padding: 20px 0 0;
|
362 |
-
}
|
363 |
-
|
364 |
-
.wpmud .wphb-server-instructions .tabs .tab > .active {
|
365 |
-
color: #333333;
|
366 |
-
border-bottom: 2px solid #333333;
|
367 |
-
z-index: 10;
|
368 |
-
}
|
369 |
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
padding: 50px 30px;
|
374 |
-
}
|
375 |
-
|
376 |
-
.wpmud .box-page-caching .sui-box-body .sui-box-settings-row:first-of-type {
|
377 |
-
padding-bottom: inherit;
|
378 |
-
border-bottom: 1px solid #e6e6e6;;
|
379 |
}
|
380 |
|
381 |
-
.wpmud .box-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
text-align: left;
|
386 |
-
text-transform: none;
|
387 |
-
}
|
388 |
|
389 |
-
.
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
border: 1px solid #E6E6E6;
|
394 |
-
border-radius: 4px;
|
395 |
-
background-color: #F8F8F8;
|
396 |
-
margin-top: 20px;
|
397 |
-
}
|
398 |
|
399 |
-
|
400 |
-
|
401 |
-
|
|
|
|
|
|
|
402 |
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
|
|
|
|
|
|
|
|
407 |
|
408 |
-
.
|
409 |
-
|
|
|
410 |
}
|
411 |
|
412 |
-
|
413 |
-
|
414 |
-
|
|
|
|
|
|
|
|
|
|
|
415 |
|
416 |
-
|
417 |
-
|
418 |
-
padding-top: 0;
|
419 |
}
|
420 |
-
}
|
421 |
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
margin-top: 20px;
|
426 |
-
}
|
427 |
|
428 |
-
.
|
429 |
-
|
430 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
}
|
436 |
|
437 |
-
|
|
|
|
|
438 |
.wpmud .box-caching-rss {
|
439 |
.sui-box-footer .spinner {
|
440 |
margin: 2px 10px 0;
|
@@ -454,31 +200,9 @@
|
|
454 |
}
|
455 |
}
|
456 |
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
}
|
463 |
-
|
464 |
-
@include bp(phone-large) {
|
465 |
-
.wpmud .box-caching-summary .box-content > .box-content {
|
466 |
-
background-image: none;
|
467 |
-
}
|
468 |
-
}
|
469 |
-
|
470 |
-
@include bp(phone) {
|
471 |
-
.wpmud .wphb-caching-success.wphb-notice.wphb-notice-success {
|
472 |
-
margin-top: 10px;
|
473 |
-
}
|
474 |
-
|
475 |
-
.wpmud .wphb-server-instructions .wphb-notice,
|
476 |
-
.wpmud .box-caching-summary .wphb-notice,
|
477 |
-
.wpmud .box-gzip-summary .wphb-notice {
|
478 |
-
margin-bottom: 10px !important;
|
479 |
-
}
|
480 |
-
|
481 |
-
.wpmud .box-caching-summary .content-box-two-cols-image-left .wphb-block-entry-content {
|
482 |
-
margin: 0;
|
483 |
-
}
|
484 |
}
|
5 |
@import "../common/variables";
|
6 |
@import "../common/mixins";
|
7 |
|
8 |
+
/**
|
9 |
+
* Common styles for caching meta boxes
|
10 |
+
*/
|
11 |
+
.wpmud .wrap-wphb-caching {
|
12 |
+
.wphb-caching-error {
|
13 |
+
text-align: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
a {
|
16 |
+
text-decoration: underline;
|
17 |
+
}
|
18 |
+
}
|
|
|
|
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
+
/* Expiration table */
|
22 |
+
.wphb-border-frame {
|
23 |
+
.table-header .wphb-caching-summary-heading-type {
|
24 |
+
flex-basis: 85px;
|
25 |
+
}
|
26 |
|
27 |
+
.table-row {
|
28 |
+
.wphb-gzip-summary-item-type,
|
29 |
+
.wphb-caching-summary-item-type {
|
30 |
+
flex-basis: 100px;
|
31 |
+
}
|
32 |
+
|
33 |
+
.wphb-caching-summary-item-expiry,
|
34 |
+
.wphb-caching-summary-item-status {
|
35 |
+
flex-basis: 80px;
|
36 |
+
}
|
37 |
+
|
38 |
+
.wphb-caching-summary-item-type {
|
39 |
+
font-size: 13px;
|
40 |
+
font-weight: 500;
|
41 |
+
color: #333333;
|
42 |
+
}
|
43 |
+
}
|
44 |
+
}
|
45 |
}
|
46 |
|
47 |
+
/**
|
48 |
+
* Summary meta box
|
49 |
+
*/
|
50 |
+
.wpmud .box-caching-summary {
|
51 |
+
@include background-2x( "#{$image--path}/graphic-caching-top", 'png', 192px, 172px, 30px 100% );
|
52 |
}
|
53 |
|
54 |
+
/**
|
55 |
+
* Page caching meta box
|
56 |
+
*/
|
57 |
+
.wpmud .box-caching-page-caching {
|
58 |
+
/* Two column layouts: used in page types table */
|
59 |
+
.wphb-dash-table.three-columns > .wphb-dash-table-row > div {
|
60 |
+
flex-basis: 25%;
|
61 |
+
}
|
62 |
|
63 |
+
.wphb-dash-table-row {
|
64 |
+
display: flex;
|
65 |
+
align-items: center;
|
66 |
+
align-content: center;
|
67 |
+
justify-content: space-between;
|
68 |
+
height: 60px;
|
69 |
+
border-top: 1px solid #E6E6E6;
|
70 |
|
71 |
+
&:first-child {
|
72 |
+
border-top: 0;
|
73 |
+
}
|
74 |
|
75 |
+
&:last-child {
|
76 |
+
margin-bottom: -10px;
|
77 |
+
}
|
78 |
|
79 |
+
> div {
|
80 |
+
text-align: center;
|
81 |
+
|
82 |
+
&:first-child {
|
83 |
+
display: flex;
|
84 |
+
align-items: center;
|
85 |
+
align-content: center;
|
86 |
+
flex-basis: 50% !important;
|
87 |
+
text-align: left;
|
88 |
+
font-size: 13px;
|
89 |
+
color: #333333;
|
90 |
+
font-weight: 500;
|
91 |
+
line-height: 16px;
|
92 |
+
}
|
93 |
+
|
94 |
+
&:last-child {
|
95 |
+
text-align: right;
|
96 |
+
}
|
97 |
+
}
|
98 |
+
}
|
99 |
}
|
100 |
|
101 |
+
/**
|
102 |
+
* Browser caching meta box
|
103 |
+
*/
|
104 |
+
.wpmud .box-caching-status {
|
105 |
+
.cf-dash-notice .sui-upsell-notice span a {
|
106 |
display: block;
|
107 |
+
margin-top: 6px;
|
108 |
+
text-transform: uppercase;
|
109 |
+
text-decoration: none;
|
110 |
+
color: #888;
|
111 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
+
.wphb-caching-summary-item-expiry .sui-tag {
|
114 |
+
color: #333333;
|
115 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
}
|
117 |
|
118 |
+
.wpmud .box-caching-settings {
|
119 |
+
.sui-box-settings-col-1 {
|
120 |
+
vertical-align: top;
|
121 |
+
}
|
|
|
|
|
|
|
122 |
|
123 |
+
.cloudflare-submit {
|
124 |
+
.cloudflare-how-to-title {
|
125 |
+
font-size: 13px;
|
126 |
+
}
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
+
margin-top: 30px;
|
129 |
+
padding-bottom: 30px;
|
130 |
+
.sui-button {
|
131 |
+
float: right;
|
132 |
+
}
|
133 |
+
}
|
134 |
|
135 |
+
.wphb-block-content-blue {
|
136 |
+
background-color: #e0f6ff;
|
137 |
+
border-radius: 5px;
|
138 |
+
padding: 20px 30px;
|
139 |
+
margin-left: 0;
|
140 |
+
font-size: 13px;
|
141 |
+
line-height: 22px;
|
142 |
+
}
|
143 |
|
144 |
+
.cloudflare-step .sui-notice-warning .sui-button {
|
145 |
+
color: #fff;
|
146 |
+
}
|
147 |
}
|
148 |
|
149 |
+
/**
|
150 |
+
* Browser caching configure meta box
|
151 |
+
*/
|
152 |
+
.wpmud .box-caching-settings {
|
153 |
+
.select-container.server-type,
|
154 |
+
.wphb-expiry-select-box .wphb-expiry-select {
|
155 |
+
max-width: 240px;
|
156 |
+
}
|
157 |
|
158 |
+
.sui-border-frame .sui-form-field {
|
159 |
+
margin-bottom: 10px;
|
|
|
160 |
}
|
|
|
161 |
|
162 |
+
.wphb-expiry-changes .update-htaccess {
|
163 |
+
margin-top: 10px;
|
164 |
+
}
|
|
|
|
|
165 |
|
166 |
+
.wphb-server-instructions p,
|
167 |
+
.wphb-server-instructions .wphb-listing li {
|
168 |
+
color: #888888;
|
169 |
+
font-size: 13px;
|
170 |
+
line-height: 22px;
|
171 |
+
}
|
172 |
+
.wphb-server-instructions .sui-notice p {
|
173 |
+
color: #333;
|
174 |
+
}
|
175 |
|
176 |
+
.wphb-server-instructions .wphb-listing li {
|
177 |
+
margin-top: 0;
|
178 |
+
}
|
179 |
}
|
180 |
|
181 |
+
/**
|
182 |
+
* RSS caching meta box
|
183 |
+
*/
|
184 |
.wpmud .box-caching-rss {
|
185 |
.sui-box-footer .spinner {
|
186 |
margin: 2px 10px 0;
|
200 |
}
|
201 |
}
|
202 |
|
203 |
+
/**
|
204 |
+
* Settings meta box
|
205 |
+
*/
|
206 |
+
.wpmud .box-caching-other-settings .spinner {
|
207 |
+
margin: 2px 10px 0 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
}
|
@@ -2,9 +2,6 @@
|
|
2 |
* MODULES: DASHBOARD
|
3 |
*/
|
4 |
|
5 |
-
@import "../common/variables";
|
6 |
-
@import "../common/mixins";
|
7 |
-
|
8 |
/* Images */
|
9 |
.wpmud div[class^="box-dashboard-"] .sui-box-title:before {
|
10 |
font-family: $font--icons;
|
@@ -15,38 +12,41 @@
|
|
15 |
line-height: 30px;
|
16 |
}
|
17 |
|
18 |
-
|
19 |
-
|
|
|
20 |
}
|
21 |
-
.wpmud div[class^="box-dashboard-
|
22 |
-
|
23 |
}
|
24 |
-
.wpmud div[class^="box-dashboard-browser"] .sui-box-title
|
25 |
-
|
26 |
}
|
27 |
-
.wpmud div[class^="box-dashboard-
|
28 |
-
|
29 |
}
|
30 |
-
.wpmud div[class^="box-dashboard-
|
31 |
-
|
32 |
}
|
33 |
-
.wpmud div[class^="box-dashboard-smush"] .sui-box-title
|
34 |
-
|
35 |
}
|
36 |
-
|
37 |
-
|
|
|
|
|
38 |
}
|
39 |
-
.wpmud div[class^="box-dashboard-
|
40 |
-
|
41 |
}
|
42 |
-
.wpmud div[class^="box-dashboard-
|
43 |
-
|
44 |
}
|
45 |
-
.wpmud div[class^="box-dashboard-
|
46 |
-
|
47 |
}
|
48 |
-
.wpmud div[class^="box-dashboard-
|
49 |
-
|
50 |
}
|
51 |
|
52 |
.wpmud div[class^="box-dashboard-"] .sui-box-footer .sui-button i {
|
@@ -54,89 +54,21 @@
|
|
54 |
}
|
55 |
|
56 |
/* Dashboard background images */
|
57 |
-
|
58 |
.wpmud .box-dashboard-welcome.sui-summary {
|
59 |
-
background-
|
60 |
-
}
|
61 |
-
.wpmud .box-dashboard-reports-no-membership,
|
62 |
-
.wpmud .box-dashboard-uptime-no-membership,
|
63 |
-
.wpmud .box-dashboard-smush-no-membership .sui-box-body,
|
64 |
-
.wpmud .box-dashboard-browser-caching-module .sui-box-body,
|
65 |
-
.wpmud .box-reporting-summary .wphb-reporting-no-membership,
|
66 |
-
.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {
|
67 |
-
background: #fff no-repeat 30px 100%;
|
68 |
-
padding-bottom: 30px !important;
|
69 |
-
}
|
70 |
-
|
71 |
-
.wpmud .box-dashboard-reports-no-membership .sui-box-body,
|
72 |
-
.wpmud .box-dashboard-uptime-no-membership .sui-box-body {
|
73 |
-
padding: 30px 30px 0 !important;
|
74 |
-
}
|
75 |
|
76 |
-
.
|
77 |
-
|
78 |
-
}
|
79 |
-
.wpmud .box-dashboard-uptime-no-membership {
|
80 |
-
background-image: url("#{$image--path}/hb-graphic-upsell-uptime.png");
|
81 |
-
}
|
82 |
-
.wpmud .box-dashboard-smush-no-membership .sui-box-body {
|
83 |
-
background-image: url("#{$image--path}/smush-share-widget.png");
|
84 |
-
}
|
85 |
-
.wpmud .box-dashboard-browser-caching-module .sui-box-body {
|
86 |
-
background-image: url("#{$image--path}/graphic-hb-cf-sell@2x.png");
|
87 |
-
background-size: 107px 148px;
|
88 |
-
}
|
89 |
-
.wpmud .box-reporting-summary .wphb-reporting-no-membership {
|
90 |
-
background-image: url("#{$image--path}/hummingbird-upsell-minify.png");
|
91 |
-
background-size: 118px 126px;
|
92 |
-
}
|
93 |
-
.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {
|
94 |
-
background-image: url("#{$image--path}/hb-graphic-db-upsell@1x.png");
|
95 |
-
background-size: 100px 126px;
|
96 |
-
}
|
97 |
-
|
98 |
-
.wpmud .box-dashboard-browser-caching-module .sui-box-body.no-background-image {
|
99 |
-
background-image: none;
|
100 |
-
}
|
101 |
-
|
102 |
-
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
103 |
-
only screen and (min--moz-device-pixel-ratio: 2),
|
104 |
-
only screen and (-o-min-device-pixel-ratio: 2/1),
|
105 |
-
only screen and (min-device-pixel-ratio: 2),
|
106 |
-
only screen and (min-resolution: 192dpi),
|
107 |
-
only screen and (min-resolution: 2dppx) {
|
108 |
-
.wpmud .box-dashboard-reports-no-membership,
|
109 |
-
.wpmud .box-dashboard-uptime-no-membership,
|
110 |
-
.wpmud .box-dashboard-smush-no-membership .sui-box-body {
|
111 |
-
background-size: 107px 148px;
|
112 |
-
}
|
113 |
-
.wpmud .box-dashboard-reports-no-membership {
|
114 |
-
background-image: url("#{$image--path}/hb-graphic-upsell-reports@2x.png");
|
115 |
-
}
|
116 |
-
.wpmud .box-dashboard-uptime-no-membership {
|
117 |
-
background-image: url("#{$image--path}/hb-graphic-upsell-uptime@2x.png");
|
118 |
-
}
|
119 |
-
.wpmud .box-dashboard-smush-no-membership .sui-box-body {
|
120 |
-
background-image: url("#{$image--path}/smush-share-widget@2x.png");
|
121 |
-
}
|
122 |
-
.wpmud .box-reporting-summary .wphb-reporting-no-membership {
|
123 |
-
background-image: url("#{$image--path}/hummingbird-upsell-minify@2x.png");
|
124 |
-
}
|
125 |
-
.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {
|
126 |
-
background-image: url("#{$image--path}/hb-graphic-db-upsell@2x.png");
|
127 |
}
|
128 |
}
|
129 |
|
130 |
/* Dashboard tables */
|
131 |
-
.wpmud .wphb-dash-table-header {
|
132 |
-
color: #333333;
|
133 |
-
font-size: 13px;
|
134 |
-
font-weight: bold;
|
135 |
-
line-height: 30px;
|
136 |
-
display: flex;
|
137 |
-
}
|
138 |
.wpmud .box-dashboard-performance-module {
|
139 |
.sui-accordion {
|
|
|
|
|
|
|
|
|
140 |
&.sui-table {
|
141 |
th {
|
142 |
@media (max-width: 783px) {
|
@@ -144,6 +76,7 @@ only screen and (min-resolution: 2dppx) {
|
|
144 |
}
|
145 |
}
|
146 |
}
|
|
|
147 |
th {
|
148 |
color: #333333;
|
149 |
font-size: 13px;
|
@@ -152,17 +85,20 @@ only screen and (min-resolution: 2dppx) {
|
|
152 |
padding-top: 0;
|
153 |
padding-bottom: 0;
|
154 |
}
|
|
|
155 |
.sui-accordion-item {
|
156 |
&:hover {
|
157 |
cursor: default;
|
158 |
background-color: transparent;
|
159 |
}
|
|
|
160 |
.sui-button {
|
161 |
@media (max-width: 783px) {
|
162 |
margin-right: 20px;
|
163 |
}
|
164 |
}
|
165 |
}
|
|
|
166 |
td.sui-accordion-item-title {
|
167 |
font-size: 13px;
|
168 |
color: #333333;
|
@@ -173,65 +109,14 @@ only screen and (min-resolution: 2dppx) {
|
|
173 |
font-size: 16px;
|
174 |
}
|
175 |
}
|
176 |
-
&:after {
|
177 |
-
margin-bottom: 0;
|
178 |
-
}
|
179 |
}
|
180 |
}
|
181 |
|
182 |
.wpmud .wphb-border-frame .wphb-caching-summary-item-type,
|
183 |
-
.wpmud .wphb-border-frame .wphb-gzip-summary-item-type
|
184 |
-
.wpmud .wphb-dash-table-row > div:first-child {
|
185 |
-
display: flex;
|
186 |
-
align-items: center;
|
187 |
-
align-content: center;
|
188 |
-
}
|
189 |
-
|
190 |
-
.wpmud .wphb-dash-table-row {
|
191 |
display: flex;
|
192 |
align-items: center;
|
193 |
align-content: center;
|
194 |
-
justify-content: space-between;
|
195 |
-
height: 60px;
|
196 |
-
border-top: 1px solid #E6E6E6;
|
197 |
-
}
|
198 |
-
|
199 |
-
.wpmud .wphb-dash-table-row:last-child {
|
200 |
-
margin-bottom: -10px;
|
201 |
-
}
|
202 |
-
|
203 |
-
.wpmud .wphb-dash-table-header > span:first-child,
|
204 |
-
.wpmud .wphb-dash-table-row > div:first-child {
|
205 |
-
flex-basis: 50% !important;
|
206 |
-
text-align: left;
|
207 |
-
}
|
208 |
-
|
209 |
-
.wpmud .wphb-dash-table-row > div:first-child {
|
210 |
-
font-size: 13px;
|
211 |
-
color: #333333;
|
212 |
-
font-weight: 500;
|
213 |
-
line-height: 16px;
|
214 |
-
}
|
215 |
-
|
216 |
-
.wpmud .wphb-dash-table-header > span,
|
217 |
-
.wpmud .wphb-dash-table-row > div {
|
218 |
-
text-align: center;
|
219 |
-
}
|
220 |
-
|
221 |
-
.wpmud .wphb-dash-table-header > span:last-child,
|
222 |
-
.wpmud .wphb-dash-table-row > div:last-child {
|
223 |
-
text-align: right;
|
224 |
-
}
|
225 |
-
|
226 |
-
/* Three column and two column layouts */
|
227 |
-
.wpmud .wphb-dash-table.two-columns > .wphb-dash-table-header > span,
|
228 |
-
.wpmud .wphb-dash-table.two-columns > .wphb-dash-table-row > div {
|
229 |
-
flex-basis: 50%;
|
230 |
-
}
|
231 |
-
|
232 |
-
.wpmud .wphb-dash-table.three-columns > .wphb-dash-table-header > span,
|
233 |
-
.wpmud .wphb-dash-table.three-columns > .wphb-dash-table-row > div {
|
234 |
-
flex-basis: 25%;
|
235 |
}
|
236 |
|
237 |
/* Status text on dashboard meta boxes */
|
@@ -242,90 +127,22 @@ only screen and (min-resolution: 2dppx) {
|
|
242 |
margin-top: 5px;
|
243 |
}
|
244 |
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
}
|
250 |
-
|
251 |
-
.wpmud .wphb-dashboard-caching-cloudflare-box p {
|
252 |
-
margin-top: 30px;
|
253 |
-
margin-bottom: 20px;
|
254 |
-
}
|
255 |
-
|
256 |
-
.wpmud #wphb-box-dashboard-cloudflare .cloudflare-step form label {
|
257 |
-
text-align: left;
|
258 |
-
font-weight: 400;
|
259 |
-
padding-left: 0;
|
260 |
-
padding-right: 0;
|
261 |
-
}
|
262 |
-
|
263 |
-
.wpmud span.dash-cloudflare-connected-status:before {
|
264 |
-
color: #17A8E3;
|
265 |
-
content: '\e903';
|
266 |
-
font-size: 16px;
|
267 |
-
margin-right: 8px;
|
268 |
-
}
|
269 |
-
|
270 |
-
/* Dashboard: Asset Optimization */
|
271 |
-
.wpmud .box-dashboard-welcome .dev-list > li:last-child .list-detail,
|
272 |
-
.wpmud .box-dashboard-uptime .wphb-dash-table-row > div:last-child,
|
273 |
-
.wpmud .box-dashboard-minification-module .wphb-dash-table-row > div:last-child {
|
274 |
-
font-size: 18px;
|
275 |
-
font-family: $font--alt;
|
276 |
-
color: #666666;
|
277 |
}
|
278 |
|
279 |
.wpmud .box-dashboard-minification-module .wphb-pills {
|
280 |
font-weight: bold;
|
281 |
}
|
282 |
|
283 |
-
.wpmud .wphb-cf-notice p,
|
284 |
-
.wpmud .wphb-upsell-free-message p {
|
285 |
-
position: relative;
|
286 |
-
border-radius: 4px;
|
287 |
-
background-color: #E1F6FF;
|
288 |
-
padding: 20px 30px;
|
289 |
-
margin-left: -140px;
|
290 |
-
color: #333333;
|
291 |
-
font-size: 13px;
|
292 |
-
line-height: 22px;
|
293 |
-
}
|
294 |
-
|
295 |
-
.wpmud .wphb-upsell-free-message p:after {
|
296 |
-
position: absolute;
|
297 |
-
top: 43%;
|
298 |
-
left: 0;
|
299 |
-
margin-left: -7px;
|
300 |
-
content: '';
|
301 |
-
width: 0;
|
302 |
-
height: 0;
|
303 |
-
border-top: 7px solid transparent;
|
304 |
-
border-bottom: 7px solid transparent;
|
305 |
-
border-right: 7px solid #E1F6FF;
|
306 |
-
}
|
307 |
-
|
308 |
-
.wpmud .wphb-cf-notice a,
|
309 |
-
.wpmud .wphb-upsell-free-message a {
|
310 |
-
color: #333333;
|
311 |
-
text-decoration: underline;
|
312 |
-
font-weight: 500;
|
313 |
-
}
|
314 |
-
|
315 |
-
/* Dashboard Smush */
|
316 |
-
.wpmud .box-dashboard-caching-gravatar-module .wphb-notice,
|
317 |
-
.wpmud .box-dashboard-smush .content .wphb-notice,
|
318 |
-
.wpmud .box-dashboard-caching-page-module .content .wphb-notice,
|
319 |
-
.wpmud .box-dashboard-browser-caching-module .content .wphb-notice,
|
320 |
-
.wpmud .box-dashboard-gzip-module .content .wphb-notice,
|
321 |
-
.wpmud .box-dashboard-smush-no-membership .content .wphb-notice {
|
322 |
-
margin-top: 20px !important;
|
323 |
-
}
|
324 |
-
|
325 |
-
.wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content {
|
326 |
-
margin-top: 45px;
|
327 |
-
}
|
328 |
-
|
329 |
/* Dashboard Reports */
|
330 |
.wpmud .wrap-wp-hummingbird .report-status {
|
331 |
background-color: #F8F8F8;
|
@@ -340,330 +157,124 @@ only screen and (min-resolution: 2dppx) {
|
|
340 |
flex-direction: column;
|
341 |
align-items: center;
|
342 |
justify-content: center;
|
343 |
-
}
|
344 |
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
}
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
line-height: 20px;
|
362 |
-
}
|
363 |
-
|
364 |
-
.wpmud .wrap-wp-hummingbird .report-status .corner {
|
365 |
-
position: absolute;
|
366 |
-
top: 0;
|
367 |
-
right: 0;
|
368 |
-
color: #1ABC9C;
|
369 |
-
font-weight: bold;
|
370 |
-
font-family: $font--alt;
|
371 |
-
padding-right: 6px;
|
372 |
-
padding-top: 10px;
|
373 |
-
text-transform: uppercase;
|
374 |
-
font-size: 13px;
|
375 |
-
}
|
376 |
-
|
377 |
-
.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey .corner i {
|
378 |
-
color: #888888;
|
379 |
-
font-size: 16px;
|
380 |
-
margin-right: 4px;
|
381 |
-
}
|
382 |
-
|
383 |
-
.wpmud .wrap-wp-hummingbird .report-status.with-corner:before {
|
384 |
-
content: '';
|
385 |
-
position: absolute;
|
386 |
-
top: 0;
|
387 |
-
right: 0;
|
388 |
-
border: solid transparent;
|
389 |
-
border-top-right-radius: 7px;
|
390 |
-
}
|
391 |
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
}
|
397 |
|
398 |
-
.
|
399 |
-
|
400 |
-
|
401 |
-
|
|
|
|
|
|
|
402 |
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
color: #888;
|
407 |
-
font-size: 13px;
|
408 |
-
vertical-align: top;
|
409 |
}
|
410 |
|
411 |
-
|
412 |
-
font-family: $font--
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
417 |
}
|
418 |
}
|
419 |
|
420 |
/* Up-sell meta boxes in the footer */
|
421 |
-
.wpmud #wphb-cross-sell-footer > div {
|
422 |
-
width: 100%;
|
423 |
-
text-align: center;
|
424 |
-
border-bottom: 1px solid #E6E6E6;
|
425 |
-
line-height: 0.1em;
|
426 |
-
margin: 10px 0 40px;
|
427 |
-
}
|
428 |
-
|
429 |
-
.wpmud #wphb-cross-sell-footer > div > span {
|
430 |
-
color: #9A9A9A;
|
431 |
-
background-color: #F4F4F4;
|
432 |
-
padding: 0 30px;
|
433 |
-
font-size: 16px;
|
434 |
-
top: 8px;
|
435 |
-
}
|
436 |
-
|
437 |
-
.wpmud #wphb-cross-sell-footer h3,
|
438 |
-
.wpmud .wphb-cross-sell-bottom h3 {
|
439 |
-
color: #333333;
|
440 |
-
font-size: 22px;
|
441 |
-
font-weight: bold;
|
442 |
-
line-height: 30px;
|
443 |
-
text-transform: none;
|
444 |
-
}
|
445 |
-
|
446 |
-
.wpmud .wphb-cross-sell-modules .wphb-content {
|
447 |
-
text-align: center;
|
448 |
-
border-radius: 0 0 5px 5px;
|
449 |
-
background-color: #fff;
|
450 |
-
box-shadow: 0 2px 0 0 #EAEAEA;
|
451 |
-
padding: 30px;
|
452 |
-
}
|
453 |
-
|
454 |
-
.wpmud .wphb-cross-sell-modules .wphb-content h3 {
|
455 |
-
color: #333333;
|
456 |
-
font-size: 18px;
|
457 |
-
font-weight: bold;
|
458 |
-
line-height: 30px;
|
459 |
-
text-transform: none;
|
460 |
-
margin-top: 0;
|
461 |
-
min-height: 60px;
|
462 |
-
}
|
463 |
-
|
464 |
-
.wpmud .wphb-cross-sell-modules .wphb-content p {
|
465 |
-
color: #888888;
|
466 |
-
font-size: 13px;
|
467 |
-
line-height: 20px;
|
468 |
-
margin-bottom: 30px;
|
469 |
-
}
|
470 |
-
|
471 |
.wpmud .wphb-cross-smush,
|
472 |
.wpmud .wphb-cross-defender,
|
473 |
.wpmud .wphb-cross-crawl {
|
474 |
min-height: 150px;
|
475 |
border-radius: 5px 5px 0 0;
|
476 |
-
}
|
477 |
-
|
478 |
-
.wpmud .wphb-cross-smush {
|
479 |
-
background: url("#{$image--path}/plugins-smush.jpg") center;
|
480 |
background-size: cover;
|
481 |
-
}
|
482 |
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
.wpmud .wphb-cross-smush > span,
|
494 |
-
.wpmud .wphb-cross-defender > span,
|
495 |
-
.wpmud .wphb-cross-crawl > span {
|
496 |
-
width: 56px;
|
497 |
-
height: 56px;
|
498 |
-
display: block;
|
499 |
-
border: 3px solid #fff;
|
500 |
-
border-radius: 50%;
|
501 |
-
position: relative;
|
502 |
-
top: 80px;
|
503 |
-
left: 15px;
|
504 |
-
box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);
|
505 |
-
}
|
506 |
-
|
507 |
-
.wpmud .wphb-cross-smush > span {
|
508 |
-
@include background-2x( "#{$image--path}/plugins-smush-icon", 'png', 50px, 50px, center center, no-repeat );
|
509 |
-
}
|
510 |
-
|
511 |
-
.wpmud .wphb-cross-defender > span {
|
512 |
-
@include background-2x( "#{$image--path}/plugins-defender-icon", 'png', 50px, 50px, center center, no-repeat );
|
513 |
-
}
|
514 |
-
|
515 |
-
.wpmud .wphb-cross-crawl > span {
|
516 |
-
@include background-2x( "#{$image--path}/plugins-crawl-icon", 'png', 50px, 50px, center center, no-repeat );
|
517 |
-
}
|
518 |
-
|
519 |
-
.wpmud .wphb-cross-sell-modules a:not(.disabled):after {
|
520 |
-
font-family: $font--icons;
|
521 |
-
content: '\af';
|
522 |
-
margin-left: 5px;
|
523 |
-
}
|
524 |
-
|
525 |
-
.wpmud .wphb-cross-sell-modules .col-third:nth-child(3) a.disabled {
|
526 |
-
border-radius: 13px !important;
|
527 |
-
background-color: #F2F2F2;
|
528 |
-
}
|
529 |
-
|
530 |
-
.wpmud .wphb-cross-sell-bottom {
|
531 |
-
text-align: center;
|
532 |
-
margin-top: 50px;
|
533 |
-
}
|
534 |
-
|
535 |
-
.wpmud .wphb-cross-sell-bottom p {
|
536 |
-
max-width: 500px;
|
537 |
-
margin: 20px auto 30px;
|
538 |
-
}
|
539 |
-
|
540 |
-
.wpmud .wphb-cross-sell-bottom img {
|
541 |
-
margin: 30px auto 0;
|
542 |
-
}
|
543 |
-
|
544 |
-
@media screen and (min-width: 1550px) {
|
545 |
-
.wpmud .box-dashboard-reports-no-membership .wphb-block-entry .row {
|
546 |
-
padding-bottom: 20px;
|
547 |
-
}
|
548 |
-
.wpmud .box-dashboard-uptime-no-membership .content p {
|
549 |
-
padding-bottom: 20px;
|
550 |
-
}
|
551 |
-
.wpmud .box-dashboard-smush-no-membership .buttons {
|
552 |
-
padding-bottom: 20px;
|
553 |
}
|
554 |
}
|
555 |
|
556 |
-
|
557 |
-
|
558 |
-
height: auto;
|
559 |
-
}
|
560 |
-
}
|
561 |
|
562 |
-
|
563 |
-
|
564 |
-
margin-top: 65px;
|
565 |
}
|
566 |
}
|
567 |
|
568 |
-
|
569 |
-
|
570 |
-
.wpmud .box-dashboard-reports-no-membership .wphb-block-entry-image {
|
571 |
-
display: none;
|
572 |
-
}
|
573 |
-
|
574 |
-
.wpmud .wphb-cf-notice p,
|
575 |
-
.wpmud .wphb-upsell-free-message p {
|
576 |
-
margin-left: auto;
|
577 |
-
margin-top: 30px;
|
578 |
-
}
|
579 |
|
580 |
-
|
581 |
-
|
582 |
-
display: none;
|
583 |
}
|
584 |
}
|
585 |
|
586 |
-
|
587 |
-
|
588 |
-
background-image: none;
|
589 |
-
}
|
590 |
-
|
591 |
-
/* Upsell footer */
|
592 |
-
.wpmud .row.wphb-cross-sell-modules .col-third {
|
593 |
-
display: flex;
|
594 |
-
width: 100%;
|
595 |
-
padding: 0 0 30px;
|
596 |
-
margin-top: 0;
|
597 |
-
}
|
598 |
-
|
599 |
-
.wpmud .wphb-cross-sell-modules .col-third:last-child {
|
600 |
-
padding: 0;
|
601 |
-
}
|
602 |
-
|
603 |
-
.wpmud .wphb-cross-sell-modules div[class^="wphb-cross"] {
|
604 |
-
width: 30%;
|
605 |
-
border-radius: 5px 0 0 5px;
|
606 |
-
box-shadow: 0 2px 0 0 #EAEAEA;
|
607 |
-
}
|
608 |
-
|
609 |
-
.wpmud .wphb-cross-sell-modules div[class^="wphb-cross"] > span {
|
610 |
-
top: 60%;
|
611 |
-
}
|
612 |
-
|
613 |
-
.wpmud .wphb-cross-sell-modules .wphb-content {
|
614 |
-
width: 70%;
|
615 |
-
text-align: left;
|
616 |
-
border-radius: 0 5px 5px 0;
|
617 |
-
}
|
618 |
-
|
619 |
-
.wpmud .wphb-cross-sell-modules .wphb-content h3 {
|
620 |
-
min-height: auto;
|
621 |
-
text-align: left;
|
622 |
-
}
|
623 |
-
|
624 |
-
.wpmud .wphb-cross-sell-modules .wphb-content p {
|
625 |
-
margin-bottom: 10px;
|
626 |
-
}
|
627 |
-
}
|
628 |
|
629 |
-
|
630 |
-
|
631 |
-
padding: 30px;
|
632 |
}
|
633 |
}
|
634 |
|
635 |
-
|
636 |
@include bp(phone) {
|
637 |
.wpmud .box-dashboard-minification-module .wphb-pills {
|
638 |
display: block;
|
639 |
}
|
640 |
|
641 |
-
.wpmud .box-dashboard-performance-module .wphb-score-result-label {
|
642 |
-
margin-left: 3px;
|
643 |
-
margin-right: 5px;
|
644 |
-
}
|
645 |
-
|
646 |
.wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost {
|
647 |
padding: 5px 6px 7px !important;
|
648 |
}
|
649 |
|
650 |
-
.wpmud .box-dashboard-performance-module .box-content .with-padding {
|
651 |
-
padding: 15px 20px;
|
652 |
-
}
|
653 |
-
|
654 |
-
.wpmud .box-dashboard-performance-module .wphb-dash-table-header,
|
655 |
-
.wpmud .box-dashboard-performance-module .wphb-dash-table-row {
|
656 |
-
padding: 0 20px;
|
657 |
-
}
|
658 |
-
|
659 |
.wpmud .box-dashboard-smush .buttons {
|
660 |
margin-top: 15px;
|
661 |
}
|
662 |
|
663 |
-
.wpmud .wphb-score.wphb-score-have-label {
|
664 |
-
width: 65px;
|
665 |
-
}
|
666 |
-
|
667 |
.wpmud .sui-box .status-text {
|
668 |
line-height: 15px;
|
669 |
margin-top: 0;
|
@@ -671,47 +282,4 @@ only screen and (min-resolution: 2dppx) {
|
|
671 |
word-wrap: break-word;
|
672 |
max-width: 175px;
|
673 |
}
|
674 |
-
|
675 |
-
/* notices */
|
676 |
-
.wpmud .wphb-cf-notice p,
|
677 |
-
.wpmud .wphb-upsell-free-message p {
|
678 |
-
padding: 15px 20px;
|
679 |
-
margin-top: 15px;
|
680 |
-
}
|
681 |
-
|
682 |
-
/* upsell footer */
|
683 |
-
.wpmud .row.wphb-cross-sell-modules .col-third {
|
684 |
-
display: block;
|
685 |
-
padding: 0 0 15px;
|
686 |
-
}
|
687 |
-
|
688 |
-
.wpmud .wphb-cross-sell-modules div[class^="wphb-cross"],
|
689 |
-
.wpmud .wphb-cross-sell-modules .wphb-content {
|
690 |
-
width: 100%;
|
691 |
-
}
|
692 |
-
|
693 |
-
.wpmud .wphb-cross-sell-modules div[class^="wphb-cross"] {
|
694 |
-
min-height: 100px;
|
695 |
-
height: 100px;
|
696 |
-
border-radius: 5px 5px 0 0;
|
697 |
-
box-shadow: none;
|
698 |
-
}
|
699 |
-
|
700 |
-
.wpmud .wphb-cross-sell-modules .wphb-content {
|
701 |
-
border-radius: 0 0 5px 5px;
|
702 |
-
}
|
703 |
-
|
704 |
-
.wpmud .wphb-cross-sell-modules .wphb-content,
|
705 |
-
.wpmud .wphb-cross-sell-modules .wphb-content h3 {
|
706 |
-
text-align: center;
|
707 |
-
}
|
708 |
-
|
709 |
-
.wpmud .wphb-cross-sell-modules .wphb-content p {
|
710 |
-
margin-bottom: 20px;
|
711 |
-
}
|
712 |
-
|
713 |
-
.wpmud .wphb-cross-sell-modules div[class^="wphb-cross"] > span {
|
714 |
-
top: 60px;
|
715 |
-
left: calc( 50% - 28px ); /* half of width ( width is 50px ) + one border ( 3px ) */
|
716 |
-
}
|
717 |
-
}
|
2 |
* MODULES: DASHBOARD
|
3 |
*/
|
4 |
|
|
|
|
|
|
|
5 |
/* Images */
|
6 |
.wpmud div[class^="box-dashboard-"] .sui-box-title:before {
|
7 |
font-family: $font--icons;
|
12 |
line-height: 30px;
|
13 |
}
|
14 |
|
15 |
+
/* Meta boxes on the left */
|
16 |
+
.wpmud div[class^="box-dashboard-performance"] .sui-box-title {
|
17 |
+
@include icon(before, 'hummingbird');
|
18 |
}
|
19 |
+
.wpmud div[class^="box-dashboard-caching-page"] .sui-box-title {
|
20 |
+
@include icon(before, 'page');
|
21 |
}
|
22 |
+
.wpmud div[class^="box-dashboard-browser"] .sui-box-title {
|
23 |
+
@include icon(before, 'refresh2');
|
24 |
}
|
25 |
+
.wpmud div[class^="box-dashboard-cloudflare"] .sui-box-title {
|
26 |
+
@include icon(before, 'cloudflare');
|
27 |
}
|
28 |
+
.wpmud div[class^="box-dashboard-caching-gravatar"] .sui-box-title {
|
29 |
+
@include icon(before, 'profile-male');
|
30 |
}
|
31 |
+
.wpmud div[class^="box-dashboard-smush"] .sui-box-title {
|
32 |
+
@include icon(before, 'smush');
|
33 |
}
|
34 |
+
|
35 |
+
/* Meta boxes on the right */
|
36 |
+
.wpmud div[class^="box-dashboard-gzip"] .sui-box-title {
|
37 |
+
@include icon(before, 'zip');
|
38 |
}
|
39 |
+
.wpmud div[class^="box-dashboard-minification"] .sui-box-title {
|
40 |
+
@include icon(before, 'arrows-in');
|
41 |
}
|
42 |
+
.wpmud div[class^="box-dashboard-advanced-tools"] .sui-box-title {
|
43 |
+
@include icon(before, 'wand-magic');
|
44 |
}
|
45 |
+
.wpmud div[class^="box-dashboard-uptime"] .sui-box-title {
|
46 |
+
@include icon(before, 'uptime');
|
47 |
}
|
48 |
+
.wpmud div[class^="box-dashboard-reports"] .sui-box-title {
|
49 |
+
@include icon(before, 'graph-bar');
|
50 |
}
|
51 |
|
52 |
.wpmud div[class^="box-dashboard-"] .sui-box-footer .sui-button i {
|
54 |
}
|
55 |
|
56 |
/* Dashboard background images */
|
|
|
57 |
.wpmud .box-dashboard-welcome.sui-summary {
|
58 |
+
@include background-2x( "#{$image--path}/hb-graphic-dash-top", 'png', 192px, 172px, 30px 100% );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
+
.sui-button-green {
|
61 |
+
border-radius: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
}
|
63 |
}
|
64 |
|
65 |
/* Dashboard tables */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
.wpmud .box-dashboard-performance-module {
|
67 |
.sui-accordion {
|
68 |
+
&:after {
|
69 |
+
margin-bottom: 0;
|
70 |
+
}
|
71 |
+
|
72 |
&.sui-table {
|
73 |
th {
|
74 |
@media (max-width: 783px) {
|
76 |
}
|
77 |
}
|
78 |
}
|
79 |
+
|
80 |
th {
|
81 |
color: #333333;
|
82 |
font-size: 13px;
|
85 |
padding-top: 0;
|
86 |
padding-bottom: 0;
|
87 |
}
|
88 |
+
|
89 |
.sui-accordion-item {
|
90 |
&:hover {
|
91 |
cursor: default;
|
92 |
background-color: transparent;
|
93 |
}
|
94 |
+
|
95 |
.sui-button {
|
96 |
@media (max-width: 783px) {
|
97 |
margin-right: 20px;
|
98 |
}
|
99 |
}
|
100 |
}
|
101 |
+
|
102 |
td.sui-accordion-item-title {
|
103 |
font-size: 13px;
|
104 |
color: #333333;
|
109 |
font-size: 16px;
|
110 |
}
|
111 |
}
|
|
|
|
|
|
|
112 |
}
|
113 |
}
|
114 |
|
115 |
.wpmud .wphb-border-frame .wphb-caching-summary-item-type,
|
116 |
+
.wpmud .wphb-border-frame .wphb-gzip-summary-item-type {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
display: flex;
|
118 |
align-items: center;
|
119 |
align-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
}
|
121 |
|
122 |
/* Status text on dashboard meta boxes */
|
127 |
margin-top: 5px;
|
128 |
}
|
129 |
|
130 |
+
/* Dashboard Asset Optimization */
|
131 |
+
.wpmud .box-dashboard-minification-network-module .wphb-dash-ao-upsell {
|
132 |
+
background-color: rgba(242,242,242,0.5);
|
133 |
+
margin: 0 -30px;
|
134 |
+
padding: 20px 30px;
|
135 |
|
136 |
+
.sui-button-green {
|
137 |
+
border-radius: 20px;
|
138 |
+
float: right;
|
139 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
}
|
141 |
|
142 |
.wpmud .box-dashboard-minification-module .wphb-pills {
|
143 |
font-weight: bold;
|
144 |
}
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
/* Dashboard Reports */
|
147 |
.wpmud .wrap-wp-hummingbird .report-status {
|
148 |
background-color: #F8F8F8;
|
157 |
flex-direction: column;
|
158 |
align-items: center;
|
159 |
justify-content: center;
|
|
|
160 |
|
161 |
+
&:hover {
|
162 |
+
background-color: #f2f2f2;
|
163 |
+
cursor: pointer;
|
164 |
+
}
|
165 |
+
|
166 |
+
&.with-corner {
|
167 |
+
&:before {
|
168 |
+
content: '';
|
169 |
+
position: absolute;
|
170 |
+
top: 0;
|
171 |
+
right: 0;
|
172 |
+
border: 30px solid #D1F1EA;
|
173 |
+
border-top-right-radius: 7px;
|
174 |
+
border-bottom-color: transparent;
|
175 |
+
border-left-color: transparent;
|
176 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
+
&.grey {
|
179 |
+
&:before {
|
180 |
+
border-right-color: #E6E6E6;
|
181 |
+
border-top-color: #E6E6E6;
|
182 |
+
}
|
183 |
|
184 |
+
.corner i {
|
185 |
+
color: #888888;
|
186 |
+
font-size: 16px;
|
187 |
+
margin-right: 4px;
|
188 |
+
}
|
189 |
+
}
|
190 |
+
}
|
191 |
|
192 |
+
i:before {
|
193 |
+
color: #666666;
|
194 |
+
font-size: 24px;
|
|
|
|
|
|
|
195 |
}
|
196 |
|
197 |
+
strong {
|
198 |
+
font-family: $font--alt;
|
199 |
+
color: #666666;
|
200 |
+
font-weight: bold;
|
201 |
+
margin-top: 10px;
|
202 |
+
font-size: 13px;
|
203 |
+
line-height: 20px;
|
204 |
+
}
|
205 |
+
|
206 |
+
.corner {
|
207 |
+
position: absolute;
|
208 |
+
top: 0;
|
209 |
+
right: 0;
|
210 |
+
color: #1ABC9C;
|
211 |
+
font-weight: bold;
|
212 |
+
font-family: $font--alt;
|
213 |
+
padding-right: 6px;
|
214 |
+
padding-top: 10px;
|
215 |
+
text-transform: uppercase;
|
216 |
+
font-size: 13px;
|
217 |
}
|
218 |
}
|
219 |
|
220 |
/* Up-sell meta boxes in the footer */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
.wpmud .wphb-cross-smush,
|
222 |
.wpmud .wphb-cross-defender,
|
223 |
.wpmud .wphb-cross-crawl {
|
224 |
min-height: 150px;
|
225 |
border-radius: 5px 5px 0 0;
|
|
|
|
|
|
|
|
|
226 |
background-size: cover;
|
|
|
227 |
|
228 |
+
& > span {
|
229 |
+
width: 56px;
|
230 |
+
height: 56px;
|
231 |
+
display: block;
|
232 |
+
border: 3px solid #fff;
|
233 |
+
border-radius: 50%;
|
234 |
+
position: relative;
|
235 |
+
top: 80px;
|
236 |
+
left: 15px;
|
237 |
+
box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
}
|
239 |
}
|
240 |
|
241 |
+
.wpmud .wphb-cross-smush {
|
242 |
+
background: url("#{$image--path}/plugins-smush.jpg") center;
|
|
|
|
|
|
|
243 |
|
244 |
+
& > span {
|
245 |
+
@include background-2x( "#{$image--path}/plugins-smush-icon", 'png', 50px, 50px, center center, no-repeat );
|
|
|
246 |
}
|
247 |
}
|
248 |
|
249 |
+
.wpmud .wphb-cross-defender {
|
250 |
+
background: url("#{$image--path}/plugins-defender.jpg") center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
|
252 |
+
& > span {
|
253 |
+
@include background-2x( "#{$image--path}/plugins-defender-icon", 'png', 50px, 50px, center center, no-repeat );
|
|
|
254 |
}
|
255 |
}
|
256 |
|
257 |
+
.wpmud .wphb-cross-crawl {
|
258 |
+
background: url("#{$image--path}/plugins-crawl.jpg") center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
|
260 |
+
& > span {
|
261 |
+
@include background-2x( "#{$image--path}/plugins-crawl-icon", 'png', 50px, 50px, center center, no-repeat );
|
|
|
262 |
}
|
263 |
}
|
264 |
|
|
|
265 |
@include bp(phone) {
|
266 |
.wpmud .box-dashboard-minification-module .wphb-pills {
|
267 |
display: block;
|
268 |
}
|
269 |
|
|
|
|
|
|
|
|
|
|
|
270 |
.wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost {
|
271 |
padding: 5px 6px 7px !important;
|
272 |
}
|
273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
.wpmud .box-dashboard-smush .buttons {
|
275 |
margin-top: 15px;
|
276 |
}
|
277 |
|
|
|
|
|
|
|
|
|
278 |
.wpmud .sui-box .status-text {
|
279 |
line-height: 15px;
|
280 |
margin-top: 0;
|
282 |
word-wrap: break-word;
|
283 |
max-width: 175px;
|
284 |
}
|
285 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2,57 +2,49 @@
|
|
2 |
* MODULES: GZIP COMPRESSION
|
3 |
*/
|
4 |
|
5 |
-
.wpmud #wphb-code-snippet {
|
6 |
-
margin-top: 20px;
|
7 |
-
margin-bottom: 20px;
|
8 |
-
}
|
9 |
-
|
10 |
-
.wpmud .wphb-gzip-error {
|
11 |
-
text-align: left;
|
12 |
-
}
|
13 |
-
|
14 |
-
.wpmud .wphb-gzip-error p:first-child {
|
15 |
-
margin: 0 0 10px 0;
|
16 |
-
}
|
17 |
-
|
18 |
-
.wpmud .wphb-gzip-error a,
|
19 |
.wpmud #configure-gzip-link {
|
|
|
20 |
text-decoration: underline;
|
21 |
}
|
22 |
|
23 |
-
.wpmud .box-gzip-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
28 |
}
|
29 |
|
30 |
-
.wpmud .box-gzip-settings
|
31 |
-
|
32 |
-
|
|
|
33 |
|
34 |
-
.
|
35 |
-
|
36 |
-
|
37 |
-
padding: 15px 20px;
|
38 |
-
}
|
39 |
|
40 |
-
.
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
43 |
|
44 |
-
.
|
45 |
-
|
46 |
-
}
|
47 |
|
48 |
-
.
|
49 |
-
|
50 |
-
|
51 |
-
padding: 15px 20px;
|
52 |
-
}
|
53 |
|
54 |
-
.
|
55 |
-
|
|
|
|
|
|
|
|
|
56 |
}
|
57 |
|
58 |
@media screen and (min-width: 960px) {
|
2 |
* MODULES: GZIP COMPRESSION
|
3 |
*/
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
.wpmud #configure-gzip-link {
|
6 |
+
color: #333333;
|
7 |
text-decoration: underline;
|
8 |
}
|
9 |
|
10 |
+
.wpmud .box-gzip-summary {
|
11 |
+
.wphb-caching-summary-item-type {
|
12 |
+
font-size: 13px;
|
13 |
+
font-weight: 500;
|
14 |
+
color: #333;
|
15 |
+
}
|
16 |
}
|
17 |
|
18 |
+
.wpmud .box-gzip-settings {
|
19 |
+
.sui-box-settings-col-1 {
|
20 |
+
vertical-align: top;
|
21 |
+
}
|
22 |
|
23 |
+
.select-container {
|
24 |
+
max-width: 240px;
|
25 |
+
}
|
|
|
|
|
26 |
|
27 |
+
.wphb-server-instructions p,
|
28 |
+
.wphb-server-instructions .wphb-listing li {
|
29 |
+
color: #888888;
|
30 |
+
font-size: 13px;
|
31 |
+
line-height: 22px;
|
32 |
+
}
|
33 |
|
34 |
+
.wphb-server-instructions .wphb-listing li {
|
35 |
+
margin-top: 0;
|
36 |
+
}
|
37 |
|
38 |
+
.sui-code-snippet {
|
39 |
+
margin-top: 1em;
|
40 |
+
}
|
|
|
|
|
41 |
|
42 |
+
.wphb-server-instructions p {
|
43 |
+
font-size: 13px;
|
44 |
+
color: #888888;
|
45 |
+
letter-spacing: -0.25px;
|
46 |
+
line-height: 22px;
|
47 |
+
}
|
48 |
}
|
49 |
|
50 |
@media screen and (min-width: 960px) {
|
@@ -5,140 +5,140 @@
|
|
5 |
@import "../common/variables";
|
6 |
@import "../common/mixins";
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
}
|
15 |
-
.wpmud .sui-dialog .checkbox-group {
|
16 |
-
justify-content: flex-start;
|
17 |
-
}
|
18 |
-
|
19 |
-
/* We do not use display: none, because screen readers don't see the element */
|
20 |
-
.wpmud .checkbox-group input[type="checkbox"] {
|
21 |
-
border: 0;
|
22 |
-
clip: rect(0 0 0 0);
|
23 |
-
height: 1px;
|
24 |
-
margin: -1px;
|
25 |
-
overflow: hidden;
|
26 |
-
padding: 0;
|
27 |
-
position: absolute;
|
28 |
-
width: 1px;
|
29 |
-
display: block;
|
30 |
-
}
|
31 |
-
|
32 |
-
.wpmud .checkbox-group input[type="checkbox"] + label {
|
33 |
-
background-color: #fff;
|
34 |
-
border: 1px solid #E6E6E6;
|
35 |
-
border-radius: 4px;
|
36 |
-
display: flex;
|
37 |
-
padding: 0;
|
38 |
-
align-items: center;
|
39 |
-
justify-content: center;
|
40 |
-
text-align: center;
|
41 |
-
width: 50px;
|
42 |
-
position: relative;
|
43 |
-
transition-property: background, color;
|
44 |
-
transition-duration: 0.3s;
|
45 |
-
color: transparent !important;
|
46 |
-
margin-bottom: 0;
|
47 |
-
margin-left: 5px;
|
48 |
-
}
|
49 |
-
|
50 |
-
/* Overwrite for advanced view */
|
51 |
-
.wpmud .wphb-minification-advanced-group input[type="checkbox"] + label {
|
52 |
-
width: 50px;
|
53 |
}
|
54 |
|
55 |
/* Modal window */
|
56 |
.wpmud .sui-dialog .checkbox-group {
|
|
|
57 |
width: 100%;
|
58 |
height: 52px;
|
59 |
-
}
|
60 |
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
}
|
66 |
|
67 |
-
|
68 |
-
|
69 |
-
|
|
|
70 |
}
|
71 |
|
72 |
-
/*
|
73 |
-
.wpmud .
|
74 |
-
|
75 |
-
box-shadow: none;
|
76 |
-
background-color: #E1F6FF;
|
77 |
-
border-color: #E1F6FF;
|
78 |
}
|
79 |
|
80 |
-
|
81 |
-
.wpmud .checkbox-group
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
}
|
92 |
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
}
|
113 |
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
|
|
|
|
|
|
|
|
118 |
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
}
|
123 |
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
z-index: 9;
|
131 |
-
}
|
132 |
|
133 |
-
|
134 |
-
|
135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
|
|
|
|
|
|
|
|
|
|
|
137 |
}
|
138 |
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
}
|
143 |
|
144 |
/* Asset Optimization meta box */
|
@@ -147,26 +147,7 @@
|
|
147 |
padding-bottom: 1px;
|
148 |
}
|
149 |
|
150 |
-
|
151 |
-
display: inline-block;
|
152 |
-
vertical-align: top;
|
153 |
-
}
|
154 |
-
|
155 |
-
/* Switch type button */
|
156 |
-
.wpmud .box-minification-enqueued-files .box-title .buttons {
|
157 |
-
margin-right: 45px !important;
|
158 |
-
}
|
159 |
-
|
160 |
-
.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button {
|
161 |
-
border-left: 1px solid #E6E6E6;
|
162 |
-
display: block;
|
163 |
-
height: 60px;
|
164 |
-
left: 100%;
|
165 |
-
margin-left: -30px;
|
166 |
-
position: relative;
|
167 |
-
width: 60px;
|
168 |
-
}
|
169 |
-
|
170 |
.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider {
|
171 |
border-left: 1px solid #E6E6E6;
|
172 |
height: 62px;
|
@@ -185,14 +166,17 @@
|
|
185 |
}
|
186 |
|
187 |
.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button > i {
|
188 |
-
color: #AAAAAA;
|
189 |
font-size: 20px;
|
190 |
margin-left: 20px;
|
191 |
position: absolute;
|
192 |
top: 18px;
|
|
|
|
|
|
|
|
|
193 |
}
|
194 |
|
195 |
-
.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button > i {
|
196 |
color: #17A8E3;
|
197 |
}
|
198 |
|
@@ -274,48 +258,44 @@
|
|
274 |
margin: 10px 30px;
|
275 |
}
|
276 |
|
277 |
-
/* Notices */
|
278 |
-
.wpmud .wphb-minification-files .wphb-notice {
|
279 |
-
margin: 0 30px 30px;
|
280 |
-
width: auto;
|
281 |
-
}
|
282 |
-
|
283 |
/* Styles, common for basic and advanced views */
|
284 |
.wpmud {
|
285 |
.wphb-minification-file-info {
|
286 |
float: left;
|
287 |
line-height: 18px;
|
288 |
-
overflow: hidden;
|
289 |
white-space: nowrap;
|
290 |
width: 280px;
|
291 |
> {
|
292 |
-
|
293 |
color: #AAAAAA;
|
294 |
font-size: 10px;
|
295 |
font-weight: 500;
|
296 |
line-height: 10px;
|
297 |
}
|
298 |
-
|
299 |
color: #666666;
|
300 |
display: block;
|
301 |
font-size: 13px;
|
302 |
line-height: 13px;
|
303 |
}
|
304 |
-
|
305 |
-
max-width:
|
306 |
overflow: hidden;
|
|
|
307 |
}
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
|
|
|
|
319 |
}
|
320 |
}
|
321 |
}
|
@@ -454,6 +434,7 @@
|
|
454 |
font: 500 13px/30px $font;
|
455 |
text-transform: none;
|
456 |
margin-right: 21px;
|
|
|
457 |
}
|
458 |
|
459 |
.wpmud .wphb-minification-filter .select-list-container {
|
@@ -466,7 +447,6 @@
|
|
466 |
display: none;
|
467 |
}
|
468 |
|
469 |
-
.wpmud .box-content.disabled,
|
470 |
.wpmud .wphb-border-row.disabled {
|
471 |
background-color: #F2F2F2;
|
472 |
}
|
@@ -509,22 +489,13 @@
|
|
509 |
}
|
510 |
}
|
511 |
|
512 |
-
/* Overwrite upsell message */
|
513 |
-
.wpmud .wrap-wphb-minification .content-box-two-cols-image-left .wphb-block-entry-content {
|
514 |
-
margin-top: 0;
|
515 |
-
}
|
516 |
-
|
517 |
-
/* Tools */
|
518 |
-
.wpmud .box-minification-tools {
|
519 |
-
.box-footer .spinner {
|
520 |
-
margin: 6px 10px 0;
|
521 |
-
}
|
522 |
-
}
|
523 |
-
|
524 |
// Responsive
|
525 |
@include bp(desktop-large) {
|
526 |
.wpmud .wphb-minification-files-advanced .wphb-minification-file-info {
|
527 |
width: 185px;
|
|
|
|
|
|
|
528 |
}
|
529 |
}
|
530 |
|
@@ -536,15 +507,14 @@
|
|
536 |
|
537 |
.wpmud .wphb-minification-files-advanced .wphb-minification-file-info {
|
538 |
width: 130px;
|
|
|
|
|
|
|
539 |
}
|
540 |
|
541 |
.wpmud .wphb-minification-files-advanced .wphb-minification-exclude {
|
542 |
margin-left: 15px;
|
543 |
}
|
544 |
-
|
545 |
-
.wpmud .box-minification-enqueued-files .box-footer .button {
|
546 |
-
margin-top: 15px;
|
547 |
-
}
|
548 |
}
|
549 |
|
550 |
@media screen and (max-width: 1060px) {
|
@@ -628,13 +598,6 @@
|
|
628 |
.wpmud .wphb-minification-file-info {
|
629 |
width: 185px;
|
630 |
}
|
631 |
-
|
632 |
-
.wpmud .box-minification-enqueued-files .box-footer .status-text {
|
633 |
-
display: block;
|
634 |
-
max-width: 100%;
|
635 |
-
text-align: left;
|
636 |
-
padding-left: 0;
|
637 |
-
}
|
638 |
}
|
639 |
|
640 |
@include bp(phone) {
|
5 |
@import "../common/variables";
|
6 |
@import "../common/mixins";
|
7 |
|
8 |
+
/**
|
9 |
+
* Empty files meta box.
|
10 |
+
*/
|
11 |
+
.wpmud .box-minification-empty-files {
|
12 |
+
.sui-dialog {
|
13 |
+
text-align: left; /* overwrite for sui-block-content-center */
|
14 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
|
17 |
/* Modal window */
|
18 |
.wpmud .sui-dialog .checkbox-group {
|
19 |
+
justify-content: flex-start;
|
20 |
width: 100%;
|
21 |
height: 52px;
|
|
|
22 |
|
23 |
+
input[type="checkbox"] + label {
|
24 |
+
padding: 10px 10px;
|
25 |
+
width: 70px;
|
26 |
+
height: 50px;
|
|
|
27 |
|
28 |
+
& > [class^="hb-"]:before {
|
29 |
+
margin-right: 0;
|
30 |
+
}
|
31 |
+
}
|
32 |
}
|
33 |
|
34 |
+
/* Overwrite for advanced view */
|
35 |
+
.wpmud .wphb-minification-advanced-group input[type="checkbox"] + label > [class^="hb-"]:before {
|
36 |
+
margin-right: 0;
|
|
|
|
|
|
|
37 |
}
|
38 |
|
39 |
+
/* Checkbox groups */
|
40 |
+
.wpmud .checkbox-group {
|
41 |
+
border-radius: 41px;
|
42 |
+
display: flex;
|
43 |
+
justify-content: flex-end;
|
44 |
+
height: 40px;
|
45 |
|
46 |
+
& > span {
|
47 |
+
color: #AAAAAA;
|
48 |
+
font-size: 12px;
|
49 |
+
line-height: 40px;
|
50 |
+
}
|
51 |
|
52 |
+
/* We do not use display: none, because screen readers don't see the element */
|
53 |
+
input[type="checkbox"] {
|
54 |
+
border: 0;
|
55 |
+
clip: rect(0 0 0 0);
|
56 |
+
height: 1px;
|
57 |
+
margin: -1px;
|
58 |
+
overflow: hidden;
|
59 |
+
padding: 0;
|
60 |
+
position: absolute;
|
61 |
+
width: 1px;
|
62 |
+
display: block;
|
63 |
+
}
|
64 |
|
65 |
+
input[type="checkbox"] + label.toggle-label-background, /* modal */
|
66 |
+
input[type="checkbox"]:checked + label {
|
67 |
+
box-shadow: none;
|
68 |
+
background-color: #E1F6FF;
|
69 |
+
border-color: #E1F6FF;
|
70 |
+
}
|
71 |
+
|
72 |
+
input[type="checkbox"] + label {
|
73 |
+
background-color: #fff;
|
74 |
+
border: 1px solid #E6E6E6;
|
75 |
+
border-radius: 4px;
|
76 |
+
display: flex;
|
77 |
+
padding: 0;
|
78 |
+
align-items: center;
|
79 |
+
justify-content: center;
|
80 |
+
text-align: center;
|
81 |
+
width: 50px;
|
82 |
+
position: relative;
|
83 |
+
transition-property: background, color;
|
84 |
+
transition-duration: 0.3s;
|
85 |
+
color: transparent !important;
|
86 |
+
margin-bottom: 0;
|
87 |
+
margin-left: 5px;
|
88 |
|
89 |
+
& > span:not(.toggle),
|
90 |
+
& > i {
|
91 |
+
color: #888888;
|
92 |
+
padding: 0;
|
93 |
+
font-size: 12px;
|
94 |
+
}
|
95 |
|
96 |
+
& > [class^="hb-"]:before {
|
97 |
+
font-size: 14px;
|
98 |
+
vertical-align: -2px;
|
99 |
+
}
|
|
|
100 |
|
101 |
+
& > [tooltip] {
|
102 |
+
position: absolute;
|
103 |
+
left: 0;
|
104 |
+
top: 0;
|
105 |
+
bottom: 0;
|
106 |
+
right: 0;
|
107 |
+
z-index: 9;
|
108 |
+
}
|
109 |
|
110 |
+
&.toggle-label-background > span:not(.toggle) /* modal */ {
|
111 |
+
color: #17A8E3;
|
112 |
+
}
|
113 |
+
}
|
114 |
|
115 |
+
input[type="checkbox"]:checked + label {
|
116 |
+
& > span:not(.toggle),
|
117 |
+
& > i {
|
118 |
+
color: #17A8E3;
|
119 |
+
}
|
120 |
+
}
|
|
|
|
|
121 |
|
122 |
+
input[type="checkbox"]:disabled + label {
|
123 |
+
background-color: #F8F8F8;
|
124 |
+
border-color: #F8F8F8;
|
125 |
+
|
126 |
+
& > span:not(.toggle),
|
127 |
+
& > i {
|
128 |
+
color: #DDD;
|
129 |
+
}
|
130 |
+
}
|
131 |
|
132 |
+
label [class^="hb-"] {
|
133 |
+
display: block;
|
134 |
+
padding: 10px 0 4px;
|
135 |
+
|
136 |
+
}
|
137 |
}
|
138 |
|
139 |
+
.wpmud .sui-notice-warning .wphb-switch-button {
|
140 |
+
color: #333333;
|
141 |
+
text-decoration: underline;
|
142 |
}
|
143 |
|
144 |
/* Asset Optimization meta box */
|
147 |
padding-bottom: 1px;
|
148 |
}
|
149 |
|
150 |
+
/* Switch type button in meta box header */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider {
|
152 |
border-left: 1px solid #E6E6E6;
|
153 |
height: 62px;
|
166 |
}
|
167 |
|
168 |
.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button > i {
|
|
|
169 |
font-size: 20px;
|
170 |
margin-left: 20px;
|
171 |
position: absolute;
|
172 |
top: 18px;
|
173 |
+
|
174 |
+
&:before {
|
175 |
+
color: #AAAAAA;
|
176 |
+
}
|
177 |
}
|
178 |
|
179 |
+
.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button > i:before {
|
180 |
color: #17A8E3;
|
181 |
}
|
182 |
|
258 |
margin: 10px 30px;
|
259 |
}
|
260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
/* Styles, common for basic and advanced views */
|
262 |
.wpmud {
|
263 |
.wphb-minification-file-info {
|
264 |
float: left;
|
265 |
line-height: 18px;
|
|
|
266 |
white-space: nowrap;
|
267 |
width: 280px;
|
268 |
> {
|
269 |
+
* {
|
270 |
color: #AAAAAA;
|
271 |
font-size: 10px;
|
272 |
font-weight: 500;
|
273 |
line-height: 10px;
|
274 |
}
|
275 |
+
span:first-child {
|
276 |
color: #666666;
|
277 |
display: block;
|
278 |
font-size: 13px;
|
279 |
line-height: 13px;
|
280 |
}
|
281 |
+
a {
|
282 |
+
max-width: 200px;
|
283 |
overflow: hidden;
|
284 |
+
display: inline-flex;
|
285 |
}
|
286 |
+
span {
|
287 |
+
.original-size.crossed-out {
|
288 |
+
text-decoration: line-through;
|
289 |
+
}
|
290 |
+
.sui-icon-chevron-down:before {
|
291 |
+
font-size: 8px;
|
292 |
+
position: relative;
|
293 |
+
top: 0;
|
294 |
+
}
|
295 |
+
.sui-icon-chevron-down:before,
|
296 |
+
.compressed-size {
|
297 |
+
color: #1ABC9C;
|
298 |
+
}
|
299 |
}
|
300 |
}
|
301 |
}
|
434 |
font: 500 13px/30px $font;
|
435 |
text-transform: none;
|
436 |
margin-right: 21px;
|
437 |
+
margin-left: 0;
|
438 |
}
|
439 |
|
440 |
.wpmud .wphb-minification-filter .select-list-container {
|
447 |
display: none;
|
448 |
}
|
449 |
|
|
|
450 |
.wpmud .wphb-border-row.disabled {
|
451 |
background-color: #F2F2F2;
|
452 |
}
|
489 |
}
|
490 |
}
|
491 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
492 |
// Responsive
|
493 |
@include bp(desktop-large) {
|
494 |
.wpmud .wphb-minification-files-advanced .wphb-minification-file-info {
|
495 |
width: 185px;
|
496 |
+
> a {
|
497 |
+
max-width: 100px;
|
498 |
+
}
|
499 |
}
|
500 |
}
|
501 |
|
507 |
|
508 |
.wpmud .wphb-minification-files-advanced .wphb-minification-file-info {
|
509 |
width: 130px;
|
510 |
+
> a {
|
511 |
+
max-width: 180px;
|
512 |
+
}
|
513 |
}
|
514 |
|
515 |
.wpmud .wphb-minification-files-advanced .wphb-minification-exclude {
|
516 |
margin-left: 15px;
|
517 |
}
|
|
|
|
|
|
|
|
|
518 |
}
|
519 |
|
520 |
@media screen and (max-width: 1060px) {
|
598 |
.wpmud .wphb-minification-file-info {
|
599 |
width: 185px;
|
600 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
601 |
}
|
602 |
|
603 |
@include bp(phone) {
|
@@ -3,382 +3,252 @@
|
|
3 |
*/
|
4 |
|
5 |
@import "../common/mixins";
|
|
|
6 |
|
7 |
-
.wpmud .
|
8 |
-
background-image: url("#{$image--path}/graphic-hb-minify-summary@2x.png");
|
9 |
-
}
|
10 |
-
|
11 |
-
.wpmud .performance-report-table .wpdui-btn {
|
12 |
-
display: inline-block;
|
13 |
-
margin: 10px 0 20px;
|
14 |
-
text-transform: uppercase;
|
15 |
-
}
|
16 |
-
|
17 |
-
.wpmud .performance-report-table .wpdui-btn:hover {
|
18 |
-
color: #ffffff;
|
19 |
-
}
|
20 |
-
.wpmud .sui-dismissed .sui-circle-score svg circle:last-child {
|
21 |
-
stroke: #AAAAAA;
|
22 |
-
}
|
23 |
-
.wpmud .sui-accordion-item.sui-dismissed {
|
24 |
-
border-left: 2px solid #AAAAAA;
|
25 |
-
}
|
26 |
-
.wpmud .sui-button.wphb-disabled-test:last-child {
|
27 |
-
margin-right: 10px;
|
28 |
-
}
|
29 |
-
.wpmud .performance-report-table a,
|
30 |
-
.wpmud .performance-report-table a:hover {
|
31 |
-
color: #17A8E3;
|
32 |
-
overflow-wrap: break-word;
|
33 |
-
word-wrap: break-word;
|
34 |
-
word-break: break-all;
|
35 |
-
-ms-hyphens: auto;
|
36 |
-
-moz-hyphens: auto;
|
37 |
-
-webkit-hyphens: auto;
|
38 |
-
hyphens: auto;
|
39 |
-
}
|
40 |
-
|
41 |
-
.wpmud .performance-report-table p,
|
42 |
-
.wpmud .performance-report-table ol li {
|
43 |
-
font-size: 13px !important;
|
44 |
-
color: #888888;
|
45 |
-
line-height: 22px;
|
46 |
-
}
|
47 |
-
|
48 |
-
.wpmud .performance-report-table ol > p {
|
49 |
-
margin-left: -30px;
|
50 |
-
margin-bottom: 15px;
|
51 |
-
}
|
52 |
-
|
53 |
-
.wpmud .performance-report-table > thead > tr > th:first-child {
|
54 |
-
padding-left: 30px;
|
55 |
-
}
|
56 |
-
|
57 |
-
.wpmud .performance-report-table .wphb-performance-report-item:hover td {
|
58 |
-
cursor: pointer;
|
59 |
-
border-bottom: 0 !important;
|
60 |
-
}
|
61 |
-
|
62 |
-
.wpmud .performance-report-table .wphb-performance-report-item-score {
|
63 |
-
width: 137px;
|
64 |
-
}
|
65 |
-
|
66 |
-
.wpmud .performance-report-table .wphb-performance-report-item-type {
|
67 |
-
color: #888888;
|
68 |
-
font-size: 13px;
|
69 |
-
transition: color .3s;
|
70 |
-
width: 130px;
|
71 |
-
}
|
72 |
-
.wpmud .wphb-performance-report-item-type:first-letter {
|
73 |
-
text-transform: capitalize;
|
74 |
-
}
|
75 |
-
|
76 |
-
.wpmud .performance-report-table .wphb-performance-report-item:hover .wphb-performance-report-item-type {
|
77 |
-
color: #333333;
|
78 |
-
}
|
79 |
-
|
80 |
-
.wpmud .performance-report-table .wphb-performance-report-item-cta {
|
81 |
-
text-align: right;
|
82 |
-
width: 225px;
|
83 |
-
}
|
84 |
-
|
85 |
-
.wpmud .wphb-performance-report-item .trigger-additional-content {
|
86 |
-
color: #888888;
|
87 |
-
cursor: pointer;
|
88 |
-
display: inline-block;
|
89 |
-
font-size: 14px;
|
90 |
-
line-height: 1em;
|
91 |
-
height: 14px;
|
92 |
-
margin: 8px 30px 8px 15px;
|
93 |
-
transition: color .3s;
|
94 |
-
vertical-align: middle;
|
95 |
-
}
|
96 |
-
|
97 |
-
.wpmud .wphb-performance-report-item .trigger-additional-content .dev-icon-caret_down:before {
|
98 |
-
display: inline-block;
|
99 |
-
transition: transform 0.5s;
|
100 |
-
transform: rotate(0);
|
101 |
-
}
|
102 |
-
|
103 |
-
.wpmud .wphb-performance-report-item-opened .trigger-additional-content .dev-icon-caret_down:before {
|
104 |
-
transform: rotate(-180deg);
|
105 |
-
}
|
106 |
-
|
107 |
-
.wpmud .performance-report-table .wphb-performance-report-item-opened,
|
108 |
-
.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-additional-content:hover,
|
109 |
-
.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-opened:hover {
|
110 |
-
background: #F8F8F8;
|
111 |
-
}
|
112 |
-
|
113 |
-
.wpmud .performance-report-table .wphb-performance-report-item-additional-content {
|
114 |
-
background: #F8F8F8;
|
115 |
-
display: none;
|
116 |
-
}
|
117 |
-
|
118 |
-
.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened {
|
119 |
-
display: table-row;
|
120 |
-
}
|
121 |
-
|
122 |
-
.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened > td {
|
123 |
-
border-top: 0 !important;
|
124 |
-
}
|
125 |
-
|
126 |
-
.wpmud .wphb-performance-report-item-additional-content-inner {
|
127 |
-
padding: 0 !important;
|
128 |
-
}
|
129 |
-
|
130 |
-
.wpmud .sui-box-performance-report-additional-content h4:first-child {
|
131 |
-
margin-top: 0;
|
132 |
-
}
|
133 |
-
|
134 |
-
.wpmud .sui-box-performance-report-additional-content h4,
|
135 |
-
.wpmud .sui-box-performance-report-additional-content h5 {
|
136 |
-
font-family: 'Roboto', sans-serif;
|
137 |
-
color: #333333;
|
138 |
-
font-size: 13px;
|
139 |
-
text-transform: none;
|
140 |
-
line-height: 23px;
|
141 |
-
margin: 20px 0 20px;
|
142 |
-
text-align: left;
|
143 |
-
}
|
144 |
-
|
145 |
-
/* Performance Results */
|
146 |
-
.wphb-score {
|
147 |
-
display: inline-block;
|
148 |
-
position: relative;
|
149 |
-
}
|
150 |
-
|
151 |
-
.wphb-score-type-circle {
|
152 |
-
border-radius: 100%;
|
153 |
-
height: 30px;
|
154 |
-
width: 30px;
|
155 |
-
}
|
156 |
-
|
157 |
-
.wphb-score-type-circle.large {
|
158 |
-
height: 80px;
|
159 |
-
width: 80px;
|
160 |
-
}
|
161 |
-
|
162 |
-
.wphb-score-type-circle .wphb-score-graph-circle {
|
163 |
-
stroke: #E5E5E5;
|
164 |
-
stroke-dashoffset: 80;
|
165 |
-
stroke-width: 5px;
|
166 |
-
-moz-transition: stroke-dashoffset 1s linear;
|
167 |
-
-webkit-transition: stroke-dashoffset 1s linear;
|
168 |
-
transition: stroke-dashoffset 1s linear;
|
169 |
-
}
|
170 |
|
171 |
-
|
172 |
-
|
173 |
-
stroke-width: 10px;
|
174 |
-
}
|
175 |
-
|
176 |
-
.wphb-score-type-circle .wphb-score-graph-result {
|
177 |
-
transform: rotate(-80deg) translateX(-27px) translateY(2.5px);
|
178 |
-
-moz-transform: rotate(-80deg) translateX(-27px) translateY(2.5px);
|
179 |
-
-webkit-transform: rotate(-80deg) translateX(-27px) translateY(2.5px);
|
180 |
-
}
|
181 |
-
|
182 |
-
.wphb-score-type-circle.large .wphb-score-graph-result {
|
183 |
-
transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);
|
184 |
-
-moz-transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);
|
185 |
-
-webkit-transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);
|
186 |
-
}
|
187 |
-
|
188 |
-
.wpmud .wphb-performance-report-item-score,
|
189 |
-
.wpmud .wphb-button-label,
|
190 |
-
.wpmud .wphb-score-result {
|
191 |
-
cursor: pointer;
|
192 |
-
position: relative;
|
193 |
-
}
|
194 |
-
|
195 |
-
/* Reporting */
|
196 |
-
.wpmud .wrap-wphb-caching .list-results,
|
197 |
-
.wpmud .wrap-wphb-performance .list-results {
|
198 |
-
max-height: 200px;
|
199 |
-
overflow-y: scroll;
|
200 |
-
}
|
201 |
-
|
202 |
-
.wpmud .wrap-wphb-performance .recipient {
|
203 |
-
margin-bottom: 10px;
|
204 |
-
padding: 5px 10px;
|
205 |
-
}
|
206 |
-
|
207 |
-
.wpmud .wrap-wphb-performance .recipient:hover {
|
208 |
-
border-radius: 4px;
|
209 |
-
background-color: #F8F8F8;
|
210 |
-
}
|
211 |
-
|
212 |
-
.wpmud .wrap-wphb-performance .recipient,
|
213 |
-
.wpmud .wrap-wphb-performance .recipient .name,
|
214 |
-
.wpmud .wrap-wphb-performance .add-recipient {
|
215 |
-
display: flex;
|
216 |
-
flex-flow: row nowrap;
|
217 |
-
justify-content: space-between;
|
218 |
-
align-items: center;
|
219 |
-
align-content: center;
|
220 |
-
}
|
221 |
-
|
222 |
-
.wpmud .wrap-wphb-performance .recipient img {
|
223 |
-
-webkit-border-radius: 50px;
|
224 |
-
-moz-border-radius: 50px;
|
225 |
-
border-radius: 50px;
|
226 |
-
width: 30px;
|
227 |
-
height: 30px;
|
228 |
-
margin-right: 10px;
|
229 |
-
display: inline-block;
|
230 |
-
vertical-align: middle;
|
231 |
-
}
|
232 |
-
|
233 |
-
.wpmud .wrap-wphb-performance .recipient .name {
|
234 |
-
color: #333333;
|
235 |
-
font-weight: 500;
|
236 |
-
}
|
237 |
-
|
238 |
-
.wpmud .wrap-wphb-performance .recipient a > i {
|
239 |
-
color: #888888;
|
240 |
-
}
|
241 |
-
|
242 |
-
.wpmud .wrap-wphb-performance .recipient:hover a > i {
|
243 |
-
color: #333333;
|
244 |
-
}
|
245 |
-
|
246 |
-
.wpmud .wrap-wphb-performance .add-recipient {
|
247 |
-
margin-top: 15px;
|
248 |
-
}
|
249 |
-
|
250 |
-
.wpmud .wrap-wphb-performance .add-recipient > * {
|
251 |
-
margin-bottom: 0;
|
252 |
-
border-radius: 0;
|
253 |
-
border: 1px solid #E6E6E6;
|
254 |
-
font-weight: normal;
|
255 |
-
}
|
256 |
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
}
|
261 |
-
|
262 |
-
.wpmud .wrap-wphb-performance .add-recipient > input::placeholder {
|
263 |
-
color: #AAAAAA;
|
264 |
-
font-weight: 400;
|
265 |
-
}
|
266 |
-
|
267 |
-
.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name {
|
268 |
-
border-radius: 4px 0 0 4px;
|
269 |
-
border-right: 0;
|
270 |
-
background-color: #F8F8F8;
|
271 |
-
margin: 0;
|
272 |
-
}
|
273 |
-
|
274 |
-
.wpmud .wrap-wphb-performance .add-recipient #wphb-username-search {
|
275 |
-
background-color: #F8F8F8;
|
276 |
-
margin: 0;
|
277 |
-
}
|
278 |
-
|
279 |
-
.wpmud .wrap-wphb-performance .wphb-tag {
|
280 |
-
-webkit-border-radius: 16px;
|
281 |
-
-moz-border-radius: 16px;
|
282 |
-
border-radius: 16px;
|
283 |
-
font-size: 13px;
|
284 |
-
padding: 4px 16px;
|
285 |
-
color: #fff;
|
286 |
-
text-transform: uppercase;
|
287 |
-
}
|
288 |
-
|
289 |
-
.wpmud .wrap-wphb-performance .wphb-tag.tag-generic {
|
290 |
-
background: #E6E6E6;
|
291 |
-
color: #333;
|
292 |
-
}
|
293 |
-
|
294 |
-
.wpmud .box-reporting-summary {
|
295 |
-
.settings-form.disabled {
|
296 |
-
position: relative;
|
297 |
}
|
298 |
-
}
|
299 |
-
.wpmud .box-reporting-summary .wphb-block-entry-content,
|
300 |
-
.wpmud .box-reporting-summary .content-box-two-cols-image-left .wphb-block-entry-content {
|
301 |
-
margin-top: 0;
|
302 |
-
}
|
303 |
|
304 |
-
.
|
305 |
-
|
306 |
-
}
|
307 |
-
.wpmud .sui-box-performance-report-additional-content.disable-buttons a.wpdui-btn,
|
308 |
-
.wpmud .sui-box-performance-report-additional-content.disable-buttons a.button {
|
309 |
-
display: none;
|
310 |
-
}
|
311 |
-
|
312 |
-
@include bp(desktop-large) {
|
313 |
-
.wpmud .performance-report-table .wphb-performance-report-item-score,
|
314 |
-
.wpmud .performance-report-table .wphb-performance-report-item-type {
|
315 |
-
width: 115px;
|
316 |
}
|
317 |
|
318 |
-
.
|
319 |
-
|
320 |
}
|
321 |
|
322 |
-
.
|
323 |
-
|
324 |
-
|
325 |
-
}
|
326 |
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
}
|
331 |
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
}
|
340 |
-
}
|
341 |
-
|
342 |
-
@include bp(tablet) {
|
343 |
-
.wpmud .performance-report-table th,
|
344 |
-
.wpmud .performance-report-table td {
|
345 |
-
width: 70% !important;
|
346 |
}
|
347 |
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
|
|
352 |
}
|
353 |
-
}
|
354 |
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
.
|
359 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
}
|
361 |
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
}
|
368 |
|
369 |
-
.
|
370 |
-
margin-top:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
}
|
372 |
|
373 |
-
.
|
374 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
}
|
376 |
|
377 |
-
.
|
378 |
-
|
|
|
379 |
}
|
380 |
|
381 |
-
|
382 |
-
padding: 15px 20px;
|
383 |
-
}
|
384 |
-
}
|
3 |
*/
|
4 |
|
5 |
@import "../common/mixins";
|
6 |
+
@import "~@wpmudev/shared-ui/scss/colors";
|
7 |
|
8 |
+
.wpmud .wrap-wphb-performance {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
#wphb-error-details {
|
11 |
+
display: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
code {
|
14 |
+
background: #fff;
|
15 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
+
.sui-actions-right .sui-tooltip {
|
19 |
+
margin-right: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
21 |
|
22 |
+
.sui-dismissed .sui-circle-score svg circle:last-child {
|
23 |
+
stroke: #AAAAAA;
|
24 |
}
|
25 |
|
26 |
+
.sui-accordion-item {
|
27 |
+
&.sui-dismissed td:first-child {
|
28 |
+
border-left: 2px solid #AAAAAA;
|
29 |
+
}
|
30 |
|
31 |
+
&.sui-error td:first-child {
|
32 |
+
border-left: 2px solid $error;
|
33 |
+
}
|
|
|
34 |
|
35 |
+
&.sui-warning td:first-child {
|
36 |
+
border-left: 2px solid $warning;
|
37 |
+
}
|
38 |
|
39 |
+
&.sui-success td:first-child {
|
40 |
+
border-left: 2px solid $success;
|
41 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
|
44 |
+
/**
|
45 |
+
* Summary meta box
|
46 |
+
*/
|
47 |
+
.box-performance-welcome.sui-summary {
|
48 |
+
background-image: url("#{$image--path}/graphic-hb-minify-summary@2x.png");
|
49 |
}
|
|
|
50 |
|
51 |
+
/**
|
52 |
+
* Performance report table meta box
|
53 |
+
*/
|
54 |
+
.performance-report-table {
|
55 |
+
tr:first-child > td {
|
56 |
+
border-top: 1px solid #E6E6E6;
|
57 |
+
}
|
58 |
+
|
59 |
+
p, ol li {
|
60 |
+
font-size: 13px !important;
|
61 |
+
color: #888888;
|
62 |
+
line-height: 22px;
|
63 |
+
}
|
64 |
+
|
65 |
+
ol > p {
|
66 |
+
margin-left: -30px;
|
67 |
+
margin-bottom: 15px;
|
68 |
+
}
|
69 |
+
|
70 |
+
.wphb-performance-report-item-type {
|
71 |
+
color: #888888;
|
72 |
+
font-size: 13px;
|
73 |
+
transition: color .3s;
|
74 |
+
width: 130px;
|
75 |
+
|
76 |
+
&:first-letter {
|
77 |
+
text-transform: capitalize;
|
78 |
+
}
|
79 |
+
|
80 |
+
@include bp(desktop-large) {
|
81 |
+
width: 115px;
|
82 |
+
}
|
83 |
+
|
84 |
+
@include bp(desktop) {
|
85 |
+
width: 105px;
|
86 |
+
}
|
87 |
+
|
88 |
+
@include bp(tablet) {
|
89 |
+
display: none !important;
|
90 |
+
}
|
91 |
+
}
|
92 |
+
|
93 |
+
.sui-box-performance-report-additional-content {
|
94 |
+
// overwrite for .wpdui-btn
|
95 |
+
.wpdui-btn {
|
96 |
+
text-transform: uppercase;
|
97 |
+
|
98 |
+
&:hover {
|
99 |
+
color: #fff;
|
100 |
+
}
|
101 |
+
}
|
102 |
+
|
103 |
+
a:not(.wpdui-btn),
|
104 |
+
a:not(.wpdui-btn):hover {
|
105 |
+
color: #17A8E3;
|
106 |
+
font-weight: 400;
|
107 |
+
overflow-wrap: break-word;
|
108 |
+
word-wrap: break-word;
|
109 |
+
word-break: break-all;
|
110 |
+
-ms-hyphens: auto;
|
111 |
+
-moz-hyphens: auto;
|
112 |
+
-webkit-hyphens: auto;
|
113 |
+
hyphens: auto;
|
114 |
+
}
|
115 |
+
|
116 |
+
h4:first-child {
|
117 |
+
margin-top: 0;
|
118 |
+
}
|
119 |
+
|
120 |
+
h4, h5 {
|
121 |
+
font-family: 'Roboto', sans-serif;
|
122 |
+
color: #333333;
|
123 |
+
font-size: 13px;
|
124 |
+
text-transform: none;
|
125 |
+
line-height: 23px;
|
126 |
+
margin: 20px 0 20px;
|
127 |
+
text-align: left;
|
128 |
+
}
|
129 |
+
|
130 |
+
&.disable-buttons a.wpdui-btn,
|
131 |
+
&.disable-buttons a.button {
|
132 |
+
display: none;
|
133 |
+
}
|
134 |
+
|
135 |
+
@include bp(phone) {
|
136 |
+
padding: 15px 20px;
|
137 |
+
}
|
138 |
+
}
|
139 |
+
|
140 |
+
@include bp(tablet) {
|
141 |
+
th, td {
|
142 |
+
width: 70% !important;
|
143 |
+
}
|
144 |
+
}
|
145 |
+
|
146 |
+
@include bp(phone) {
|
147 |
+
margin-top: 0;
|
148 |
+
}
|
149 |
}
|
150 |
|
151 |
+
/**
|
152 |
+
* Performance reports meta box
|
153 |
+
*/
|
154 |
+
.recipient {
|
155 |
+
margin-bottom: 10px;
|
156 |
+
padding: 5px 10px;
|
157 |
+
|
158 |
+
&:hover {
|
159 |
+
border-radius: 4px;
|
160 |
+
background-color: #F8F8F8;
|
161 |
+
|
162 |
+
a > i {
|
163 |
+
color: #333333;
|
164 |
+
}
|
165 |
+
}
|
166 |
+
|
167 |
+
img {
|
168 |
+
-webkit-border-radius: 50px;
|
169 |
+
-moz-border-radius: 50px;
|
170 |
+
border-radius: 50px;
|
171 |
+
width: 30px;
|
172 |
+
height: 30px;
|
173 |
+
margin-right: 10px;
|
174 |
+
display: inline-block;
|
175 |
+
vertical-align: middle;
|
176 |
+
}
|
177 |
+
|
178 |
+
.name {
|
179 |
+
color: #333333;
|
180 |
+
font-weight: 500;
|
181 |
+
}
|
182 |
+
|
183 |
+
a > i {
|
184 |
+
color: #888888;
|
185 |
+
}
|
186 |
}
|
187 |
|
188 |
+
.add-recipient {
|
189 |
+
margin-top: 15px;
|
190 |
+
|
191 |
+
& > * {
|
192 |
+
margin-bottom: 0;
|
193 |
+
border-radius: 0;
|
194 |
+
border: 1px solid #E6E6E6;
|
195 |
+
font-weight: normal;
|
196 |
+
}
|
197 |
+
|
198 |
+
& > button {
|
199 |
+
background-color: #888888 !important;
|
200 |
+
border-radius: 0 4px 4px 0 !important;
|
201 |
+
min-width: 60px;
|
202 |
+
}
|
203 |
+
|
204 |
+
& > input::placeholder {
|
205 |
+
color: #AAAAAA;
|
206 |
+
font-weight: 400;
|
207 |
+
}
|
208 |
+
|
209 |
+
#wphb-first-name {
|
210 |
+
border-radius: 4px 0 0 4px;
|
211 |
+
border-right: 0;
|
212 |
+
background-color: #F8F8F8;
|
213 |
+
margin: 0;
|
214 |
+
}
|
215 |
+
|
216 |
+
#wphb-username-search {
|
217 |
+
background-color: #F8F8F8;
|
218 |
+
margin: 0;
|
219 |
+
}
|
220 |
+
|
221 |
+
@include bp(phone) {
|
222 |
+
& > button,
|
223 |
+
#wphb-first-name {
|
224 |
+
border-radius: 0 !important;
|
225 |
+
margin-bottom: 5px;
|
226 |
+
border: 1px solid #E6E6E6;
|
227 |
+
}
|
228 |
+
|
229 |
+
& > button {
|
230 |
+
margin-top: 10px !important;
|
231 |
+
}
|
232 |
+
}
|
233 |
}
|
234 |
|
235 |
+
.recipient,
|
236 |
+
.recipient .name,
|
237 |
+
.add-recipient {
|
238 |
+
display: flex;
|
239 |
+
flex-flow: row nowrap;
|
240 |
+
justify-content: space-between;
|
241 |
+
align-items: center;
|
242 |
+
align-content: center;
|
243 |
+
|
244 |
+
@include bp(phone) {
|
245 |
+
flex-flow: row wrap;
|
246 |
+
}
|
247 |
}
|
248 |
|
249 |
+
.recipient .name > span,
|
250 |
+
.recipient .email {
|
251 |
+
font-size: 13px;
|
252 |
}
|
253 |
|
254 |
+
}
|
|
|
|
|
|
@@ -14,229 +14,236 @@
|
|
14 |
color: #aaa;
|
15 |
}
|
16 |
}
|
17 |
-
.wpmud .box-uptime-summary .sui-summary {
|
18 |
-
background-image: url("#{$image--path}/hb-graphic-uptime-up@2x.png");
|
19 |
-
}
|
20 |
-
.wpmud .wphb-block-uptime-status .wphb-uptime-icon {
|
21 |
-
max-height: 110px;
|
22 |
-
}
|
23 |
-
|
24 |
-
.wpmud .wphb-block-content-uptime-data-range {
|
25 |
-
padding-top: 9px;
|
26 |
-
padding-bottom: 9px;
|
27 |
-
}
|
28 |
-
|
29 |
-
.wpmud .uptime-chart svg g g rect {
|
30 |
-
fill: #E6E6E6;
|
31 |
-
stroke: transparent;
|
32 |
-
stroke-width: 0;
|
33 |
-
}
|
34 |
-
|
35 |
-
.wpmud .uptime-chart svg g g text {
|
36 |
-
fill: #fff;
|
37 |
-
font-family: $font;
|
38 |
-
font-size: 13px;
|
39 |
-
font-weight: 400;
|
40 |
-
}
|
41 |
-
.wpmud .uptime-chart svg g g g g rect:hover {
|
42 |
-
stroke-width: 0px;
|
43 |
-
stroke: red;
|
44 |
-
display: none;
|
45 |
-
}
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
-
.
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
width: 200px;
|
57 |
-
border-radius: 5px;
|
58 |
-
}
|
59 |
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
|
|
63 |
|
64 |
-
.
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
.
|
69 |
-
.
|
70 |
-
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
}
|
73 |
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
line-height: 20px;
|
80 |
}
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
-
.
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
height: 58px !important;
|
92 |
-
overflow: hidden;
|
93 |
-
}
|
94 |
-
.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart svg g text {
|
95 |
-
display: none;
|
96 |
-
}
|
97 |
-
.wpmud .downtime-chart svg g path {
|
98 |
-
stroke: transparent;
|
99 |
-
}
|
100 |
-
.wpmud .downtime-chart svg g rect {
|
101 |
-
stroke: transparent;
|
102 |
-
stroke-width: 0;
|
103 |
-
}
|
104 |
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
line-height: 20px;
|
109 |
-
margin-right: 30px;
|
110 |
-
font-weight: 500;
|
111 |
-
}
|
112 |
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
border-radius: 2px;
|
119 |
-
margin-right: 10px;
|
120 |
-
vertical-align: sub;
|
121 |
-
}
|
122 |
|
123 |
-
.wpmud .downtime-chart-key span.response-time-key:before {
|
124 |
-
background-color: #E1F6FF;
|
125 |
-
border-top: 2px solid #24ADE5;
|
126 |
-
height: 14px;
|
127 |
-
}
|
128 |
-
.wpmud .downtime-chart-key span.uptime-key:before {
|
129 |
-
background-color: #D1F1EA;
|
130 |
-
}
|
131 |
-
.wpmud .downtime-chart-key span.downtime-key:before {
|
132 |
-
background-color: #FF6D6D;
|
133 |
-
}
|
134 |
-
.wpmud .downtime-chart-key span.unknown-key:before {
|
135 |
-
background-color: #F8F8F8;
|
136 |
-
}
|
137 |
|
138 |
-
.
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
padding: 6px;
|
144 |
-
margin-right: 10px;
|
145 |
-
vertical-align: middle;
|
146 |
-
border-radius: 5px;
|
147 |
-
font-size: 15px;
|
148 |
-
line-height: 10px;
|
149 |
-
&:before {
|
150 |
-
color: #FFFFFF;
|
151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
}
|
153 |
}
|
154 |
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
.
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
}
|
166 |
|
167 |
-
.
|
168 |
-
|
169 |
-
|
170 |
-
color: #333333;
|
171 |
-
font-size: 13px;
|
172 |
-
height: 56px;
|
173 |
-
line-height: 50px;
|
174 |
-
padding-left: 15px;
|
175 |
-
}
|
176 |
|
177 |
-
.
|
178 |
-
|
179 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
|
181 |
-
.
|
182 |
-
|
183 |
-
|
184 |
-
border-bottom: 2px solid #FF6D6D;
|
185 |
-
width: 60%;
|
186 |
-
}
|
187 |
|
188 |
-
.
|
189 |
-
|
190 |
-
|
191 |
-
border-bottom: 2px solid #D1F1EA;
|
192 |
-
width: 40%;
|
193 |
-
}
|
194 |
|
195 |
-
.
|
196 |
-
|
197 |
-
|
198 |
-
font-weight: 500;
|
199 |
-
line-height: 22px;
|
200 |
-
right: 60%;
|
201 |
-
color: #333333;
|
202 |
-
opacity: .5;
|
203 |
-
margin-top: 16px;
|
204 |
-
}
|
205 |
|
206 |
-
.wphb-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
|
|
213 |
|
214 |
-
.
|
215 |
-
|
216 |
-
|
217 |
-
font-weight: 500;
|
218 |
-
color: #FFFFFF;
|
219 |
-
font-size: 12px;
|
220 |
-
border: none;
|
221 |
-
border-radius: 5px;
|
222 |
-
padding: 8px 12px;
|
223 |
-
background: black;
|
224 |
-
}
|
225 |
|
226 |
-
.
|
227 |
-
|
228 |
-
|
229 |
-
|
|
|
|
|
230 |
|
231 |
-
.
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
}
|
237 |
|
238 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
}
|
241 |
|
242 |
@include bp(phone-large) {
|
@@ -297,10 +304,6 @@
|
|
297 |
}
|
298 |
|
299 |
@include bp(phone) {
|
300 |
-
.wpmud .box-uptime-summary .list-detail {
|
301 |
-
max-width: 60px;
|
302 |
-
}
|
303 |
-
|
304 |
.wpmud .uptime-chart {
|
305 |
margin-left: -25px;
|
306 |
}
|
14 |
color: #aaa;
|
15 |
}
|
16 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
+
/**
|
19 |
+
* Common styles for uptime pages
|
20 |
+
*/
|
21 |
+
.wpmud .wrap-wphb-uptime {
|
22 |
+
.wphb-pills.red,
|
23 |
+
.wphb-pills.green {
|
24 |
+
height: 40px;
|
25 |
+
line-height: 40px;
|
26 |
+
width: 200px;
|
27 |
+
border-radius: 5px;
|
28 |
+
}
|
29 |
|
30 |
+
.downtime-chart {
|
31 |
+
svg g path {
|
32 |
+
stroke: transparent;
|
33 |
+
}
|
|
|
|
|
|
|
34 |
|
35 |
+
svg g rect {
|
36 |
+
stroke: transparent;
|
37 |
+
stroke-width: 0;
|
38 |
+
}
|
39 |
+
}
|
40 |
|
41 |
+
.downtime-chart-key span {
|
42 |
+
color: #AAAAAA;
|
43 |
+
font-size: 12px;
|
44 |
+
line-height: 20px;
|
45 |
+
margin-right: 30px;
|
46 |
+
font-weight: 500;
|
47 |
+
|
48 |
+
&:before {
|
49 |
+
content: "";
|
50 |
+
display: inline-block;
|
51 |
+
height: 16px;
|
52 |
+
width: 16px;
|
53 |
+
border-radius: 2px;
|
54 |
+
margin-right: 10px;
|
55 |
+
vertical-align: sub;
|
56 |
+
}
|
57 |
+
|
58 |
+
&.response-time-key:before {
|
59 |
+
background-color: #E1F6FF;
|
60 |
+
border-top: 2px solid #24ADE5;
|
61 |
+
height: 14px;
|
62 |
+
}
|
63 |
+
|
64 |
+
&.uptime-key:before {
|
65 |
+
background-color: #D1F1EA;
|
66 |
+
}
|
67 |
+
|
68 |
+
&.downtime-key:before {
|
69 |
+
background-color: #FF6D6D;
|
70 |
+
}
|
71 |
+
|
72 |
+
&.unknown-key:before {
|
73 |
+
background-color: #F8F8F8;
|
74 |
+
}
|
75 |
+
}
|
76 |
|
77 |
+
.downtime-chart div.google-visualization-tooltip,
|
78 |
+
.wphb-uptime-graph div.google-visualization-tooltip {
|
79 |
+
font-family: 'Roboto', sans-serif;
|
80 |
+
font-weight: 500;
|
81 |
+
color: #FFFFFF;
|
82 |
+
font-size: 12px;
|
83 |
+
border: none;
|
84 |
+
border-radius: 5px;
|
85 |
+
padding: 8px 12px;
|
86 |
+
background: black;
|
87 |
+
}
|
88 |
}
|
89 |
|
90 |
+
/**
|
91 |
+
* Summary meta box
|
92 |
+
*/
|
93 |
+
.wpmud .box-uptime-summary .sui-summary {
|
94 |
+
background-image: url("#{$image--path}/hb-graphic-uptime-up@2x.png");
|
|
|
95 |
}
|
96 |
|
97 |
+
/**
|
98 |
+
* Uptime reponse time meta box
|
99 |
+
*/
|
100 |
+
.wpmud .box-uptime-response-time {
|
101 |
+
.uptime-chart {
|
102 |
+
height: 400px;
|
103 |
+
|
104 |
+
svg g g rect {
|
105 |
+
fill: #E6E6E6;
|
106 |
+
stroke: transparent;
|
107 |
+
stroke-width: 0;
|
108 |
+
}
|
109 |
+
|
110 |
+
svg g g text {
|
111 |
+
fill: #fff;
|
112 |
+
font-family: $font;
|
113 |
+
font-size: 13px;
|
114 |
+
font-weight: 400;
|
115 |
+
}
|
116 |
+
svg g g g g rect:hover {
|
117 |
+
stroke-width: 0px;
|
118 |
+
stroke: red;
|
119 |
+
display: none;
|
120 |
+
}
|
121 |
+
|
122 |
+
svg g g text:last-of-type {
|
123 |
+
fill: #AAAAAA;
|
124 |
+
font-weight: 500;
|
125 |
+
}
|
126 |
+
}
|
127 |
|
128 |
+
.downtime-chart {
|
129 |
+
height: 80px;
|
130 |
+
margin-left: 80px;
|
131 |
+
max-width: 90%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
+
div div svg {
|
134 |
+
height: 58px !important;
|
135 |
+
overflow: hidden;
|
|
|
|
|
|
|
|
|
136 |
|
137 |
+
svg g text {
|
138 |
+
display: none;
|
139 |
+
}
|
140 |
+
}
|
141 |
+
}
|
|
|
|
|
|
|
|
|
142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
+
.wphb-uptime-graph div.google-visualization-tooltip {
|
145 |
+
.response-time-tooltip {
|
146 |
+
font-size: 15px;
|
147 |
+
line-height: 18px;
|
148 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
+
.uptime-date-tooltip {
|
151 |
+
font-size: 11px;
|
152 |
+
color: #AAAAAA;
|
153 |
+
line-height: 14px;
|
154 |
+
display: block;
|
155 |
+
}
|
156 |
}
|
157 |
}
|
158 |
|
159 |
+
/**
|
160 |
+
* Uptime down time meta box
|
161 |
+
*/
|
162 |
+
.wpmud .box-uptime-downtime {
|
163 |
+
.downtime-chart svg g text {
|
164 |
+
font-family: 'Roboto', Arial, sans-serif;
|
165 |
+
fill: #AAAAAA;
|
166 |
+
font-weight: 500;
|
167 |
+
font-size: 12px;
|
168 |
+
line-height: 20px;
|
169 |
+
}
|
170 |
|
171 |
+
.dev-list-stats-item {
|
172 |
+
margin-bottom: 10px;
|
173 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
|
175 |
+
.sui-icon-chevron-up,
|
176 |
+
.sui-icon-chevron-down {
|
177 |
+
padding: 6px;
|
178 |
+
margin-right: 10px;
|
179 |
+
vertical-align: middle;
|
180 |
+
border-radius: 5px;
|
181 |
+
font-size: 15px;
|
182 |
+
line-height: 10px;
|
183 |
+
&:before {
|
184 |
+
color: #FFFFFF;
|
185 |
+
|
186 |
+
}
|
187 |
+
}
|
188 |
|
189 |
+
.sui-icon-chevron-down {
|
190 |
+
background-color: #FF6D6D;
|
191 |
+
}
|
|
|
|
|
|
|
192 |
|
193 |
+
.sui-icon-chevron-up {
|
194 |
+
background-color: #1ABC9C;
|
195 |
+
}
|
|
|
|
|
|
|
196 |
|
197 |
+
.wphb-pills-group {
|
198 |
+
width: 100%;
|
199 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
|
201 |
+
.wphb-pills.red,
|
202 |
+
.wphb-pills.green {
|
203 |
+
text-align: left;
|
204 |
+
color: #333333;
|
205 |
+
font-size: 13px;
|
206 |
+
height: 56px;
|
207 |
+
line-height: 50px;
|
208 |
+
padding-left: 15px;
|
209 |
+
}
|
210 |
|
211 |
+
.wphb-pills.red[tooltip]:after {
|
212 |
+
left: 48%;
|
213 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
|
215 |
+
.wphb-pills.red {
|
216 |
+
background-color: #FFE5E9;
|
217 |
+
border-top: 2px solid #FFE5E9;
|
218 |
+
border-bottom: 2px solid #FF6D6D;
|
219 |
+
width: 60%;
|
220 |
+
}
|
221 |
|
222 |
+
.wphb-pills.green {
|
223 |
+
background-color: #D1F1EA;
|
224 |
+
border-top: 2px solid #1ABC9C;
|
225 |
+
border-bottom: 2px solid #D1F1EA;
|
226 |
+
width: 40%;
|
227 |
+
}
|
228 |
|
229 |
+
span.list-detail-stats {
|
230 |
+
position: absolute;
|
231 |
+
font-size: 13px;
|
232 |
+
font-weight: 500;
|
233 |
+
line-height: 22px;
|
234 |
+
right: 60%;
|
235 |
+
color: #333333;
|
236 |
+
opacity: .5;
|
237 |
+
margin-top: 16px;
|
238 |
+
}
|
239 |
|
240 |
+
.wphb-image-pills-divider{
|
241 |
+
display: inline-block;
|
242 |
+
height: 56px;
|
243 |
+
margin-bottom: -25px;
|
244 |
+
margin-left: -28px;
|
245 |
+
position: absolute;
|
246 |
+
}
|
247 |
}
|
248 |
|
249 |
@include bp(phone-large) {
|
304 |
}
|
305 |
|
306 |
@include bp(phone) {
|
|
|
|
|
|
|
|
|
307 |
.wpmud .uptime-chart {
|
308 |
margin-left: -25px;
|
309 |
}
|
@@ -1 +0,0 @@
|
|
1 |
-
@import "~@wpmudev/shared-ui/scss/shared-ui.scss";
|
|
@@ -61,7 +61,7 @@ abstract class WP_Hummingbird_Admin_Page {
|
|
61 |
WP_Hummingbird_Utils::get_admin_capability(),
|
62 |
$slug,
|
63 |
$render ? array( $this, 'render' ) : null,
|
64 |
-
'
|
65 |
);
|
66 |
} else {
|
67 |
$this->page_id = add_submenu_page(
|
@@ -165,7 +165,7 @@ abstract class WP_Hummingbird_Admin_Page {
|
|
165 |
* @return String
|
166 |
*/
|
167 |
public function admin_body_class( $classes ) {
|
168 |
-
$classes .= ' sui-2-
|
169 |
|
170 |
return $classes;
|
171 |
}
|
@@ -186,9 +186,6 @@ abstract class WP_Hummingbird_Admin_Page {
|
|
186 |
* @param string $hook Hook from where the call is made.
|
187 |
*/
|
188 |
public function enqueue_scripts( $hook ) {
|
189 |
-
// WPMU DEV Shared UI.
|
190 |
-
wp_enqueue_style( 'wpmudev-sui', WPHB_DIR_URL . 'admin/assets/css/shared-ui.min.css', array(), WPHB_VERSION );
|
191 |
-
|
192 |
// Styles.
|
193 |
wp_enqueue_style( 'wphb-admin', WPHB_DIR_URL . 'admin/assets/css/app.min.css', array(), WPHB_VERSION );
|
194 |
|
@@ -334,7 +331,7 @@ abstract class WP_Hummingbird_Admin_Page {
|
|
334 |
public function render() {
|
335 |
?>
|
336 |
<div class="sui-wrap wrap wrap-wp-hummingbird wrap-wp-hummingbird-page <?php echo 'wrap-' . esc_attr( $this->slug ); ?>">
|
337 |
-
<div class="sui-notice sui-notice-
|
338 |
<p><?php esc_html_e( 'Settings updated', 'wphb' ); ?></p>
|
339 |
</div>
|
340 |
<?php
|
61 |
WP_Hummingbird_Utils::get_admin_capability(),
|
62 |
$slug,
|
63 |
$render ? array( $this, 'render' ) : null,
|
64 |
+
'data:image/svg+xml;base64,' . base64_encode( '<?xml version="1.0" encoding="utf-8"?><svg width="1024" height="1024" viewBox="0 -960 1024 1024" xmlns="http://www.w3.org/2000/svg"><path fill="black" transform="scale(-1,1) rotate(180)" d="M1009.323 570.197c-72.363-3.755-161.621-7.509-238.933-8.192l192.171 128.512c19.042-34.586 34.899-74.653 45.502-116.806zM512 960c189.862-0.034 355.572-103.406 443.951-256.93-61.487-12.553-225.839-36.617-400.943-48.051-34.133-2.219-55.979-36.181-68.267-62.464 0 0-31.061 195.925-244.907 145.408-41.984 18.944-81.237 34.133-116.224 46.251 94.16 107.956 231.957 175.787 385.597 175.787 0.279 0 0.557 0 0.836-0.001zM0 448c0 0.221-0.001 0.483-0.001 0.746 0 121.29 42.344 232.689 113.056 320.222 39.45-15.556 74.218-33.581 106.162-55.431s37.807-77.121 65.284-135.489 46.592-91.136 54.613-161.109 65.877-184.491 168.277-221.867c-34.879-47.972-65.982-102.598-90.759-160.574 26.898-39.4 57.774-69.843 91.053-97.495-280.204 0.74-507.686 229.298-507.686 510.988 0 0.003 0 0.007 0 0.010zM573.952-60.416c0 19.115 0 36.352 1.195 51.2 2.803 46.275 12.454 89.473 27.966 129.761 19.44 50.098 31.281 111.481 31.281 175.63 0 12.407-0.443 24.711-1.314 36.896-1.165 15.156-3.891 30.694-7.991 45.664l392.938 149.478c4.007-24.063 6.297-51.79 6.297-80.052 0-260.928-195.185-476.268-447.514-507.978z"/></svg>' )
|
65 |
);
|
66 |
} else {
|
67 |
$this->page_id = add_submenu_page(
|
165 |
* @return String
|
166 |
*/
|
167 |
public function admin_body_class( $classes ) {
|
168 |
+
$classes .= ' sui-2-2-4 wpmud ';
|
169 |
|
170 |
return $classes;
|
171 |
}
|
186 |
* @param string $hook Hook from where the call is made.
|
187 |
*/
|
188 |
public function enqueue_scripts( $hook ) {
|
|
|
|
|
|
|
189 |
// Styles.
|
190 |
wp_enqueue_style( 'wphb-admin', WPHB_DIR_URL . 'admin/assets/css/app.min.css', array(), WPHB_VERSION );
|
191 |
|
331 |
public function render() {
|
332 |
?>
|
333 |
<div class="sui-wrap wrap wrap-wp-hummingbird wrap-wp-hummingbird-page <?php echo 'wrap-' . esc_attr( $this->slug ); ?>">
|
334 |
+
<div class="sui-notice-top sui-notice-success sui-hidden" id="wphb-ajax-update-notice">
|
335 |
<p><?php esc_html_e( 'Settings updated', 'wphb' ); ?></p>
|
336 |
</div>
|
337 |
<?php
|
@@ -1,2 +1,5 @@
|
|
1 |
-
.hidden{display:none}.cf:after{content:"";display:table;clear:both}.wpmud .wrap-wp-hummingbird .clear{padding:0}@media screen and (min-width:960px){.hide-on-large{display:none}}@media only screen and (max-width:1200px){.hide-to-large{display:none}}@media only screen and (max-width:600px){.hide-to-mobile{display:none!important}}@media only screen and (max-width:960px){.hide-on-mobile{display:none}}button.notice-dismiss{position:absolute;top:0;right:1px;border:none!important;margin:0!important;padding:9px!important;background:none!important;color:#72777c!important;cursor:pointer!important}.wpmud .wphb-dismiss{float:right}.wpmud #wpbody-content>.notice{margin:5px 20px 2px 5px}.wpmud [tooltip].tooltip-bottom:before{margin-top:2px}.wpmud [tooltip].tooltip-bottom:after{margin-top:12px}.wpmud .list-table>tbody>tr>td{z-index:0}.wpmud [tooltip].tooltip-s.tooltip-right:after{margin-left:-150px}.wpmud .wrap-wp-hummingbird strong{color:#333}.wpmud .dev-overlay .back{background-color:rgba(51,51,51,.95)}.wpmud .dev-overlay .box{padding:40px 30px 30px}.wpmud .dev-overlay .title .title-action{font-family:Roboto,sans-serif;margin-top:5px;vertical-align:middle;color:#888;font-size:13px;line-height:30px;margin-right:-20px}.wpmud #wpmu-install-dashboard{margin-left:0}.wpmud #wpcontent #wpmu-install-dashboard *{-webkit-box-sizing:content-box;box-sizing:content-box}.wpmud #wpmu-install-dashboard .wpmu-message{font-family:inherit;font-weight:inherit;line-height:inherit}.wpmud .toggle .toggle-checkbox:checked+.toggle-label,.wpmud .toggle .toggle-checkbox:checked+.toggle-label:before{background-color:#17a8e3}.wpmud .toggle .toggle-label:before{background:#aaa}.wpmud .toggle .toggle-label{width:44px;text-align:left}.wpmud .toggle .toggle-checkbox:checked+.toggle-label:after{margin-left:24px}.wpmud .toggle .toggle-checkbox:checked:disabled+.toggle-label{background:transparent}.wpmud .toggle .toggle-checkbox:checked:disabled+.toggle-label:before{bottom:0;left:0;right:0;top:0}.wpmud .toggle .toggle-checkbox:checked:disabled+.toggle-label:after{margin-left:1px}.wpmud .toggle .toggle-label.small{width:36px;height:16px}.wpmud .toggle .toggle-label.small:after{width:14px;height:14px}.wpmud .toggle .toggle-checkbox:checked+.toggle-label.small:after{margin-left:21px}.wpmud .toggle .toggle-cross{color:#ddd}.wpmud .toggle-group{display:inline-block}.wpmud .toggle-item.bordered,.wpmud .wphb-block-entry.bordered{border-top:1px solid #e6e6e6;padding-top:30px}.wpmud .toggle-item.space-top-small{margin:15px 0 0}.wpmud .toggle-item label{text-align:left}.wpmud .toggle-item .toggle-item-group{display:table;width:100%}.wpmud .toggle-item .toggle-actions,.wpmud .toggle-item .toggle-info{display:table-cell}.wpmud .toggle-item .toggle-item-title{color:#555;font:400 15px/20px Roboto,Arial,sans-serif;margin:0}.wpmud .toggle-item .toggle-actions{padding-left:30px;vertical-align:middle;text-align:right}.wpmud .spinner.standalone{float:none;margin:0}.wpmud .spinner.left{float:left}.wpmud .spinner.hide{display:none}.wpmud .spinner.visible{visibility:visible}@media only screen and (max-width:960px){.wpmud .dev-overlay{left:35px;top:15px}}@media only screen and (max-width:783px){.wpmud .dev-overlay{left:0;top:0}}@font-face{font-family:Hummingbird;src:url(../fonts/hummingbird.eot);src:url(../fonts/hummingbird.eot) format("embedded-opentype"),url(../fonts/hummingbird.ttf) format("truetype"),url(../fonts/hummingbird.woff) format("woff"),url(../fonts/hummingbird.svg) format("svg");font-weight:400;font-style:normal}[class*=" hb-"],[class^=hb-]{font-family:Hummingbird,Arial,sans-serif!important;speak:none;font-size:15px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hb-fi-filter:before{content:"z"}.hb-fi-wand:before{content:"Z"}.hb-fi-settings-slider-control:before{content:"{"}.hb-icon-audit:before{content:"\E900"}.hb-wpmudev-icon-cross:before{content:"\E901"}.hb-wpmudev-icon-info:before{content:"\E902"}.hb-wpmudev-icon-tick:before{content:"\E903"}.hb-wpmudev-icon-warning:before{content:"\E904"}.hb-icon-cache:before{content:"\E905"}.hb-icon-cloudflare:before{content:"\E906"}.hb-icon-gzip:before{content:"\E907"}.hb-icon-minify-combine:before{content:"\E908"}.hb-icon-minify-defer:before{content:"\E909"}.hb-icon-minify-footer:before{content:"\E90A"}.hb-icon-minify:before{content:"\E90B"}.hb-icon-performancetest:before{content:"\E90C"}.hb-icon-reports:before{content:"\E90D"}.hb-icon-restore:before{content:"\E90E"}.hb-icon-smush:before{content:"\E90F"}.hb-icon-minify-inline:before{content:"\E910"}.hb-wpmudev-icon-eye:before{content:"\E911"}.hb-wpmudev-icon-wrench-tool:before{content:"\E912"}.hb-wpmudev-icon-profile-male:before{content:"\E913"}.hb-wpmudev-icon-page:before{content:"\E914"}.hb-wpmudev-icon-academy:before{content:"\E915"}.hb-fi-plugin-2:before{content:"O"}.hb-fi-arrow-right:before{content:"\AF"}.hb-fi-trash:before{content:"Q"}.wpmud .wphb-icon{position:relative}.wpmud .wphb-icon-left{display:block;float:left}.wpmud .wphb-dash-icon{font-size:12px;padding-right:2px}.wpmud .cf-dismiss{display:block;margin-top:6px}.wpmud .wphb-cf-notice .cf-dismiss a{text-transform:uppercase;text-decoration:none;color:#888}.wpmud .box-advanced-general h4,.wpmud .box-page-caching h4{color:#666;font-size:15px;font-weight:500;text-align:left;text-transform:none}.wpmud .box-content .buttons{margin-top:30px}.wpmud .box-content .buttons.buttons-on-left{text-align:left}.wpmud .box-content .buttons.buttons-on-right{text-align:right}.wpmud .box-footer .buttons.buttons-on-left{text-align:left}.wpmud .box-footer .buttons.buttons-on-right{text-align:right}.wpmud .wphb-notice:not(.notice) .buttons{margin:10px 30px 0}.wpmud .wrap-wp-hummingbird .report-status .sui-tag{margin-top:10px}.wpmud .wrap-wphb-performance .scan-settings .buttons{margin-top:30px}.wpmud .wrap-wphb-performance .add-recipient>button{background-color:#888!important;border-radius:0 4px 4px 0!important}.wpmud .wrap-wphb-caching #enable-cache-wrap .button,.wpmud .wrap-wphb-gzip #enable-cache-wrap .button{margin-top:30px}.wpmud .wphb-code-snippet .button{position:absolute;left:100%;margin-left:-90px!important;margin-top:15px!important}.wpmud .box-caching-gravatar .button-large{margin:0!important}.wrap-wp-hummingbird .button-cta-green:hover{-webkit-box-shadow:none;box-shadow:none}.wphb-scan-progress .wphb-scan-cancel-button{float:right;margin-top:-13px}.wphb-scan-progress .wphb-scan-cancel-button>a{font-size:12px;color:#aaa;text-transform:uppercase}.wpmud .wrap-wp-hummingbird .wpdui-btn{font:500 12px/16px Roboto,Arial,sans-serif!important;padding:7px 16px;height:30px;background-color:#888;color:#fff;border-radius:3px;-moz-border-radius:3px;transition:all .3s ease;-webkit-transition:all .3s ease;text-shadow:none!important}.wpmud .report-status button.sui-button-upsell{margin-top:10px!important;text-transform:uppercase;height:30px;line-height:16px;padding:0 16px}.wpmud .report-status button.sui-button-upsell:not(:disabled){background-color:#d1f1ea!important;color:#1abc9c!important}.wpmud .report-status button.sui-button-upsell:not(:disabled):focus,.wpmud .report-status button.sui-button-upsell:not(:disabled):hover{background-color:#d1f1ea!important;color:#1abc9c!important;border-color:#d1f1ea!important}.wpmud .report-status button.sui-button-upsell i{color:#1abc9c;font-size:16px;position:relative;line-height:16px;top:2px}.wpmud .wrap-wp-hummingbird .wphb-notice.notice .sui-button.button:focus,.wpmud .wrap-wp-hummingbird .wphb-notice.notice .sui-button.button:hover{color:#fff}.wpmud .wrap-wp-hummingbird .button.button-large,.wpmud .wrap-wp-hummingbird button.button-large,.wpmud .wrap-wp-hummingbird button.button-large:not(.wph-button):not(#collapse-button){font:500 15px/20px Roboto,Arial,sans-serif!important;height:40px!important;padding:11px 20px 9px}.wpmud .wphb-modal .button-ghost,.wpmud .wrap-wp-hummingbird .button-ghost,.wpmud .wrap-wp-hummingbird button.button-ghost:not(.wph-button):not(#collapse-button){padding:5px 16px 7px!important;background-color:transparent!important;border:2px solid #ddd;color:#888!important}.wpmud .wrap-wp-hummingbird .button-ghost.active,.wpmud .wrap-wp-hummingbird .button-ghost:active,.wpmud .wrap-wp-hummingbird .button-ghost:focus,.wpmud .wrap-wp-hummingbird .button-ghost:hover:enabled,.wpmud .wrap-wp-hummingbird .button-ghost:hover:not(:focus):not(:active),.wpmud .wrap-wp-hummingbird .button-grey:hover,.wpmud .wrap-wp-hummingbird button.button-ghost:hover:not(.wph-button):not(#collapse-button){background-color:#7b7b7b!important;border-color:#7b7b7b;color:#fff!important}.wpmud .wphb-modal .button-ghost.button-large,.wpmud .wrap-wp-hummingbird .button-ghost.button-large,.wpmud .wrap-wp-hummingbird button.button-ghost.button-large:not(.wph-button):not(#collapse-button){padding:9px 20px!important}.wpmud .wphb-modal .button-content-cta{-webkit-box-shadow:none;box-shadow:none;background-color:#1abc9c!important;color:#fff}.wpmud .wrap-wp-hummingbird .button-content-cta{-webkit-box-shadow:none;box-shadow:none;background-color:#1abc9c;color:#fff}.wpmud .wphb-modal .button-content-cta:hover:not(:focus):not(:active),.wpmud .wrap-wp-hummingbird .button-content-cta:active,.wpmud .wrap-wp-hummingbird .button-content-cta:focus,.wpmud .wrap-wp-hummingbird .button-content-cta:hover:not(:focus):not(:active){background:#0daf8f!important;border-color:#0daf8f}.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost{background:transparent;color:#1abc9c!important;border-color:#1abc9c;border-radius:20px}.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost:active{color:#fff!important;border-color:#0daf8f}.wpmud .wrap-wp-hummingbird .button-notice{background-color:#e6e6e6!important;color:#aaa!important}.wpmud .wrap-wp-hummingbird .button-grey,.wpmud .wrap-wp-hummingbird .button-notice:active,.wpmud .wrap-wp-hummingbird .button-notice:focus,.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active),.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]){background-color:#888!important;color:#fff!important}@media only screen and (max-width:480px){.wpmud .box-content .buttons{margin-top:0}}.wpmud .row{margin-top:30px}.wpmud .box-content .row:first-of-type{margin-top:0}.wpmud .row-space-large{margin-bottom:40px}.wpmud .row .col-center{display:block;margin-right:auto;margin-left:auto}.wpmud .row .col-fifth,.wpmud .row .col-four-fifths,.wpmud .row .col-quarter,.wpmud .row .col-three-quarters{display:table-cell;padding:0 15px;position:relative;vertical-align:top}.wpmud .row .col-quarter{width:25%}.wpmud .row .col-three-quarters{width:75%}.wpmud .row .col-fifth{width:20%}.wpmud .row .col-four-fifths{width:80%}.wpmud .row .col-four-fifths.hidden{display:none}.wpmud .row .col-fifth:first-child,.wpmud .row .col-four-fifths:first-child,.wpmud .row .col-quarter:first-child,.wpmud .row .col-three-quarters:first-child{padding-left:0}.wpmud .row .col-fifth:last-child,.wpmud .row .col-four-fifths:last-child,.wpmud .row .col-quarter:last-child,.wpmud .row .col-three-quarters:last-child{padding-right:0}.wpmud .dev-box{padding:0}.wpmud .dev-box:last-child{margin-bottom:0}.wpmud .dev-box .box-title{clear:both;height:inherit;margin:0;padding:0 30px}.wpmud .dev-box .box-title h3{font-size:16px;color:#333;float:left}.wpmud .dev-box .box-title .wphb-label-notice-inline{margin:2px 15px}.wpmud .dev-box .box-title:after{content:"";display:table;clear:both}.wpmud .dev-box .box-title .extra{float:right}.wpmud .dev-box .box-title .extra-text{margin:20px 0 0}.wpmud .dev-box .box-title .extra-label{display:inline-block;margin:0;line-height:20px}.wpmud .dev-box .box-title .extra-label-value{color:#477b92;font-weight:400;text-transform:uppercase}.wpmud .dev-box .box-title .wphb-select-group{margin:10px 0 0}.wpmud .sui-box-header .test-results-label{display:block;float:left;font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-weight:700;line-height:30px;margin-right:10px;text-transform:uppercase}.wpmud .dev-box .box-title .test-results .wphb-score{display:block;float:left}.wpmud .dev-box .box-title .toggle-group{margin:6px 15px 0 0}.wpmud .dev-box .box-content{padding:30px;word-wrap:break-word}.wpmud .dev-box .box-content>*{margin-bottom:20px}.wpmud .dev-box .box-content>:last-child{margin-bottom:0}.wpmud .dev-box .box-content .row-space-large{margin-bottom:40px}.wpmud .box-content.no-padding{padding:0!important}.wpmud .box-content.no-vertical-padding{padding-top:0!important;padding-bottom:0!important}.wpmud .box-content.no-side-padding,.wpmud .wphb-modal .no-side-padding{padding-right:0!important;padding-left:0!important}.wpmud .box-content .no-top-padding{padding-top:0!important}.wpmud .box-content .with-padding{padding:30px}.wpmud .box-content .add-side-padding{padding-right:30px;padding-left:30px}.wpmud .box-footer{margin-top:0;padding:30px;border-top:1px solid #eaeaea}.wpmud .wphb-block-section{margin-top:40px}.wpmud .wphb-block-section:first-child{margin-top:0}.wpmud .wphb-block-section-content *{color:#555;line-height:20px}.wpmud .content-box .wphb-block-entry-image-bottom{margin-bottom:-30px}.wpmud .content-box .wphb-block-entry-image-center{margin-top:30px}.wpmud .content-box .wphb-block-entry-image-center img{margin-left:auto;margin-right:auto}.wpmud .content-box-one-col-center .box-content{text-align:left}.wpmud .content-box-one-col-center .wphb-block-entry-content{margin:0 auto}.wpmud .content-box-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.wpmud .content-box-two-cols-image-left .box-content{text-align:left}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content,.wpmud .content-box-two-cols-image-left .wphb-block-entry-image{display:block}.wpmud .content-box-two-cols-image-left .wphb-block-entry-image{float:left;max-width:192px}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content{margin:30px 0 0 285px}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title{text-align:left}.wpmud .wphb-block+.wphb-block{margin-top:30px}.wpmud .wphb-block-header{margin-bottom:30px}.wpmud .wphb-block-title{font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:22px;line-height:26px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.wpmud .wphb-block-content+.wphb-block-content{margin-top:30px}.wpmud .wphb-block-content>:last-child{margin-bottom:0}.wpmud .wphb-block-content-center{text-align:center}.wpmud .wphb-block-content pre{font-weight:500;font-family:Roboto,Arial,sans-serif;font-size:13px;line-height:18px;background-color:#f8f8f8;border:1px solid #e6e6e6;border-radius:5px;margin:0;padding:20px 30px;white-space:pre;overflow-x:scroll;max-width:100%}.wpmud .wphb-block-content-blue{background-color:#e0f6ff;border-radius:5px;padding:20px 30px}.wpmud .wphb-block-content .toggle,.wpmud .wphb-block-content .toggle .toggle-label,.wpmud .wphb-block-content .tooltip-box{height:21px;vertical-align:top}.wpmud .wphb-block-content-group{border-collapse:separate;border-spacing:0;display:table;width:100%}.wpmud .wphb-block-content-group-inner{display:table-row}.wpmud .wphb-block-content-group-item{display:table-cell;vertical-align:middle;width:100%}.wpmud .wphb-block-content-group-item .wphb-block-content{margin-left:30px}.wpmud .wphb-block-content-group-item:first-child .wphb-block-content{margin-left:0}.wpmud .wphb-block-content-group .wphb-block-content.small{padding:20px 23px;width:80px}.wpmud .wphb-block-entry:after{content:"";clear:both;display:block}.wpmud .wphb-block-entry-content .title{color:#333;font-size:22px;font-weight:700;line-height:1.333em;margin:0 0 .5em;max-width:100%;text-transform:uppercase}.wpmud .wphb-block-entry-content .content>p,.wpmud .wphb-block-entry-content .title{margin:0 0 20px}.wpmud .content{margin-bottom:30px}.wpmud .wphb-block-entry-content .content>p:last-child{margin-bottom:0}.wpmud .wphb-block-entry-third{color:#333;width:calc(100% / 2 - 98px);padding-left:5%;padding-top:10px;display:inline-block;vertical-align:middle}.wpmud .wphb-block-entry-third span{font-weight:400}.wpmud .wphb-block-entry-third p{font-size:13px;margin-top:0;color:#888}.wpmud .wphb-block-entry-third span.not-present{font-size:55px;line-height:30px;margin-bottom:20px}.wpmud .wphb-block-entry-third span.score-span{font-size:13px;margin-left:-12px}.wpmud .wphb-block-entry-third .current-performance-score{margin-bottom:20px}.wpmud .wphb-block-entry-third .hb-wpmudev-icon-info,.wpmud .wphb-block-entry-third .hb-wpmudev-icon-info:before,.wpmud i.hb-wpmudev-icon-info.dismissed,.wpmud i.hb-wpmudev-icon-info.dismissed:before{color:#888}.wpmud .wphb-block-entry-third .hb-wpmudev-icon-tick{color:#1abc9c}.wpmud .wphb-block-entry-third .dev-list{margin:0!important;border-bottom:0}.wpmud .wphb-block-entry-third .dev-list li:first-child span{padding-top:4px}@media only screen and (max-width:1200px){.wpmud .wrap-wphb-caching .row .col-half,.wpmud .wrap-wphb-gzip .row .col-half,.wpmud .wrap-wphb .row .col-half{display:block;margin-top:30px;padding:0;width:100%}.wpmud .wrap-wphb-caching .row .col-half:first-child,.wpmud .wrap-wphb-gzip .row .col-half:first-child,.wpmud .wrap-wphb .row .col-half:first-child{margin-top:0}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content{margin-top:65px}}@media only screen and (max-width:1100px){.wpmud .content-box-two-cols-image-left .wphb-block-entry{text-align:center;min-height:100%}.wpmud .content-box-two-cols-image-left .wphb-block-entry-image{display:none}.wpmud .wphb-block-entry-third{width:49%}.wpmud .content-box-two-cols-image-left .wphb-block-entry-image .wphb-image{margin:0 auto}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content{margin:35px 0 0 155px}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title{text-align:center}.wpmud .wphb-block-entry-third{text-align:left;padding-left:0}}@media only screen and (max-width:960px){.wpmud .row{display:block}.wpmud .row .col-fifth,.wpmud .row .col-four-fifths{display:block;width:100%;padding:0}.wpmud .wphb-block-entry-third{padding-left:0}.wpmud .wphb-block-entry-third .current-performance-score{margin-bottom:5px}}@media only screen and (max-width:783px){.wpmud .box-content .with-padding{padding:15px 20px}.wpmud .row,.wpmud .row-sep{display:block;table-layout:inherit}.wpmud .row .col-half,.wpmud .row .col-quarter,.wpmud .row .col-third,.wpmud .row .col-three-quarters,.wpmud .row .col-two-third{display:block;margin-top:30px;padding:0;width:100%}.wpmud .row .col-half:first-child,.wpmud .row .col-quarter:first-child,.wpmud .row .col-third:first-child,.wpmud .row .col-three-quarters:first-child,.wpmud .row .col-two-third:first-child{margin-top:0}.wpmud .content-box-two-cols-image-left .wphb-block-entry-image{display:none}}@media only screen and (max-width:600px){.wpmud .wphb-block-entry-third{display:block;text-align:center;width:100%}.wpmud .wphb-block-entry-third .dev-list{text-align:left}.wpmud .dev-box .box-title .test-results{float:none;display:block}}@media only screen and (max-width:480px){.wpmud .row .col-half,.wpmud .row .col-quarter,.wpmud .row .col-third,.wpmud .row .col-three-quarters,.wpmud .row .col-two-third{margin-top:15px}.wpmud .box-footer,.wpmud .dev-box .box-content{padding:15px 20px}.wpmud .dev-box .box-content>*{margin-bottom:15px}.wpmud .content-box-two-cols-image-left .wphb-block-entry-content{margin:35px 0 0 135px}.wpmud .dev-box .box-title .test-results{margin-top:2px;float:right}}.wpmud .dev-overlay .title .close{color:#888;font-size:34px}.wpmud .wphb-modal *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,Arial,sans-serif}.wpmud .wphb-modal .wphb-dialog-content>*{margin-bottom:30px}.wpmud .wphb-modal .wphb-dialog-content>:last-child{margin-bottom:0}.wpmud .wphb-modal .wphb-dialog-content .wphb-modal-image-bottom{margin-bottom:-30px}.wpmud .wphb-modal .wphb-progress-state{margin-top:-20px}.wpmud .wphb-modal .wphb-dialog-footer{border-top:1px solid #eaeaea;margin:30px -30px;padding:30px 30px 0}.wpmud .wphb-progress-modal .wphb-block-test,.wpmud .wphb-progress-modal .wphb-progress{max-width:100%}.wpmud .wphb-progress-modal .wphb-dialog-content p{color:#666}.wpmud .wphb-progress-modal .wphb-notice-box p{color:#333;font-size:13px;line-height:22px}.wphb-cdn-block{border:1px solid #e6e6e6;border-radius:5px;padding:18px 0}.wphb-cdn-block>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:20px 30px 0}.wphb-cdn-block>div>label{margin:2px 0 0;color:#666}.wphb-cdn-block>p{color:#888!important;padding:0 30px 0 76px}.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test,.wpmud.toplevel_page_wphb-minification .wphb-modal .wphb-block-test,.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:20px 30px;margin-bottom:30px}.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test{margin-bottom:10px}.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test>p{font-size:13px;line-height:22px;margin-right:14px;margin-bottom:0}.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test>.button{-ms-flex-preferred-size:260px;flex-basis:260px}.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test>label{margin:0}.wpmud .dev-overlay.dismiss-report .box{width:400px;margin-left:-250px}.wpmud .dev-overlay.dismiss-report .title{margin-bottom:30px}.wpmud .dev-overlay.dismiss-report .title h3{font-size:15px;text-transform:none}.wpmud .dev-overlay.dismiss-report .wphb-dialog-content>p{color:#888;font-size:13px;line-height:22px}.wpmud .dev-overlay.dismiss-report .wphb-dialog-footer{border:none}.wpmud .wphb-advanced-minification-modal .box,.wpmud .wphb-basic-minification-modal .box,.wpmud .wphb-database-cleanup-modal .box{width:400px!important;margin-left:-200px!important;padding:40px 0 30px!important}.wpmud .wphb-advanced-minification-modal .title,.wpmud .wphb-basic-minification-modal .title,.wpmud .wphb-database-cleanup-modal .title{display:none}.wpmud .wphb-advanced-minification-modal h1,.wpmud .wphb-basic-minification-modal h1,.wpmud .wphb-database-cleanup-modal h1{color:#333;font-size:22px;font-weight:700;line-height:30px;text-transform:none}.wpmud .wphb-advanced-minification-modal p,.wpmud .wphb-basic-minification-modal p,.wpmud .wphb-database-cleanup-modal p{color:#666;font-size:13px;line-height:22px;margin:0 30px;text-align:center}.wpmud .wphb-advanced-minification-modal img,.wpmud .wphb-basic-minification-modal img{margin-left:0}.wpmud .wrap-wp-hummingbird .notice{margin:15px 0 0;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;width:100%}.wpmud .wrap-wp-hummingbird>.wphb-notice:not(.notice){width:600px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border-radius:0 0 5px 5px;padding:10px 30px;position:absolute!important;z-index:100;left:50%;margin-left:-300px;top:0}.wpmud .wphb-notice:not(.notice){border-radius:5px;color:#333;font-family:Roboto,Arial,sans-serif;font-size:15px;font-weight:400;line-height:18px;padding:15px 30px;position:relative;width:100%}.wpmud .wrap-wp-hummingbird>.wphb-notice.wphb-dash-settings-updated{position:fixed!important;top:30px;margin-left:-210px}.wpmud .wphb-notice.notice p{font-size:14px;line-height:1.5;margin:10px 0}.wpmud .wphb-notice p{color:#333}.wpmud .wphb-notice:not(.notice) p,.wpmud .wphb-notice:not(.notice) span,.wpmud .wphb-notice strong,.wpmud .wphb-notice ul{margin:0 0 10px -30px;padding:0 0 0 30px}.wpmud .wphb-notice:not(.notice) span.spinner.standalone{margin-top:10px}.wpmud .wphb-notice:not(.notice) p:last-of-type{margin:0}.wpmud .wphb-notice .wphb-icon,.wpmud .wphb-notice .wphb-icon .wdv-icon{font-size:22px;height:22px;line-height:22px;width:22px}.wpmud .wphb-notice.can-close .close{cursor:pointer;color:#333;font-size:12px;font-weight:700;line-height:36px;margin-left:0;opacity:.5;text-transform:uppercase}.wpmud .wphb-block-entry-third span.status-ok:before,.wpmud .wphb-notice-blue-info p:first-child:before,.wpmud .wphb-notice-blue p:first-child:before,.wpmud .wphb-notice-error.can-close p:before,.wpmud .wphb-notice-error p:first-child:before,.wpmud .wphb-notice-grey-info p:before,.wpmud .wphb-notice-grey p:before,.wpmud .wphb-notice-success.can-close p:before,.wpmud .wphb-notice-success p:first-child:before,.wpmud .wphb-notice-warning p:first-child:before,.wpmud span.dash-cloudflare-connected-status:before{font-family:Hummingbird,Arial,sans-serif;font-size:20px;vertical-align:middle;line-height:20px;top:-2px;position:relative;margin-left:-30px;margin-right:10px}.wpmud .wphb-notice-success{background-color:#d1f1ea}.wpmud .wphb-notice-error{background-color:#ffe5e9}.wpmud .wphb-notice-warning{background-color:#fff5d5;color:#333}.wpmud .wphb-notice-blue,.wpmud .wphb-notice-blue-info{background-color:#e1f6ff;margin-top:30px}.wpmud .wphb-notice-grey,.wpmud .wphb-notice-grey-info{background-color:#f2f2f2;margin-top:10px}.wpmud .cloudflare-step .wphb-notice-blue{margin-top:0}.wpmud .wphb-block-entry-third span.status-ok:before,.wpmud .wphb-notice-success p:before{content:"\E903";color:#1abc9c}.wpmud .wphb-block-entry-third span.status-ok:before{margin-right:0;line-height:20px}.wpmud .wphb-notice-error p:before{content:"\E904";color:#ff7f83}.wpmud .wphb-notice-warning p:before{content:"\E902";color:#fecf2f;font-size:18px;line-height:18px}.wpmud .wphb-notice-blue p:before{content:"\E903";color:#17a8e3}.wpmud .wphb-notice-blue-info p:before{content:"\E902";color:#17a8e3}.wpmud .wphb-notice-grey-info p:before,.wpmud .wphb-notice-grey p:before{content:"\E902";color:#888}.wpmud .dev-overlay .wphb-notice-warning p{font-size:14px;line-height:22px}.wpmud .wphb-heading-status-green{color:#1abc9c}.wpmud .wphb-heading-status{font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:30px;margin-top:0}.wpmud .wphb-notice p>a{font-weight:400;margin-left:0!important}@media only screen and (max-width:783px){.wpmud .wrap-wp-hummingbird>.wphb-notice{width:85%}}@media only screen and (max-width:600px){.wpmud .wrap-wp-hummingbird>.wphb-notice{width:100%;top:46px;margin-left:-251px}}@media only screen and (max-width:480px){.wpmud .wphb-notice:not(.notice){padding:15px 20px}}.wphb-pills{display:inline-block;background-color:#ffd000;color:#333;border-radius:15px;width:39px;height:26px;font-size:12px;line-height:26px;text-align:center;font-weight:500}.wpmud .box-title .wphb-pills{margin:16px 0 0 10px}.wphb-pills.grey{background-color:#f2f2f2;color:#666}.wphb-pills.red{background-color:#ff6d6d;color:#fff}.wphb-pills.green{background-color:#1abc9c;color:#fff}.wphb-pills.with-arrow:after{border:8px solid transparent;content:"";height:0;pointer-events:none;position:absolute;width:0;z-index:1}.wphb-pills.with-arrow.right:after{border-left-color:#19b4cf;left:50%;margin-top:-8px;top:50%}.wphb-pills.with-arrow.left:after{border-right-color:#19b4cf;right:100%;margin-top:-8px;top:50%}.wphb-pills.with-arrow.right.grey:after{border-left-color:#f2f2f2}.wphb-pills.with-arrow.left.grey:after{border-right-color:#f2f2f2}.wphb-pills-group{border-collapse:collapse;border-spacing:0;font-size:0;display:inline-block;position:relative}.wphb-pills-group.stacked .wphb-pills{font-size:10px;line-height:12px;height:12px;text-align:left;max-width:69px;color:#888;display:block;background-color:transparent}.wphb-pills-group.stacked .wphb-pills:last-child{color:#1abc9c;background-color:transparent}.wphb-pills-group.stacked .dev-icon.dev-icon-caret_down{color:#1abc9c;margin-left:7px}.wphb-pills-group .wphb-pills{border-radius:0;width:80px;line-height:30px;height:30px;margin:0}.wphb-pills-group .wphb-pills:first-child{border-radius:5px 0 0 5px!important}.wphb-pills-group .wphb-pills:last-child{background-color:#17a8e3;color:#fff;border-radius:0 5px 5px 0!important}.wpmud .dev-list-stats .wphb-pills-group{font-size:0;line-height:1em}@media only screen and (max-width:600px){.wpmud .dev-box .box-title .wphb-pills{margin:4px 0 0 10px}.wphb-pills{margin:0 0 0 10px}.wphb-pills-group .wphb-pills:first-child{border-radius:5px 5px 0 0!important}.wphb-pills-group .wphb-pills:last-child{border-radius:0 0 5px 5px!important}}@media only screen and (max-width:480px){.wphb-pills-group{border-collapse:inherit;border-spacing:inherit}.wphb-pills.with-arrow.left:after,.wphb-pills.with-arrow.right:after{border-top-color:#19b4cf;margin-top:0;margin-left:-8px;top:50%}.wphb-pills.with-arrow.right:after{border-left-color:transparent;left:50%}.wphb-pills.with-arrow.left:after{border-right-color:transparent;right:50%}.wphb-pills.with-arrow.right.grey:after{border-top-color:#eee;border-left-color:transparent}.wphb-pills.with-arrow.left.grey:after{border-top-color:#eee;border-right-color:transparent}}.wpmud .wphb-border-frame{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0 0!important}.wpmud .wphb-border-frame .table-header,.wpmud .wphb-border-frame .table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 80px 15px 30px}.wpmud .wphb-border-frame .table-header{color:#333;font-size:13px;font-weight:700;border-bottom:1px solid #e6e6e6}.wpmud .wphb-border-frame .table-row{border-bottom:1px solid #e6e6e6}.wpmud .wphb-border-frame .table-row:last-child{border-bottom:0}.wpmud .wphb-border-frame .list-table>thead>tr>th{color:#333;font-size:13px;padding:8px 0}.wpmud .wphb-border-frame .list-table>thead>tr>th:first-child{padding:27px 30px}.wpmud .wphb-border-frame .list-table>tbody>tr>td:first-child{padding-left:30px}@media only screen and (max-width:783px){.wpmud .wphb-border-frame{border:0}}@media only screen and (max-width:480px){.wpmud .wphb-border-frame .table-header,.wpmud .wphb-border-frame .table-row{padding:15px 0}}.wpmud .wphb-disabled-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:hsla(0,0%,95%,.5)}.wpmud .settings-form span.desc,.wpmud .settings-form span.sub{display:block;margin:10px 0 0;font-size:13px;color:#888;line-height:22px}.wpmud .settings-form ol>li,.wpmud .settings-form span.sub{font-size:13px;color:#888;line-height:22px;margin:4px 0 0}.wpmud .settings-form span.dash-form-title,.wpmud .settings-form span.sub{display:block;font-size:13px;color:#888;line-height:22px;margin:10px 0 0}.wpmud .sui-box-settings-row .sui-box-settings-col-2 span.sub{margin-left:49px}.wpmud .settings-form ol{margin-left:15px}.wpmud .sui-box-settings-row textarea{height:180px}.wpmud .box-advanced-general textarea,.wpmud .box-minification-tools textarea{margin-top:0}.wpmud .box-minification-tools textarea{height:400px;max-width:100%;margin-bottom:0}.wpmud .settings-form span.dash-form-title{margin-bottom:15px;font-weight:500}.wpmud .wphb-dash-table-row span.sub{margin:0}.wpmud .settings-form .col-two-third>label,.wpmud .settings-form.dash-form>label{display:inline-block;padding:2px 10px 0;color:#666;line-height:30px;margin:0}.wpmud .settings-form .wphb-border-frame label{margin-top:25px;padding:0;color:#888;font-size:13px}.wpmud .settings-form .wphb-border-frame small{display:block;font-size:13px;color:#888;line-height:22px}.wpmud .settings-form.disabled{background-color:hsla(0,0%,95%,.5)!important}.wpmud .settings-form.disabled>*{opacity:.5}.wpmud .settings-form input[type=radio]{-webkit-box-shadow:inset 0 1px 2px transparent;box-shadow:inset 0 1px 2px transparent;border:1px solid #e6e6e6;background-color:#f8f8f8}.wpmud .settings-form input[type=radio]:checked{border:1px solid #17a8e3;background-color:#17a8e3}.wpmud .settings-form input[type=radio]:checked:before{width:8px;height:8px;margin:3px;background-color:#fff}@media only screen and (max-width:480px){.wpmud .settings-form input[type=radio]:checked:before{margin:5px}}.wpmud .settings-form input[type=radio]:checked+label{color:#333}.wpmud .settings-form input[type=radio]+label{display:inline-block;margin-top:0;font-size:15px}@media only screen and (max-width:480px){.wpmud .settings-form input[type=radio]{height:20px;width:20px}}.wpmud div[class^=box-dashboard-] .sui-box-title:before{font-family:Hummingbird,Arial,sans-serif;color:#333;float:left;font-size:20px;margin-right:10px;line-height:30px}.wpmud div[class^=box-dashboard-performance] .sui-box-title:before{content:"\E90C"}.wpmud div[class^=box-dashboard-minification] .sui-box-title:before{content:"\E90B"}.wpmud div[class^=box-dashboard-browser] .sui-box-title:before{content:"\E905"}.wpmud div[class^=box-dashboard-gzip] .sui-box-title:before{content:"\E907"}.wpmud div[class^=box-dashboard-uptime] .sui-box-title:before{content:"\E900"}.wpmud div[class^=box-dashboard-smush] .sui-box-title:before{content:"\E90F"}.wpmud div[class^=box-dashboard-cloudflare] .sui-box-title:before{content:"\E906"}.wpmud div[class^=box-dashboard-reports] .sui-box-title:before{content:"\E90D"}.wpmud div[class^=box-dashboard-caching-gravatar] .sui-box-title:before{content:"\E913"}.wpmud div[class^=box-dashboard-caching-page] .sui-box-title:before{content:"\E914"}.wpmud div[class^=box-dashboard-advanced-tools] .sui-box-title:before{content:"Z"}.wpmud div[class^=box-dashboard-] .sui-box-footer .sui-button i{margin-right:5px}.wpmud .box-dashboard-welcome.sui-summary{background-image:url(../image/hb-graphic-dash-top@2x.png)}.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership,.wpmud .box-dashboard-browser-caching-module .sui-box-body,.wpmud .box-dashboard-reports-no-membership,.wpmud .box-dashboard-smush-no-membership .sui-box-body,.wpmud .box-dashboard-uptime-no-membership,.wpmud .box-reporting-summary .wphb-reporting-no-membership{background:#fff no-repeat 30px 100%;padding-bottom:30px!important}.wpmud .box-dashboard-reports-no-membership .sui-box-body,.wpmud .box-dashboard-uptime-no-membership .sui-box-body{padding:30px 30px 0!important}.wpmud .box-dashboard-reports-no-membership{background-image:url(../image/hb-graphic-upsell-reports.png)}.wpmud .box-dashboard-uptime-no-membership{background-image:url(../image/hb-graphic-upsell-uptime.png)}.wpmud .box-dashboard-smush-no-membership .sui-box-body{background-image:url(../image/smush-share-widget.png)}.wpmud .box-dashboard-browser-caching-module .sui-box-body{background-image:url(../image/graphic-hb-cf-sell@2x.png);background-size:107px 148px}.wpmud .box-reporting-summary .wphb-reporting-no-membership{background-image:url(../image/hummingbird-upsell-minify.png);background-size:118px 126px}.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership{background-image:url(../image/hb-graphic-db-upsell@1x.png);background-size:100px 126px}.wpmud .box-dashboard-browser-caching-module .sui-box-body.no-background-image{background-image:none}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .box-dashboard-reports-no-membership,.wpmud .box-dashboard-smush-no-membership .sui-box-body,.wpmud .box-dashboard-uptime-no-membership{background-size:107px 148px}.wpmud .box-dashboard-reports-no-membership{background-image:url(../image/hb-graphic-upsell-reports@2x.png)}.wpmud .box-dashboard-uptime-no-membership{background-image:url(../image/hb-graphic-upsell-uptime@2x.png)}.wpmud .box-dashboard-smush-no-membership .sui-box-body{background-image:url(../image/smush-share-widget@2x.png)}.wpmud .box-reporting-summary .wphb-reporting-no-membership{background-image:url(../image/hummingbird-upsell-minify@2x.png)}.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership{background-image:url(../image/hb-graphic-db-upsell@2x.png)}}.wpmud .wphb-dash-table-header{color:#333;font-size:13px;font-weight:700;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:783px){.wpmud .box-dashboard-performance-module .sui-accordion.sui-table th{padding:0 15px 0 20px}}.wpmud .box-dashboard-performance-module .sui-accordion th{color:#333;font-size:13px;font-weight:700;line-height:30px;padding-top:0;padding-bottom:0}.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item:hover{cursor:default;background-color:transparent}@media (max-width:783px){.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item .sui-button{margin-right:20px}}.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title{font-size:13px;color:#333;font-weight:500;line-height:16px}.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title i{font-size:16px}.wpmud .box-dashboard-performance-module .sui-accordion:after{margin-bottom:0}.wpmud .wphb-border-frame .wphb-caching-summary-item-type,.wpmud .wphb-border-frame .wphb-gzip-summary-item-type,.wpmud .wphb-dash-table-row,.wpmud .wphb-dash-table-row>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .wphb-dash-table-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px;border-top:1px solid #e6e6e6}.wpmud .wphb-dash-table-row:last-child{margin-bottom:-10px}.wpmud .wphb-dash-table-header>span:first-child,.wpmud .wphb-dash-table-row>div:first-child{-ms-flex-preferred-size:50%!important;flex-basis:50%!important;text-align:left}.wpmud .wphb-dash-table-row>div:first-child{font-size:13px;color:#333;font-weight:500;line-height:16px}.wpmud .wphb-dash-table-header>span,.wpmud .wphb-dash-table-row>div{text-align:center}.wpmud .wphb-dash-table-header>span:last-child,.wpmud .wphb-dash-table-row>div:last-child{text-align:right}.wpmud .wphb-dash-table.two-columns>.wphb-dash-table-header>span,.wpmud .wphb-dash-table.two-columns>.wphb-dash-table-row>div{-ms-flex-preferred-size:50%;flex-basis:50%}.wpmud .wphb-dash-table.three-columns>.wphb-dash-table-header>span,.wpmud .wphb-dash-table.three-columns>.wphb-dash-table-row>div{-ms-flex-preferred-size:25%;flex-basis:25%}.wpmud .sui-box .status-text{color:#888;font-size:13px;line-height:22px;margin-top:5px}#wphb-box-dashboard-cloudflare .wphb-block-entry .wphb-block-entry-content{padding-top:0}.wpmud .wphb-dashboard-caching-cloudflare-box p{margin-top:30px;margin-bottom:20px}.wpmud #wphb-box-dashboard-cloudflare .cloudflare-step form label{text-align:left;font-weight:400;padding-left:0;padding-right:0}.wpmud span.dash-cloudflare-connected-status:before{color:#17a8e3;content:"\E903";font-size:16px;margin-right:8px}.wpmud .box-dashboard-minification-module .wphb-dash-table-row>div:last-child,.wpmud .box-dashboard-uptime .wphb-dash-table-row>div:last-child,.wpmud .box-dashboard-welcome .dev-list>li:last-child .list-detail{font-size:18px;font-family:Roboto Condensed,Roboto,Arial,sans-serif;color:#666}.wpmud .box-dashboard-minification-module .wphb-pills{font-weight:700}.wpmud .wphb-cf-notice p,.wpmud .wphb-upsell-free-message p{position:relative;border-radius:4px;background-color:#e1f6ff;padding:20px 30px;margin-left:-140px;color:#333;font-size:13px;line-height:22px}.wpmud .wphb-upsell-free-message p:after{position:absolute;top:43%;left:0;margin-left:-7px;content:"";width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #e1f6ff}.wpmud .wphb-cf-notice a,.wpmud .wphb-upsell-free-message a{color:#333;text-decoration:underline;font-weight:500}.wpmud .box-dashboard-browser-caching-module .content .wphb-notice,.wpmud .box-dashboard-caching-gravatar-module .wphb-notice,.wpmud .box-dashboard-caching-page-module .content .wphb-notice,.wpmud .box-dashboard-gzip-module .content .wphb-notice,.wpmud .box-dashboard-smush-no-membership .content .wphb-notice,.wpmud .box-dashboard-smush .content .wphb-notice{margin-top:20px!important}.wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content{margin-top:45px}.wpmud .wrap-wp-hummingbird .report-status{background-color:#f8f8f8;height:140px;width:100%;position:relative;border-radius:7px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wpmud .wrap-wp-hummingbird .report-status:hover{background-color:#f2f2f2;cursor:pointer}.wpmud .wrap-wp-hummingbird .report-status i{color:#666;font-size:24px}.wpmud .wrap-wp-hummingbird .report-status strong{font-family:Roboto Condensed,Roboto,Arial,sans-serif;color:#666;font-weight:700;margin-top:10px;font-size:13px;line-height:20px}.wpmud .wrap-wp-hummingbird .report-status .corner{position:absolute;top:0;right:0;color:#1abc9c;font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif;padding-right:6px;padding-top:10px;text-transform:uppercase;font-size:13px}.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey .corner i{color:#888;font-size:16px;margin-right:4px}.wpmud .wrap-wp-hummingbird .report-status.with-corner:before{content:"";position:absolute;top:0;right:0;border:solid transparent;border-top-right-radius:7px;border-width:30px;border-right-color:#d1f1ea;border-top-color:#d1f1ea}.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey:before{border-right-color:#e6e6e6;border-top-color:#e6e6e6}.wpmud .box-dashboard-advanced-tools .wphb-dash-table span{color:#888;font-size:13px;vertical-align:top}.wpmud .box-dashboard-advanced-tools .wphb-dash-table span.no-issues:before{font-family:Hummingbird,Arial,sans-serif;font-size:16px;margin-right:5px;color:#1abc9c;content:"\E903"}.wpmud #wphb-cross-sell-footer>div{width:100%;text-align:center;border-bottom:1px solid #e6e6e6;line-height:.1em;margin:10px 0 40px}.wpmud #wphb-cross-sell-footer>div>span{color:#9a9a9a;background-color:#f4f4f4;padding:0 30px;font-size:16px;top:8px}.wpmud #wphb-cross-sell-footer h3,.wpmud .wphb-cross-sell-bottom h3{color:#333;font-size:22px;font-weight:700;line-height:30px;text-transform:none}.wpmud .wphb-cross-sell-modules .wphb-content{text-align:center;border-radius:0 0 5px 5px;background-color:#fff;-webkit-box-shadow:0 2px 0 0 #eaeaea;box-shadow:0 2px 0 0 #eaeaea;padding:30px}.wpmud .wphb-cross-sell-modules .wphb-content h3{color:#333;font-size:18px;font-weight:700;line-height:30px;text-transform:none;margin-top:0;min-height:60px}.wpmud .wphb-cross-sell-modules .wphb-content p{color:#888;font-size:13px;line-height:20px;margin-bottom:30px}.wpmud .wphb-cross-crawl,.wpmud .wphb-cross-defender,.wpmud .wphb-cross-smush{min-height:150px;border-radius:5px 5px 0 0}.wpmud .wphb-cross-smush{background:url(../image/plugins-smush.jpg) 50%;background-size:cover}.wpmud .wphb-cross-defender{background:url(../image/plugins-defender.jpg) 50%;background-size:cover}.wpmud .wphb-cross-crawl{background:url(../image/plugins-crawl.jpg) 50%;background-size:cover}.wpmud .wphb-cross-crawl>span,.wpmud .wphb-cross-defender>span,.wpmud .wphb-cross-smush>span{width:56px;height:56px;display:block;border:3px solid #fff;border-radius:50%;position:relative;top:80px;left:15px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.25);box-shadow:0 1px 10px 0 rgba(0,0,0,.25)}.wpmud .wphb-cross-smush>span{background:url(../image/plugins-smush-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-smush>span{background-image:url(../image/plugins-smush-icon@2x.png)}}.wpmud .wphb-cross-defender>span{background:url(../image/plugins-defender-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-defender>span{background-image:url(../image/plugins-defender-icon@2x.png)}}.wpmud .wphb-cross-crawl>span{background:url(../image/plugins-crawl-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-crawl>span{background-image:url(../image/plugins-crawl-icon@2x.png)}}.wpmud .wphb-cross-sell-modules a:not(.disabled):after{font-family:Hummingbird,Arial,sans-serif;content:"\AF";margin-left:5px}.wpmud .wphb-cross-sell-modules .col-third:nth-child(3) a.disabled{border-radius:13px!important;background-color:#f2f2f2}.wpmud .wphb-cross-sell-bottom{text-align:center;margin-top:50px}.wpmud .wphb-cross-sell-bottom p{max-width:500px;margin:20px auto 30px}.wpmud .wphb-cross-sell-bottom img{margin:30px auto 0}@media screen and (min-width:1550px){.wpmud .box-dashboard-reports-no-membership .wphb-block-entry .row,.wpmud .box-dashboard-smush-no-membership .buttons,.wpmud .box-dashboard-uptime-no-membership .content p{padding-bottom:20px}}@media only screen and (min-width:1545px){.wpmud .wphb-cross-sell-modules>.col-third h3{height:auto}}@media only screen and (max-width:1200px){.wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content{margin-top:65px}}@media only screen and (max-width:1100px){.wpmud .box-dashboard-reports-no-membership .wphb-block-entry-image,.wpmud .box-dashboard-uptime-no-membership .wphb-block-entry-image{display:none}.wpmud .wphb-cf-notice p,.wpmud .wphb-upsell-free-message p{margin-left:auto;margin-top:30px}.wpmud .wphb-cf-notice p:after,.wpmud .wphb-upsell-free-message p:after{display:none}}@media only screen and (max-width:960px){.box-dashboard-browser-caching-module .box-content{background-image:none}.wpmud .row.wphb-cross-sell-modules .col-third{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 0 30px;margin-top:0}.wpmud .wphb-cross-sell-modules .col-third:last-child{padding:0}.wpmud .wphb-cross-sell-modules div[class^=wphb-cross]{width:30%;border-radius:5px 0 0 5px;-webkit-box-shadow:0 2px 0 0 #eaeaea;box-shadow:0 2px 0 0 #eaeaea}.wpmud .wphb-cross-sell-modules div[class^=wphb-cross]>span{top:60%}.wpmud .wphb-cross-sell-modules .wphb-content{width:70%;text-align:left;border-radius:0 5px 5px 0}.wpmud .wphb-cross-sell-modules .wphb-content h3{min-height:auto;text-align:left}.wpmud .wphb-cross-sell-modules .wphb-content p{margin-bottom:10px}}@media only screen and (max-width:783px){.wpmud .box-dashboard-performance-module .box-content .with-padding{padding:30px}}@media only screen and (max-width:480px){.wpmud .box-dashboard-minification-module .wphb-pills{display:block}.wpmud .box-dashboard-performance-module .wphb-score-result-label{margin-left:3px;margin-right:5px}.wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost{padding:5px 6px 7px!important}.wpmud .box-dashboard-performance-module .box-content .with-padding{padding:15px 20px}.wpmud .box-dashboard-performance-module .wphb-dash-table-header,.wpmud .box-dashboard-performance-module .wphb-dash-table-row{padding:0 20px}.wpmud .box-dashboard-smush .buttons{margin-top:15px}.wpmud .wphb-score.wphb-score-have-label{width:65px}.wpmud .sui-box .status-text{line-height:15px;margin-top:0;padding-left:10px;word-wrap:break-word;max-width:175px}.wpmud .wphb-cf-notice p,.wpmud .wphb-upsell-free-message p{padding:15px 20px;margin-top:15px}.wpmud .row.wphb-cross-sell-modules .col-third{display:block;padding:0 0 15px}.wpmud .wphb-cross-sell-modules .wphb-content,.wpmud .wphb-cross-sell-modules div[class^=wphb-cross]{width:100%}.wpmud .wphb-cross-sell-modules div[class^=wphb-cross]{min-height:100px;height:100px;border-radius:5px 5px 0 0;-webkit-box-shadow:none;box-shadow:none}.wpmud .wphb-cross-sell-modules .wphb-content{border-radius:0 0 5px 5px}.wpmud .wphb-cross-sell-modules .wphb-content,.wpmud .wphb-cross-sell-modules .wphb-content h3{text-align:center}.wpmud .wphb-cross-sell-modules .wphb-content p{margin-bottom:20px}.wpmud .wphb-cross-sell-modules div[class^=wphb-cross]>span{top:60px;left:calc(50% - 28px)}}.wpmud .box-performance-welcome.sui-summary{background-image:url(../image/graphic-hb-minify-summary@2x.png)}.wpmud .performance-report-table .wpdui-btn{display:inline-block;margin:10px 0 20px;text-transform:uppercase}.wpmud .performance-report-table .wpdui-btn:hover{color:#fff}.wpmud .sui-dismissed .sui-circle-score svg circle:last-child{stroke:#aaa}.wpmud .sui-accordion-item.sui-dismissed{border-left:2px solid #aaa}.wpmud .sui-button.wphb-disabled-test:last-child{margin-right:10px}.wpmud .performance-report-table a,.wpmud .performance-report-table a:hover{color:#17a8e3;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.wpmud .performance-report-table ol li,.wpmud .performance-report-table p{font-size:13px!important;color:#888;line-height:22px}.wpmud .performance-report-table ol>p{margin-left:-30px;margin-bottom:15px}.wpmud .performance-report-table>thead>tr>th:first-child{padding-left:30px}.wpmud .performance-report-table .wphb-performance-report-item:hover td{cursor:pointer;border-bottom:0!important}.wpmud .performance-report-table .wphb-performance-report-item-score{width:137px}.wpmud .performance-report-table .wphb-performance-report-item-type{color:#888;font-size:13px;-webkit-transition:color .3s;transition:color .3s;width:130px}.wpmud .wphb-performance-report-item-type:first-letter{text-transform:capitalize}.wpmud .performance-report-table .wphb-performance-report-item:hover .wphb-performance-report-item-type{color:#333}.wpmud .performance-report-table .wphb-performance-report-item-cta{text-align:right;width:225px}.wpmud .wphb-performance-report-item .trigger-additional-content{color:#888;cursor:pointer;display:inline-block;font-size:14px;line-height:1em;height:14px;margin:8px 30px 8px 15px;-webkit-transition:color .3s;transition:color .3s;vertical-align:middle}.wpmud .wphb-performance-report-item .trigger-additional-content .dev-icon-caret_down:before{display:inline-block;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:rotate(0);transform:rotate(0)}.wpmud .wphb-performance-report-item-opened .trigger-additional-content .dev-icon-caret_down:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.wpmud .performance-report-table .wphb-performance-report-item-opened,.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-additional-content:hover,.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-opened:hover{background:#f8f8f8}.wpmud .performance-report-table .wphb-performance-report-item-additional-content{background:#f8f8f8;display:none}.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened{display:table-row}.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened>td{border-top:0!important}.wpmud .wphb-performance-report-item-additional-content-inner{padding:0!important}.wpmud .sui-box-performance-report-additional-content h4:first-child{margin-top:0}.wpmud .sui-box-performance-report-additional-content h4,.wpmud .sui-box-performance-report-additional-content h5{font-family:Roboto,sans-serif;color:#333;font-size:13px;text-transform:none;line-height:23px;margin:20px 0;text-align:left}.wphb-score{display:inline-block;position:relative}.wphb-score-type-circle{border-radius:100%;height:30px;width:30px}.wphb-score-type-circle.large{height:80px;width:80px}.wphb-score-type-circle .wphb-score-graph-circle{stroke:#e5e5e5;stroke-dashoffset:80;stroke-width:5px;-webkit-transition:stroke-dashoffset 1s linear;transition:stroke-dashoffset 1s linear}.wphb-score-type-circle.large .wphb-score-graph-circle{stroke-dashoffset:219.8;stroke-width:10px}.wphb-score-type-circle .wphb-score-graph-result{transform:rotate(-80deg) translateX(-27px) translateY(2.5px);-moz-transform:rotate(-80deg) translateX(-27px) translateY(2.5px);-webkit-transform:rotate(-80deg) translateX(-27px) translateY(2.5px)}.wphb-score-type-circle.large .wphb-score-graph-result{transform:rotate(-80deg) translateX(-72.5px) translateY(6.5px);-moz-transform:rotate(-80deg) translateX(-72.5px) translateY(6.5px);-webkit-transform:rotate(-80deg) translateX(-72.5px) translateY(6.5px)}.wpmud .wphb-button-label,.wpmud .wphb-performance-report-item-score,.wpmud .wphb-score-result{cursor:pointer;position:relative}.wpmud .wrap-wphb-caching .list-results,.wpmud .wrap-wphb-performance .list-results{max-height:200px;overflow-y:scroll}.wpmud .wrap-wphb-performance .recipient{margin-bottom:10px;padding:5px 10px}.wpmud .wrap-wphb-performance .recipient:hover{border-radius:4px;background-color:#f8f8f8}.wpmud .wrap-wphb-performance .add-recipient,.wpmud .wrap-wphb-performance .recipient,.wpmud .wrap-wphb-performance .recipient .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .wrap-wphb-performance .recipient img{border-radius:50px;width:30px;height:30px;margin-right:10px;display:inline-block;vertical-align:middle}.wpmud .wrap-wphb-performance .recipient .name{color:#333;font-weight:500}.wpmud .wrap-wphb-performance .recipient a>i{color:#888}.wpmud .wrap-wphb-performance .recipient:hover a>i{color:#333}.wpmud .wrap-wphb-performance .add-recipient{margin-top:15px}.wpmud .wrap-wphb-performance .add-recipient>*{margin-bottom:0;border-radius:0;border:1px solid #e6e6e6;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient .wdv-icon-plus{color:#fff;font-size:20px}.wpmud .wrap-wphb-performance .add-recipient>input::-webkit-input-placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>input:-ms-input-placeholder,.wpmud .wrap-wphb-performance .add-recipient>input::-ms-input-placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>input::placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name{border-radius:4px 0 0 4px;border-right:0;background-color:#f8f8f8;margin:0}.wpmud .wrap-wphb-performance .add-recipient #wphb-username-search{background-color:#f8f8f8;margin:0}.wpmud .wrap-wphb-performance .wphb-tag{border-radius:16px;font-size:13px;padding:4px 16px;color:#fff;text-transform:uppercase}.wpmud .wrap-wphb-performance .wphb-tag.tag-generic{background:#e6e6e6;color:#333}.wpmud .box-reporting-summary .settings-form.disabled{position:relative}.wpmud .box-reporting-summary .content-box-two-cols-image-left .wphb-block-entry-content,.wpmud .box-reporting-summary .wphb-block-entry-content{margin-top:0}.wpmud .list-table>tbody>tr>td.wphb-performance-report-item-type.disabled{padding-right:30px}.wpmud .sui-box-performance-report-additional-content.disable-buttons a.button,.wpmud .sui-box-performance-report-additional-content.disable-buttons a.wpdui-btn{display:none}@media only screen and (max-width:1200px){.wpmud .performance-report-table .wphb-performance-report-item-score,.wpmud .performance-report-table .wphb-performance-report-item-type{width:115px}.wpmud .performance-report-table .wphb-performance-report-item-cta{width:180px}.wpmud .box-reporting-summary .box-footer .wphb-block-entry-content{margin-top:0}}@media only screen and (max-width:1100px){.wpmud .performance-report-table .wphb-performance-report-item-type{width:105px}.wpmud .performance-report-table .wphb-performance-report-item-cta{width:165px}.wpmud .performance-report-table .wphb-performance-report-item-score{width:105px;padding-left:20px!important}}@media only screen and (max-width:783px){.wpmud .performance-report-table td,.wpmud .performance-report-table th{width:70%!important}.wpmud .wphb-performance-report-heading.wphb-performance-report-heading-type,.wpmud .wphb-performance-report-item-cta>button,.wpmud .wphb-performance-report-item-type{display:none!important}}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .add-recipient,.wpmud .wrap-wphb-performance .recipient,.wpmud .wrap-wphb-performance .recipient .name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name,.wpmud .wrap-wphb-performance .add-recipient>button{border-radius:0!important;margin-bottom:5px;border:1px solid #e6e6e6}.wpmud .wrap-wphb-performance .add-recipient>button{margin-top:10px!important}.wpmud .performance-report-table{margin-top:0}.wpmud .wphb-performance-report-item .trigger-additional-content{margin-right:20px}.wpmud .sui-box-performance-report-additional-content{padding:15px 20px}}.wpmud .wphb-caching-error{text-align:left}.wpmud .wphb-caching-error a{text-decoration:underline}.wpmud .wrap-wphb-caching .wphb-spinner{float:none;background-size:15px 15px}.wpmud .wphb-caching-cloudflare-box>p{margin:0 0 20px}.wpmud .box-caching-enable .buttons{margin-top:-20px}.wpmud .caching-table{margin:30px 0 0}.wpmud .box-gzip-summary .list-label,.wpmud .wphb-caching-summary-heading{text-transform:none!important;color:#333;font-size:13px}.wpmud #cloudflare-how-to,.wpmud #cloudflare-how-to-title{text-align:left}.wpmud #cloudflare-how-to a{font-weight:500;text-decoration:underline;color:inherit}.wpmud #cloudflare-info{clear:both}.wpmud #cloudflare-info.wphb-notice{margin-top:30px}.wpmud .cloudflare-submit{margin-bottom:0}.wpmud #cloudflare-zone .clear{padding:0}.wpmud #cloudflare-zone label{margin-bottom:13px}.wpmud #cloudflare-zone .cloudflare-submit{margin-top:22px}.wpmud #cloudflare-steps .wphb-notice-success{margin-top:0}.wpmud .cloudflare-clear-cache-tooltip[tooltip]:after{margin-left:-137px}.wpmud .cloudflare-step{margin-top:30px}.wpmud .cloudflare-step form label input{margin-top:5px;background-color:#f8f8f8}.wpmud .cloudflare-step form label input:-moz-placeholder,.wpmud .cloudflare-step form label input:-ms-input-placeholder,.wpmud .cloudflare-step form label input::-moz-placeholder,.wpmud .cloudflare-step form label input::-webkit-input-placeholder{color:#aaa}.wpmud .cloudflare-step>p:first-child{text-align:left}.wpmud .cloudflare-spinner{display:inline-block;float:right}.wpmud #cloudflare-how-to-title,.wpmud .cloudflare-step p.cloudflare-submit{position:relative;margin-top:11px}.wpmud .cloudflare-step p.cloudflare-submit input[type=submit]{display:inline-block;margin-top:0}.wpmud #cloudflare-how-to{clear:both;margin-left:0;margin-bottom:0;list-style-position:inside}.wpmud .cloudflare-step>p{margin-bottom:30px}.wpmud .cloudflare-step p.cloudflare-submit{float:right}.wpmud .cloudflare-step hr{margin-top:20px;margin-bottom:20px}.wpmud .cloudflare-step p.cloudflare-clear-cache-text{text-align:left}.wpmud #cloudflare-how-to-title{float:left;line-height:15px;padding-top:7px;font-size:13px}.wpmud .cloudflare-step .cloudflare-data{text-align:left;margin-top:30px;margin-bottom:0}.wpmud .cloudflare-data>span{display:inline-block;margin-right:20px}.wpmud .box-caching-summary .sui-box-body{background:no-repeat 30px 100%;background-image:url(../image/graphic-hb-cf-sell@2x.png);background-size:107px 148px}.wpmud .box-caching-summary .sui-box-body.no-background-image{background-image:none}.wpmud .box-caching-settings .select-container.server-type{max-width:240px}.wpmud.wphb-notice{margin-top:30px}.wpmud .box-caching-settings .wphb-expiry-select-box label{margin-top:0}.wpmud .wphb-expiry-select-box .wphb-expiry-select{max-width:240px}@media screen and (max-width:1200px) and (min-width:783px){.wpmud #cloudflare-how-to-title{float:none;display:block;text-align:center;margin-bottom:0}.wpmud .cloudflare-step p.cloudflare-submit{float:none;position:relative}.wpmud .cloudflare-step p.cloudflare-submit .cloudflare-spinner{position:absolute;right:0;top:10px}}.wpmud .box-caching-summary .wphb-notice,.wpmud .box-gzip-summary .wphb-notice,.wpmud .wphb-server-instructions .wphb-notice{margin-bottom:30px!important}.wpmud .wphb-caching-active.wphb-notice.wphb-notice-blue{margin-bottom:0!important}.wpmud .wphb-caching-success.wphb-notice.wphb-notice-success{margin-top:30px}.wpmud .wphb-server-instructions .wphb-block-content pre{max-height:240px}.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p{font-size:13px;line-height:22px;color:#333}.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p:before{font-size:16px;line-height:16px}.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning{margin-top:30px}.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p{font-size:13px;line-height:22px}.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p:before{font-size:16px;line-height:16px}.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p{font-size:13px;line-height:22px}.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p:before{font-size:16px;line-height:16px}.wpmud .button.notice-button,.wpmud .wphb-expiry-changes .update-htaccess{margin-top:10px}.wpmud .wphb-cloudflare.wphb-notice-warning p{color:#333}.wpmud .wphb-border-frame .table-header .wphb-caching-summary-heading-type{-ms-flex-preferred-size:85px;flex-basis:85px}.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type,.wpmud .wphb-border-frame .table-row .wphb-gzip-summary-item-type{-ms-flex-preferred-size:100px;flex-basis:100px}.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-expiry,.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-status{-ms-flex-preferred-size:80px;flex-basis:80px}.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type{font-size:13px;font-weight:500;color:#333}.wpmud .box-caching-settings label,.wpmud .box-gzip-settings label{margin-top:15px;margin-bottom:5px;padding:0}.wpmud .box-caching-settings .wphb-border-frame>label,.wpmud .box-caching-settings label,.wpmud .box-gzip-settings .wphb-border-frame>label,.wpmud .box-gzip-settings label{color:#888;font-size:13px;font-weight:500;line-height:22px}.wpmud .wphb-caching-cloudflare-settings .wphb-expiry-select{width:85%}.wrap-wphb-caching .cloudflare-step label:first-child{margin-top:0}.wpmud .wrap-wphb-caching .tabs,.wpmud .wrap-wphb-caching .tabs .tab .content,.wpmud .wrap-wphb-caching .tabs .tab label,.wpmud .wrap-wphb-gzip .tabs,.wpmud .wrap-wphb-gzip .tabs .tab .content,.wpmud .wrap-wphb-gzip .tabs .tab label{border:0}.wpmud .wrap-wphb-caching .tabs .tab .content,.wpmud .wrap-wphb-gzip .tabs .tab .content{border-top:2px solid #e6e6e6;top:38px}.wpmud .wrap-wphb-caching .tabs .tab label,.wpmud .wrap-wphb-gzip .tabs .tab label{font-size:15px;text-transform:capitalize;color:#888;padding:0 10px;line-height:1.5em;height:40px}.wpmud .wphb-server-instructions .wphb-listing li,.wpmud .wphb-server-instructions p{color:#888;font-size:13px;line-height:22px}.wpmud .wphb-server-instructions .wphb-listing li{margin-top:0}.wpmud .wphb-server-instructions .tabs{margin:0}.wpmud .wphb-server-instructions .tabs .tab .content{padding:20px 0 0}.wpmud .wphb-server-instructions .tabs .tab>.active{color:#333;border-bottom:2px solid #333;z-index:10}.wpmud .box-page-caching .box-footer{border-top:1px solid #e6e6e6;padding:50px 30px}.wpmud .box-page-caching .sui-box-body .sui-box-settings-row:first-of-type{padding-bottom:inherit;border-bottom:1px solid #e6e6e6}.wpmud .box-page-caching h4{color:#666;font-size:15px;font-weight:500;text-align:left;text-transform:none}.wpmud .box-page-caching textarea{height:180px;max-width:490px;color:#333;border:1px solid #e6e6e6;border-radius:4px;background-color:#f8f8f8;margin-top:20px}.wpmud .box-page-caching .col-two-third .with-bottom-border{margin-bottom:30px}.wpmud .box-page-caching .wphb-dash-table .sub{width:75px}.wpmud .box-page-caching .wphb-dash-table .wphb-dash-table-row:first-child{border-top:0}.wpmud .box-page-caching .wphb-dash-table .wphb-dash-table-row:last-child{border-bottom:0}@media only screen and (max-width:783px){.wpmud .box-page-caching .sui-box-settings-col-2.wphb-deactivate-pc{padding-top:0}}.wpmud .box-caching-gravatar .wphb-notice,.wpmud .box-page-caching .wphb-notice{margin-top:20px}.wpmud .box-page-caching .sui-box-settings-row .sui-button-ghost{margin:10px 0}.wpmud .box-caching-other-settings .spinner{margin:2px 10px 0 0}.wpmud .box-caching-rss .sui-box-footer .spinner{margin:2px 10px 0}.wpmud .box-caching-rss .sui-box-settings-row input[type=text]{margin:0;display:inline-block;width:80px}.wpmud .box-caching-rss .sui-box-settings-row label{margin-left:10px;margin-top:-5px;color:#666}@media only screen and (max-width:1200px){.wpmud .wrap-wphb-caching .row{display:block;table-layout:inherit}}@media only screen and (max-width:600px){.wpmud .box-caching-summary .box-content>.box-content{background-image:none}}@media only screen and (max-width:480px){.wpmud .wphb-caching-success.wphb-notice.wphb-notice-success{margin-top:10px}.wpmud .box-caching-summary .wphb-notice,.wpmud .box-gzip-summary .wphb-notice,.wpmud .wphb-server-instructions .wphb-notice{margin-bottom:10px!important}.wpmud .box-caching-summary .content-box-two-cols-image-left .wphb-block-entry-content{margin:0}}.wpmud #wphb-code-snippet{margin-top:20px;margin-bottom:20px}.wpmud .wphb-gzip-error{text-align:left}.wpmud .wphb-gzip-error p:first-child{margin:0 0 10px}.wpmud #configure-gzip-link,.wpmud .wphb-gzip-error a{text-decoration:underline}.wpmud .box-gzip-settings .inline-label{color:#888!important;font-size:13px;font-weight:500;padding-left:0!important}.wpmud .box-gzip-settings .select-container{max-width:240px}.wpmud .box-gzip-settings .wphb-notice-blue{margin-top:0;margin-bottom:30px;padding:15px 20px}.wpmud .box-gzip-settings .wphb-notice-blue p{font-size:13px}.wpmud .box-gzip-settings .wphb-notice-blue p:before{font-size:16px}.wpmud .box-gzip-settings .wphb-notice.htaccess-warning{margin-top:30px;margin-bottom:0!important;padding:15px 20px}.wpmud .box-gzip-settings .wphb-notice.htaccess-warning a{text-decoration:underline}@media screen and (min-width:960px){.wpmud .wphb-border-frame.two-columns .table-header,.wpmud .wphb-border-frame.two-columns .table-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wpmud .wphb-border-frame.two-columns .table-header>div:first-child,.wpmud .wphb-border-frame.two-columns .table-row>div:first-child{-ms-flex-preferred-size:50%;flex-basis:50%}}.wpmud .checkbox-group{border-radius:41px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:40px}.wpmud .sui-dialog .checkbox-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wpmud .checkbox-group input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;display:block}.wpmud .checkbox-group input[type=checkbox]+label{background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:50px;position:relative;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-duration:.3s;transition-duration:.3s;color:transparent!important;margin-bottom:0;margin-left:5px}.wpmud .wphb-minification-advanced-group input[type=checkbox]+label{width:50px}.wpmud .sui-dialog .checkbox-group{width:100%;height:52px}.wpmud .sui-dialog .checkbox-group input[type=checkbox]+label{padding:10px;width:70px;height:50px}.wpmud .sui-dialog .wphb-progress-state{text-align:left;margin-top:0}.wpmud .checkbox-group input[type=checkbox]+label.toggle-label-background,.wpmud .checkbox-group input[type=checkbox]:checked+label{-webkit-box-shadow:none;box-shadow:none;background-color:#e1f6ff;border-color:#e1f6ff}.wpmud .checkbox-group input[type=checkbox]+label>i,.wpmud .checkbox-group input[type=checkbox]+label>span:not(.toggle){color:#888;padding:0;font-size:12px}.wpmud .checkbox-group>span{color:#aaa;font-size:12px;line-height:40px}.wpmud .checkbox-group input[type=checkbox]+label>[class^=hb-]:before{font-size:14px;vertical-align:-2px}.wpmud .sui-dialog .checkbox-group input[type=checkbox]+label>[class^=hb-]:before,.wpmud .wphb-minification-advanced-group input[type=checkbox]+label>[class^=hb-]:before,.wpmud .wphb-modal input[type=checkbox]+label>[class^=hb-]:before{margin-right:0}.wpmud .checkbox-group input[type=checkbox]+label.toggle-label-background>span:not(.toggle),.wpmud .checkbox-group input[type=checkbox]:checked+label>i,.wpmud .checkbox-group input[type=checkbox]:checked+label>span:not(.toggle){color:#17a8e3}.wpmud .checkbox-group input[type=checkbox]:disabled+label>i,.wpmud .checkbox-group input[type=checkbox]:disabled+label>span:not(.toggle){color:#ddd}.wpmud .checkbox-group input[type=checkbox]:disabled+label{background-color:#f8f8f8;border-color:#f8f8f8}.wpmud .checkbox-group input[type=checkbox]+label>[tooltip]{position:absolute;left:0;top:0;bottom:0;right:0;z-index:9}.wpmud .checkbox-group label [class^=hb-]{display:block;padding:10px 0 4px}.wpmud .wrap-wphb-minification>.row>.wphb-notice{margin-bottom:30px}.wpmud .wphb-minification-files{background-color:#f8f8f8;padding-bottom:1px}.wpmud .box-minification-enqueued-files .box-title .buttons>div{display:inline-block;vertical-align:top}.wpmud .box-minification-enqueued-files .box-title .buttons{margin-right:45px!important}.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button{border-left:1px solid #e6e6e6;display:block;height:60px;left:100%;margin-left:-30px;position:relative;width:60px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider{border-left:1px solid #e6e6e6;height:62px;margin-top:-21px;margin-bottom:-22px;margin-left:10px}.wpmud .box-minification-enqueued-files .sui-box-header .sui-button:last-child{margin-right:10px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button{height:60px;width:60px;display:block;margin:-15px -30px -15px 0}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i{color:#aaa;font-size:20px;margin-left:20px;position:absolute;top:18px}.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button>i{color:#17a8e3}.wpmud .wphb-minification-files-header{background-color:#fff;border-bottom:1px solid #e6e6e6;margin-bottom:30px;padding:30px}.wpmud .wphb-border-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;position:relative}.wpmud .wphb-minification-files-advanced .wphb-border-row,.wpmud .wphb-minification-files-advanced .wphb-minification-row-details,.wpmud .wphb-minification-files-basic .wphb-border-row{padding:10px 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wpmud .wphb-minification-files-advanced .wphb-minification-row-details{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wpmud .wphb-minification-files-basic .wphb-border-row{border-bottom:1px solid #e6e6e6}.wpmud .wphb-minification-files-advanced .wphb-border-row{padding:10px 30px 10px 20px;min-height:70px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05);margin-bottom:10px}.wpmud .wphb-minification-files-advanced .wphb-border-row:last-child,.wpmud .wphb-minification-files-basic .wphb-border-row:last-child{border-bottom:0}.wpmud .wphb-minification-files-table.wphb-minification-files-advanced,.wpmud .wphb-minification-files-table.wphb-minification-files-basic{background-color:#f8f8f8;margin:0 30px 30px}.wpmud .wphb-minification-files-table.wphb-minification-files-basic{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05)}.wpmud .wphb-minification-files-select h3,.wpmud .wphb-minification-files>h3{font-size:13px;font-weight:700;line-height:22px;color:#888;text-align:left;text-transform:none;margin:10px 30px}.wpmud .wphb-minification-files .wphb-notice{margin:0 30px 30px;width:auto}.wpmud .wphb-minification-file-info{float:left;line-height:18px;overflow:hidden;white-space:nowrap;width:280px}.wpmud .wphb-minification-file-info>*{color:#aaa;font-size:10px;font-weight:500;line-height:10px}.wpmud .wphb-minification-file-info>span:first-child{color:#666;display:block;font-size:13px;line-height:13px}.wpmud .wphb-minification-file-info>a{max-width:400px;overflow:hidden}.wpmud .wphb-minification-file-info>.original-size.crossed-out{text-decoration:line-through}.wpmud .wphb-minification-file-info>.sui-icon-chevron-down:before{font-size:8px;position:relative;top:0}.wpmud .wphb-minification-file-info>.compressed-size,.wpmud .wphb-minification-file-info>.sui-icon-chevron-down:before{color:#1abc9c}.wpmud .wphb-border-row:not(.disabled) .wphb-minification-file-info:after{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:40px}.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-queued,.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-success{top:20px}.wpmud .wphb-border-row .wphb-row-status{position:absolute;height:20px;width:20px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05);left:-9px;-webkit-animation:pop .3s linear 1;animation:pop .3s linear 1;z-index:1}.wpmud .wphb-border-row .wphb-row-status i{position:absolute;height:12px;width:12px;font-size:12px;line-height:22px;left:4px}.wpmud .wphb-border-row .wphb-row-status i:before{color:#17a8e3}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-already-compressed i:before{color:#fecf2f}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-other i:before{color:#aaa}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued{top:24px;z-index:0}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued i:before{color:#aaa}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success{top:24px;z-index:0}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success i:before{color:#1abc9c}.wpmud .wphb-minification-filter-buttons{padding:0 30px 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.wpmud .wphb-minification-filter-buttons .sui-actions-left{margin-left:0}.wpmud .wphb-minification-files-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;margin:0 50px}.wpmud .wphb-minification-files-select .sui-checkbox{margin-right:5px}.wpmud .wphb-minification-files-select .sui-checkbox span{margin-top:-4px}.wpmud .wphb-minification-files-select h3{margin:5px 5px 7px}.wpmud .wphb-minification-bulk-file-selector{float:left}.wpmud .wphb-minification-file-select{float:left;line-height:30px;margin-right:10px;margin-top:4px}.wpmud .wphb-minification-exclude{margin-left:30px}.wpmud .wphb-minification-filter{background-color:#fff;padding:0 30px;margin:10px 30px}.wpmud .wphb-minification-filter>div{height:78px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .wphb-minification-filter>div>input{margin:0 10px!important;width:40%!important;background-color:#f8f8f8!important}.wpmud .wphb-minification-filter>div .wphb-block-title{color:#333;font:500 13px/30px Roboto,Arial,sans-serif;text-transform:none;margin-right:21px}.wpmud .wphb-minification-filter .select-list-container{min-width:240px!important}.wpmud .wphb-border-row.disabled .checkbox-group,.wpmud .wphb-border-row.out-of-filter{display:none}.wpmud .box-content.disabled,.wpmud .wphb-border-row.disabled{background-color:#f2f2f2}.wpmud .wphb-minification-files-advanced .wphb-border-row.disabled{-webkit-box-shadow:none;box-shadow:none}.wpmud .wphb-border-row.disabled .wphb-filename-extension-css,.wpmud .wphb-border-row.disabled .wphb-filename-extension-javascript,.wpmud .wphb-border-row.disabled .wphb-filename-extension-js,.wpmud .wphb-border-row.disabled .wphb-filename-extension-other{opacity:.4}.wpmud .wphb-filename-extension-label{line-height:30px}.wpmud .wphb-border-row.disabled .wphb-minification-file-info>span{color:#aaa}.wpmud .wrap-wphb-minification .settings-form{margin:0}.wpmud .box-minification-settings .sui-notice-warning{margin-bottom:15px;padding:15px 20px}.wpmud .box-minification-settings .sui-notice-warning p{font-size:13px}.wpmud .box-minification-settings .sui-notice-warning p:first-of-type:before{font-size:16px}.wpmud .wrap-wphb-minification .content-box-two-cols-image-left .wphb-block-entry-content{margin-top:0}.wpmud .box-minification-tools .box-footer .spinner{margin:6px 10px 0}@media only screen and (max-width:1200px){.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{width:185px}}@media only screen and (max-width:1100px){.wpmud .box-minification-enqueued-files .box-title .buttons{float:left;margin-right:-5px!important}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{width:130px}.wpmud .wphb-minification-files-advanced .wphb-minification-exclude{margin-left:15px}.wpmud .box-minification-enqueued-files .box-footer .button{margin-top:15px}}@media screen and (max-width:1060px){.wpmud .wphb-border-row,.wpmud .wphb-border-row-header{padding:15px}}@media only screen and (max-width:960px){.wpmud .box-minification-enqueued-files .box-title .buttons{float:right;margin-right:45px!important}}@media only screen and (max-width:783px){.wpmud .wphb-minification-files-advanced .fileinfo-group:after{font-family:dashicons,Arial,sans-serif;content:"\F347";position:absolute;left:100%;margin-left:-70px;margin-top:5px}.wpmud .wphb-minification-files-advanced .fileinfo-group.opened:after{content:"\F343"}.wpmud .wphb-minification-files-advanced .fileinfo-group{padding:10px 0;overflow:hidden}.wpmud .wphb-minification-file-info{width:55%;min-width:200px}.wpmud .wphb-minification-file-info>a{max-width:200px}.wpmud .wphb-minification-files-advanced .wphb-minification-row-details{display:none;margin:10px 0;border-top:1px solid #e6e6e6;padding-top:15px!important;width:100%;z-index:100}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i{margin-left:15px}.wpmud .wphb-minification-files-advanced .wphb-minification-advanced-group{float:left}.wpmud .wphb-minification-files-advanced .wphb-minification-exclude{float:right;margin-top:7px}}@media only screen and (max-width:600px){.wpmud .box-minification-enqueued-files .box-title .buttons,.wpmud .box-minification-enqueued-files .box-title h3{float:none!important}.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button{height:96px;margin-left:-60px;position:absolute;top:0}.wpmud .wphb-minification-file-info{width:185px}.wpmud .box-minification-enqueued-files .box-footer .status-text{display:block;max-width:100%;text-align:left;padding-left:0}}@media only screen and (max-width:480px){.wpmud .wphb-minification-files-table.wphb-minification-files-advanced,.wpmud .wphb-minification-files-table.wphb-minification-files-basic{margin:0 10px 30px}.wpmud .wphb-minification-files-header{padding:20px}.wpmud .box-minification-enqueued-files .buttons .button{padding:7px!important}.wpmud .wphb-minification-filter-buttons{padding:0 20px 20px}.wpmud .wphb-minification-files-select{margin:0 20px}.wpmud .wphb-minification-files>h3{margin:10px}.wpmud .wphb-minification-files-advanced .wphb-border-row,.wpmud .wphb-minification-files-basic .wphb-border-row{padding:10px}.wpmud .wphb-minification-file-info{width:155px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{min-width:170px}.wpmud .wphb-border-row .fileinfo-group{margin-top:0;margin-bottom:0}.wpmud .checkbox-group>span{line-height:20px;text-align:right;-ms-flex-item-align:center;align-self:center}.wpmud .checkbox-group input[type=checkbox]+label{width:60px}.wpmud .checkbox-group input[type=checkbox]+label>[class^=hb-]:before{margin-right:0}.wpmud .checkbox-group input[type=checkbox]+label>span[class^=hb]>span{display:none}.wpmud .wphb-minification-files-advanced .fileinfo-group:after{margin-left:-40px}}.sui-header .sui-actions-right .select-container,.sui-header .sui-actions-right label{margin-right:10px}.sui-header .sui-actions-right label{font-size:12px;color:#aaa}.wpmud .box-uptime-summary .sui-summary{background-image:url(../image/hb-graphic-uptime-up@2x.png)}.wpmud .wphb-block-uptime-status .wphb-uptime-icon{max-height:110px}.wpmud .wphb-block-content-uptime-data-range{padding-top:9px;padding-bottom:9px}.wpmud .uptime-chart svg g g rect{fill:#e6e6e6;stroke:transparent;stroke-width:0}.wpmud .uptime-chart svg g g text{fill:#fff;font-family:Roboto,Arial,sans-serif;font-size:13px;font-weight:400}.wpmud .uptime-chart svg g g g g rect:hover{stroke-width:0px;stroke:red;display:none}.wpmud .uptime-chart svg g g text:last-of-type{fill:#aaa;font-weight:500}.wpmud .wrap-wphb-uptime .wphb-pills.green,.wpmud .wrap-wphb-uptime .wphb-pills.red{height:40px;line-height:40px;width:200px;border-radius:5px}.wpmud .wrap-wphb-uptime .wphb-notice-grey{margin-bottom:30px}.wpmud .wphb-block-uptime-downtime .dev-list{margin-top:30px}.wrap-wphb-caching .wphb-block-entry .wphb-block-content-center,.wrap-wphb-uptime .wphb-block-entry .wphb-block-content-center{max-width:600px;margin:0 auto}.wpmud .downtime-chart svg g text{font-family:Roboto,Arial,sans-serif;fill:#aaa;font-weight:500;font-size:12px;line-height:20px}.wpmud .wphb-block-content.wphb-downtime-basic{margin-left:80px;max-width:90%}.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart{height:80px}.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart div div svg{height:58px!important;overflow:hidden}.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart svg g text{display:none}.wpmud .downtime-chart svg g path{stroke:transparent}.wpmud .downtime-chart svg g rect{stroke:transparent;stroke-width:0}.wpmud .downtime-chart-key span{color:#aaa;font-size:12px;line-height:20px;margin-right:30px;font-weight:500}.wpmud .downtime-chart-key span:before{content:"";display:inline-block;height:16px;width:16px;border-radius:2px;margin-right:10px;vertical-align:sub}.wpmud .downtime-chart-key span.response-time-key:before{background-color:#e1f6ff;border-top:2px solid #24ade5;height:14px}.wpmud .downtime-chart-key span.uptime-key:before{background-color:#d1f1ea}.wpmud .downtime-chart-key span.downtime-key:before{background-color:#ff6d6d}.wpmud .downtime-chart-key span.unknown-key:before{background-color:#f8f8f8}.wpmud .wrap-wphb-uptime .dev-list-stats-item{margin-bottom:10px}.wpmud .box-uptime-downtime .sui-icon-chevron-down,.wpmud .box-uptime-downtime .sui-icon-chevron-up{padding:6px;margin-right:10px;vertical-align:middle;border-radius:5px;font-size:15px;line-height:10px}.wpmud .box-uptime-downtime .sui-icon-chevron-down:before,.wpmud .box-uptime-downtime .sui-icon-chevron-up:before{color:#fff}.wpmud .box-uptime-downtime .sui-icon-chevron-down{background-color:#ff6d6d}.wpmud .box-uptime-downtime .sui-icon-chevron-up{background-color:#1abc9c}.wpmud .wrap-wphb-uptime .wphb-pills-group{width:100%}.wpmud .wrap-wphb-uptime .wphb-pills.green,.wpmud .wrap-wphb-uptime .wphb-pills.red{text-align:left;color:#333;font-size:13px;height:56px;line-height:50px;padding-left:15px}.wpmud .wrap-wphb-uptime .wphb-pills.red[tooltip]:after{left:48%}.wpmud .wrap-wphb-uptime .wphb-pills.red{background-color:#ffe5e9;border-top:2px solid #ffe5e9;border-bottom:2px solid #ff6d6d;width:60%}.wpmud .wrap-wphb-uptime .wphb-pills.green{background-color:#d1f1ea;border-top:2px solid #1abc9c;border-bottom:2px solid #d1f1ea;width:40%}.wpmud span.list-detail-stats{position:absolute;font-size:13px;font-weight:500;line-height:22px;right:60%;color:#333;opacity:.5;margin-top:16px}.wphb-image-pills-divider{display:inline-block;height:56px;margin-bottom:-25px;margin-left:-28px;position:absolute}.wpmud .downtime-chart div.google-visualization-tooltip,.wpmud .wphb-uptime-graph div.google-visualization-tooltip{font-family:Roboto,sans-serif;font-weight:500;color:#fff;font-size:12px;border:none;border-radius:5px;padding:8px 12px;background:#000}.wpmud .wphb-uptime-graph div.google-visualization-tooltip .response-time-tooltip{font-size:15px;line-height:18px}.wpmud .wphb-uptime-graph div.google-visualization-tooltip .uptime-date-tooltip{font-size:11px;color:#aaa;line-height:14px;display:block}@media only screen and (max-width:600px){.wpmud .select-container.uptime-data-range{position:absolute;top:0;right:0;margin-right:0}.wpmud .uptime-data-range .select-list-container{min-width:180px}.wpmud .wrap-wphb-uptime .actions>.documentation-button{margin-left:0!important}.wpmud .wrap-wphb-uptime .wphb-pills.green{position:absolute;top:0;right:0;height:30px;border-radius:0 4px 0 0!important;line-height:30px;padding-left:10px;width:160px}.wpmud .wrap-wphb-uptime .wphb-pills.red{width:100%;margin-top:30px;height:50px;border-radius:5px 0 5px 5px!important}.wpmud .box-uptime-downtime .sui-icon-chevron-down,.wpmud .box-uptime-downtime .sui-icon-chevron-up{padding:4px;border-radius:4px;font-size:12px;vertical-align:inherit}.wphb-image-pills-divider{display:inline-block;height:30px;margin-left:0;top:0;right:160px}.wpmud span.list-detail-stats{right:20px;margin-top:46px;opacity:.7}}@media only screen and (max-width:480px){.wpmud .box-uptime-summary .list-detail{max-width:60px}.wpmud .uptime-chart{margin-left:-25px}}.wpmud [class^=box-advanced] .spinner{margin:5px 10px 0;vertical-align:top}.wpmud .box-advanced-db .wphb-border-frame{margin-top:30px!important}.wpmud .box-advanced-db .wphb-border-frame .table-header,.wpmud .box-advanced-db .wphb-border-frame .table-row{padding:20px 30px}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .table-header,.wpmud .box-advanced-db .wphb-border-frame .table-row{padding:15px 0}}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .table-header{padding:15px 0 0}}.wpmud .box-advanced-db .wphb-border-frame .table-header div{-ms-flex-preferred-size:50px;flex-basis:50px}.wpmud .box-advanced-db .wphb-border-frame .table-header div:first-child,.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child{-ms-flex-preferred-size:150px;flex-basis:150px}.wpmud .box-advanced-db .wphb-border-frame .table-row div{height:20px;font-size:13px;line-height:20px}.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child{color:#333;font-weight:500}.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-wpmudev-icon-info{color:#ddd;font-size:16px;margin-left:10px}.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-wpmudev-icon-info:hover{color:#aaa}.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-wpmudev-icon-info:before{vertical-align:middle}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete{width:30px;height:30px;display:inline-block;border-radius:4px;margin-top:-5px;text-align:center;vertical-align:middle;cursor:pointer}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover{background-color:#f5f5f5}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover .hb-fi-trash{color:#ff6d6d}.wpmud .box-advanced-db .wphb-border-frame .table-row .spinner{margin-top:1px}.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-fi-trash{color:#888;font-size:12px;top:5px}.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer{border-top:none}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer{padding:20px 0}}.wpmud .box-advanced-db-settings .settings-form .included-tables>label:first-child,.wpmud .box-advanced-db-settings .settings-form .schedule-box>label:first-child{margin-top:0}.wpmud .box-advanced-db-settings .settings-form .included-tables>label{margin-top:7px;color:#333}.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership{padding-top:0}@media only screen and (max-width:1200px){.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership .wphb-block-entry-content{margin-top:30px}}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table{border:none}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr{height:40px}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr:nth-child(odd){border-radius:4px;background-color:#fafafa}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td{vertical-align:top;padding:5px 20px;border-bottom:none;border-radius:4px}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td:first-child{color:#333;font-weight:500}.wpmud .box-advanced-system-info .wphb-system-info-dropdown{max-width:160px}.sui-header .sui-button i{margin-right:5px}.wpmud .wrap-wp-hummingbird .mline{margin-bottom:30px}.wpmud .select-list-container{min-width:100px}.wpmud .select-list-container .list-value{color:#333;font-weight:500;padding:6px 8px 6px 15px}#wpbody-content{padding-bottom:25px}.wpmud .with-bottom-border{border-bottom:1px solid #e6e6e6;padding-bottom:30px}.wpmud .list-table>tbody>tr:last-child>td{border-bottom:1px solid #eee}.wpmud .list-table>thead>tr>th{text-transform:none;font-size:13px;font-weight:700}.wpmud .list-table>tbody>tr>td{padding:12px 10px}.wpmud .list-table .radio-group.with-icon{display:inline-table}.wpmud .list-table .radio-group.with-icon .dev-icon{vertical-align:middle}.wpmud .dev-list{margin:-30px 0 20px}.wpmud .dev-list .content{padding:30px 0;border-bottom:1px solid #eee}.wpmud .dev-list>li.list-header{text-transform:none;color:#333;font-size:13px}.wpmud .dev-list .list-header .list-label{font-weight:700}.wpmud .dev-list>li .list-label{font-size:13px;font-weight:500;line-height:21px;padding:15px 10px 15px 0}.wpmud .dev-list>li:last-child .list-detail,.wpmud .dev-list>li:last-child .list-label{border-bottom:1px solid #eee}.wpmud .box-dashboard-welcome .dev-list>li:last-child .list-detail,.wpmud .box-dashboard-welcome .dev-list>li:last-child .list-label,.wpmud .box-minification-summary-meta-box .dev-list>li:last-child .list-detail,.wpmud .box-minification-summary-meta-box .dev-list>li:last-child .list-label,.wpmud .box-performance-welcome .dev-list>li:last-child .list-detail,.wpmud .box-performance-welcome .dev-list>li:last-child .list-label,.wpmud .box-uptime-summary .dev-list>li:last-child .list-detail,.wpmud .box-uptime-summary .dev-list>li:last-child .list-label{border-bottom:1px solid transparent}.wpmud .dev-list>li .list-detail .wphb-dash-numbers{font-family:Roboto Condensed,sans-serif;font-size:13px;color:#888;line-height:22px;text-align:right;font-weight:400}.wpmud .dev-list-stats-border>li:first-child .list-detail,.wpmud .dev-list-stats-border>li:first-child .list-label{border-top:1px solid #eee}.wpmud .dev-list-stats-border>li:last-child .list-detail,.wpmud .dev-list-stats-border>li:last-child .list-label{border-bottom-color:#eee}.wpmud .dev-list-stats>li .list-detail-stats-heading,.wpmud .dev-list-stats>li .list-label-stats{color:#333;font:500 13px/30px Roboto,Arial,sans-serif}.wpmud .dev-list-stats>li .list-detail-stats-heading{font-weight:400;font-size:18px;color:#666}.wpmud .dev-list-stats>li .list-detail-stats-heading-extra-info{color:#bababa;display:block;font:500 12px/16px Roboto,Arial,sans-serif;margin-top:5px}.wpmud .dev-list-stats.standalone{margin:0}.wpmud .dev-list-stats.small>li .list-detail-stats-heading,.wpmud .dev-list-stats.small>li .list-label-stats{line-height:26px}.wpmud .dev-list-stats>li .list-detail-stats-heading.small{font-size:26px}.wpmud .dev-list-stats>li .list-label-stats-date{margin-right:30px}.wpmud .list-label-link{color:#19b4cf}.wpmud input[type=checkbox]{border-radius:4px;border:1px solid #e6e6e6;background-color:#f8f8f8}.wpmud [tooltip]:after{font:500 12px/18px Roboto;padding:8px 12px;background:#333;min-width:50px;max-width:250px;-webkit-transition:all .2s ease;transition:all .2s ease;text-transform:none}.wpmud .tooltip-box{overflow:hidden}.wpmud .tooltip-box:hover{overflow:visible}.wpmud .radio-group input[type=radio]+label>[tooltip]{position:absolute;left:0;top:0;bottom:0;right:0;z-index:9}.wpmud .wphb-button-label{border:1px solid transparent;border-radius:15px;color:#fff;font:500 12px/26px Roboto;display:inline-block;height:26px;margin:0;padding:0 12px;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap}.wpmud .wphb-button-label-red{background:#fd6e70}.wpmud .wphb-button-label-yellow{background:#ffd000;color:#333}.wpmud .wphb-button-label-green{background:#1abc9c}.wpmud .wphb-button-label-light{color:#333;background-color:#f2f2f2}.wpmud .wrap-wp-hummingbird .wphb-label{color:#fff;display:block;font:500 15px/20px Roboto;text-shadow:none;white-space:nowrap}.wpmud .wrap-wp-hummingbird .wphb-label-notice{background:#14485f;border-radius:3px;padding:5px 10px}.wpmud .wrap-wp-hummingbird .wphb-label-notice-warning{background:#fecf2f;color:#4e4b10}.wpmud .wrap-wp-hummingbird .wphb-label-notice-inline{display:inline-block;font-size:13px;color:#888;margin:0 15px}.wpmud .wrap-wp-hummingbird .wphb-label-disabled{background:#f2f2f2;border-radius:20px;color:silver;display:inline-block;font:500 12px/20px Roboto,Arial,sans-serif;min-width:120px;padding:5px;text-align:center;text-transform:uppercase}.wpmud .wphb-table-wrapper.complex{min-height:.01%;overflow-x:auto;border-bottom:1px solid #eee}.wpmud .wphb-table{font-weight:400;max-width:100%;width:100%;color:#333}.wpmud .list-table.wphb-table tr:hover .wphb-table-td-has-tooltip{z-index:3}.box-dashboard-welcome .box-content,.box-minification-summary-meta-box .box-content,.box-performance-welcome .box-content,.box-uptime-summary .box-content{padding:30px 30px 10px!important}.box-dashboard-welcome .wphb-block-entry,.box-minification-summary-meta-box .wphb-block-entry,.box-performance-welcome .wphb-block-entry,.box-uptime-summary .wphb-block-entry{width:100%;min-height:172px}.wpmud .wphb-image,.wpmud .wphb-image-icon-content{display:block;height:auto;max-width:100%}.wpmud .wphb-image-center,.wpmud .wphb-image-icon-content-center{margin-right:auto;margin-left:auto}.wpmud .wphb-image-icon-content-top{margin-bottom:30px}.wpmud .wphb-listing{margin:0}.wpmud .wphb-listing li{font-family:Roboto,Arial,sans-serif;font-size:15px;font-weight:400;line-height:21px;margin-top:10px;margin-bottom:0}.wpmud .wphb-listing li:first-child{margin-top:0}.wpmud .wphb-listing.bold li{font-weight:500}.wpmud .wphb-listing-ordered{padding-left:20px}.wpmud .wphb-listing li strong{font-weight:500}.wpmud .wphb-listing li:before{color:#17a8e3;top:0}.wpmud .wphb-listing li p{font-size:13px;line-height:22px;margin-top:5px}.wpmud .wphb-select-group{clear:both}.wpmud .wphb-select-group:after{content:"";display:table;clear:both}.wpmud .wphb-select-group>div,.wpmud .wphb-select-group>label{float:left;display:block}.wpmud .wphb-select-group>label{line-height:43px;margin-right:10px}.wpmud .select-container{overflow:hidden}.wpmud .select-container.active{overflow:visible}.wpmud .wphb-select-group .spinner{margin:11px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.wphb-scan-progress{overflow:hidden;width:100%}.not-present .wphb-scan-progress-text:before,.wphb-scan-progress .wphb-scan-progress-text:before{content:" ";width:18px;height:18px;display:inline-block;position:relative;top:5px;left:1px;margin-right:10px;border:2px solid #a9e0ec;border-bottom-color:#17a8e3;border-radius:100%;background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:spinner .75s 0s linear infinite;animation:spinner .75s 0s linear infinite}.wphb-scan-progress .wphb-scan-progress-text{width:65px;float:left;text-align:left}.wphb-scan-progress .wphb-scan-progress-text img{display:inline-block;vertical-align:middle;margin-right:10px}.wphb-scan-progress .wphb-scan-progress-text span{font-weight:700;font-family:Roboto Condensed,sans-serif;font-size:13px;color:#333;vertical-align:middle;line-height:30px}.wphb-scan-progress .wphb-scan-progress-bar{background:#e6e6e6;border-radius:5px;height:10px;width:70%;overflow:hidden;margin-top:10px;position:relative}.wphb-scan-progress .wphb-scan-progress-bar span{background:#17a8e3;height:10px;display:inline-block;position:absolute;top:0;left:0;-webkit-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.wphb-block-test{background-color:#f9f9f9;border-radius:5px;padding:15px 30px}.wphb-block-test-header{margin-bottom:10px}.wphb-progress-state{margin-top:10px;text-align:center}.wphb-progress-state .wphb-progress-state-text{color:#8b8b8b;font-size:13px;line-height:22px}.wphb-block-test-standalone{max-width:100%;text-align:center;margin-top:25px}.wphb-block-test-standalone .wphb-progress{margin:0 auto}.wphb-check-files-modal p{font-size:13px;line-height:22px;margin-right:14px;margin-bottom:0}.wphb-filename-extension{border-radius:4px;display:block;float:left;font-family:Roboto,sans-serif;font-size:9px;color:#fff;text-transform:uppercase;text-align:center;line-height:43px;height:30px;margin:0 10px 0 0;width:30px}.sui-list-label .wphb-filename-extension{margin:-5px 10px -5px 0}.sui-list-label .wphb-filename-extension-label{line-height:22px}.wphb-filename-extension-html{background-color:#f56418}.wphb-filename-extension-other{background-color:#aaa}.wphb-filename-extension-css{background-color:#25a8de}.wphb-filename-extension-media{background-color:#55ddb8}.wphb-filename-extension-images{background-color:#bdf2f7;color:#333}.wphb-filename-extension-javascript,.wphb-filename-extension-js{background-color:#f7e100;color:#333}.wpmud .list-table.hover-effect>tbody>tr[class*=wphb-table-score] td:first-child{padding-left:30px}.wpmud .list-table.hover-effect>tbody>tr[class*=wphb-table-score] td:first-child:before{font-family:hummingbird,sans-serif;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:middle;margin-right:10px}.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-disabled:hover>td:first-child:after,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-dismissed:hover td:first-child:after,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-error:hover td:first-child:after,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-success:hover>td:first-child:after,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-warning:hover td:first-child:after{content:normal}.wphb-table-score-success td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-success td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-success:hover td:first-child{border-left:4px solid #1abc9c}.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-success td:first-child:before{color:#1abc9c;content:"\E903"}.wphb-table-score-warning td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-warning td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-warning:hover td:first-child{border-left:4px solid #ffd000}.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-warning td:first-child:before{color:#ffd000;content:"\E904"}.wphb-table-score-error td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-error td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-error:hover td:first-child{border-left:4px solid #ff6d6d}.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-error td:first-child:before{color:#ff6d6d;content:"\E904"}.wphb-table-score-disabled td:first-child,.wphb-table-score-dismissed td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-disabled td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-dismissed td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-disabled:hover td:first-child,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-dismissed:hover td:first-child{border-left:4px solid #888}.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-disabled td:first-child:before,.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-dismissed td:first-child:before{color:#888;content:"\E904"}.wphb-score-result-grade-a,.wphb-score-result-grade-aplus{color:#1abc9c}.wphb-score-result-grade-a .wphb-score-type-circle .wphb-score-graph-result,.wphb-score-result-grade-aplus .wphb-score-type-circle .wphb-score-graph-result{stroke:#1abc9c}.wphb-score-result-grade-b{color:#1abc9c}.wphb-score-result-grade-b .wphb-score-type-circle .wphb-score-graph-result{stroke:#1abc9c}.wphb-score-result-grade-c{color:#ffd000}.wphb-score-result-grade-c .wphb-score-type-circle .wphb-score-graph-result{stroke:#ffd000}.wphb-score-result-grade-d{color:#ffd000}.wphb-score-result-grade-d .wphb-score-type-circle .wphb-score-graph-result{stroke:#ffd000}.wphb-score-result-grade-e,.wphb-score-result-grade-f{color:#ff6d6d}.wphb-score-result-grade-e .wphb-score-type-circle .wphb-score-graph-result,.wphb-score-result-grade-f .wphb-score-type-circle .wphb-score-graph-result{stroke:#ff6d6d}.wphb-score-result-grade-disabled,.wphb-score-result-grade-dismissed{color:#aaa}.wphb-score-result-grade-disabled .wphb-score-type-circle .wphb-score-graph-result,.wphb-score-result-grade-dismissed .wphb-score-type-circle .wphb-score-graph-result{stroke:#aaa}.wphb-score-have-label .wphb-score-result-label,.wphb-score-have-label .wphb-score-type{float:left;display:block}.wphb-score-have-label.inside .wphb-score-result-label,.wphb-score-have-label.inside .wphb-score-type{float:none}.wphb-score-have-label .wphb-score-result-label{font-family:Roboto,Arial,sans-serif;font-size:15px;color:#888;padding-left:10px}.wphb-score-have-label .wphb-score-type-circle+.wphb-score-result-label{line-height:30px;min-width:35px;text-align:left}.wphb-score-have-label.inside .wphb-score-type{position:relative}.wphb-score-have-label.inside .wphb-score-result-label{font-size:26px;left:0;line-height:34px;margin:-17px 0 0;min-width:100%;padding:0;position:absolute;right:0;text-align:center;top:50%}#wphb-error-details{display:none}#wphb-error-details-link{color:#fff;text-decoration:none;margin-top:10px;margin-bottom:10px;display:inline-block;font-weight:400}#wphb-error-details-link>.dashicons{text-decoration:none}#wphb-error-details-link.expanded{display:none}.wpmud .wphb-tabs a{color:#333;display:block}.wpmud .wphb-tabs .wphb-tab{padding:5px 20px;height:30px}.wpmud .wphb-tabs .wphb-tab.current{background-color:#e6e6e6;border-radius:20px;font-weight:500}.wpmud .wphb-tab .wphb-button-label{position:relative;top:-25px;left:100%;margin-left:-22px;width:39px;height:26px;text-align:center;font-size:12px;font-weight:500;line-height:24px}.wpmud .wphb-tab>i{color:#ff6d6d;position:relative;top:-23px;left:100%;margin-left:-5px;font-size:21px}.wpmud .wphb-tab>i.hb-wpmudev-icon-tick{color:#1abc9c}@media screen and (max-width:960px){.wpmud .wphb-table.stack{display:block}.wpmud .wphb-table.stack>tfoot,.wpmud .wphb-table.stack>thead{display:none}.wpmud .wphb-table.stack>tbody{display:block;width:100%}.wpmud .wphb-table.stack>tbody>tr{display:block;position:relative;width:100%}.wpmud .wphb-table.stack>tbody>tr:before{background:transparent;border-top:1px solid #eaeaea;border-bottom:1px solid transparent;bottom:0;content:"";display:block;left:0;margin:0 -30px;position:absolute;right:0;top:0}.wpmud .wphb-table.stack>tbody>tr:first-child:before{border-top-color:transparent}.wpmud .wphb-table.stack>tbody>tr>td{border-bottom:none;display:block;padding-left:0;position:relative;text-align:left;width:100%}.wpmud .wphb-table.stack>tbody>tr>td:before{content:attr(th-data);display:block;float:left;font-size:15px;font-weight:700;line-height:1.5em;min-width:150px;max-width:300px;margin-right:20px;text-transform:uppercase}.wpmud .wphb-table.stack>tbody>tr>td.has-button-label:before{line-height:2em}.wpmud .wphb-table.stack>tbody>tr>td.has-select{max-height:64px}.wpmud .wphb-table.stack>tbody>tr>td.has-select:before{line-height:2.867em}.wpmud .wphb-table.stack>tbody>tr,.wpmud .wphb-table.stack>tbody>tr>td:first-child{border-top:none}.wpmud .wphb-table.stack>tbody>tr>td:last-child{border-bottom:none}.wpmud .wphb-table.stack>tbody>tr:hover:before{background:#fbfbfb}.wpmud .wphb-table.stack>tbody>tr:first-child:hover:before{border-top-color:#eaeaea}.wpmud .wphb-table.stack>tbody>tr:last-child:hover:before{border-bottom-color:#eaeaea}.wpmud .wphb-table.stack>tbody>tr:hover>td{border-bottom:none}.wpmud .wphb-table.stack>tbody>tr:hover>td:first-child:after,.wpmud .wphb-table.stack>tbody>tr:hover>td:last-child:after{display:none}.wpmud .wphb-table.stack>tbody>tr>td>*{display:inline-block}}@media screen and (max-width:783px){.wpmud .wphb-table-wrapper.complex{overflow-y:hidden;width:100%;padding:0}.wpmud .wphb-table-wrapper.complex p{padding:0 20px}.wpmud .wphb-table-wrapper.complex .alignleft{padding-left:20px}.wpmud .wphb-table-wrapper.complex .alignright{padding-right:20px}.wpmud .list-table>tbody>tr>td,.wpmud .list-table>thead>tr>th{width:100%}.wpmud .wphb-table.stack>tbody>tr>td:before{max-width:220px;width:40%}.wpmud .dev-box .box-title .toggle-group{margin-top:0}}@media screen and (max-width:600px){.wpmud .dev-box .box-title .actions,.wpmud .dev-box .box-title .extra{float:none;display:block}.wpmud .dev-box .box-title .actions,.wpmud .dev-box .box-title .extra,.wpmud .row{margin-top:15px}.wpmud .dev-box{margin-bottom:15px}.wpmud .dev-box .box-title{padding:15px 20px}.wpmud .dev-box .box-title .buttons{margin-top:2px;float:right}.wpmud .dev-box .box-title h3{line-height:34px;display:inline-block}}@media only screen and (max-width:480px){.wpmud .list-table.hover-effect>tbody>tr[class*=wphb-table-score] td:first-child{padding-left:20px}.wpmud .with-bottom-border{padding-bottom:20px}}
|
|
|
|
|
|
|
2 |
/*# sourceMappingURL=app.min.css.map*/
|
1 |
+
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,700|Roboto:400,500,700);
|
2 |
+
@import url(https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css);
|
3 |
+
.sui-2-2-4 .sui-checkbox input,.sui-2-2-4 .sui-multi-checkbox label input,.sui-2-2-4 .sui-radio input,.sui-2-2-4 .sui-toggle input[type=checkbox],.sui-2-2-4 .sui-upload-group input[type=file],.sui-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.sui-2-2-4 .sui-fade-in{-webkit-animation:fadeIn .3s ease-in forwards;animation:fadeIn .3s ease-in forwards}.sui-2-2-4 .sui-fade-out{-webkit-animation:fadeOut .3s ease-in forwards;animation:fadeOut .3s ease-in forwards}.sui-2-2-4 .sui-bounce-in{-webkit-animation:bounceInJiggle .8s ease-in forwards;animation:bounceInJiggle .8s ease-in forwards}.sui-2-2-4 .sui-bounce-out{-webkit-animation:bounceOutJiggle .6s ease-out forwards;animation:bounceOutJiggle .6s ease-out forwards}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes bounceInJiggle{0%{-webkit-transform:translateY(-200%) scale(1.5);transform:translateY(-200%) scale(1.5);opacity:0}30%{opacity:1}58%{-webkit-transform:translateY(0) rotate(1deg) scale(1);transform:translateY(0) rotate(1deg) scale(1);opacity:1}72%{-webkit-transform:translateY(-30px) rotate(-1deg);transform:translateY(-30px) rotate(-1deg)}80%{-webkit-transform:translateY(0) rotate(.5deg);transform:translateY(0) rotate(.5deg)}to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}@keyframes bounceInJiggle{0%{-webkit-transform:translateY(-200%) scale(1.5);transform:translateY(-200%) scale(1.5);opacity:0}30%{opacity:1}58%{-webkit-transform:translateY(0) rotate(1deg) scale(1);transform:translateY(0) rotate(1deg) scale(1);opacity:1}72%{-webkit-transform:translateY(-30px) rotate(-1deg);transform:translateY(-30px) rotate(-1deg)}80%{-webkit-transform:translateY(0) rotate(.5deg);transform:translateY(0) rotate(.5deg)}to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}@-webkit-keyframes bounceOutJiggle{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(-10px) rotate(-.5deg);transform:translateY(-10px) rotate(-.5deg)}30%{-webkit-transform:translateY(20px) rotate(8deg);transform:translateY(20px) rotate(8deg)}70%{opacity:1}90%{-webkit-transform:translateY(300%) translateX(40px) rotate(35deg);transform:translateY(300%) translateX(40px) rotate(35deg);opacity:0}to{display:none}}@keyframes bounceOutJiggle{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(-10px) rotate(-.5deg);transform:translateY(-10px) rotate(-.5deg)}30%{-webkit-transform:translateY(20px) rotate(8deg);transform:translateY(20px) rotate(8deg)}70%{opacity:1}90%{-webkit-transform:translateY(300%) translateX(40px) rotate(35deg);transform:translateY(300%) translateX(40px) rotate(35deg);opacity:0}to{display:none}}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.sui-2-2-4 .sui-wrap{font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:15px;line-height:30px;color:#666;letter-spacing:-.025em;margin:30px 30px 0 10px}.sui-2-2-4 .sui-wrap *{font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,.01) 0 0 1px}@media (max-width:782px){.sui-2-2-4 .sui-wrap{margin:20px 10px 0 0}}.sui-2-2-4 h1,.sui-2-2-4 h2,.sui-2-2-4 h3,.sui-2-2-4 h4,.sui-2-2-4 h5,.sui-2-2-4 h6{display:block;margin:.5em auto;padding:0;line-height:30px;color:#333;font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif}.sui-2-2-4 h1{font-size:32px;line-height:40px;color:#333;margin:0}.sui-2-2-4 h2{font-size:22px;line-height:35px}.sui-2-2-4 h3{font-size:18px;line-height:40px}.sui-2-2-4 h4,.sui-2-2-4 h5,.sui-2-2-4 h6,.sui-2-2-4 p{font-size:15px}.sui-2-2-4 p{font-family:Roboto,Arial,sans-serif;font-weight:400;line-height:30px;color:#666;letter-spacing:-.025em;text-rendering:optimizeLegibility}.sui-2-2-4 p:first-child{margin-top:0}.sui-2-2-4 p:last-of-type:not(:last-child){margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 p:last-of-type:not(:last-child){margin-bottom:20px}}.sui-2-2-4 p:last-child{margin-bottom:0}.sui-2-2-4 p small{font-size:13px;line-height:22px;color:#888}.sui-2-2-4 a{text-decoration:none;color:#17a8e3;font-weight:500;outline-color:transparent;outline-style:none;-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 a:active:not(.sui-button),.sui-2-2-4 a:focus:not(.sui-button),.sui-2-2-4 a:hover:not(.sui-button){color:#1286b5}.sui-2-2-4 a.disabled{pointer-events:none}.sui-2-2-4 a.disabled:active,.sui-2-2-4 a.disabled:focus,.sui-2-2-4 a.disabled:hover{color:#888;cursor:default}.sui-2-2-4 code,.sui-2-2-4 pre{font-weight:500;font-size:13px;line-height:18px;color:#333;background-color:#f8f8f8;border:1px solid #e6e6e6;border-radius:4px;margin:0;padding:10px 15px;white-space:pre;overflow:auto;max-width:100%;vertical-align:middle;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.sui-2-2-4 code{display:inline-block;padding:2px 5px}.sui-2-2-4 b,.sui-2-2-4 strong{font-weight:500}.sui-2-2-4 dfn{font-style:normal;font-weight:400;border-bottom:1px dotted #888}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before,.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before,.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag):before,.sui-2-2-4 .sui-dialog-close:before,.sui-2-2-4 .sui-listing li:before,.sui-2-2-4 .sui-notice-top p:first-of-type:before,.sui-2-2-4 .sui-notice p:first-of-type:before,.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag):before,.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown:after,.sui-2-2-4 [class*=sui-icon-]:after,.sui-2-2-4 [class*=sui-icon-]:before,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow:before,.wpmud div[class^=box-dashboard-advanced-tools] .sui-box-title:before,.wpmud div[class^=box-dashboard-browser] .sui-box-title:before,.wpmud div[class^=box-dashboard-caching-gravatar] .sui-box-title:before,.wpmud div[class^=box-dashboard-caching-page] .sui-box-title:before,.wpmud div[class^=box-dashboard-cloudflare] .sui-box-title:before,.wpmud div[class^=box-dashboard-gzip] .sui-box-title:before,.wpmud div[class^=box-dashboard-minification] .sui-box-title:before,.wpmud div[class^=box-dashboard-performance] .sui-box-title:before,.wpmud div[class^=box-dashboard-reports] .sui-box-title:before,.wpmud div[class^=box-dashboard-smush] .sui-box-title:before,.wpmud div[class^=box-dashboard-uptime] .sui-box-title:before{font-family:wpmudev-plugin-icons!important;speak:none;font-size:1em;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-rendering:auto;display:inline-block;color:#888;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:wpmudev-plugin-icons;src:url(../fonts/wpmudev-plugin-icons.eot);src:url(../fonts/wpmudev-plugin-icons.eot) format("embedded-opentype"),url(../fonts/wpmudev-plugin-icons.ttf) format("truetype"),url(../fonts/wpmudev-plugin-icons.woff) format("woff"),url(../fonts/wpmudev-plugin-icons.woff2) format("woff2"),url(../fonts/wpmudev-plugin-icons.svg) format("svg");font-weight:400;font-style:normal}.sui-2-2-4 .sui-loading:before{-webkit-animation:spin 1.3s linear infinite;animation:spin 1.3s linear infinite}.sui-2-2-4 [class*=sui-icon-]{display:inline-block}.sui-2-2-4 [class*=sui-icon-].sui-xl:before{font-size:30px}.sui-2-2-4 [class*=sui-icon-].sui-lg:before{font-size:20px}.sui-2-2-4 [class*=sui-icon-].sui-md:before{font-size:16px}.sui-2-2-4 [class*=sui-icon-].sui-sm:before{font-size:12px}.sui-2-2-4 [class*=sui-icon-].sui-error:before,.sui-2-2-4 [class*=sui-icon-].sui-info:before,.sui-2-2-4 [class*=sui-icon-].sui-success:before,.sui-2-2-4 [class*=sui-icon-].sui-warning:before{color:inherit}.sui-2-2-4 [class*=sui-icon-].sui-fw{width:1.8em;text-align:center;min-height:1em}.sui-2-2-4 .sui-icon-check:before{content:"("}.sui-2-2-4 .sui-icon-close:before{content:")"}.sui-2-2-4 .sui-icon-check-tick:before{content:"_"}.sui-2-2-4 .sui-icon-cross-close:before{content:"+"}.sui-2-2-4 .sui-icon-plus-circle:before{content:"\AA"}.sui-2-2-4 .sui-icon-warning-alert:before{content:"!"}.sui-2-2-4 .sui-icon-info:before{content:"I"}.sui-2-2-4 .sui-icon-question:before{content:"?"}.sui-2-2-4 .sui-icon-trash:before{content:"Q"}.sui-2-2-4 .sui-icon-pencil:before{content:"/"}.sui-2-2-4 .sui-icon-unlock:before{content:"0"}.sui-2-2-4 .sui-icon-lock:before{content:"9"}.sui-2-2-4 .sui-icon-key:before{content:"\25CA"}.sui-2-2-4 .sui-icon-plus:before{content:"="}.sui-2-2-4 .sui-icon-magnifying-glass-search:before{content:"\BA"}.sui-2-2-4 .sui-icon-more:before{content:"\2026"}.sui-2-2-4 .sui-icon-wrench-tool:before{content:"\2044"}.sui-2-2-4 .sui-icon-widget-settings-config:before{content:"x"}.sui-2-2-4 .sui-icon-settings-slider-control:before{content:"\153"}.sui-2-2-4 .sui-icon-loader:before{content:"N"}.sui-2-2-4 .sui-icon-calendar:before{content:"\220F"}.sui-2-2-4 .sui-icon-clock:before{content:","}.sui-2-2-4 .sui-icon-speed-optimize:before{content:"\F8"}.sui-2-2-4 .sui-icon-stopwatch:before{content:"V"}.sui-2-2-4 .sui-icon-filter:before{content:"z"}.sui-2-2-4 .sui-icon-bookmark:before{content:"\221A"}.sui-2-2-4 .sui-icon-chevron-up:before{content:"\2DD"}.sui-2-2-4 .sui-icon-chevron-right:before{content:"\2DC"}.sui-2-2-4 .sui-icon-chevron-down:before{content:"\131"}.sui-2-2-4 .sui-icon-chevron-left:before{content:"\D3"}.sui-2-2-4 .sui-icon-arrow-up:before{content:"\D4"}.sui-2-2-4 .sui-icon-arrow-right:before{content:"\AF"}.sui-2-2-4 .sui-icon-arrow-down:before{content:"\C2"}.sui-2-2-4 .sui-icon-arrow-left:before{content:"\F8FF"}.sui-2-2-4 .sui-icon-arrow-skip-back:before{content:"{"}.sui-2-2-4 .sui-icon-arrow-skip-forward:before{content:"}"}.sui-2-2-4 .sui-icon-arrow-skip-start:before{content:":"}.sui-2-2-4 .sui-icon-arrow-skip-end:before{content:'"'}.sui-2-2-4 .sui-icon-arrows-out:before{content:"\2DA"}.sui-2-2-4 .sui-icon-arrows-in:before{content:"\2264"}.sui-2-2-4 .sui-icon-arrows-expand:before{content:"\AC"}.sui-2-2-4 .sui-icon-arrows-compress:before{content:"\2265"}.sui-2-2-4 .sui-icon-refresh2:before{content:"\C1"}.sui-2-2-4 .sui-icon-zip:before{content:"a"}.sui-2-2-4 .sui-icon-combine:before{content:"o"}.sui-2-2-4 .sui-icon-defer:before{content:"p"}.sui-2-2-4 .sui-icon-inlinecss:before{content:"c"}.sui-2-2-4 .sui-icon-movefooter:before{content:"u"}.sui-2-2-4 .sui-icon-list:before{content:"`"}.sui-2-2-4 .sui-icon-layout-grid:before{content:"\221E"}.sui-2-2-4 .sui-icon-layout:before{content:"\A9"}.sui-2-2-4 .sui-icon-thumbnails:before{content:"G"}.sui-2-2-4 .sui-icon-align-left:before{content:"%"}.sui-2-2-4 .sui-icon-align-center:before{content:"^"}.sui-2-2-4 .sui-icon-align-right:before{content:"&"}.sui-2-2-4 .sui-icon-align-justify:before{content:"#"}.sui-2-2-4 .sui-icon-indent-more:before{content:"\2019"}.sui-2-2-4 .sui-icon-indent-less:before{content:"\201D"}.sui-2-2-4 .sui-icon-blog:before{content:"Y"}.sui-2-2-4 .sui-icon-list-number:before{content:"7"}.sui-2-2-4 .sui-icon-list-bullet:before{content:"8"}.sui-2-2-4 .sui-icon-bold:before{content:"B"}.sui-2-2-4 .sui-icon-quote-2:before{content:"'"}.sui-2-2-4 .sui-icon-style-type:before{content:"<"}.sui-2-2-4 .sui-icon-wand-magic:before{content:"Z"}.sui-2-2-4 .sui-icon-link:before{content:"5"}.sui-2-2-4 .sui-icon-unlink:before{content:"6"}.sui-2-2-4 .sui-icon-paperclip:before{content:"A"}.sui-2-2-4 .sui-icon-code:before{content:"1"}.sui-2-2-4 .sui-icon-color-pick-eyedropper:before{content:"\A5"}.sui-2-2-4 .sui-icon-crop:before{content:"C"}.sui-2-2-4 .sui-icon-paint-bucket:before{content:"\222B"}.sui-2-2-4 .sui-icon-camera:before{content:"\D8"}.sui-2-2-4 .sui-icon-photo-picture:before{content:"D"}.sui-2-2-4 .sui-icon-animation-video:before{content:"F"}.sui-2-2-4 .sui-icon-home:before{content:"J"}.sui-2-2-4 .sui-icon-mail:before{content:"m"}.sui-2-2-4 .sui-icon-folder:before{content:"\2D8"}.sui-2-2-4 .sui-icon-folder-open:before{content:"\BB"}.sui-2-2-4 .sui-icon-archive:before{content:"b"}.sui-2-2-4 .sui-icon-book:before{content:"\2206"}.sui-2-2-4 .sui-icon-page-multiple:before{content:"\E7"}.sui-2-2-4 .sui-icon-layers:before{content:"\E6"}.sui-2-2-4 .sui-icon-copy:before{content:"\152"}.sui-2-2-4 .sui-icon-page:before{content:"\D2"}.sui-2-2-4 .sui-icon-clipboard-notes:before{content:"\BF"}.sui-2-2-4 .sui-icon-page-pdf:before{content:"\C6"}.sui-2-2-4 .sui-icon-heart:before{content:"K"}.sui-2-2-4 .sui-icon-star:before{content:"S"}.sui-2-2-4 .sui-icon-plugin-2:before{content:"O"}.sui-2-2-4 .sui-icon-brush:before{content:"~"}.sui-2-2-4 .sui-icon-plug-connected:before{content:"R"}.sui-2-2-4 .sui-icon-plug-disconnected:before{content:"."}.sui-2-2-4 .sui-icon-power-on-off:before{content:"["}.sui-2-2-4 .sui-icon-upload-cloud:before{content:"\A2"}.sui-2-2-4 .sui-icon-download-cloud:before{content:"\A3"}.sui-2-2-4 .sui-icon-cloud:before{content:"\2122"}.sui-2-2-4 .sui-icon-cloud-migration:before{content:"l"}.sui-2-2-4 .sui-icon-download:before{content:"X"}.sui-2-2-4 .sui-icon-lightbulb:before{content:"L"}.sui-2-2-4 .sui-icon-sitemap:before{content:"\B8"}.sui-2-2-4 .sui-icon-storage-server-data:before{content:"\CE"}.sui-2-2-4 .sui-icon-user-reputation-points:before{content:"2"}.sui-2-2-4 .sui-icon-tablet-portrait:before{content:"]"}.sui-2-2-4 .sui-icon-laptop:before{content:"\AB"}.sui-2-2-4 .sui-icon-monitor:before{content:"$"}.sui-2-2-4 .sui-icon-eye:before{content:"e"}.sui-2-2-4 .sui-icon-eye-hide:before{content:"q"}.sui-2-2-4 .sui-icon-update:before{content:"\AE"}.sui-2-2-4 .sui-icon-refresh:before{content:"E"}.sui-2-2-4 .sui-icon-web-globe-world:before{content:"W"}.sui-2-2-4 .sui-icon-flag:before{content:"|"}.sui-2-2-4 .sui-icon-academy:before{content:"\3C0"}.sui-2-2-4 .sui-icon-profile-male:before{content:"\B5"}.sui-2-2-4 .sui-icon-community-people:before{content:"\2018"}.sui-2-2-4 .sui-icon-help-support:before{content:"H"}.sui-2-2-4 .sui-icon-like:before{content:"j"}.sui-2-2-4 .sui-icon-dislike:before{content:"k"}.sui-2-2-4 .sui-icon-finger-point:before{content:"\2248"}.sui-2-2-4 .sui-icon-open-new-window:before{content:"n"}.sui-2-2-4 .sui-icon-reply:before{content:"r"}.sui-2-2-4 .sui-icon-share:before{content:"s"}.sui-2-2-4 .sui-icon-wordpress:before{content:"w"}.sui-2-2-4 .sui-icon-social-facebook:before{content:"f"}.sui-2-2-4 .sui-icon-social-twitter:before{content:"t"}.sui-2-2-4 .sui-icon-social-linkedin:before{content:"i"}.sui-2-2-4 .sui-icon-social-dropbox:before{content:"d"}.sui-2-2-4 .sui-icon-social-drive:before{content:"v"}.sui-2-2-4 .sui-icon-social-google-plus:before{content:"g"}.sui-2-2-4 .sui-icon-social-youtube:before{content:"y"}.sui-2-2-4 .sui-icon-cloudflare:before{content:"\D0"}.sui-2-2-4 .sui-icon-social-github:before{content:"h"}.sui-2-2-4 .sui-icon-graph-bar:before{content:"\C7"}.sui-2-2-4 .sui-icon-graph-bar-2:before{content:"\2DB"}.sui-2-2-4 .sui-icon-wpmudev-logo:before{content:"\2039"}.sui-2-2-4 .sui-icon-defender:before{content:"\B7"}.sui-2-2-4 .sui-icon-smush:before{content:"\2021"}.sui-2-2-4 .sui-icon-upfront:before{content:"\201A"}.sui-2-2-4 .sui-icon-hummingbird:before{content:"\B0"}.sui-2-2-4 .sui-icon-uptime:before{content:"\B1"}.sui-2-2-4 .sui-icon-smart-crawl:before{content:"\2202"}.sui-2-2-4 .sui-icon-forminator:before{content:"P"}.sui-2-2-4 .sui-icon-shipper-anchor:before{content:"T"}.sui-2-2-4 .sui-icon-snapshot:before{content:"\FB01"}.sui-2-2-4 .sui-icon-hustle:before{content:"\2014"}.sui-2-2-4 .sui-icon-performance:before{content:"U"}.sui-2-2-4 .sui-icon-hub:before{content:"\FB02"}.sui-2-2-4 .sui-button,.sui-2-2-4 a.sui-button,.sui-2-2-4 button.sui-button{min-width:80px;height:30px;cursor:pointer;display:inline-block;position:relative;padding:7px 16px;margin:0 10px 0 0;border:0;background-color:#888;color:#fff;font:500 12px/16px Roboto,Arial,sans-serif;letter-spacing:-.025em;text-transform:uppercase;text-align:center;text-decoration:none;border-radius:3px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;text-shadow:none;white-space:nowrap}.sui-2-2-4 .sui-button .sui-loading,.sui-2-2-4 a.sui-button .sui-loading,.sui-2-2-4 button.sui-button .sui-loading{width:16px;height:16px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;margin:0}.sui-2-2-4 .sui-button .sui-loading:before,.sui-2-2-4 a.sui-button .sui-loading:before,.sui-2-2-4 button.sui-button .sui-loading:before{display:block}.sui-2-2-4 .sui-button .sui-loading-text,.sui-2-2-4 a.sui-button .sui-loading-text,.sui-2-2-4 button.sui-button .sui-loading-text{display:block;pointer-events:none}.sui-2-2-4 .sui-button i,.sui-2-2-4 a.sui-button i,.sui-2-2-4 button.sui-button i{vertical-align:middle}.sui-2-2-4 .sui-button i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button i:not(.sui-fw):not(.sui-loading){margin-right:5px}.sui-2-2-4 .sui-button i:before,.sui-2-2-4 a.sui-button i:before,.sui-2-2-4 button.sui-button i:before{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:#fff}.sui-2-2-4 .sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading){margin-right:0;margin-left:5px}.sui-2-2-4 .sui-button:focus,.sui-2-2-4 .sui-button:hover,.sui-2-2-4 a.sui-button:focus,.sui-2-2-4 a.sui-button:hover,.sui-2-2-4 button.sui-button:focus,.sui-2-2-4 button.sui-button:hover{outline:none;background:#7e7e7e;border-color:#7e7e7e}.sui-2-2-4 .sui-button:active,.sui-2-2-4 .sui-button:focus,.sui-2-2-4 a.sui-button:active,.sui-2-2-4 a.sui-button:focus,.sui-2-2-4 button.sui-button:active,.sui-2-2-4 button.sui-button:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;background:#7e7e7e;border-color:#7e7e7e}.sui-2-2-4 .sui-button.sui-button-blue,.sui-2-2-4 .sui-button.sui-button-primary,.sui-2-2-4 a.sui-button.sui-button-blue,.sui-2-2-4 a.sui-button.sui-button-primary,.sui-2-2-4 button.sui-button.sui-button-blue,.sui-2-2-4 button.sui-button.sui-button-primary{background:#17a8e3}.sui-2-2-4 .sui-button.sui-button-blue i:before,.sui-2-2-4 .sui-button.sui-button-primary i:before,.sui-2-2-4 a.sui-button.sui-button-blue i:before,.sui-2-2-4 a.sui-button.sui-button-primary i:before,.sui-2-2-4 button.sui-button.sui-button-blue i:before,.sui-2-2-4 button.sui-button.sui-button-primary i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-blue:focus,.sui-2-2-4 .sui-button.sui-button-blue:hover,.sui-2-2-4 .sui-button.sui-button-primary:focus,.sui-2-2-4 .sui-button.sui-button-primary:hover,.sui-2-2-4 a.sui-button.sui-button-blue:focus,.sui-2-2-4 a.sui-button.sui-button-blue:hover,.sui-2-2-4 a.sui-button.sui-button-primary:focus,.sui-2-2-4 a.sui-button.sui-button-primary:hover,.sui-2-2-4 button.sui-button.sui-button-blue:focus,.sui-2-2-4 button.sui-button.sui-button-blue:hover,.sui-2-2-4 button.sui-button.sui-button-primary:focus,.sui-2-2-4 button.sui-button.sui-button-primary:hover{background:#159ad0}.sui-2-2-4 .sui-button.sui-button-red,.sui-2-2-4 a.sui-button.sui-button-red,.sui-2-2-4 button.sui-button.sui-button-red{background:#ff6d6d}.sui-2-2-4 .sui-button.sui-button-red i:before,.sui-2-2-4 a.sui-button.sui-button-red i:before,.sui-2-2-4 button.sui-button.sui-button-red i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-red:focus,.sui-2-2-4 .sui-button.sui-button-red:hover,.sui-2-2-4 a.sui-button.sui-button-red:focus,.sui-2-2-4 a.sui-button.sui-button-red:hover,.sui-2-2-4 button.sui-button.sui-button-red:focus,.sui-2-2-4 button.sui-button.sui-button-red:hover{opacity:1;background:#ff5959}.sui-2-2-4 .sui-button.sui-button-green,.sui-2-2-4 a.sui-button.sui-button-green,.sui-2-2-4 button.sui-button.sui-button-green{background:#1abc9c}.sui-2-2-4 .sui-button.sui-button-green i:before,.sui-2-2-4 a.sui-button.sui-button-green i:before,.sui-2-2-4 button.sui-button.sui-button-green i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-green:focus,.sui-2-2-4 .sui-button.sui-button-green:hover,.sui-2-2-4 a.sui-button.sui-button-green:focus,.sui-2-2-4 a.sui-button.sui-button-green:hover,.sui-2-2-4 button.sui-button.sui-button-green:focus,.sui-2-2-4 button.sui-button.sui-button-green:hover{opacity:1;background:#18aa8d}.sui-2-2-4 .sui-button.sui-button-upsell,.sui-2-2-4 a.sui-button.sui-button-upsell,.sui-2-2-4 button.sui-button.sui-button-upsell{border:2px solid #d1f1ea;color:#1abc9c;width:auto;height:26px;line-height:15px;background:transparent;padding:4px 16px;border-radius:15px;text-transform:none}.sui-2-2-4 .sui-button.sui-button-upsell:focus,.sui-2-2-4 .sui-button.sui-button-upsell:hover,.sui-2-2-4 a.sui-button.sui-button-upsell:focus,.sui-2-2-4 a.sui-button.sui-button-upsell:hover,.sui-2-2-4 button.sui-button.sui-button-upsell:focus,.sui-2-2-4 button.sui-button.sui-button-upsell:hover{opacity:1;border-color:#18aa8d;background:#18aa8d;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost,.sui-2-2-4 a.sui-button.sui-button-ghost,.sui-2-2-4 button.sui-button.sui-button-ghost{padding:5px 16px 7px;border:2px solid #ddd;background:transparent;color:#888}.sui-2-2-4 .sui-button.sui-button-ghost i:before,.sui-2-2-4 a.sui-button.sui-button-ghost i:before,.sui-2-2-4 button.sui-button.sui-button-ghost i:before{color:#888}.sui-2-2-4 .sui-button.sui-button-ghost:focus,.sui-2-2-4 .sui-button.sui-button-ghost:hover,.sui-2-2-4 a.sui-button.sui-button-ghost:focus,.sui-2-2-4 a.sui-button.sui-button-ghost:hover,.sui-2-2-4 button.sui-button.sui-button-ghost:focus,.sui-2-2-4 button.sui-button.sui-button-ghost:hover{border-color:#888;background:#888;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost:focus i:before,.sui-2-2-4 .sui-button.sui-button-ghost:hover i:before,.sui-2-2-4 a.sui-button.sui-button-ghost:focus i:before,.sui-2-2-4 a.sui-button.sui-button-ghost:hover i:before,.sui-2-2-4 button.sui-button.sui-button-ghost:focus i:before,.sui-2-2-4 button.sui-button.sui-button-ghost:hover i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue{border-color:#17a8e3;color:#17a8e3}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue i:before{color:#17a8e3}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue:hover,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue:hover,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue:hover{border-color:#17a8e3;background:#17a8e3;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red{border-color:#ffe5e9;color:#ff5959}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red i:before{color:#ff5959}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:hover,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:hover,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:hover{opacity:1;border-color:#ff6d6d;background:#ff6d6d;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:hover i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:hover i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:hover i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green{border-color:#1abc9c;color:#1abc9c}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green i:before{color:#1abc9c}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green:hover,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green:hover,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green:hover{opacity:1;border-color:#18aa8d;background:#18aa8d;color:#fff}.sui-2-2-4 .sui-button.sui-button-lg,.sui-2-2-4 a.sui-button.sui-button-lg,.sui-2-2-4 button.sui-button.sui-button-lg{height:40px;padding:11px 20px 9px;border-radius:4px;font:500 15px/20px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-button.sui-button-lg.sui-button-ghost,.sui-2-2-4 a.sui-button.sui-button-lg.sui-button-ghost,.sui-2-2-4 button.sui-button.sui-button-lg.sui-button-ghost{padding:9px 20px}.sui-2-2-4 .sui-button.sui-button-lg i,.sui-2-2-4 a.sui-button.sui-button-lg i,.sui-2-2-4 button.sui-button.sui-button-lg i{font-size:16px}.sui-2-2-4 .sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading){margin-right:10px}.sui-2-2-4 .sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading){margin-right:0;margin-left:10px}.sui-2-2-4 .sui-button.sui-button-onload,.sui-2-2-4 a.sui-button.sui-button-onload,.sui-2-2-4 button.sui-button.sui-button-onload{pointer-events:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sui-2-2-4 .sui-button.sui-button-onload .sui-loading,.sui-2-2-4 a.sui-button.sui-button-onload .sui-loading,.sui-2-2-4 button.sui-button.sui-button-onload .sui-loading{display:-webkit-box;display:-ms-flexbox;display:flex}.sui-2-2-4 .sui-button.sui-button-onload .sui-loading-text,.sui-2-2-4 a.sui-button.sui-button-onload .sui-loading-text,.sui-2-2-4 button.sui-button.sui-button-onload .sui-loading-text{opacity:0}.sui-2-2-4 .sui-button.sui-button-onload,.sui-2-2-4 .sui-button.sui-button-onload.sui-button-blue,.sui-2-2-4 .sui-button.sui-button-onload.sui-button-green,.sui-2-2-4 .sui-button.sui-button-onload.sui-button-red,.sui-2-2-4 a.sui-button.sui-button-onload,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-blue,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-green,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-red,.sui-2-2-4 button.sui-button.sui-button-onload,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-blue,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-green,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-red{background:#e6e6e6}.sui-2-2-4 .sui-button.sui-button-onload.sui-button-ghost,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-ghost,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-ghost{border-color:#e6e6e6;background:transparent}.sui-2-2-4 .sui-button.disabled,.sui-2-2-4 .sui-button:disabled,.sui-2-2-4 .sui-button[disabled],.sui-2-2-4 a.sui-button.disabled,.sui-2-2-4 a.sui-button:disabled,.sui-2-2-4 a.sui-button[disabled],.sui-2-2-4 button.sui-button.disabled,.sui-2-2-4 button.sui-button:disabled,.sui-2-2-4 button.sui-button[disabled]{color:#aaa;border-color:#ddd;background:#f8f8f8;-webkit-box-shadow:none;box-shadow:none;pointer-events:none;cursor:default;-webkit-transform:none;-ms-transform:none;transform:none}.sui-2-2-4 .sui-button.disabled:focus,.sui-2-2-4 .sui-button.disabled:hover,.sui-2-2-4 .sui-button:disabled:focus,.sui-2-2-4 .sui-button:disabled:hover,.sui-2-2-4 .sui-button[disabled]:focus,.sui-2-2-4 .sui-button[disabled]:hover,.sui-2-2-4 a.sui-button.disabled:focus,.sui-2-2-4 a.sui-button.disabled:hover,.sui-2-2-4 a.sui-button:disabled:focus,.sui-2-2-4 a.sui-button:disabled:hover,.sui-2-2-4 a.sui-button[disabled]:focus,.sui-2-2-4 a.sui-button[disabled]:hover,.sui-2-2-4 button.sui-button.disabled:focus,.sui-2-2-4 button.sui-button.disabled:hover,.sui-2-2-4 button.sui-button:disabled:focus,.sui-2-2-4 button.sui-button:disabled:hover,.sui-2-2-4 button.sui-button[disabled]:focus,.sui-2-2-4 button.sui-button[disabled]:hover{color:#aaa;border-color:#ddd;background:#f8f8f8;-webkit-box-shadow:none;box-shadow:none;cursor:default;-webkit-transform:none;-ms-transform:none;transform:none}.sui-2-2-4 .sui-button:last-child,.sui-2-2-4 a.sui-button:last-child,.sui-2-2-4 button.sui-button:last-child{margin:0}.sui-2-2-4 .sui-button.sui-button-icon,.sui-2-2-4 a.sui-button.sui-button-icon,.sui-2-2-4 button.sui-button.sui-button-icon{min-width:0}.sui-2-2-4 .sui-button-icon:not(.sui-button){cursor:pointer;display:inline-block;margin:0;padding:0 5px;border:0;border-radius:4px;background-color:transparent;color:#888;font-size:12px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-button-icon:not(.sui-button) i{width:20px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sui-2-2-4 .sui-button-icon:not(.sui-button) i:before{display:block;color:#888}.sui-2-2-4 .sui-button-icon:not(.sui-button),.sui-2-2-4 .sui-button-icon:not(.sui-button):active,.sui-2-2-4 .sui-button-icon:not(.sui-button):hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 .sui-button-icon:not(.sui-button):active,.sui-2-2-4 .sui-button-icon:not(.sui-button):hover{background-color:#f2f2f2;color:#333}.sui-2-2-4 .sui-button-icon:not(.sui-button):active i:before,.sui-2-2-4 .sui-button-icon:not(.sui-button):hover i:before{color:#333}.sui-2-2-4 .sui-toggle{position:relative;display:inline-block;width:34px;height:16px;margin-right:10px}.sui-2-2-4 .sui-toggle.sui-toggle-label{top:3px}.sui-2-2-4 .sui-toggle-label{vertical-align:text-bottom;line-height:22px;margin-left:10px}.sui-2-2-4 .sui-toggle input[type=checkbox][disabled]+.sui-toggle-slider{opacity:.5;cursor:not-allowed}.sui-2-2-4 .sui-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f8f8f8;border-radius:100px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;border:1px solid #e6e6e6}.sui-2-2-4 .sui-toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:-1px;bottom:-1px;background-color:#888;border-radius:50%;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.sui-2-2-4 input[type=checkbox]:checked+.sui-toggle-slider:before{background-color:#17a8e3;-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.sui-2-2-4 .sui-wrap *,.sui-2-2-4 .sui-wrap :after,.sui-2-2-4 .sui-wrap :before{-webkit-box-sizing:border-box;box-sizing:border-box}.sui-2-2-4 .sui-box{position:relative;min-height:20px;background-color:#fff;border-radius:5px;margin-bottom:30px;-webkit-box-shadow:0 2px 0 #e6e6e6;box-shadow:0 2px 0 #e6e6e6}@media (max-width:782px){.sui-2-2-4 .sui-box{margin-bottom:20px}}.sui-2-2-4 .sui-box-header{border-bottom:1px solid #e6e6e6;padding:15px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.sui-2-2-4 .sui-box-header{padding:15px 20px}}.sui-2-2-4 .sui-box-header>h3>i{line-height:30px}.sui-2-2-4 .sui-box-body{padding:30px}@media (max-width:782px){.sui-2-2-4 .sui-box-body{padding:20px}}.sui-2-2-4 .sui-box-body .sui-box-settings-row{position:relative;border-bottom:1px solid #e6e6e6;padding-bottom:30px;display:table;width:100%;margin-top:30px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-box-settings-row{display:block;margin-top:20px;padding-bottom:20px}}.sui-2-2-4 .sui-box-body .sui-box-settings-row:first-of-type{margin-top:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row:last-of-type{padding-bottom:0;border:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-1{display:table-cell;width:230px;padding-right:30px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-1{display:block;padding-top:20px;width:100%;padding-right:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-1:first-child{padding-top:0}}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2{display:table-cell}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2{display:block;padding-top:20px}}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2 .sui-settings-label,.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2 .sui-settings-label-with-tag{color:#666}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-form-field:last-of-type{margin-bottom:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label,.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag{display:block;font-weight:500;line-height:22px;color:#333}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag .sui-tag{margin-left:10px}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-description{line-height:22px}.sui-2-2-4 .sui-box-body .sui-box-settings-row.sui-disabled{background-color:hsla(0,0%,95%,.5);opacity:.5;pointer-events:none}.sui-2-2-4 .sui-box-body.sui-upsell-items{padding:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row{border-bottom:none;margin-top:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:before{position:absolute;display:block;clear:both;height:1px;content:"";background-color:#e6e6e6;left:30px;right:30px;top:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type{margin-top:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type:before{display:none}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:last-of-type{padding-bottom:30px}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:last-of-type:before{display:none}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row{padding-right:30px;padding-left:30px;padding-top:31px}@media (max-width:782px){.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row{padding-right:20px;padding-left:20px;padding-top:21px}}@media (max-width:782px){.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type{padding-top:20px}}.sui-2-2-4 .sui-box-body .sui-upsell-row{position:relative}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-image{position:absolute;bottom:0;width:100px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-image{display:none}}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice{padding-left:130px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice{padding-left:0}}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p{position:relative;border-radius:4px;background-color:#e1f6ff;padding:20px 30px;color:#333;font-size:13px;line-height:22px}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p:after{position:absolute;top:43%;left:0;margin-left:-7px;content:"";width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #e1f6ff}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p:after{display:none}}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p a{color:#333;text-decoration:underline;font-weight:500}.sui-2-2-4 .sui-box-body .sui-settings-box{padding:30px;border:1px solid #e6e6e6;border-radius:5px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-settings-box{padding:20px}}.sui-2-2-4 .sui-box-footer{border-top:1px solid #e6e6e6;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-box-footer.sui-pull-up{margin-top:-15px}@media (max-width:782px){.sui-2-2-4 .sui-box-footer{padding:20px}}.sui-2-2-4 .sui-box-title{display:block;font-weight:700;font-size:15px;line-height:30px;font-family:Roboto,Arial,sans-serif;margin:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sui-2-2-4 .sui-box-title *{vertical-align:middle}.sui-2-2-4 .sui-box-title i{margin-right:10px;display:block;float:left}.sui-2-2-4 .sui-box-title i:before{color:inherit;font-size:20px;vertical-align:text-bottom}.sui-2-2-4 h3.sui-box-title{text-transform:none}.sui-2-2-4 .sui-with-bottom-border{padding-bottom:30px;border-bottom:1px solid #e6e6e6;margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .sui-with-bottom-border{margin-bottom:20px;padding-bottom:20px}}.sui-2-2-4 .sui-border-frame{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0 0;padding:30px}@media (max-width:782px){.sui-2-2-4 .sui-border-frame{padding:20px}}.sui-2-2-4 .sui-col,.sui-2-2-4 [class*=sui-col-]{min-height:1px;padding-left:15px;padding-right:15px;position:relative}@media (max-width:782px){.sui-2-2-4 .sui-col,.sui-2-2-4 [class*=sui-col-]{padding-left:10px;padding-right:10px}}.sui-2-2-4 .sui-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin-right:-15px;margin-bottom:30px;margin-left:-15px}.sui-2-2-4 .sui-row:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-row:last-child{margin-bottom:0}}@media (max-width:782px){.sui-2-2-4 .sui-row{margin-right:-10px;margin-bottom:20px;margin-left:-10px}}.sui-2-2-4 .sui-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sui-2-2-4 .sui-col{-webkit-box-flex:1;-ms-flex:1;flex:1}.sui-2-2-4 [class*=sui-col-]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-xs-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-xs-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-xs-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-xs-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-xs-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-xs-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-xs-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-xs-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-xs-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-xs-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-xs-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-xs-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-xs-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-xs-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-xs-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-xs-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-xs-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-xs-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-xs-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-xs-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-xs-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-xs-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-xs-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-xs-offset-1{margin-left:8.33333%}@media (min-width:0px){.sui-2-2-4 .sui-col-xs-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-xs-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-xs-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-xs-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-xs-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-xs-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-xs-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-xs-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-xs-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-xs-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-xs-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-xs-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-xs-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-xs-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-xs-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-xs-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-xs-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-xs-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-xs-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-xs-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-xs-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-xs-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-xs-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-xs-offset-1{margin-left:8.33333%}}@media (min-width:480px){.sui-2-2-4 .sui-col-sm-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-sm-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-sm-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-sm-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-sm-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-sm-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-sm-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-sm-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-sm-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-sm-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-sm-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-sm-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-sm-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-sm-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-sm-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-sm-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-sm-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-sm-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-sm-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-sm-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-sm-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-sm-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-sm-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-sm-offset-1{margin-left:8.33333%}}@media (min-width:783px){.sui-2-2-4 .sui-col-md-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-md-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-md-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-md-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-md-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-md-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-md-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-md-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-md-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-md-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-md-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-md-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-md-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-md-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-md-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-md-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-md-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-md-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-md-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-md-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-md-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-md-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-md-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-md-offset-1{margin-left:8.33333%}}@media (min-width:1200px){.sui-2-2-4 .sui-col-lg-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-lg-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-lg-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-lg-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-lg-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-lg-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-lg-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-lg-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-lg-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-lg-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-lg-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-lg-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-lg-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-lg-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-lg-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-lg-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-lg-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-lg-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-lg-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-lg-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-lg-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-lg-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-lg-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-lg-offset-1{margin-left:8.33333%}}@media (max-width:1200px){.sui-2-2-4 [class*=sui-col-lg-]:last-child{margin-bottom:0}}@media (max-width:1200px){.sui-2-2-4 [class*=sui-col-lg-]{margin-bottom:30px}}@media (max-width:783px){.sui-2-2-4 [class*=sui-col-lg-]{margin-bottom:20px}}@media (max-width:783px){.sui-2-2-4 [class*=sui-col-md-]:last-child{margin-bottom:0}}@media (max-width:783px){.sui-2-2-4 [class*=sui-col-md-]{margin-bottom:20px}}@media (max-width:480px){.sui-2-2-4 [class*=sui-col-sm-]:last-child{margin-bottom:0}}@media (max-width:480px){.sui-2-2-4 [class*=sui-col-sm-]{margin-bottom:20px}}@media (max-width:0px){.sui-2-2-4 [class*=sui-col-xs-]:last-child{margin-bottom:0}}@media (max-width:0px){.sui-2-2-4 [class*=sui-col-xs-]{margin-bottom:20px}}.sui-2-2-4 .sui-notice-top ol,.sui-2-2-4 .sui-notice-top p,.sui-2-2-4 .sui-notice-top ul,.sui-2-2-4 .sui-notice ol,.sui-2-2-4 .sui-notice p,.sui-2-2-4 .sui-notice ul{padding:0 0 0 30px}@media (max-width:782px){.sui-2-2-4 .sui-notice-top ol,.sui-2-2-4 .sui-notice-top p,.sui-2-2-4 .sui-notice-top ul,.sui-2-2-4 .sui-notice ol,.sui-2-2-4 .sui-notice p,.sui-2-2-4 .sui-notice ul{padding:0 0 0 20px}}.sui-2-2-4 .sui-notice-top p:first-of-type:before,.sui-2-2-4 .sui-notice p:first-of-type:before{content:"I";position:relative;vertical-align:middle;top:-2px;margin-right:10px;margin-left:-30px;color:#888;font-size:20px}@media (max-width:782px){.sui-2-2-4 .sui-notice-top p:first-of-type:before,.sui-2-2-4 .sui-notice p:first-of-type:before{margin-left:-20px}}.sui-2-2-4 .sui-notice-top.sui-notice-info p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-info p:first-of-type:before{color:#17a8e3}.sui-2-2-4 .sui-notice-top.sui-notice-success p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-success p:first-of-type:before{content:"_";color:#1abc9c}.sui-2-2-4 .sui-notice-top.sui-notice-warning p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-warning p:first-of-type:before{content:"!";color:#fecf2f}.sui-2-2-4 .sui-notice-top.sui-notice-error p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-error p:first-of-type:before{content:"!";color:#ff6d6d}.sui-2-2-4 .sui-notice{display:block;margin:30px 0;border-radius:4px;padding:15px 30px;background-color:#f2f2f2}.sui-2-2-4 .sui-notice p{margin:15px 0}.sui-2-2-4 .sui-notice p:first-child,.sui-2-2-4 .sui-notice p:first-of-type{margin-top:0}.sui-2-2-4 .sui-notice p:last-child,.sui-2-2-4 .sui-notice p:last-of-type{margin-bottom:0}.sui-2-2-4 .sui-notice,.sui-2-2-4 .sui-notice p{color:#333}.sui-2-2-4 .sui-notice p strong,.sui-2-2-4 .sui-notice strong{font-weight:500}.sui-2-2-4 .sui-notice .sui-notice-dismiss{display:block;margin:6px 0 -5px;padding:0 0 0 30px}.sui-2-2-4 .sui-notice .sui-notice-dismiss a{margin-left:-10px;padding:5px 10px;color:#888;font-size:12px;line-break:16px;font-weight:500;text-transform:uppercase;text-decoration:none}.sui-2-2-4 .sui-notice .sui-notice-dismiss a:active,.sui-2-2-4 .sui-notice .sui-notice-dismiss a:hover{color:#333}.sui-2-2-4 .sui-notice:first-child{margin-top:0}@media (max-width:782px){.sui-2-2-4 .sui-notice:first-child{margin-top:0}}.sui-2-2-4 .sui-notice:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-notice:last-child{margin-bottom:0}}.sui-2-2-4 .sui-notice.sui-notice-icon-tick p:first-of-type:before{content:"_"}.sui-2-2-4 .sui-notice .sui-notice-buttons{margin-left:30px;margin-top:15px}.sui-2-2-4 .sui-notice.sui-no-notice-icon ol,.sui-2-2-4 .sui-notice.sui-no-notice-icon p,.sui-2-2-4 .sui-notice.sui-no-notice-icon ul{padding:0}.sui-2-2-4 .sui-notice.sui-no-notice-icon p:first-of-type:before{content:none;margin:0;padding:0}.sui-2-2-4 .sui-notice.sui-no-notice-icon .sui-notice-buttons{margin-left:0}.sui-2-2-4 .sui-notice.sui-notice-info{background-color:#e1f6ff}.sui-2-2-4 .sui-notice.sui-notice-success{background-color:#d1f1ea}.sui-2-2-4 .sui-notice.sui-notice-warning{background-color:#fff5d5}.sui-2-2-4 .sui-notice.sui-notice-error{background-color:#ffe5e9}.sui-2-2-4 .sui-notice.sui-notice-sm ol,.sui-2-2-4 .sui-notice.sui-notice-sm p,.sui-2-2-4 .sui-notice.sui-notice-sm ul{font-size:13px;line-height:22px}.sui-2-2-4 .sui-notice.sui-notice-sm ol:before,.sui-2-2-4 .sui-notice.sui-notice-sm p:before,.sui-2-2-4 .sui-notice.sui-notice-sm ul:before{font-size:16px;margin-right:14px}@media (max-width:782px){.sui-2-2-4 .sui-notice{margin:20px 0;padding:10px 20px}}.sui-2-2-4 .sui-notice-top{width:100%;max-width:600px;display:block;position:fixed;z-index:99999;top:17px;left:50%;margin:0;margin-left:80px;border-radius:4px;border-left:2px solid #888;padding:15px 20px 15px 18px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.15) 0 5px 25px 0;box-shadow:0 5px 25px 0 rgba(0,0,0,.15);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-notice-top p{margin:15px 0;color:#666;font:400 13px/22px Roboto,Arial,sans-serif;letter-spacing:-.19px}.sui-2-2-4 .sui-notice-top p:first-of-type:before{top:-1px;font-size:16px}.sui-2-2-4 .sui-notice-top p strong{color:#333;font-weight:500}.sui-2-2-4 .sui-notice-top p:first-child,.sui-2-2-4 .sui-notice-top p:first-of-type{margin-top:0}.sui-2-2-4 .sui-notice-top p:last-child,.sui-2-2-4 .sui-notice-top p:last-of-type{margin-bottom:0}.sui-2-2-4 .sui-notice-top.sui-notice-success{border-left-color:#1abc9c}.sui-2-2-4 .sui-notice-top.sui-notice-warning{border-left-color:#fecf2f}.sui-2-2-4 .sui-notice-top.sui-notice-error{border-left-color:#ff6d6d}.sui-2-2-4 .sui-notice-top.sui-notice-info{border-left-color:#17a8e3}.sui-2-2-4 .sui-notice-top.sui-can-dismiss{display:-webkit-box;display:-ms-flexbox;display:flex}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-content{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;margin:-15px -20px -15px 0}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:0 4px 4px 0;background-color:#f8f8f8;color:#888;font:500 11px/13px Roboto,Arial,sans-serif;text-transform:uppercase;text-align:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:before{color:#888;font-size:13px}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:active,.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:hover{background-color:#e6e6e6}@media (max-width:782px){.sui-2-2-4 .sui-notice-top{width:90%;top:23px;margin-left:0}}.sui-2-2-4.wp-admin.folded .sui-notice-top{margin-left:18px}@media (max-width:782px){.sui-2-2-4.wp-admin.folded .sui-notice-top{margin-left:0}}.sui-2-2-4 .sui-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:1;margin-bottom:30px}.sui-2-2-4 .sui-header h1{text-transform:uppercase}@media (max-width:782px){.sui-2-2-4 .sui-header h1{width:100%}}@media (max-width:782px){.sui-2-2-4 .sui-header{margin-bottom:20px}}@media (max-width:782px){.sui-2-2-4 .sui-header .sui-actions-right{margin-left:0;margin-right:auto;margin-top:10px}}@media (max-width:782px){.sui-2-2-4 .sui-header .sui-actions-left{margin-left:0;margin-right:0;margin-top:10px}}.sui-2-2-4 .sui-header-title{color:#333;margin:0;text-align:left;text-transform:uppercase;font-weight:700;max-width:none;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sui-2-2-4 .sui-summary{padding:15px 30px 0;background-image:url(../image/graphic-hb-minify-summary@2x.png);background-repeat:no-repeat;background-position:3% 100%;background-size:192px 172px}@media (max-width:782px){.sui-2-2-4 .sui-summary{padding:20px 20px 10px}}@media (max-width:1100px){.sui-2-2-4 .sui-summary{background-image:none!important}}.sui-2-2-4 .sui-summary .sui-summary-image-space{width:100%;min-height:172px;float:left;max-width:192px}@media (max-width:1100px){.sui-2-2-4 .sui-summary .sui-summary-image-space{display:none!important}}.sui-2-2-4 .sui-summary .sui-summary-segment{position:relative;color:#333;width:calc(100% / 2 - 98px);padding-left:5%;display:inline-block;vertical-align:middle}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details{position:absolute;top:-5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);min-height:80px}@media (max-width:600px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details{position:inherit;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub{display:block;font-size:13px;margin-top:0;margin-bottom:20px;line-height:22px;color:#888}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub:last-of-type{margin-bottom:0}@media (max-width:960px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub{margin-bottom:5px}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-percent{font-size:13px;line-height:22px;margin-left:-5px}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i{position:relative;top:-22px;left:5px;font-size:16px}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i+.sui-summary-percent{margin-left:-20px}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-error:before,.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-info:before,.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-success:before,.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-warning:before{color:inherit}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-large{font-size:50px;line-height:55px;margin-bottom:20px}@media (max-width:1100px){.sui-2-2-4 .sui-summary .sui-summary-segment{text-align:left;padding-left:0;width:49%}}@media (max-width:600px){.sui-2-2-4 .sui-summary .sui-summary-segment{display:block;text-align:center;width:100%}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list{margin:0 0 15px}@media (max-width:783px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list{margin:0 0 10px}}@media (max-width:600px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list{text-align:left}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list .sui-list-detail{font-size:13px;font-weight:500;line-height:22px;color:#888}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list .sui-list-detail i{line-height:0;vertical-align:middle}.sui-2-2-4 .sui-list{list-style:none;margin:0 0 20px;padding:0}.sui-2-2-4 .sui-list.sui-list-inline{margin-top:20px;margin-bottom:0}.sui-2-2-4 .sui-list.sui-list-standalone{margin-bottom:20px}.sui-2-2-4 .sui-list>li{position:relative;display:table;width:100%;padding:6px 0;margin:0;border-collapse:collapse;border-spacing:0}.sui-2-2-4 .sui-list>li>div{display:table-row}.sui-2-2-4 .sui-list>li.sui-list-header{color:#333;font-size:13px;font-weight:700;line-height:30px;padding-bottom:0}.sui-2-2-4 .sui-list>li.sui-list-header span{display:table-cell;border-bottom:1px solid #eee}.sui-2-2-4 .sui-list>li.sui-list-header span:nth-child(2){text-align:right}.sui-2-2-4 .sui-list>li .sui-list-detail{color:#888;text-align:right;padding:10px 0;font-size:13px;font-weight:500;line-height:22px}.sui-2-2-4 .sui-list>li .sui-list-detail .sui-tag{font-family:Roboto,Arial,sans-serif}.sui-2-2-4 .sui-list>li .sui-list-detail,.sui-2-2-4 .sui-list>li .sui-list-label{display:table-cell;vertical-align:middle;cursor:default;border-bottom:1px solid #eee}.sui-2-2-4 .sui-list>li .sui-list-label{font-size:13px;font-weight:500;line-height:22px;padding:19px 10px 19px 0;color:#333}.sui-2-2-4 .sui-list>li .sui-list-label.sui-list-header{font-family:Roboto Condensed,Roboto,Arial,sans-serif;width:200px}.sui-2-2-4 .sui-list>li:last-of-type .sui-list-detail,.sui-2-2-4 .sui-list>li:last-of-type .sui-list-label{border-bottom:none}.sui-2-2-4 .sui-list.sui-list-top-border{border-top:1px solid #eee}.sui-2-2-4 .sui-list.sui-list-bottom-border{border-bottom:1px solid #eee}.sui-2-2-4 .sui-tooltip{position:relative}.sui-2-2-4 .sui-tooltip:after,.sui-2-2-4 .sui-tooltip:before{content:"";opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;position:absolute;z-index:1;-webkit-transition:margin .2s,opacity .2s;-o-transition:margin .2s,opacity .2s;transition:margin .2s,opacity .2s}.sui-2-2-4 .sui-tooltip:before{border:5px solid transparent}.sui-2-2-4 .sui-tooltip:after{content:attr(data-tooltip);min-width:40px;padding:8px 12px;border-radius:4px;background:#333;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font:500 12px/18px Roboto,Arial,sans-serif;text-transform:none;text-align:center;white-space:nowrap}.sui-2-2-4 .sui-tooltip:hover:after,.sui-2-2-4 .sui-tooltip:hover:before{opacity:1}.sui-2-2-4 .sui-tooltip.sui-tooltip-constrained:after{min-width:240px;white-space:normal}.sui-2-2-4 .sui-tooltip.sui-tooltip-top:before,.sui-2-2-4 .sui-tooltip:before{bottom:100%;left:50%;border-top-color:#333;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-top:after,.sui-2-2-4 .sui-tooltip:after{bottom:100%;left:50%;margin:0 0 10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-top-right:after{left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sui-2-2-4 .sui-tooltip.sui-tooltip-top-left:after{left:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);right:0}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-left:before,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-right:before,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom:before{top:100%;bottom:inherit;border-top-color:transparent;border-bottom-color:#333}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-left:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-right:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom:after{top:100%;bottom:inherit;margin:10px 0 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-right:after{left:0}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-left:after{left:auto;right:0}.sui-2-2-4 .sui-tooltip.sui-tooltip-left:before{border-top-color:transparent;border-left-color:#333}.sui-2-2-4 .sui-tooltip.sui-tooltip-left:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-left:before{top:50%;right:100%;bottom:inherit;left:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-left:after{margin:0 10px 0 0}.sui-2-2-4 .sui-tooltip.sui-tooltip-right:before{border-top-color:transparent;border-right-color:#333}.sui-2-2-4 .sui-tooltip.sui-tooltip-right:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-right:before{top:50%;bottom:inherit;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-right:after{margin:0 0 0 10px}.sui-2-2-4 .select-container{position:relative;z-index:1;display:block;cursor:pointer;border-radius:4px;-webkit-transition-property:background,border-color;-o-transition-property:background,border-color;transition-property:background,border-color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;text-align:left;border:1px solid #ddd;background-color:#f8f8f8}.sui-2-2-4 .select-container .dropdown-handle{-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s;display:inline-block;position:absolute;width:45px;height:auto;top:0;right:0;z-index:1011;border-radius:0 4px 4px 0;border-bottom:0;border-left-color:transparent;padding:0;text-align:center;line-height:38px;-webkit-transition-property:color,border-color;-o-transition-property:color,border-color;transition-property:color,border-color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;color:#888}.sui-2-2-4 .select-container .dropdown-handle i:before{vertical-align:middle;font-size:12px}.sui-2-2-4 .select-container.sui-mobile-nav{background-color:#fff;margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .select-container.sui-mobile-nav{margin-bottom:20px}}.sui-2-2-4 .select-container.sui-mobile-nav .dropdown-handle{background-color:#fff;font-size:13px}.sui-2-2-4 .select-container:hover{border-color:#ddd}.sui-2-2-4 .select-container:hover .list-value{color:#333}.sui-2-2-4 .select-container:hover .list-results{border-left-color:#ddd;border-right-color:#ddd;border-bottom-color:#ddd}.sui-2-2-4 .select-container:hover .dropdown-handle{border-top-color:#ddd;border-right-color:#ddd}.sui-2-2-4 .select-container.active{z-index:99999;background:#f8f8f8}.sui-2-2-4 .select-container.active .list-value{background:#f8f8f8;border-radius:3px 0 0 0;color:#333}.sui-2-2-4 .select-container.active .dropdown-handle{border-color:#ddd;border-bottom-right-radius:3px}.sui-2-2-4 .select-container.active .list-results{left:0;right:0;width:auto;display:block;-webkit-transition-duration:0ms;-o-transition-duration:0ms;transition-duration:0ms}.sui-2-2-4 .select-container.active.sui-mobile-nav .dropdown-handle{background-color:transparent;font-size:13px}.sui-2-2-4 .select-container.active:hover{border-color:#ddd}.sui-2-2-4 .select-container.active:hover .list-value{color:#333}.sui-2-2-4 .select-container.active:hover .list-results{border-color:#ddd}.sui-2-2-4 .select-container.active:hover .list-results li{opacity:1}.sui-2-2-4 .select-container.active:hover .dropdown-handle{border-color:#ddd;color:#ddd}.sui-2-2-4 .select-list-container{position:relative;display:block;vertical-align:middle;padding-right:45px;zoom:1}.sui-2-2-4 .select-list-container .list-value{position:relative;display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;background-clip:padding-box;text-decoration:none;white-space:nowrap;height:auto;width:100%;padding:8px 8px 8px 15px;border:0;color:#aaa;-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.sui-2-2-4 .select-list-container .list-results,.sui-2-2-4 .select-list-container .list-value{font:500 15px/22px Roboto,Arial,sans-serif;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.sui-2-2-4 .select-list-container .list-results{position:absolute;top:41px;left:-9999px;right:-9999px;z-index:1010;width:0;background:#fff;border:1px solid #e6e6e6;margin-left:-1px;margin-right:-1px;margin-top:1px;display:none;border-radius:4px;-webkit-transition-property:opacity,border-color;-o-transition-property:opacity,border-color;transition-property:opacity,border-color;padding-left:0;max-height:200px;overflow-y:auto}.sui-2-2-4 .select-list-container .list-results li{padding:10px 15px;background:none;color:#888;cursor:pointer;list-style:none;font-weight:400;line-height:15px;word-wrap:break-word;margin:0;opacity:.8;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;border-radius:0!important}.sui-2-2-4 .select-list-container .list-results .optgroup{cursor:default;padding-left:0}.sui-2-2-4 .select-list-container .list-results .optgroup li{padding-left:30px;cursor:pointer}.sui-2-2-4 .select-list-container .list-results .optgroup li.optgroup-label{padding-left:10px;color:#aaa;font-weight:500;font-size:12px;line-height:12px;cursor:default;pointer-events:none}.sui-2-2-4 .select-list-container .list-results li:last-child{border-radius:0 0 3px 3px}.sui-2-2-4 .select-list-container .list-results li:not(.current):hover{background:#f2f2f2;color:#333}.sui-2-2-4 .select-list-container .list-results .optgroup li.optgroup-label:hover{background:none}.sui-2-2-4 .select-list-container .list-results .current{background:#888;color:#fff}.sui-2-2-4 .list-table>tbody>.select-open td,.sui-2-2-4 .list-table>tfoot>.select-open th,.sui-2-2-4 .list-table>thead>.select-open th{z-index:9}.sui-2-2-4 .sui-tag{display:inline-block;background-color:#fecf2f;color:#333;border-radius:15px;min-width:39px;height:26px;font-size:12px;line-height:26px;text-align:center;font-weight:500;padding:0 16px;cursor:default}.sui-2-2-4 .sui-tag.sui-tag-success{background-color:#1abc9c;color:#fff}.sui-2-2-4 .sui-tag.sui-tag-error{background-color:#ff6d6d;color:#fff}.sui-2-2-4 .sui-tag.sui-tag-inactive{background-color:#e6e6e6;color:#aaa}.sui-2-2-4 .sui-tag.sui-tag-disabled{background-color:#f8f8f8;color:#aaa}.sui-2-2-4 .sui-tag.sui-tag-upgrade{background-color:#1abc9c;color:#fff}.sui-2-2-4 .sui-tag.sui-tag-upsell{border:2px solid #d1f1ea;color:#1abc9c;width:auto;height:26px;line-height:15px;background:transparent;padding:4px 16px}.sui-2-2-4 .sui-tag.sui-tag-pro{min-width:auto;height:12px;padding:2px 5px 1px;border-radius:6px;color:#fff;background-color:#8d00b1;font-size:8px;line-height:9px;text-align:center}.sui-2-2-4 .sui-inline-label,.sui-2-2-4 .sui-label{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#888;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.sui-2-2-4 label[for]{cursor:pointer}.sui-2-2-4 .sui-label{display:block;margin:0 0 5px}.sui-2-2-4 .sui-label:last-child{margin:0}.sui-2-2-4 .sui-label span.sui-tag{vertical-align:text-top;margin-left:5px}.sui-2-2-4 .sui-label-link{margin-left:auto;margin-right:0;font-weight:400;color:#888}.sui-2-2-4 .sui-inline-label{display:inline-block;margin:0;padding:0}.sui-2-2-4 .sui-form-control,.sui-2-2-4 .sui-multi-checkbox,.sui-2-2-4 .sui-upload-group{width:100%;height:40px;display:block;margin:0;padding:9px 14px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;background-image:none;color:#333;font-size:15px;line-height:20px;font-family:Roboto,Arial,sans-serif;font-weight:500;letter-spacing:-.025em;-webkit-transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;-o-transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out}.sui-2-2-4 .sui-form-control::-ms-expand,.sui-2-2-4 .sui-multi-checkbox::-ms-expand,.sui-2-2-4 .sui-upload-group::-ms-expand{border:0;background-color:transparent}.sui-2-2-4 .sui-form-control[disabled],.sui-2-2-4 .sui-multi-checkbox[disabled],.sui-2-2-4 .sui-upload-group[disabled],fieldset[disabled] .sui-2-2-4 .sui-form-control,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox,fieldset[disabled] .sui-2-2-4 .sui-upload-group{cursor:not-allowed}.sui-2-2-4 .sui-form-control[disabled],.sui-2-2-4 .sui-form-control[disabled]:focus,.sui-2-2-4 .sui-form-control[disabled]:hover,.sui-2-2-4 .sui-multi-checkbox[disabled],.sui-2-2-4 .sui-multi-checkbox[disabled]:focus,.sui-2-2-4 .sui-multi-checkbox[disabled]:hover,.sui-2-2-4 .sui-upload-group[disabled],.sui-2-2-4 .sui-upload-group[disabled]:focus,.sui-2-2-4 .sui-upload-group[disabled]:hover,fieldset[disabled] .sui-2-2-4 .sui-form-control,fieldset[disabled] .sui-2-2-4 .sui-form-control:focus,fieldset[disabled] .sui-2-2-4 .sui-form-control:hover,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox:focus,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox:hover,fieldset[disabled] .sui-2-2-4 .sui-upload-group,fieldset[disabled] .sui-2-2-4 .sui-upload-group:focus,fieldset[disabled] .sui-2-2-4 .sui-upload-group:hover{border-color:#f2f2f2;background-color:#f2f2f2;color:#aaa}.sui-2-2-4 .sui-form-control,.sui-2-2-4 .sui-form-control:focus,.sui-2-2-4 .sui-form-control:hover,.sui-2-2-4 .sui-multi-checkbox,.sui-2-2-4 .sui-multi-checkbox:focus,.sui-2-2-4 .sui-multi-checkbox:hover,.sui-2-2-4 .sui-upload-group,.sui-2-2-4 .sui-upload-group:focus,.sui-2-2-4 .sui-upload-group:hover{-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 .sui-form-control:focus,.sui-2-2-4 .sui-form-control:hover,.sui-2-2-4 .sui-multi-checkbox:focus,.sui-2-2-4 .sui-multi-checkbox:hover,.sui-2-2-4 .sui-upload-group:focus,.sui-2-2-4 .sui-upload-group:hover{background-color:#fff;border:1px solid #ddd}.sui-2-2-4 .sui-form-control:focus,.sui-2-2-4 .sui-multi-checkbox:focus,.sui-2-2-4 .sui-upload-group:focus{color:#333;outline:0;background-color:#fff}.sui-2-2-4 .sui-form-control::-webkit-input-placeholder,.sui-2-2-4 .sui-multi-checkbox::-webkit-input-placeholder,.sui-2-2-4 .sui-upload-group::-webkit-input-placeholder{color:#aaa}.sui-2-2-4 .sui-form-control:-ms-input-placeholder,.sui-2-2-4 .sui-form-control::-ms-input-placeholder,.sui-2-2-4 .sui-multi-checkbox:-ms-input-placeholder,.sui-2-2-4 .sui-multi-checkbox::-ms-input-placeholder,.sui-2-2-4 .sui-upload-group:-ms-input-placeholder,.sui-2-2-4 .sui-upload-group::-ms-input-placeholder{color:#aaa}.sui-2-2-4 .sui-form-control::placeholder,.sui-2-2-4 .sui-multi-checkbox::placeholder,.sui-2-2-4 .sui-upload-group::placeholder{color:#aaa}.sui-2-2-4 textarea.sui-form-control,.sui-2-2-4 textarea.sui-multi-checkbox,.sui-2-2-4 textarea.sui-upload-group{line-height:20px;height:auto;max-width:100%;resize:vertical}.sui-2-2-4 select.sui-form-control,.sui-2-2-4 select.sui-multi-checkbox,.sui-2-2-4 select.sui-upload-group{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAs0lEQVQ4T6WS2w0CIRBF59KA2oklaAdbgpbgB48SIBThduKWYClrA2CGgEEXNWH5moR7Zu48QJ0PnRytA6WUe67svb//clDrUkWt9UxEMYRw/AYzJIS4sd45t0ugMeZERNcY49yCCwRgS0Rna+346rGGAVz4s06aW0gQx2/DUUoNAEYAG86cxezkAWCw1k5lBoupZltThomhEMLhs/fmOgrM2VvQwmq9in8rWncAPWfXXfEJ6RpWD7sJ1JwAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center right 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;line-height:1}.sui-2-2-4 .sui-control-with-icon{position:relative}.sui-2-2-4 .sui-control-with-icon i{width:16px;height:16px;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:11px;left:14px}.sui-2-2-4 .sui-control-with-icon i:before{color:#aaa;display:block}.sui-2-2-4 .sui-control-with-icon .sui-form-control,.sui-2-2-4 .sui-control-with-icon .sui-multi-checkbox,.sui-2-2-4 .sui-control-with-icon .sui-upload-group{padding-left:40px}.sui-2-2-4 .sui-control-with-icon.sui-right-icon i{right:14px;left:auto;color:#888}.sui-2-2-4 .sui-control-with-icon.sui-right-icon .sui-form-control,.sui-2-2-4 .sui-control-with-icon.sui-right-icon .sui-multi-checkbox,.sui-2-2-4 .sui-control-with-icon.sui-right-icon .sui-upload-group{padding-right:40px;padding-left:14px}.sui-2-2-4 .sui-with-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-with-button .sui-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.sui-2-2-4 .sui-with-button .sui-form-control,.sui-2-2-4 .sui-with-button .sui-multi-checkbox,.sui-2-2-4 .sui-with-button .sui-upload-group{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px}.sui-2-2-4 .sui-with-button .sui-form-control:first-child,.sui-2-2-4 .sui-with-button .sui-multi-checkbox:first-child,.sui-2-2-4 .sui-with-button .sui-upload-group:first-child{margin-left:0}.sui-2-2-4 .sui-with-button .sui-form-control:last-child,.sui-2-2-4 .sui-with-button .sui-multi-checkbox:last-child,.sui-2-2-4 .sui-with-button .sui-upload-group:last-child{margin-right:0}.sui-2-2-4 .sui-with-button.sui-with-button-icon,.sui-2-2-4 .sui-with-button.sui-with-button-inside{display:block;position:relative}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-button,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-button-icon,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-button,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-button-icon{position:absolute;top:5px;right:5px}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-button-lg,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-button-lg{top:0;right:0}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-upload-group,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-upload-group{margin:0}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-upload-group{padding-right:40px}.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-upload-group{padding-right:90px}.sui-2-2-4 .sui-input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.sui-2-2-4 .sui-form-field{margin-bottom:30px}.sui-2-2-4 .sui-form-field:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-form-field:last-child{margin-bottom:0}}@media (max-width:782px){.sui-2-2-4 .sui-form-field{margin-bottom:20px}}.sui-2-2-4 .sui-form-field-error .sui-form-control,.sui-2-2-4 .sui-form-field-error .sui-multi-checkbox,.sui-2-2-4 .sui-form-field-error .sui-upload-group{border-bottom:2px solid #ff6d6d}.sui-2-2-4 .sui-form-field-error .sui-control-with-icon i:before{color:#ff6d6d}.sui-2-2-4 .sui-error-message{display:block;margin-top:8px;color:#ff6d6d;font-size:12px;line-height:16px;font-weight:500}.sui-2-2-4 .sui-description,.sui-2-2-4 .sui-multi-checkbox label{display:block;margin-top:5px;color:#888;font-size:13px;line-height:16px;font-weight:400}.sui-2-2-4 .sui-description.sui-toggle-description,.sui-2-2-4 .sui-multi-checkbox label.sui-toggle-description{margin-left:48px}.sui-2-2-4 .sui-description.sui-checkbox-description,.sui-2-2-4 .sui-description.sui-radio-description,.sui-2-2-4 .sui-multi-checkbox label.sui-checkbox-description,.sui-2-2-4 .sui-multi-checkbox label.sui-radio-description{margin:0 27px 5px}.sui-2-2-4 .sui-password-group{position:relative}.sui-2-2-4 .sui-password-group .sui-password-toggle{cursor:pointer;background:transparent;border:none;color:#888;font-size:15px;line-height:1em;padding:0;position:absolute;top:50%;right:7px;height:30px;width:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0;border-radius:4px}.sui-2-2-4 .sui-password-group .sui-password-toggle:hover{background-color:rgba(0,0,0,.03)}.sui-2-2-4 .sui-password-group .sui-password-toggle:hover i:before{color:#666}.sui-2-2-4 .sui-checkbox,.sui-2-2-4 .sui-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag),.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag){-ms-flex-negative:0;flex-shrink:0;position:relative;display:inline-block;width:16px;height:16px;background-color:#e6e6e6;cursor:pointer;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;border:1px solid #ddd;border-radius:3px;margin-top:3px}.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag):before,.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag):before{opacity:0;content:"(";color:#fff;font-size:10px;line-height:14px;position:absolute;width:100%;text-align:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.sui-2-2-4 .sui-checkbox span.sui-tag,.sui-2-2-4 .sui-radio span.sui-tag{margin-top:auto;margin-bottom:auto;margin-left:10px}.sui-2-2-4 .sui-checkbox input:checked+span:not(.sui-description),.sui-2-2-4 .sui-radio input:checked+span:not(.sui-description){border:1px solid #17a8e3;background-color:#17a8e3}.sui-2-2-4 .sui-checkbox input:checked+span:not(.sui-description):before,.sui-2-2-4 .sui-radio input:checked+span:not(.sui-description):before{opacity:1}.sui-2-2-4 .sui-checkbox .sui-description,.sui-2-2-4 .sui-radio .sui-description{cursor:pointer;margin-top:0;margin-left:10px;font-size:15px;line-height:22px;color:#666;font-weight:500}.sui-2-2-4 .sui-checkbox .sui-description.sui-description-sm,.sui-2-2-4 .sui-radio .sui-description.sui-description-sm{font-size:13px}.sui-2-2-4 .sui-checkbox input[disabled]+span:not(.sui-description),.sui-2-2-4 .sui-radio input[disabled]+span:not(.sui-description),fieldset[disabled] .sui-2-2-4 .sui-checkbox+span:not(.sui-description),fieldset[disabled] .sui-2-2-4 .sui-radio+span:not(.sui-description){cursor:not-allowed;opacity:.5}.sui-2-2-4 .sui-checkbox input[disabled]+span+span.sui-description,.sui-2-2-4 .sui-radio input[disabled]+span+span.sui-description{color:#aaa;cursor:not-allowed}.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag){border-radius:3px}.sui-2-2-4 .sui-checkbox+.sui-checkbox{margin-top:10px}.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag){border-radius:50%}.sui-2-2-4 .sui-radio+.sui-radio{margin-top:10px}.sui-2-2-4 .sui-upload-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-upload-button{background-color:transparent;border-radius:4px;display:inline-block;margin:0 5px 0 0;font-size:13px;font-weight:400;line-height:1.5;pointer-events:none;padding:1px 16px;border:1px solid #ddd;background:0 0;color:#888;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.sui-2-2-4 .sui-upload-label{width:100%}.sui-2-2-4 .sui-upload-label:focus .sui-upload-button,.sui-2-2-4 .sui-upload-label:hover .sui-upload-button{background-color:#888;border-color:#888;color:#fff}.sui-2-2-4 .sui-upload-message{font-weight:400}.sui-2-2-4 .sui-date{position:relative}.sui-2-2-4 .sui-date .sui-form-control,.sui-2-2-4 .sui-date .sui-multi-checkbox,.sui-2-2-4 .sui-date .sui-upload-group{padding-right:40px}.sui-2-2-4 .sui-date i{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:5px;right:5px}.sui-2-2-4 .sui-date i:before{display:block}.sui-2-2-4 .sui-multi-checkbox{height:auto;max-height:114px;overflow-y:auto;padding:1px}.sui-2-2-4 .sui-multi-checkbox label{margin:1px 0}.sui-2-2-4 .sui-multi-checkbox label input:checked+span{background-color:#17a8e3;color:#fff}.sui-2-2-4 .sui-multi-checkbox label span{display:block;padding:10px}.sui-2-2-4 .sui-multi-checkbox label:first-child{margin-top:0}.sui-2-2-4 .sui-multi-checkbox label:first-child span{border-radius:3px 3px 0 0}.sui-2-2-4 .sui-multi-checkbox label:last-child{margin-bottom:0}.sui-2-2-4 .sui-multi-checkbox label:last-child span{border-radius:0 0 3px 3px}.sui-2-2-4 .sui-tabs{float:none;position:relative;padding:0;margin:0;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px}.sui-2-2-4 .sui-tabs:after,.sui-2-2-4 .sui-tabs:before{content:"";display:table;clear:both}.sui-2-2-4 .sui-tabs .sui-tab{float:left}.sui-2-2-4 .sui-tabs .sui-tab:first-child label{border-top-left-radius:5px}.sui-2-2-4 .sui-tabs .sui-tab label{display:block;margin:0;top:0;cursor:pointer;position:relative;border:0;font-size:15px;text-transform:capitalize;color:#888;padding:0 10px;line-height:1.5em;height:40px}.sui-2-2-4 .sui-tabs .sui-tab input[type=radio]{display:none}.sui-2-2-4 .sui-tabs .sui-tab input[type=radio]:checked+label{background-color:#fff;color:#888;height:61px;z-index:3}.sui-2-2-4 .sui-tabs .sui-tab .sui-tab-content{z-index:2;display:none;text-align:left;left:0;right:0;width:auto;padding:30px 0 0;position:absolute;min-height:150px;border-top:1px solid #e6e6e6;background-color:#fff;overflow:auto;border-top:2px solid #e6e6e6;top:38px}@media (max-width:782px){.sui-2-2-4 .sui-tabs .sui-tab .sui-tab-content{padding:20px 0 0}}.sui-2-2-4 .sui-tabs .sui-tab input[type=radio]:checked~.sui-tab-content{display:block}.sui-2-2-4 .sui-tabs .sui-tab>.active{color:#333;border-bottom:2px solid #333;z-index:10}.sui-2-2-4 .sui-row-with-sidenav{clear:both;position:relative;display:table;width:100%;table-layout:fixed;margin-bottom:30px}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav{display:block}}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav{width:220px;padding-right:30px;display:table-cell;position:relative;vertical-align:top}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav{display:block;width:100%;padding:0}}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav ul{padding:0}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav li{list-style:none;margin-bottom:6px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab{position:relative;padding:5px 15px;height:30px;line-height:1.5em}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab.current{background-color:#e6e6e6;border-radius:20px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab.current a{color:#333;font-weight:500}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab .sui-tag,.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i{position:absolute;top:2px;right:3px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i{top:4px;right:4px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i:before{font-size:21px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a{color:#666;display:block;font-weight:400;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a:focus,.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a:hover{color:#333}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-sidenav-hide-md{display:none}}@media (min-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-sidenav-hide-lg{display:none}}.sui-2-2-4 .sui-row-with-sidenav .sui-box{display:block;position:relative;vertical-align:top}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-box{display:block}}.sui-2-2-4 .sui-dropdown{position:relative;display:inline-block;text-align:left}.sui-2-2-4 .sui-dropdown-anchor{display:inline-block;color:#888}.sui-2-2-4 .sui-dropdown-anchor:active,.sui-2-2-4 .sui-dropdown-anchor:focus,.sui-2-2-4 .sui-dropdown-anchor:hover,.sui-2-2-4 .sui-dropdown-anchor:hover:not(:focus):not(:active),.sui-2-2-4 .sui-dropdown.open .sui-dropdown-anchor{color:#17a8e3}.sui-2-2-4 .sui-dropdown.open ul{display:block;list-style:none}.sui-2-2-4 .sui-dropdown.open:after,.sui-2-2-4 .sui-dropdown.open:before{content:"";position:absolute;border-style:solid;border-width:0 9px 9px;display:block;width:0;border-top-color:#333;margin:7px 0 0}.sui-2-2-4 .sui-dropdown.open:after{border-color:#fff transparent;z-index:11;top:24px}.sui-2-2-4 .sui-dropdown.open:before{border-color:#e6e6e6 transparent;z-index:10;top:23px}.sui-2-2-4 .sui-dropdown ul{border:1px solid #ddd;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.05);box-shadow:0 3px 7px 0 rgba(0,0,0,.05);min-width:180px;margin-bottom:0;margin-top:0;padding:10px 0;font:500 15px/25px Roboto,Arial,sans-serif;background:#fff;position:absolute;left:auto;right:-22px;top:130%;z-index:10;border-radius:4px;display:none}.sui-2-2-4 .sui-dropdown ul li{padding:10px 15px;background:none;color:#888;cursor:pointer;list-style:none;font-weight:400;line-height:15px;word-wrap:break-word;margin:0;opacity:.8;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;border-radius:0!important}.sui-2-2-4 .sui-dropdown ul li a{font-weight:300;color:inherit}.sui-2-2-4 .sui-dropdown ul li a:hover{color:inherit}.sui-2-2-4 .sui-dropdown ul li:hover:not(.sui-dropdown-label){background:#f2f2f2;color:#333}.sui-2-2-4 .sui-dropdown ul li.active{background:#f8f8f8;color:#333}.sui-2-2-4 .sui-dropdown ul li.current{background:#888;color:#fff}.sui-2-2-4 .sui-dropdown ul li.sui-dropdown-label{border-bottom:1px solid #e6e6e6;line-height:30px;cursor:default;color:#666}.sui-2-2-4 .sui-dropdown.sui-dropdown-right ul{left:-22px;-webkit-transform:none;-ms-transform:none;transform:none}.sui-2-2-4 .sui-dropdown.sui-dropdown-center ul{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-dropdown.wds-item-loading{font-size:18px}.sui-2-2-4 .sui-dropdown.wds-item-loading .sui-dropdown-anchor{visibility:hidden}@-webkit-keyframes sui1{to{stroke-dasharray:2.63894 262.89378}}@keyframes sui1{to{stroke-dasharray:2.63894 262.89378}}@-webkit-keyframes sui2{to{stroke-dasharray:5.27788 525.78757}}@keyframes sui2{to{stroke-dasharray:5.27788 525.78757}}@-webkit-keyframes sui3{to{stroke-dasharray:7.91681 788.68135}}@keyframes sui3{to{stroke-dasharray:7.91681 788.68135}}@-webkit-keyframes sui4{to{stroke-dasharray:10.55575 1051.57513}}@keyframes sui4{to{stroke-dasharray:10.55575 1051.57513}}@-webkit-keyframes sui5{to{stroke-dasharray:13.19469 1314.46891}}@keyframes sui5{to{stroke-dasharray:13.19469 1314.46891}}@-webkit-keyframes sui6{to{stroke-dasharray:15.83363 1577.3627}}@keyframes sui6{to{stroke-dasharray:15.83363 1577.3627}}@-webkit-keyframes sui7{to{stroke-dasharray:18.47256 1840.25648}}@keyframes sui7{to{stroke-dasharray:18.47256 1840.25648}}@-webkit-keyframes sui8{to{stroke-dasharray:21.1115 2103.15026}}@keyframes sui8{to{stroke-dasharray:21.1115 2103.15026}}@-webkit-keyframes sui9{to{stroke-dasharray:23.75044 2366.04405}}@keyframes sui9{to{stroke-dasharray:23.75044 2366.04405}}@-webkit-keyframes sui10{to{stroke-dasharray:26.38938 2628.93783}}@keyframes sui10{to{stroke-dasharray:26.38938 2628.93783}}@-webkit-keyframes sui11{to{stroke-dasharray:29.02832 2891.83161}}@keyframes sui11{to{stroke-dasharray:29.02832 2891.83161}}@-webkit-keyframes sui12{to{stroke-dasharray:31.66725 3154.72539}}@keyframes sui12{to{stroke-dasharray:31.66725 3154.72539}}@-webkit-keyframes sui13{to{stroke-dasharray:34.30619 3417.61918}}@keyframes sui13{to{stroke-dasharray:34.30619 3417.61918}}@-webkit-keyframes sui14{to{stroke-dasharray:36.94513 3680.51296}}@keyframes sui14{to{stroke-dasharray:36.94513 3680.51296}}@-webkit-keyframes sui15{to{stroke-dasharray:39.58407 3943.40674}}@keyframes sui15{to{stroke-dasharray:39.58407 3943.40674}}@-webkit-keyframes sui16{to{stroke-dasharray:42.22301 4206.30053}}@keyframes sui16{to{stroke-dasharray:42.22301 4206.30053}}@-webkit-keyframes sui17{to{stroke-dasharray:44.86194 4469.19431}}@keyframes sui17{to{stroke-dasharray:44.86194 4469.19431}}@-webkit-keyframes sui18{to{stroke-dasharray:47.50088 4732.08809}}@keyframes sui18{to{stroke-dasharray:47.50088 4732.08809}}@-webkit-keyframes sui19{to{stroke-dasharray:50.13982 4994.98188}}@keyframes sui19{to{stroke-dasharray:50.13982 4994.98188}}@-webkit-keyframes sui20{to{stroke-dasharray:52.77876 5257.87566}}@keyframes sui20{to{stroke-dasharray:52.77876 5257.87566}}@-webkit-keyframes sui21{to{stroke-dasharray:55.41769 5520.76944}}@keyframes sui21{to{stroke-dasharray:55.41769 5520.76944}}@-webkit-keyframes sui22{to{stroke-dasharray:58.05663 5783.66322}}@keyframes sui22{to{stroke-dasharray:58.05663 5783.66322}}@-webkit-keyframes sui23{to{stroke-dasharray:60.69557 6046.55701}}@keyframes sui23{to{stroke-dasharray:60.69557 6046.55701}}@-webkit-keyframes sui24{to{stroke-dasharray:63.33451 6309.45079}}@keyframes sui24{to{stroke-dasharray:63.33451 6309.45079}}@-webkit-keyframes sui25{to{stroke-dasharray:65.97345 6572.34457}}@keyframes sui25{to{stroke-dasharray:65.97345 6572.34457}}@-webkit-keyframes sui26{to{stroke-dasharray:68.61238 6835.23836}}@keyframes sui26{to{stroke-dasharray:68.61238 6835.23836}}@-webkit-keyframes sui27{to{stroke-dasharray:71.25132 7098.13214}}@keyframes sui27{to{stroke-dasharray:71.25132 7098.13214}}@-webkit-keyframes sui28{to{stroke-dasharray:73.89026 7361.02592}}@keyframes sui28{to{stroke-dasharray:73.89026 7361.02592}}@-webkit-keyframes sui29{to{stroke-dasharray:76.5292 7623.9197}}@keyframes sui29{to{stroke-dasharray:76.5292 7623.9197}}@-webkit-keyframes sui30{to{stroke-dasharray:79.16813 7886.81349}}@keyframes sui30{to{stroke-dasharray:79.16813 7886.81349}}@-webkit-keyframes sui31{to{stroke-dasharray:81.80707 8149.70727}}@keyframes sui31{to{stroke-dasharray:81.80707 8149.70727}}@-webkit-keyframes sui32{to{stroke-dasharray:84.44601 8412.60105}}@keyframes sui32{to{stroke-dasharray:84.44601 8412.60105}}@-webkit-keyframes sui33{to{stroke-dasharray:87.08495 8675.49484}}@keyframes sui33{to{stroke-dasharray:87.08495 8675.49484}}@-webkit-keyframes sui34{to{stroke-dasharray:89.72389 8938.38862}}@keyframes sui34{to{stroke-dasharray:89.72389 8938.38862}}@-webkit-keyframes sui35{to{stroke-dasharray:92.36282 9201.2824}}@keyframes sui35{to{stroke-dasharray:92.36282 9201.2824}}@-webkit-keyframes sui36{to{stroke-dasharray:95.00176 9464.17618}}@keyframes sui36{to{stroke-dasharray:95.00176 9464.17618}}@-webkit-keyframes sui37{to{stroke-dasharray:97.6407 9727.06997}}@keyframes sui37{to{stroke-dasharray:97.6407 9727.06997}}@-webkit-keyframes sui38{to{stroke-dasharray:100.27964 9989.96375}}@keyframes sui38{to{stroke-dasharray:100.27964 9989.96375}}@-webkit-keyframes sui39{to{stroke-dasharray:102.91858 10252.85753}}@keyframes sui39{to{stroke-dasharray:102.91858 10252.85753}}@-webkit-keyframes sui40{to{stroke-dasharray:105.55751 10515.75132}}@keyframes sui40{to{stroke-dasharray:105.55751 10515.75132}}@-webkit-keyframes sui41{to{stroke-dasharray:108.19645 10778.6451}}@keyframes sui41{to{stroke-dasharray:108.19645 10778.6451}}@-webkit-keyframes sui42{to{stroke-dasharray:110.83539 11041.53888}}@keyframes sui42{to{stroke-dasharray:110.83539 11041.53888}}@-webkit-keyframes sui43{to{stroke-dasharray:113.47433 11304.43266}}@keyframes sui43{to{stroke-dasharray:113.47433 11304.43266}}@-webkit-keyframes sui44{to{stroke-dasharray:116.11326 11567.32645}}@keyframes sui44{to{stroke-dasharray:116.11326 11567.32645}}@-webkit-keyframes sui45{to{stroke-dasharray:118.7522 11830.22023}}@keyframes sui45{to{stroke-dasharray:118.7522 11830.22023}}@-webkit-keyframes sui46{to{stroke-dasharray:121.39114 12093.11401}}@keyframes sui46{to{stroke-dasharray:121.39114 12093.11401}}@-webkit-keyframes sui47{to{stroke-dasharray:124.03008 12356.0078}}@keyframes sui47{to{stroke-dasharray:124.03008 12356.0078}}@-webkit-keyframes sui48{to{stroke-dasharray:126.66902 12618.90158}}@keyframes sui48{to{stroke-dasharray:126.66902 12618.90158}}@-webkit-keyframes sui49{to{stroke-dasharray:129.30795 12881.79536}}@keyframes sui49{to{stroke-dasharray:129.30795 12881.79536}}@-webkit-keyframes sui50{to{stroke-dasharray:131.94689 13144.68915}}@keyframes sui50{to{stroke-dasharray:131.94689 13144.68915}}@-webkit-keyframes sui51{to{stroke-dasharray:134.58583 13407.58293}}@keyframes sui51{to{stroke-dasharray:134.58583 13407.58293}}@-webkit-keyframes sui52{to{stroke-dasharray:137.22477 13670.47671}}@keyframes sui52{to{stroke-dasharray:137.22477 13670.47671}}@-webkit-keyframes sui53{to{stroke-dasharray:139.8637 13933.37049}}@keyframes sui53{to{stroke-dasharray:139.8637 13933.37049}}@-webkit-keyframes sui54{to{stroke-dasharray:142.50264 14196.26428}}@keyframes sui54{to{stroke-dasharray:142.50264 14196.26428}}@-webkit-keyframes sui55{to{stroke-dasharray:145.14158 14459.15806}}@keyframes sui55{to{stroke-dasharray:145.14158 14459.15806}}@-webkit-keyframes sui56{to{stroke-dasharray:147.78052 14722.05184}}@keyframes sui56{to{stroke-dasharray:147.78052 14722.05184}}@-webkit-keyframes sui57{to{stroke-dasharray:150.41946 14984.94563}}@keyframes sui57{to{stroke-dasharray:150.41946 14984.94563}}@-webkit-keyframes sui58{to{stroke-dasharray:153.05839 15247.83941}}@keyframes sui58{to{stroke-dasharray:153.05839 15247.83941}}@-webkit-keyframes sui59{to{stroke-dasharray:155.69733 15510.73319}}@keyframes sui59{to{stroke-dasharray:155.69733 15510.73319}}@-webkit-keyframes sui60{to{stroke-dasharray:158.33627 15773.62697}}@keyframes sui60{to{stroke-dasharray:158.33627 15773.62697}}@-webkit-keyframes sui61{to{stroke-dasharray:160.97521 16036.52076}}@keyframes sui61{to{stroke-dasharray:160.97521 16036.52076}}@-webkit-keyframes sui62{to{stroke-dasharray:163.61415 16299.41454}}@keyframes sui62{to{stroke-dasharray:163.61415 16299.41454}}@-webkit-keyframes sui63{to{stroke-dasharray:166.25308 16562.30832}}@keyframes sui63{to{stroke-dasharray:166.25308 16562.30832}}@-webkit-keyframes sui64{to{stroke-dasharray:168.89202 16825.20211}}@keyframes sui64{to{stroke-dasharray:168.89202 16825.20211}}@-webkit-keyframes sui65{to{stroke-dasharray:171.53096 17088.09589}}@keyframes sui65{to{stroke-dasharray:171.53096 17088.09589}}@-webkit-keyframes sui66{to{stroke-dasharray:174.1699 17350.98967}}@keyframes sui66{to{stroke-dasharray:174.1699 17350.98967}}@-webkit-keyframes sui67{to{stroke-dasharray:176.80883 17613.88345}}@keyframes sui67{to{stroke-dasharray:176.80883 17613.88345}}@-webkit-keyframes sui68{to{stroke-dasharray:179.44777 17876.77724}}@keyframes sui68{to{stroke-dasharray:179.44777 17876.77724}}@-webkit-keyframes sui69{to{stroke-dasharray:182.08671 18139.67102}}@keyframes sui69{to{stroke-dasharray:182.08671 18139.67102}}@-webkit-keyframes sui70{to{stroke-dasharray:184.72565 18402.5648}}@keyframes sui70{to{stroke-dasharray:184.72565 18402.5648}}@-webkit-keyframes sui71{to{stroke-dasharray:187.36459 18665.45859}}@keyframes sui71{to{stroke-dasharray:187.36459 18665.45859}}@-webkit-keyframes sui72{to{stroke-dasharray:190.00352 18928.35237}}@keyframes sui72{to{stroke-dasharray:190.00352 18928.35237}}@-webkit-keyframes sui73{to{stroke-dasharray:192.64246 19191.24615}}@keyframes sui73{to{stroke-dasharray:192.64246 19191.24615}}@-webkit-keyframes sui74{to{stroke-dasharray:195.2814 19454.13993}}@keyframes sui74{to{stroke-dasharray:195.2814 19454.13993}}@-webkit-keyframes sui75{to{stroke-dasharray:197.92034 19717.03372}}@keyframes sui75{to{stroke-dasharray:197.92034 19717.03372}}@-webkit-keyframes sui76{to{stroke-dasharray:200.55928 19979.9275}}@keyframes sui76{to{stroke-dasharray:200.55928 19979.9275}}@-webkit-keyframes sui77{to{stroke-dasharray:203.19821 20242.82128}}@keyframes sui77{to{stroke-dasharray:203.19821 20242.82128}}@-webkit-keyframes sui78{to{stroke-dasharray:205.83715 20505.71507}}@keyframes sui78{to{stroke-dasharray:205.83715 20505.71507}}@-webkit-keyframes sui79{to{stroke-dasharray:208.47609 20768.60885}}@keyframes sui79{to{stroke-dasharray:208.47609 20768.60885}}@-webkit-keyframes sui80{to{stroke-dasharray:211.11503 21031.50263}}@keyframes sui80{to{stroke-dasharray:211.11503 21031.50263}}@-webkit-keyframes sui81{to{stroke-dasharray:213.75396 21294.39642}}@keyframes sui81{to{stroke-dasharray:213.75396 21294.39642}}@-webkit-keyframes sui82{to{stroke-dasharray:216.3929 21557.2902}}@keyframes sui82{to{stroke-dasharray:216.3929 21557.2902}}@-webkit-keyframes sui83{to{stroke-dasharray:219.03184 21820.18398}}@keyframes sui83{to{stroke-dasharray:219.03184 21820.18398}}@-webkit-keyframes sui84{to{stroke-dasharray:221.67078 22083.07776}}@keyframes sui84{to{stroke-dasharray:221.67078 22083.07776}}@-webkit-keyframes sui85{to{stroke-dasharray:224.30972 22345.97155}}@keyframes sui85{to{stroke-dasharray:224.30972 22345.97155}}@-webkit-keyframes sui86{to{stroke-dasharray:226.94865 22608.86533}}@keyframes sui86{to{stroke-dasharray:226.94865 22608.86533}}@-webkit-keyframes sui87{to{stroke-dasharray:229.58759 22871.75911}}@keyframes sui87{to{stroke-dasharray:229.58759 22871.75911}}@-webkit-keyframes sui88{to{stroke-dasharray:232.22653 23134.6529}}@keyframes sui88{to{stroke-dasharray:232.22653 23134.6529}}@-webkit-keyframes sui89{to{stroke-dasharray:234.86547 23397.54668}}@keyframes sui89{to{stroke-dasharray:234.86547 23397.54668}}@-webkit-keyframes sui90{to{stroke-dasharray:237.5044 23660.44046}}@keyframes sui90{to{stroke-dasharray:237.5044 23660.44046}}@-webkit-keyframes sui91{to{stroke-dasharray:240.14334 23923.33424}}@keyframes sui91{to{stroke-dasharray:240.14334 23923.33424}}@-webkit-keyframes sui92{to{stroke-dasharray:242.78228 24186.22803}}@keyframes sui92{to{stroke-dasharray:242.78228 24186.22803}}@-webkit-keyframes sui93{to{stroke-dasharray:245.42122 24449.12181}}@keyframes sui93{to{stroke-dasharray:245.42122 24449.12181}}@-webkit-keyframes sui94{to{stroke-dasharray:248.06016 24712.01559}}@keyframes sui94{to{stroke-dasharray:248.06016 24712.01559}}@-webkit-keyframes sui95{to{stroke-dasharray:250.69909 24974.90938}}@keyframes sui95{to{stroke-dasharray:250.69909 24974.90938}}@-webkit-keyframes sui96{to{stroke-dasharray:253.33803 25237.80316}}@keyframes sui96{to{stroke-dasharray:253.33803 25237.80316}}@-webkit-keyframes sui97{to{stroke-dasharray:255.97697 25500.69694}}@keyframes sui97{to{stroke-dasharray:255.97697 25500.69694}}@-webkit-keyframes sui98{to{stroke-dasharray:258.61591 25763.59072}}@keyframes sui98{to{stroke-dasharray:258.61591 25763.59072}}@-webkit-keyframes sui99{to{stroke-dasharray:261.25485 26026.48451}}@keyframes sui99{to{stroke-dasharray:261.25485 26026.48451}}@-webkit-keyframes sui100{to{stroke-dasharray:263.89378 26289.37829}}@keyframes sui100{to{stroke-dasharray:263.89378 26289.37829}}.sui-2-2-4 .sui-circle-score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;width:auto;opacity:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.sui-2-2-4 .sui-circle-score svg{height:100%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.sui-2-2-4 .sui-circle-score svg circle{fill:none;stroke-linecap:butt}.sui-2-2-4 .sui-circle-score svg circle:first-child{stroke:#f2f2f2}.sui-2-2-4 .sui-circle-score svg circle:last-child{stroke:#1abc9c}.sui-2-2-4 .sui-circle-score.loaded{opacity:1}.sui-2-2-4 .sui-circle-score-label{margin-left:10px;font-weight:500}.sui-2-2-4 .sui-circle-score-sm{height:30px}.sui-2-2-4 .sui-circle-score-lg{height:120px}.sui-2-2-4 .sui-circle-score-lg .sui-circle-score-label{display:none}.sui-2-2-4 .sui-grade-aplus svg circle:last-child,.sui-2-2-4 .sui-grade-a svg circle:last-child,.sui-2-2-4 .sui-grade-b svg circle:last-child,.sui-2-2-4 .sui-grade-success svg circle:last-child{stroke:#1abc9c}.sui-2-2-4 .sui-grade-c svg circle:last-child,.sui-2-2-4 .sui-grade-d svg circle:last-child,.sui-2-2-4 .sui-grade-warning svg circle:last-child{stroke:#fecf2f}.sui-2-2-4 .sui-grade-error svg circle:last-child,.sui-2-2-4 .sui-grade-e svg circle:last-child,.sui-2-2-4 .sui-grade-f svg circle:last-child{stroke:#ff6d6d}.sui-2-2-4 .sui-grade-disabled svg circle:last-child,.sui-2-2-4 .sui-grade-dismissed svg circle:last-child{stroke:#aaa}.sui-2-2-4 #wpfooter{display:none}.sui-2-2-4 .sui-footer{text-align:center;margin-top:50px;color:#aaa;font-size:13px}.sui-2-2-4 .sui-footer i:before{font-size:11px;line-height:22px;margin:0 3px}.sui-2-2-4 #sui-cross-sell-footer>div{width:100%;text-align:center;border-bottom:1px solid #e6e6e6;line-height:.1em;margin:10px 0 40px}.sui-2-2-4 #sui-cross-sell-footer>div>span{position:relative;color:#888;background-color:#f1f1f1;padding:0 30px;font-size:16px;top:8px}.sui-2-2-4 #sui-cross-sell-footer h3{font-size:22px;font-weight:700;line-height:30px;text-transform:none}.sui-2-2-4 .sui-cross-sell-modules{margin-top:30px}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-col-md-4{display:-webkit-box;display:-ms-flexbox;display:flex}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{min-height:150px;border-radius:5px 5px 0 0}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{-webkit-box-flex:0;-ms-flex:none;flex:none;width:180px;border-radius:5px 0 0 5px}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{height:80px;min-height:auto}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{width:56px;height:56px;display:block;border:3px solid #fff;border-radius:50%;position:relative;top:80px;left:15px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.25);box-shadow:0 1px 10px 0 rgba(0,0,0,.25)}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{top:110px}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{z-index:1;top:45px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1{background:url(../image/plugins-smush.jpg) 50%;background-size:cover}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span{background:url(../image/plugins-smush-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span{background-image:url(../image/plugins-smush-icon@2x.png)}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2{background:url(../image/plugins-defender.jpg) 50%;background-size:cover}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span{background:url(../image/plugins-defender-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span{background-image:url(../image/plugins-defender-icon@2x.png)}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{background:url(../image/plugins-crawl.jpg) 50%;background-size:cover}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{background:url(../image/plugins-crawl-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{background-image:url(../image/plugins-crawl-icon@2x.png)}}.sui-2-2-4 .sui-cross-sell-modules .sui-box{margin-bottom:0}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box{border-radius:0 5px 5px 0}}.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body{text-align:center;padding:30px;border-radius:0 0 5px 5px}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body{text-align:left}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body{padding:26px 20px 20px}}.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body p{color:#888;font-size:13px;line-height:22px;margin-bottom:30px}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body p{margin-bottom:14px}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body p{margin-bottom:20px}}.sui-2-2-4 .sui-cross-sell-modules .sui-box h3{font-size:18px;font-weight:700;line-height:30px;text-transform:none;margin-top:0}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box h3{margin:0;min-height:auto}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-box h3{min-height:auto}}.sui-2-2-4 .sui-cross-sell-bottom{text-align:center;margin-top:50px}.sui-2-2-4 .sui-cross-sell-bottom h3{font-size:22px;font-weight:700;line-height:30px;text-transform:none}.sui-2-2-4 .sui-cross-sell-bottom p{max-width:500px;margin:20px auto 30px}.sui-2-2-4 .sui-cross-sell-bottom .sui-button{margin:0}.sui-2-2-4 .sui-cross-sell-bottom img{display:block;height:auto;max-width:100%;margin:30px auto 0}.sui-2-2-4 .sui-progress-block{background-color:#f8f8f8;border-radius:5px;width:100%;height:60px;padding:15px 30px}.sui-2-2-4 .sui-progress-block .sui-progress{overflow:hidden;width:100%}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text{width:65px;float:left;text-align:left}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text:before{margin-right:10px;position:relative;top:3px;font-size:18px}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text img{display:inline-block;vertical-align:middle;margin-right:10px}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text span{font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:13px;color:#333;vertical-align:middle;line-height:30px}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-bar{background:#e6e6e6;border-radius:5px;height:10px;overflow:hidden;margin-top:10px;position:relative}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-bar span{background:#17a8e3;height:10px;display:inline-block;position:absolute;top:0;left:0;-webkit-transition:width 1s ease-in-out;-o-transition:1s width ease-in-out;transition:width 1s ease-in-out}.sui-2-2-4 .sui-progress-block .sui-progress-close{display:none}.sui-2-2-4 .sui-progress-block.sui-progress-can-close{position:relative}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress{padding-right:40px}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close{display:block;position:absolute;right:20px;width:30px;height:30px;cursor:pointer;background:transparent;border:none;color:#888;font-size:15px;line-height:1em;padding:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0;border-radius:4px}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close i:before{color:#aaa;font-size:16px;position:relative}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close:hover{background-color:rgba(0,0,0,.03)}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close:hover i:before{color:#666}.sui-2-2-4 .sui-progress-state{margin-top:10px;text-align:center}.sui-2-2-4 .sui-progress-state .sui-progress-state-text{color:#888;font-size:13px;line-height:22px}.sui-2-2-4 .sui-table{width:100%;table-layout:fixed;margin:30px 0;border:1px solid #e6e6e6;border-radius:4px;border-spacing:unset;border-radius:5px;color:#666;font-size:13px}.sui-2-2-4 .sui-table td,.sui-2-2-4 .sui-table th{padding:14px 5px;border-bottom:1px solid #e6e6e6}.sui-2-2-4 .sui-table td:first-child,.sui-2-2-4 .sui-table th:first-child{padding-left:29px}@media (max-width:782px){.sui-2-2-4 .sui-table td:first-child,.sui-2-2-4 .sui-table th:first-child{padding-left:0}}.sui-2-2-4 .sui-table td:last-child,.sui-2-2-4 .sui-table th:last-child{padding-right:29px}@media (max-width:782px){.sui-2-2-4 .sui-table td:last-child,.sui-2-2-4 .sui-table th:last-child{padding-right:0}}@media (max-width:782px){.sui-2-2-4 .sui-table td,.sui-2-2-4 .sui-table th{padding:9px 5px}}.sui-2-2-4 .sui-table th{white-space:nowrap;text-align:left;font-weight:500;line-height:1;color:#333}.sui-2-2-4 .sui-table tr:last-child td{border-bottom:0}.sui-2-2-4 .sui-table tfoot th{border-top:1px solid #e6e6e6;border-bottom:none}.sui-2-2-4 .sui-table:first-child{margin-top:0}.sui-2-2-4 .sui-table:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-table{margin:20px 0;border:0}}.sui-2-2-4 .sui-table-title{margin:5px 0;color:#333;font:700 13px/22px Roboto,Arial,sans-serif;letter-spacing:0}.sui-2-2-4 .sui-table-title+.sui-table{margin-top:0}@media (max-width:782px){.sui-2-2-4 .sui-table-title+.sui-table{margin-top:0}}.sui-2-2-4 .sui-field-list{border:1px solid #e6e6e6;border-radius:5px}.sui-2-2-4 .sui-field-list-header{padding:20px 30px}.sui-2-2-4 .sui-field-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e6e6e6;padding:15px 30px}.sui-2-2-4 .sui-field-list-item-label{margin-left:0;margin-right:auto}.sui-2-2-4 .sui-field-list-title{font-family:Roboto,Arial,sans-serif;font-size:13px;line-height:30px;color:#333;text-transform:capitalize;font-weight:500;margin:0}.sui-2-2-4 .sui-accordion{margin:0;border:0;table-layout:auto}.sui-2-2-4 .sui-accordion:after{content:"";display:table;margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .sui-accordion th,.sui-2-2-4 .sui-accordion th:first-child,.sui-2-2-4 .sui-accordion th:last-child{padding:15px 20px}}.sui-2-2-4 .sui-accordion-item{display:table-row;vertical-align:middle;cursor:pointer;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.sui-2-2-4 .sui-accordion-item,.sui-2-2-4 .sui-accordion-item+.sui-accordion-item-content{border-left:2px solid transparent}.sui-2-2-4 .sui-accordion-item.sui-success{color:inherit;border-color:#1abc9c}.sui-2-2-4 .sui-accordion-item.sui-success i:before{color:inherit}.sui-2-2-4 .sui-accordion-item.sui-success+.sui-accordion-item-content{border-color:#1abc9c}.sui-2-2-4 .sui-accordion-item.sui-warning{color:inherit;border-color:#fecf2f}.sui-2-2-4 .sui-accordion-item.sui-warning i:before{color:inherit}.sui-2-2-4 .sui-accordion-item.sui-warning+.sui-accordion-item-content{border-color:#fecf2f}.sui-2-2-4 .sui-accordion-item.sui-error{color:inherit;border-color:#ff6d6d}.sui-2-2-4 .sui-accordion-item.sui-error i:before{color:inherit}.sui-2-2-4 .sui-accordion-item.sui-error+.sui-accordion-item-content{border-color:#ff6d6d}.sui-2-2-4 .sui-accordion-item:focus,.sui-2-2-4 .sui-accordion-item:hover{background-color:#f8f8f8}@media (max-width:782px){.sui-2-2-4 .sui-accordion-item td,.sui-2-2-4 .sui-accordion-item td:first-child,.sui-2-2-4 .sui-accordion-item td:last-child{padding:15px 20px}}.sui-2-2-4 .sui-accordion-item td>*{vertical-align:middle}.sui-2-2-4 .sui-accordion-item--open td{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.sui-2-2-4 .sui-accordion-item--open+.sui-accordion-item-content{display:table-row}.sui-2-2-4 .sui-accordion-item--open .sui-accordion-open-indicator i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sui-2-2-4 .sui-accordion-open-indicator{float:right;text-align:center}.sui-2-2-4 .sui-accordion-open-indicator i{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;font-size:10px;color:#888;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.sui-2-2-4 .sui-accordion-open-indicator i:before{position:relative;top:2px}.sui-2-2-4 .sui-accordion-item-title{font-size:15px}.sui-2-2-4 .sui-accordion-item-title i{font-size:20px;margin-right:10px}.sui-2-2-4 .sui-accordion-item-content{display:none;background-color:#f8f8f8;border-top:0}.sui-2-2-4 .sui-accordion-item-content td{width:100%;padding:0 30px 30px}@media (max-width:782px){.sui-2-2-4 .sui-accordion-item-content td{padding:0 20px 20px}}.sui-2-2-4 .sui-accordion-item-content .sui-box{margin-bottom:0}.sui-2-2-4 .sui-code-snippet-wrapper{position:relative}.sui-2-2-4 .sui-code-snippet-wrapper [data-clipboard-target]{position:absolute;right:15px;top:15px;margin:0;min-width:auto}.sui-2-2-4 .sui-dialog[aria-hidden=true]{display:none}.sui-2-2-4 .sui-dialog{position:fixed;z-index:1;top:0;right:0;bottom:0;left:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-dialog-content{max-width:460px}@media (max-width:400px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-dialog-content{max-width:440px}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header{border:none;text-align:center;display:block;position:relative;padding-top:40px;padding-bottom:10px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:15px;right:15px;margin:0;padding:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close,.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:before{color:#888}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:before{font-size:16px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:focus,.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:hover{outline:none}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close{top:20px;right:10px}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image{width:70px;height:70px;display:block;position:absolute;top:-35px;left:50%;margin-left:-35px;border:5px solid #fff;border-radius:4px;background-color:#fff}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image img{display:block;border-radius:3px}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image{display:none}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-box-title{margin:0;color:#333;font:700 22px/30px Roboto Condensed,Roboto,Arial,sans-serif}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header p{margin:10px 0 0;color:#666;font-size:13px;line-height:22px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header p:first-child{margin-top:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header.sui-dialog-with-image{margin-top:35px;padding-top:60px}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header.sui-dialog-with-image{margin-top:0}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body{padding-top:10px;padding-bottom:15px;text-align:center}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body p{font-size:13px;line-height:20px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body label{text-align:left}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body .sui-label{line-height:22px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body .sui-form-field{margin-bottom:20px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body .sui-form-field:last-child{margin-bottom:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body:last-child{padding-bottom:40px}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body{padding-bottom:10px}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:15px;padding-bottom:40px;border:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-footer.sui-align-unset{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-footer{padding-top:10px}}.sui-2-2-4 .sui-dialog.sui-dialog-lg .sui-dialog-content{max-width:1040px}@media (max-width:1200px){.sui-2-2-4 .sui-dialog.sui-dialog-lg .sui-dialog-content{max-width:calc(980px + (sui-gutter-md*2))}}@media (max-width:960px){.sui-2-2-4 .sui-dialog{left:36px}}@media (max-width:782px){.sui-2-2-4 .sui-dialog{left:0}}.sui-2-2-4 .sui-dialog *{-webkit-box-sizing:border-box;box-sizing:border-box}.sui-2-2-4 .sui-dialog-overlay{position:fixed;z-index:2;background-color:rgba(51,51,51,.95);top:0;right:0;bottom:0;left:160px}@media (max-width:960px){.sui-2-2-4 .sui-dialog-overlay{left:36px}}@media (max-width:782px){.sui-2-2-4 .sui-dialog-overlay{left:0}}.sui-2-2-4 .sui-dialog-content{width:100%;max-width:660px;max-height:85%;position:relative;z-index:2;margin:0 auto;padding:0 30px}.sui-2-2-4 .sui-dialog-content>.sui-box{margin:30px 0;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.2);box-shadow:0 10px 40px rgba(0,0,0,.2)}@media (max-width:782px){.sui-2-2-4 .sui-dialog-content>.sui-box{margin:20px 0}}.sui-2-2-4 .sui-dialog-content .sui-box-body>*{margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .sui-dialog-content .sui-box-body>*{margin-bottom:20px}}.sui-2-2-4 .sui-dialog-content .sui-box-body>:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-dialog-content{max-width:640px;padding:0 20px}}.sui-2-2-4 .sui-dialog-close{font-size:1.25em;background-image:none;background-color:transparent;border:0;cursor:pointer;color:#aaa;outline-style:none}.sui-2-2-4 .sui-dialog-close:before{content:")"}.sui-2-2-4.wp-admin.folded .sui-dialog{left:36px}@media (max-width:782px){.sui-2-2-4.wp-admin.folded .sui-dialog{left:0}}.sui-2-2-4.wp-admin.folded .sui-dialog-overlay{left:36px}@media (max-width:782px){.sui-2-2-4.wp-admin.folded .sui-dialog-overlay{left:0}}html.sui-has-overlay{overflow:hidden}.sui-2-2-4 .sui-listing li{color:#888;line-height:26px;padding:2px 0 2px 34px;position:relative}.sui-2-2-4 .sui-listing li:before{content:"_";color:#17a8e3;top:1px;font-size:20px;vertical-align:middle;position:absolute;left:0;width:20px;height:20px;opacity:.8;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.sui-2-2-4 .sui-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0;padding:0 1px;border:0;list-style:none}.sui-2-2-4 .sui-pagination li{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 -1px;padding:0;border:1px solid #e6e6e6;background:#fff;list-style:none;font:500 12px/16px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-pagination li a{min-width:38px;height:28px;display:block;margin:0;padding:0 5px;border:0;line-height:28px;text-align:center}.sui-2-2-4 .sui-pagination li a i{font-size:10px}.sui-2-2-4 .sui-pagination li a,.sui-2-2-4 .sui-pagination li a:visited,.sui-2-2-4 .sui-pagination li a:visited i:before,.sui-2-2-4 .sui-pagination li a i:before{color:#888}.sui-2-2-4 .sui-pagination li a:hover,.sui-2-2-4 .sui-pagination li a:hover i:before{color:#17a8e3}.sui-2-2-4 .sui-pagination li a:disabled,.sui-2-2-4 .sui-pagination li a[disabled]{pointer-events:none;color:#ddd}.sui-2-2-4 .sui-pagination li a:disabled i:before,.sui-2-2-4 .sui-pagination li a[disabled] i:before{color:#ddd}@media (max-width:782px){.sui-2-2-4 .sui-pagination li a{min-width:unset}}.sui-2-2-4 .sui-pagination li.sui-active a{pointer-events:none}.sui-2-2-4 .sui-pagination li.sui-active a,.sui-2-2-4 .sui-pagination li.sui-active a:visited{background:#f8f8f8;color:#333}.sui-2-2-4 .sui-pagination li:first-child{border-radius:5px 0 0 5px}.sui-2-2-4 .sui-pagination li:last-child{border-radius:0 5px 5px 0}@media (max-width:782px){.sui-2-2-4 .sui-pagination li{-webkit-box-flex:1;-ms-flex:1;flex:1}}.sui-2-2-4 .sui-pagination .sui-pagination-dots span{min-width:38px;height:28px;display:block;margin:0;padding:0 5px;border:0;line-height:28px;text-align:center}.sui-2-2-4 .sui-pagination:first-child{margin-top:0}.sui-2-2-4 .sui-pagination:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-pagination{margin:10px 0}}.sui-2-2-4 .sui-pagination-results{display:inline-block;color:#888;font:400 13px/22px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-pagination-open-filter{width:40px;cursor:pointer;display:inline-block;margin:0;padding:0 5px;border:2px solid #ddd;border-radius:4px;font-size:12px;line-height:26px;text-align:center}.sui-2-2-4 .sui-pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-pagination-wrap .sui-pagination-results+.sui-pagination{margin-left:15px}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination-results+.sui-pagination{margin-left:0}}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination-results{display:none}}.sui-2-2-4 .sui-pagination-wrap .sui-pagination{margin-top:0;margin-bottom:0}.sui-2-2-4 .sui-pagination-wrap .sui-pagination+.sui-pagination-open-filter{margin-left:15px}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination+.sui-pagination-open-filter{margin-left:10px}}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination{-webkit-box-flex:1;-ms-flex:1;flex:1}}.sui-2-2-4 select.sui-select+.select2-container{width:100%!important;display:block}.sui-2-2-4 select.sui-select+.select2-container .selection{display:block}.sui-2-2-4 select.sui-select+.select2-container .selection:focus{outline:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single{border-radius:4px;border:1px solid #ddd;background-color:#fafafa}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single{height:auto;display:block;position:relative}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__rendered{padding:7px 28px 6px 15px;color:#aaa;font:500 15px/25px Roboto,Arial,sans-serif;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:9px;right:9px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow:before{content:"\131";font-size:12px;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single:hover .select2-selection__rendered{color:#333}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single:focus{outline:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple{padding:7px 12px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered{display:block;margin:-5px;padding:0}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{display:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:5px;margin-bottom:5px;font:500 15px/26px Roboto,Arial,sans-serif}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li:after,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li:before{content:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding-left:10px;padding-right:0;border:none;border-radius:4px;background:#666;color:#fff;font-size:12px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{margin-left:10px;margin-right:0;padding:0 10px;color:#fff;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#5e5e5e;font-weight:500;font-size:16px;line-height:26px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-radius:0 4px 4px 0}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{color:#fff;background-color:#565656}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline{margin:0 0 0 8px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{width:100%!important;height:34px;display:block;margin:0;padding:0;color:#333;font:500 15px/26px Roboto,Arial,sans-serif;-webkit-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#aaa}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-ms-input-placeholder{color:#aaa}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::placeholder{color:#aaa}.sui-2-2-4 select.sui-select+.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{color:#333}.sui-2-2-4 select.sui-select+.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sui-2-2-4 select.sui-select+.select2-container:focus{outline:none}.sui-2-2-4 .sui-select-dropdown{border:1px solid #e6e6e6;border-radius:4px;background:#fff}.sui-2-2-4 .sui-select-dropdown *{-webkit-box-sizing:border-box;box-sizing:border-box;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,.01) 0 0 1px}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown{position:relative;margin:0 0 10px;padding:14px 14px 0}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown:after{content:"\BA";width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:24px;right:29px;font-size:16px}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field{width:100%;display:block;margin:0;padding:9px 40px 9px 14px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;color:#aaa;font:500 15px/20px Roboto,Arial,sans-serif;letter-spacing:-.25px;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:focus,.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:hover{color:#333}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:active,.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 .sui-select-dropdown .select2-results{margin:10px 0 0;padding:0 0 14px}.sui-2-2-4 .sui-select-dropdown .select2-results>.select2-results__options{background:#fff}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option{padding:10px 14px;background-color:transparent;color:#888;font:400 15px/20px Roboto,Arial,sans-serif;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option[aria-selected=true]{background-color:#888;color:#fff}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option--highlighted:not([aria-selected=true]){background-color:#f2f2f2;color:#333}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option .select2-results__options--nested{margin:0 -14px}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option .select2-results__options--nested li{padding-left:30px}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__message{color:#888;font:700 12px/22px Roboto,Arial,sans-serif;letter-spacing:-.23px}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__group{color:#aaa;font-weight:500;padding-left:0;font-size:12px;line-height:12px;cursor:default;pointer-events:none}.sui-2-2-4 .sui-calendar{margin:5px 0 0;padding:15px;border:1px solid #ddd;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.07);box-shadow:0 3px 7px 0 rgba(0,0,0,.07)}.sui-2-2-4 .sui-calendar .ui-datepicker-header{display:block;position:relative}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all{width:30px;height:30px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;margin:0;padding:0;border:0;border-radius:4px;background-color:transparent;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:before{display:block;color:#888}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:active,.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:hover{background-color:#f2f2f2}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:active:before,.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:hover:before{color:#333}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all span{display:none}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev{left:0}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before{content:"\D3"}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next{right:0}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before{content:"\2DC"}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-datepicker-title{display:block;padding:0 40px;color:#333;font:600 12px/30px Roboto,Arial,sans-serif;text-align:center}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar{margin:15px 0 0;border-collapse:collapse}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr th,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr td,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th{margin:0;padding:2.5px;border:0;text-align:center}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr th a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr th span,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr td a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr td span,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th span{width:28px;height:24px;display:block;margin:0;padding:0;border:0}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th{color:#333;font:700 12px/24px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span{border-radius:4px;background-color:transparent;color:#888;font:400 12px/24px Roboto,Arial,sans-serif;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a:hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span:hover{background-color:#f8f8f8;color:#333}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{pointer-events:none}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span{background-color:#e1f6ff;color:#17a8e3}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span{background-color:#fff5d5;color:#666}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span:hover{background-color:#fecf2f}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-datepicker-current-day a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-datepicker-current-day span{background-color:#e1f6ff;color:#17a8e3}.sui-2-2-4 .sui-hidden{display:none}.sui-2-2-4 .sui-block-content-center{text-align:center}.sui-2-2-4 .sui-image{display:block;height:auto;max-width:100%}.sui-2-2-4 .sui-image-center{margin-right:auto;margin-left:auto}.sui-2-2-4 .sui-actions-left{margin-left:10px;margin-right:auto}.sui-2-2-4 .sui-actions-left,.sui-2-2-4 .sui-actions-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-actions-right{margin-left:auto;margin-right:0}.sui-2-2-4 .sui-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sui-2-2-4 .sui-align-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sui-2-2-4 .sui-align-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sui-2-2-4 .sui-success{color:#1abc9c}.sui-2-2-4 .sui-warning{color:#fecf2f}.sui-2-2-4 .sui-error{color:#ff6d6d}.sui-2-2-4 .sui-info{color:#17a8e3}.sui-2-2-4 .sui-no-margin{margin:0!important}.sui-2-2-4 .sui-no-margin-top{margin-top:0!important}.sui-2-2-4 .sui-no-margin-bottom{margin-bottom:0!important}.sui-2-2-4 .sui-no-margin-left{margin-left:0!important}.sui-2-2-4 .sui-no-margin-right{margin-right:0!important}.sui-2-2-4 .sui-no-padding{padding:0!important}.sui-2-2-4 .sui-no-padding-top{padding-top:0!important}.sui-2-2-4 .sui-no-padding-bottom{padding-bottom:0!important}.sui-2-2-4 .sui-no-padding-left{padding-left:0!important}.sui-2-2-4 .sui-no-padding-right{padding-right:0!important}.sui-2-2-4 .sui-margin{margin:30px!important}.sui-2-2-4 .sui-margin-top{margin-top:30px!important}.sui-2-2-4 .sui-margin-bottom{margin-bottom:30px!important}.sui-2-2-4 .sui-margin-left{margin-left:30px!important}.sui-2-2-4 .sui-margin-right{margin-right:30px!important}.sui-2-2-4 .sui-padding{padding:30px!important}.sui-2-2-4 .sui-padding-top{padding-top:30px!important}.sui-2-2-4 .sui-padding-bottom{padding-bottom:30px!important}.sui-2-2-4 .sui-padding-left{padding-left:30px!important}.sui-2-2-4 .sui-padding-right{padding-right:30px!important}@media (max-width:479px){.sui-hidden-xs{display:none!important}}@media (min-width:480px) and (max-width:782px){.sui-hidden-sm{display:none!important}}@media (min-width:783px) and (max-width:1199px){.sui-hidden-md{display:none!important}}@media (min-width:1200px){.sui-hidden-lg{display:none!important}}button.notice-dismiss{position:absolute;top:0;right:1px;border:none!important;margin:0!important;padding:9px!important;background:none!important;color:#72777c!important;cursor:pointer!important}.wpmud .wphb-dismiss{float:right}.wpmud #wpbody-content>.notice{margin:5px 20px 2px 5px}.wpmud .wrap-wp-hummingbird strong{color:#333}.wpmud #wpmu-install-dashboard{margin-left:0}.wpmud #wpmu-install-dashboard *{-webkit-box-sizing:content-box;box-sizing:content-box}.wpmud #wpmu-install-dashboard .wpmu-message{font-family:inherit;font-weight:inherit;line-height:inherit}.wpmud .spinner.standalone{float:none;margin:0}.wpmud .spinner.left{float:left}.wpmud .spinner.hide{display:none}.wpmud .spinner .visible{visibility:visible}@font-face{font-family:Hummingbird;src:url(../fonts/hummingbird.eot);src:url(../fonts/hummingbird.eot) format("embedded-opentype"),url(../fonts/hummingbird.ttf) format("truetype"),url(../fonts/hummingbird.woff) format("woff"),url(../fonts/hummingbird.svg) format("svg");font-weight:400;font-style:normal}[class*=" hb-"],[class^=hb-]{font-family:Hummingbird,Arial,sans-serif!important;speak:none;font-size:15px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hb-icon-minify-combine:before{content:"\E908"}.hb-icon-minify-defer:before{content:"\E909"}.hb-icon-minify-footer:before{content:"\E90A"}.hb-icon-minify:before{content:"\E90B"}.hb-icon-minify-inline:before{content:"\E910"}.wpmud .box-advanced-general h4,.wpmud .box-page-caching h4{color:#666;font-size:15px;font-weight:500;text-align:left;text-transform:none}.wpmud .wrap-wp-hummingbird .report-status .sui-tag{margin-top:10px}.wpmud .wrap-wp-hummingbird .wpdui-btn{font:500 12px/16px Roboto,Arial,sans-serif!important;padding:7px 16px;height:30px;background-color:#888;color:#fff;border-radius:3px;-moz-border-radius:3px;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all .3s ease;text-shadow:none!important}.wpmud .report-status button.sui-button-upsell{margin-top:10px!important;text-transform:uppercase;height:30px;line-height:16px;padding:0 16px}.wpmud .report-status button.sui-button-upsell:not(:disabled){background-color:#d1f1ea!important;color:#1abc9c!important}.wpmud .report-status button.sui-button-upsell:not(:disabled):focus,.wpmud .report-status button.sui-button-upsell:not(:disabled):hover{background-color:#d1f1ea!important;color:#1abc9c!important;border-color:#d1f1ea!important}.wpmud .report-status button.sui-button-upsell i{color:#1abc9c;font-size:16px;position:relative;line-height:16px;top:2px}.wpmud .wrap-wp-hummingbird .button-notice{background-color:#e6e6e6!important;color:#aaa!important}.wpmud .wrap-wp-hummingbird .button-notice:active,.wpmud .wrap-wp-hummingbird .button-notice:focus,.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active),.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]){background-color:#888!important;color:#fff!important}.wpmud .wphb-progress-modal .wphb-progress{max-width:100%}.wpmud .wphb-progress-modal .wphb-dialog-content p{color:#666}.wpmud .wphb-progress-modal .wphb-notice-box p{color:#333;font-size:13px;line-height:22px}.wphb-cdn-block{border:1px solid #e6e6e6;border-radius:5px;padding:18px 0}.wphb-cdn-block>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:20px 30px 0}.wphb-cdn-block>div>label{margin:2px 0 0;color:#666}.wphb-cdn-block>p{color:#888!important;padding:0 30px 0 76px}.wpmud .wphb-advanced-minification-modal .box,.wpmud .wphb-basic-minification-modal .box,.wpmud .wphb-database-cleanup-modal .box{width:400px!important;margin-left:-200px!important;padding:40px 0 30px!important}.wpmud .wphb-advanced-minification-modal .title,.wpmud .wphb-basic-minification-modal .title,.wpmud .wphb-database-cleanup-modal .title{display:none}.wpmud .wphb-advanced-minification-modal h1,.wpmud .wphb-basic-minification-modal h1,.wpmud .wphb-database-cleanup-modal h1{color:#333;font-size:22px;font-weight:700;line-height:30px;text-transform:none}.wpmud .wphb-advanced-minification-modal p,.wpmud .wphb-basic-minification-modal p,.wpmud .wphb-database-cleanup-modal p{color:#666;font-size:13px;line-height:22px;margin:0 30px;text-align:center}.wpmud .wphb-advanced-minification-modal img,.wpmud .wphb-basic-minification-modal img{margin-left:0}.wpmud .wrap-wp-hummingbird .notice{margin:15px 0 0;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;width:100%}.wpmud .wrap-wp-hummingbird>.wphb-notice:not(.notice){width:600px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border-radius:0 0 5px 5px;padding:10px 30px;position:absolute!important;z-index:100;left:50%;margin-left:-300px;top:0}.wpmud .wphb-notice:not(.notice){border-radius:5px;color:#333;font-family:Roboto,Arial,sans-serif;font-size:15px;font-weight:400;line-height:18px;padding:15px 30px;position:relative;width:100%}.wpmud .wphb-notice.notice p{font-size:14px;line-height:1.5;margin:10px 0}.wpmud .wphb-notice p{color:#333}.wpmud .wphb-notice:not(.notice) p,.wpmud .wphb-notice:not(.notice) span,.wpmud .wphb-notice strong,.wpmud .wphb-notice ul{margin:0 0 10px -30px;padding:0 0 0 30px}.wpmud .wphb-notice:not(.notice) p:last-of-type{margin:0}.wpmud .wphb-notice.can-close .close{cursor:pointer;color:#333;font-size:12px;font-weight:700;line-height:36px;margin-left:0;opacity:.5;text-transform:uppercase}.wpmud .wphb-heading-status-green{color:#1abc9c}.wpmud .wphb-heading-status{font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:30px;margin-top:0}.wpmud .wphb-notice p>a{font-weight:400;margin-left:0!important}@media only screen and (max-width:783px){.wpmud .wrap-wp-hummingbird>.wphb-notice{width:85%}}@media only screen and (max-width:600px){.wpmud .wrap-wp-hummingbird>.wphb-notice{width:100%;top:46px;margin-left:-251px}}@media only screen and (max-width:480px){.wpmud .wphb-notice:not(.notice){padding:15px 20px}}.wphb-pills{display:inline-block;background-color:#ffd000;color:#333;border-radius:15px;width:39px;height:26px;font-size:12px;line-height:26px;text-align:center;font-weight:500}.wpmud .box-title .wphb-pills{margin:16px 0 0 10px}.wphb-pills.grey{background-color:#f2f2f2;color:#666}.wphb-pills.red{background-color:#ff6d6d;color:#fff}.wphb-pills.green{background-color:#1abc9c;color:#fff}.wphb-pills.with-arrow:after{border:8px solid transparent;content:"";height:0;pointer-events:none;position:absolute;width:0;z-index:1}.wphb-pills.with-arrow.right:after{border-left-color:#19b4cf;left:50%;margin-top:-8px;top:50%}.wphb-pills.with-arrow.left:after{border-right-color:#19b4cf;right:100%;margin-top:-8px;top:50%}.wphb-pills.with-arrow.right.grey:after{border-left-color:#f2f2f2}.wphb-pills.with-arrow.left.grey:after{border-right-color:#f2f2f2}.wphb-pills-group{border-collapse:collapse;border-spacing:0;font-size:0;display:inline-block;position:relative}.wphb-pills-group.stacked .wphb-pills{font-size:10px;line-height:12px;height:12px;text-align:left;max-width:69px;color:#888;display:block;background-color:transparent}.wphb-pills-group.stacked .wphb-pills:last-child{color:#1abc9c;background-color:transparent}.wphb-pills-group.stacked .dev-icon.dev-icon-caret_down{color:#1abc9c;margin-left:7px}.wphb-pills-group .wphb-pills{border-radius:0;width:80px;line-height:30px;height:30px;margin:0}.wphb-pills-group .wphb-pills:first-child{border-radius:5px 0 0 5px!important}.wphb-pills-group .wphb-pills:last-child{background-color:#17a8e3;color:#fff;border-radius:0 5px 5px 0!important}.wpmud .dev-list-stats .wphb-pills-group{font-size:0;line-height:1em}@media only screen and (max-width:600px){.wphb-pills{margin:0 0 0 10px}.wphb-pills-group .wphb-pills:first-child{border-radius:5px 5px 0 0!important}.wphb-pills-group .wphb-pills:last-child{border-radius:0 0 5px 5px!important}}@media only screen and (max-width:480px){.wphb-pills-group{border-collapse:inherit;border-spacing:inherit}.wphb-pills.with-arrow.left:after,.wphb-pills.with-arrow.right:after{border-top-color:#19b4cf;margin-top:0;margin-left:-8px;top:50%}.wphb-pills.with-arrow.right:after{border-left-color:transparent;left:50%}.wphb-pills.with-arrow.left:after{border-right-color:transparent;right:50%}.wphb-pills.with-arrow.right.grey:after{border-top-color:#eee;border-left-color:transparent}.wphb-pills.with-arrow.left.grey:after{border-top-color:#eee;border-right-color:transparent}}.wpmud .wphb-border-frame{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0 0!important}.wpmud .wphb-border-frame .table-header,.wpmud .wphb-border-frame .table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 80px 15px 30px}.wpmud .wphb-border-frame .table-header{color:#333;font-size:13px;font-weight:700;border-bottom:1px solid #e6e6e6}.wpmud .wphb-border-frame .table-row{border-bottom:1px solid #e6e6e6}.wpmud .wphb-border-frame .table-row:last-child{border-bottom:0}@media only screen and (max-width:783px){.wpmud .wphb-border-frame{border:0}}@media only screen and (max-width:480px){.wpmud .wphb-border-frame .table-header,.wpmud .wphb-border-frame .table-row{padding:15px 0}}.wpmud .wphb-disabled-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:hsla(0,0%,95%,.5)}.wpmud .settings-form span.desc,.wpmud .settings-form span.sub{display:block;margin:10px 0 0;font-size:13px;color:#888;line-height:22px}.wpmud .settings-form ol>li,.wpmud .settings-form span.sub{font-size:13px;color:#888;line-height:22px;margin:4px 0 0}.wpmud .settings-form span.dash-form-title,.wpmud .settings-form span.sub{display:block;font-size:13px;color:#888;line-height:22px;margin:10px 0 0}.wpmud .sui-box-settings-row .sui-box-settings-col-2 span.sub{margin-left:49px}.wpmud .settings-form ol{margin-left:15px}.wpmud .sui-box-settings-row textarea{height:180px}.wpmud .box-advanced-general textarea,.wpmud .box-minification-tools textarea{margin-top:0}.wpmud .box-minification-tools textarea{height:400px;max-width:100%;margin-bottom:0}.wpmud .settings-form span.dash-form-title{margin-bottom:15px;font-weight:500}.wpmud .wphb-dash-table-row span.sub{margin:0}.wpmud .settings-form .col-two-third>label,.wpmud .settings-form.dash-form>label{display:inline-block;padding:2px 10px 0;color:#666;line-height:30px;margin:0}.wpmud .settings-form .wphb-border-frame label{margin-top:25px;padding:0;color:#888;font-size:13px}.wpmud .settings-form .wphb-border-frame small{display:block;font-size:13px;color:#888;line-height:22px}.wpmud .settings-form.disabled{background-color:hsla(0,0%,95%,.5)!important}.wpmud .settings-form.disabled>*{opacity:.5}.wpmud .settings-form input[type=radio]{-webkit-box-shadow:inset 0 1px 2px transparent;box-shadow:inset 0 1px 2px transparent;border:1px solid #e6e6e6;background-color:#f8f8f8}.wpmud .settings-form input[type=radio]:checked{border:1px solid #17a8e3;background-color:#17a8e3}.wpmud .settings-form input[type=radio]:checked:before{width:8px;height:8px;margin:3px;background-color:#fff}@media only screen and (max-width:480px){.wpmud .settings-form input[type=radio]:checked:before{margin:5px}}.wpmud .settings-form input[type=radio]:checked+label{color:#333}.wpmud .settings-form input[type=radio]+label{display:inline-block;margin-top:0;font-size:15px}@media only screen and (max-width:480px){.wpmud .settings-form input[type=radio]{height:20px;width:20px}}.wpmud div[class^=box-dashboard-] .sui-box-title:before{font-family:Hummingbird,Arial,sans-serif;color:#333;float:left;font-size:20px;margin-right:10px;line-height:30px}.wpmud div[class^=box-dashboard-performance] .sui-box-title:before{content:"\B0"}.wpmud div[class^=box-dashboard-caching-page] .sui-box-title:before{content:"\D2"}.wpmud div[class^=box-dashboard-browser] .sui-box-title:before{content:"\C1"}.wpmud div[class^=box-dashboard-cloudflare] .sui-box-title:before{content:"\D0"}.wpmud div[class^=box-dashboard-caching-gravatar] .sui-box-title:before{content:"\B5"}.wpmud div[class^=box-dashboard-smush] .sui-box-title:before{content:"\2021"}.wpmud div[class^=box-dashboard-gzip] .sui-box-title:before{content:"a"}.wpmud div[class^=box-dashboard-minification] .sui-box-title:before{content:"\2264"}.wpmud div[class^=box-dashboard-advanced-tools] .sui-box-title:before{content:"Z"}.wpmud div[class^=box-dashboard-uptime] .sui-box-title:before{content:"\B1"}.wpmud div[class^=box-dashboard-reports] .sui-box-title:before{content:"\C7"}.wpmud div[class^=box-dashboard-] .sui-box-footer .sui-button i{margin-right:5px}.wpmud .box-dashboard-welcome.sui-summary{background:#fff url(../image/hb-graphic-dash-top.png) no-repeat 30px 100%;background-size:192px 172px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .box-dashboard-welcome.sui-summary{background-image:url(../image/hb-graphic-dash-top@2x.png)}}.wpmud .box-dashboard-welcome.sui-summary .sui-button-green{border-radius:20px}.wpmud .box-dashboard-performance-module .sui-accordion:after{margin-bottom:0}@media (max-width:783px){.wpmud .box-dashboard-performance-module .sui-accordion.sui-table th{padding:0 15px 0 20px}}.wpmud .box-dashboard-performance-module .sui-accordion th{color:#333;font-size:13px;font-weight:700;line-height:30px;padding-top:0;padding-bottom:0}.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item:hover{cursor:default;background-color:transparent}@media (max-width:783px){.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item .sui-button{margin-right:20px}}.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title{font-size:13px;color:#333;font-weight:500;line-height:16px}.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title i{font-size:16px}.wpmud .wphb-border-frame .wphb-caching-summary-item-type,.wpmud .wphb-border-frame .wphb-gzip-summary-item-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .sui-box .status-text{color:#888;font-size:13px;line-height:22px;margin-top:5px}.wpmud .box-dashboard-minification-network-module .wphb-dash-ao-upsell{background-color:hsla(0,0%,95%,.5);margin:0 -30px;padding:20px 30px}.wpmud .box-dashboard-minification-network-module .wphb-dash-ao-upsell .sui-button-green{border-radius:20px;float:right}.wpmud .box-dashboard-minification-module .wphb-pills{font-weight:700}.wpmud .wrap-wp-hummingbird .report-status{background-color:#f8f8f8;height:140px;width:100%;position:relative;border-radius:7px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wpmud .wrap-wp-hummingbird .report-status:hover{background-color:#f2f2f2;cursor:pointer}.wpmud .wrap-wp-hummingbird .report-status.with-corner:before{content:"";position:absolute;top:0;right:0;border:30px solid #d1f1ea;border-top-right-radius:7px;border-bottom-color:transparent;border-left-color:transparent}.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey:before{border-right-color:#e6e6e6;border-top-color:#e6e6e6}.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey .corner i{color:#888;font-size:16px;margin-right:4px}.wpmud .wrap-wp-hummingbird .report-status i:before{color:#666;font-size:24px}.wpmud .wrap-wp-hummingbird .report-status strong{font-family:Roboto Condensed,Roboto,Arial,sans-serif;color:#666;font-weight:700;margin-top:10px;font-size:13px;line-height:20px}.wpmud .wrap-wp-hummingbird .report-status .corner{position:absolute;top:0;right:0;color:#1abc9c;font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif;padding-right:6px;padding-top:10px;text-transform:uppercase;font-size:13px}.wpmud .wphb-cross-crawl,.wpmud .wphb-cross-defender,.wpmud .wphb-cross-smush{min-height:150px;border-radius:5px 5px 0 0;background-size:cover}.wpmud .wphb-cross-crawl>span,.wpmud .wphb-cross-defender>span,.wpmud .wphb-cross-smush>span{width:56px;height:56px;display:block;border:3px solid #fff;border-radius:50%;position:relative;top:80px;left:15px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.25);box-shadow:0 1px 10px 0 rgba(0,0,0,.25)}.wpmud .wphb-cross-smush{background:url(../image/plugins-smush.jpg) 50%}.wpmud .wphb-cross-smush>span{background:#fff url(../image/plugins-smush-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-smush>span{background-image:url(../image/plugins-smush-icon@2x.png)}}.wpmud .wphb-cross-defender{background:url(../image/plugins-defender.jpg) 50%}.wpmud .wphb-cross-defender>span{background:#fff url(../image/plugins-defender-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-defender>span{background-image:url(../image/plugins-defender-icon@2x.png)}}.wpmud .wphb-cross-crawl{background:url(../image/plugins-crawl.jpg) 50%}.wpmud .wphb-cross-crawl>span{background:#fff url(../image/plugins-crawl-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-crawl>span{background-image:url(../image/plugins-crawl-icon@2x.png)}}@media only screen and (max-width:480px){.wpmud .box-dashboard-minification-module .wphb-pills{display:block}.wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost{padding:5px 6px 7px!important}.wpmud .box-dashboard-smush .buttons{margin-top:15px}.wpmud .sui-box .status-text{line-height:15px;margin-top:0;padding-left:10px;word-wrap:break-word;max-width:175px}}.wpmud .wrap-wphb-performance #wphb-error-details{display:none}.wpmud .wrap-wphb-performance #wphb-error-details code{background:#fff}.wpmud .wrap-wphb-performance .sui-actions-right .sui-tooltip{margin-right:10px}.wpmud .wrap-wphb-performance .sui-dismissed .sui-circle-score svg circle:last-child{stroke:#aaa}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-dismissed td:first-child{border-left:2px solid #aaa}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-error td:first-child{border-left:2px solid #ff6d6d}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-warning td:first-child{border-left:2px solid #fecf2f}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-success td:first-child{border-left:2px solid #1abc9c}.wpmud .wrap-wphb-performance .box-performance-welcome.sui-summary{background-image:url(../image/graphic-hb-minify-summary@2x.png)}.wpmud .wrap-wphb-performance .performance-report-table tr:first-child>td{border-top:1px solid #e6e6e6}.wpmud .wrap-wphb-performance .performance-report-table ol li,.wpmud .wrap-wphb-performance .performance-report-table p{font-size:13px!important;color:#888;line-height:22px}.wpmud .wrap-wphb-performance .performance-report-table ol>p{margin-left:-30px;margin-bottom:15px}.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{color:#888;font-size:13px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;width:130px}.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type:first-letter{text-transform:capitalize}@media only screen and (max-width:1200px){.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{width:115px}}@media only screen and (max-width:1100px){.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{width:105px}}@media only screen and (max-width:783px){.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{display:none!important}}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content .wpdui-btn{text-transform:uppercase}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content .wpdui-btn:hover{color:#fff}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content a:not(.wpdui-btn),.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content a:not(.wpdui-btn):hover{color:#17a8e3;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content h4:first-child{margin-top:0}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content h4,.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content h5{font-family:Roboto,sans-serif;color:#333;font-size:13px;text-transform:none;line-height:23px;margin:20px 0;text-align:left}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content.disable-buttons a.button,.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content.disable-buttons a.wpdui-btn{display:none}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content{padding:15px 20px}}@media only screen and (max-width:783px){.wpmud .wrap-wphb-performance .performance-report-table td,.wpmud .wrap-wphb-performance .performance-report-table th{width:70%!important}}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .performance-report-table{margin-top:0}}.wpmud .wrap-wphb-performance .recipient{margin-bottom:10px;padding:5px 10px}.wpmud .wrap-wphb-performance .recipient:hover{border-radius:4px;background-color:#f8f8f8}.wpmud .wrap-wphb-performance .recipient:hover a>i{color:#333}.wpmud .wrap-wphb-performance .recipient img{border-radius:50px;width:30px;height:30px;margin-right:10px;display:inline-block;vertical-align:middle}.wpmud .wrap-wphb-performance .recipient .name{color:#333;font-weight:500}.wpmud .wrap-wphb-performance .recipient a>i{color:#888}.wpmud .wrap-wphb-performance .add-recipient{margin-top:15px}.wpmud .wrap-wphb-performance .add-recipient>*{margin-bottom:0;border-radius:0;border:1px solid #e6e6e6;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>button{background-color:#888!important;border-radius:0 4px 4px 0!important;min-width:60px}.wpmud .wrap-wphb-performance .add-recipient>input::-webkit-input-placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>input:-ms-input-placeholder,.wpmud .wrap-wphb-performance .add-recipient>input::-ms-input-placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>input::placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name{border-radius:4px 0 0 4px;border-right:0;background-color:#f8f8f8;margin:0}.wpmud .wrap-wphb-performance .add-recipient #wphb-username-search{background-color:#f8f8f8;margin:0}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name,.wpmud .wrap-wphb-performance .add-recipient>button{border-radius:0!important;margin-bottom:5px;border:1px solid #e6e6e6}.wpmud .wrap-wphb-performance .add-recipient>button{margin-top:10px!important}}.wpmud .wrap-wphb-performance .add-recipient,.wpmud .wrap-wphb-performance .recipient,.wpmud .wrap-wphb-performance .recipient .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .add-recipient,.wpmud .wrap-wphb-performance .recipient,.wpmud .wrap-wphb-performance .recipient .name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}.wpmud .wrap-wphb-performance .recipient .email,.wpmud .wrap-wphb-performance .recipient .name>span{font-size:13px}.wpmud .wrap-wphb-caching .wphb-caching-error{text-align:left}.wpmud .wrap-wphb-caching .wphb-caching-error a{text-decoration:underline}.wpmud .wrap-wphb-caching .wphb-border-frame .table-header .wphb-caching-summary-heading-type{-ms-flex-preferred-size:85px;flex-basis:85px}.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-type,.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-gzip-summary-item-type{-ms-flex-preferred-size:100px;flex-basis:100px}.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-expiry,.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-status{-ms-flex-preferred-size:80px;flex-basis:80px}.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-type{font-size:13px;font-weight:500;color:#333}.wpmud .box-caching-summary{background:#fff url(../image/graphic-caching-top.png) no-repeat 30px 100%;background-size:192px 172px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .box-caching-summary{background-image:url(../image/graphic-caching-top@2x.png)}}.wpmud .box-caching-page-caching .wphb-dash-table.three-columns>.wphb-dash-table-row>div{-ms-flex-preferred-size:25%;flex-basis:25%}.wpmud .box-caching-page-caching .wphb-dash-table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px;border-top:1px solid #e6e6e6}.wpmud .box-caching-page-caching .wphb-dash-table-row:first-child{border-top:0}.wpmud .box-caching-page-caching .wphb-dash-table-row:last-child{margin-bottom:-10px}.wpmud .box-caching-page-caching .wphb-dash-table-row>div{text-align:center}.wpmud .box-caching-page-caching .wphb-dash-table-row>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-preferred-size:50%!important;flex-basis:50%!important;text-align:left;font-size:13px;color:#333;font-weight:500;line-height:16px}.wpmud .box-caching-page-caching .wphb-dash-table-row>div:last-child{text-align:right}.wpmud .box-caching-status .cf-dash-notice .sui-upsell-notice span a{display:block;margin-top:6px;text-transform:uppercase;text-decoration:none;color:#888}.wpmud .box-caching-status .wphb-caching-summary-item-expiry .sui-tag{color:#333}.wpmud .box-caching-settings .sui-box-settings-col-1{vertical-align:top}.wpmud .box-caching-settings .cloudflare-submit{margin-top:30px;padding-bottom:30px}.wpmud .box-caching-settings .cloudflare-submit .cloudflare-how-to-title{font-size:13px}.wpmud .box-caching-settings .cloudflare-submit .sui-button{float:right}.wpmud .box-caching-settings .wphb-block-content-blue{background-color:#e0f6ff;border-radius:5px;padding:20px 30px;margin-left:0;font-size:13px;line-height:22px}.wpmud .box-caching-settings .cloudflare-step .sui-notice-warning .sui-button{color:#fff}.wpmud .box-caching-settings .select-container.server-type,.wpmud .box-caching-settings .wphb-expiry-select-box .wphb-expiry-select{max-width:240px}.wpmud .box-caching-settings .sui-border-frame .sui-form-field{margin-bottom:10px}.wpmud .box-caching-settings .wphb-expiry-changes .update-htaccess{margin-top:10px}.wpmud .box-caching-settings .wphb-server-instructions .wphb-listing li,.wpmud .box-caching-settings .wphb-server-instructions p{color:#888;font-size:13px;line-height:22px}.wpmud .box-caching-settings .wphb-server-instructions .sui-notice p{color:#333}.wpmud .box-caching-settings .wphb-server-instructions .wphb-listing li{margin-top:0}.wpmud .box-caching-rss .sui-box-footer .spinner{margin:2px 10px 0}.wpmud .box-caching-rss .sui-box-settings-row input[type=text]{margin:0;display:inline-block;width:80px}.wpmud .box-caching-rss .sui-box-settings-row label{margin-left:10px;margin-top:-5px;color:#666}.wpmud .box-caching-other-settings .spinner{margin:2px 10px 0 0}.wpmud #configure-gzip-link{color:#333;text-decoration:underline}.wpmud .box-gzip-summary .wphb-caching-summary-item-type{font-size:13px;font-weight:500;color:#333}.wpmud .box-gzip-settings .sui-box-settings-col-1{vertical-align:top}.wpmud .box-gzip-settings .select-container{max-width:240px}.wpmud .box-gzip-settings .wphb-server-instructions .wphb-listing li,.wpmud .box-gzip-settings .wphb-server-instructions p{color:#888;font-size:13px;line-height:22px}.wpmud .box-gzip-settings .wphb-server-instructions .wphb-listing li{margin-top:0}.wpmud .box-gzip-settings .sui-code-snippet{margin-top:1em}.wpmud .box-gzip-settings .wphb-server-instructions p{font-size:13px;color:#888;letter-spacing:-.25px;line-height:22px}@media screen and (min-width:960px){.wpmud .wphb-border-frame.two-columns .table-header,.wpmud .wphb-border-frame.two-columns .table-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wpmud .wphb-border-frame.two-columns .table-header>div:first-child,.wpmud .wphb-border-frame.two-columns .table-row>div:first-child{-ms-flex-preferred-size:50%;flex-basis:50%}}.wpmud .box-minification-empty-files .sui-dialog{text-align:left}.wpmud .sui-dialog .checkbox-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:52px}.wpmud .sui-dialog .checkbox-group input[type=checkbox]+label{padding:10px;width:70px;height:50px}.wpmud .sui-dialog .checkbox-group input[type=checkbox]+label>[class^=hb-]:before,.wpmud .wphb-minification-advanced-group input[type=checkbox]+label>[class^=hb-]:before{margin-right:0}.wpmud .checkbox-group{border-radius:41px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:40px}.wpmud .checkbox-group>span{color:#aaa;font-size:12px;line-height:40px}.wpmud .checkbox-group input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;display:block}.wpmud .checkbox-group input[type=checkbox]+label.toggle-label-background,.wpmud .checkbox-group input[type=checkbox]:checked+label{-webkit-box-shadow:none;box-shadow:none;background-color:#e1f6ff;border-color:#e1f6ff}.wpmud .checkbox-group input[type=checkbox]+label{background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:50px;position:relative;-webkit-transition-property:background,color;-o-transition-property:background,color;transition-property:background,color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;color:transparent!important;margin-bottom:0;margin-left:5px}.wpmud .checkbox-group input[type=checkbox]+label>i,.wpmud .checkbox-group input[type=checkbox]+label>span:not(.toggle){color:#888;padding:0;font-size:12px}.wpmud .checkbox-group input[type=checkbox]+label>[class^=hb-]:before{font-size:14px;vertical-align:-2px}.wpmud .checkbox-group input[type=checkbox]+label>[tooltip]{position:absolute;left:0;top:0;bottom:0;right:0;z-index:9}.wpmud .checkbox-group input[type=checkbox]+label.toggle-label-background>span:not(.toggle),.wpmud .checkbox-group input[type=checkbox]:checked+label>i,.wpmud .checkbox-group input[type=checkbox]:checked+label>span:not(.toggle){color:#17a8e3}.wpmud .checkbox-group input[type=checkbox]:disabled+label{background-color:#f8f8f8;border-color:#f8f8f8}.wpmud .checkbox-group input[type=checkbox]:disabled+label>i,.wpmud .checkbox-group input[type=checkbox]:disabled+label>span:not(.toggle){color:#ddd}.wpmud .checkbox-group label [class^=hb-]{display:block;padding:10px 0 4px}.wpmud .sui-notice-warning .wphb-switch-button{color:#333;text-decoration:underline}.wpmud .wphb-minification-files{background-color:#f8f8f8;padding-bottom:1px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider{border-left:1px solid #e6e6e6;height:62px;margin-top:-21px;margin-bottom:-22px;margin-left:10px}.wpmud .box-minification-enqueued-files .sui-box-header .sui-button:last-child{margin-right:10px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button{height:60px;width:60px;display:block;margin:-15px -30px -15px 0}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i{font-size:20px;margin-left:20px;position:absolute;top:18px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i:before{color:#aaa}.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button>i:before{color:#17a8e3}.wpmud .wphb-minification-files-header{background-color:#fff;border-bottom:1px solid #e6e6e6;margin-bottom:30px;padding:30px}.wpmud .wphb-border-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;position:relative}.wpmud .wphb-minification-files-advanced .wphb-border-row,.wpmud .wphb-minification-files-advanced .wphb-minification-row-details,.wpmud .wphb-minification-files-basic .wphb-border-row{padding:10px 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wpmud .wphb-minification-files-advanced .wphb-minification-row-details{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wpmud .wphb-minification-files-basic .wphb-border-row{border-bottom:1px solid #e6e6e6}.wpmud .wphb-minification-files-advanced .wphb-border-row{padding:10px 30px 10px 20px;min-height:70px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05);margin-bottom:10px}.wpmud .wphb-minification-files-advanced .wphb-border-row:last-child,.wpmud .wphb-minification-files-basic .wphb-border-row:last-child{border-bottom:0}.wpmud .wphb-minification-files-table.wphb-minification-files-advanced,.wpmud .wphb-minification-files-table.wphb-minification-files-basic{background-color:#f8f8f8;margin:0 30px 30px}.wpmud .wphb-minification-files-table.wphb-minification-files-basic{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05)}.wpmud .wphb-minification-files-select h3,.wpmud .wphb-minification-files>h3{font-size:13px;font-weight:700;line-height:22px;color:#888;text-align:left;text-transform:none;margin:10px 30px}.wpmud .wphb-minification-file-info{float:left;line-height:18px;white-space:nowrap;width:280px}.wpmud .wphb-minification-file-info>*{color:#aaa;font-size:10px;font-weight:500;line-height:10px}.wpmud .wphb-minification-file-info>span:first-child{color:#666;display:block;font-size:13px;line-height:13px}.wpmud .wphb-minification-file-info>a{max-width:200px;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.wpmud .wphb-minification-file-info>span .original-size.crossed-out{text-decoration:line-through}.wpmud .wphb-minification-file-info>span .sui-icon-chevron-down:before{font-size:8px;position:relative;top:0}.wpmud .wphb-minification-file-info>span .compressed-size,.wpmud .wphb-minification-file-info>span .sui-icon-chevron-down:before{color:#1abc9c}.wpmud .wphb-border-row:not(.disabled) .wphb-minification-file-info:after{background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:40px}.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-queued,.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-success{top:20px}.wpmud .wphb-border-row .wphb-row-status{position:absolute;height:20px;width:20px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05);left:-9px;-webkit-animation:pop .3s linear 1;animation:pop .3s linear 1;z-index:1}.wpmud .wphb-border-row .wphb-row-status i{position:absolute;height:12px;width:12px;font-size:12px;line-height:22px;left:4px}.wpmud .wphb-border-row .wphb-row-status i:before{color:#17a8e3}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-already-compressed i:before{color:#fecf2f}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-other i:before{color:#aaa}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued{top:24px;z-index:0}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued i:before{color:#aaa}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success{top:24px;z-index:0}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success i:before{color:#1abc9c}.wpmud .wphb-minification-filter-buttons{padding:0 30px 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.wpmud .wphb-minification-filter-buttons .sui-actions-left{margin-left:0}.wpmud .wphb-minification-files-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;margin:0 50px}.wpmud .wphb-minification-files-select .sui-checkbox{margin-right:5px}.wpmud .wphb-minification-files-select .sui-checkbox span{margin-top:-4px}.wpmud .wphb-minification-files-select h3{margin:5px 5px 7px}.wpmud .wphb-minification-bulk-file-selector{float:left}.wpmud .wphb-minification-file-select{float:left;line-height:30px;margin-right:10px;margin-top:4px}.wpmud .wphb-minification-exclude{margin-left:30px}.wpmud .wphb-minification-filter{background-color:#fff;padding:0 30px;margin:10px 30px}.wpmud .wphb-minification-filter>div{height:78px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .wphb-minification-filter>div>input{margin:0 10px!important;width:40%!important;background-color:#f8f8f8!important}.wpmud .wphb-minification-filter>div .wphb-block-title{color:#333;font:500 13px/30px Roboto,Arial,sans-serif;text-transform:none;margin-right:21px;margin-left:0}.wpmud .wphb-minification-filter .select-list-container{min-width:240px!important}.wpmud .wphb-border-row.disabled .checkbox-group,.wpmud .wphb-border-row.out-of-filter{display:none}.wpmud .wphb-border-row.disabled{background-color:#f2f2f2}.wpmud .wphb-minification-files-advanced .wphb-border-row.disabled{-webkit-box-shadow:none;box-shadow:none}.wpmud .wphb-border-row.disabled .wphb-filename-extension-css,.wpmud .wphb-border-row.disabled .wphb-filename-extension-javascript,.wpmud .wphb-border-row.disabled .wphb-filename-extension-js,.wpmud .wphb-border-row.disabled .wphb-filename-extension-other{opacity:.4}.wpmud .wphb-filename-extension-label{line-height:30px}.wpmud .wphb-border-row.disabled .wphb-minification-file-info>span{color:#aaa}.wpmud .wrap-wphb-minification .settings-form{margin:0}.wpmud .box-minification-settings .sui-notice-warning{margin-bottom:15px;padding:15px 20px}.wpmud .box-minification-settings .sui-notice-warning p{font-size:13px}.wpmud .box-minification-settings .sui-notice-warning p:first-of-type:before{font-size:16px}@media only screen and (max-width:1200px){.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{width:185px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info>a{max-width:100px}}@media only screen and (max-width:1100px){.wpmud .box-minification-enqueued-files .box-title .buttons{float:left;margin-right:-5px!important}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{width:130px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info>a{max-width:180px}.wpmud .wphb-minification-files-advanced .wphb-minification-exclude{margin-left:15px}}@media screen and (max-width:1060px){.wpmud .wphb-border-row,.wpmud .wphb-border-row-header{padding:15px}}@media only screen and (max-width:960px){.wpmud .box-minification-enqueued-files .box-title .buttons{float:right;margin-right:45px!important}}@media only screen and (max-width:783px){.wpmud .wphb-minification-files-advanced .fileinfo-group:after{font-family:dashicons,Arial,sans-serif;content:"\F347";position:absolute;left:100%;margin-left:-70px;margin-top:5px}.wpmud .wphb-minification-files-advanced .fileinfo-group.opened:after{content:"\F343"}.wpmud .wphb-minification-files-advanced .fileinfo-group{padding:10px 0;overflow:hidden}.wpmud .wphb-minification-file-info{width:55%;min-width:200px}.wpmud .wphb-minification-file-info>a{max-width:200px}.wpmud .wphb-minification-files-advanced .wphb-minification-row-details{display:none;margin:10px 0;border-top:1px solid #e6e6e6;padding-top:15px!important;width:100%;z-index:100}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i{margin-left:15px}.wpmud .wphb-minification-files-advanced .wphb-minification-advanced-group{float:left}.wpmud .wphb-minification-files-advanced .wphb-minification-exclude{float:right;margin-top:7px}}@media only screen and (max-width:600px){.wpmud .box-minification-enqueued-files .box-title .buttons,.wpmud .box-minification-enqueued-files .box-title h3{float:none!important}.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button{height:96px;margin-left:-60px;position:absolute;top:0}.wpmud .wphb-minification-file-info{width:185px}}@media only screen and (max-width:480px){.wpmud .wphb-minification-files-table.wphb-minification-files-advanced,.wpmud .wphb-minification-files-table.wphb-minification-files-basic{margin:0 10px 30px}.wpmud .wphb-minification-files-header{padding:20px}.wpmud .box-minification-enqueued-files .buttons .button{padding:7px!important}.wpmud .wphb-minification-filter-buttons{padding:0 20px 20px}.wpmud .wphb-minification-files-select{margin:0 20px}.wpmud .wphb-minification-files>h3{margin:10px}.wpmud .wphb-minification-files-advanced .wphb-border-row,.wpmud .wphb-minification-files-basic .wphb-border-row{padding:10px}.wpmud .wphb-minification-file-info{width:155px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{min-width:170px}.wpmud .wphb-border-row .fileinfo-group{margin-top:0;margin-bottom:0}.wpmud .checkbox-group>span{line-height:20px;text-align:right;-ms-flex-item-align:center;align-self:center}.wpmud .checkbox-group input[type=checkbox]+label{width:60px}.wpmud .checkbox-group input[type=checkbox]+label>[class^=hb-]:before{margin-right:0}.wpmud .checkbox-group input[type=checkbox]+label>span[class^=hb]>span{display:none}.wpmud .wphb-minification-files-advanced .fileinfo-group:after{margin-left:-40px}}.sui-header .sui-actions-right .select-container,.sui-header .sui-actions-right label{margin-right:10px}.sui-header .sui-actions-right label{font-size:12px;color:#aaa}.wpmud .wrap-wphb-uptime .wphb-pills.green,.wpmud .wrap-wphb-uptime .wphb-pills.red{height:40px;line-height:40px;width:200px;border-radius:5px}.wpmud .wrap-wphb-uptime .downtime-chart svg g path{stroke:transparent}.wpmud .wrap-wphb-uptime .downtime-chart svg g rect{stroke:transparent;stroke-width:0}.wpmud .wrap-wphb-uptime .downtime-chart-key span{color:#aaa;font-size:12px;line-height:20px;margin-right:30px;font-weight:500}.wpmud .wrap-wphb-uptime .downtime-chart-key span:before{content:"";display:inline-block;height:16px;width:16px;border-radius:2px;margin-right:10px;vertical-align:sub}.wpmud .wrap-wphb-uptime .downtime-chart-key span.response-time-key:before{background-color:#e1f6ff;border-top:2px solid #24ade5;height:14px}.wpmud .wrap-wphb-uptime .downtime-chart-key span.uptime-key:before{background-color:#d1f1ea}.wpmud .wrap-wphb-uptime .downtime-chart-key span.downtime-key:before{background-color:#ff6d6d}.wpmud .wrap-wphb-uptime .downtime-chart-key span.unknown-key:before{background-color:#f8f8f8}.wpmud .wrap-wphb-uptime .downtime-chart div.google-visualization-tooltip,.wpmud .wrap-wphb-uptime .wphb-uptime-graph div.google-visualization-tooltip{font-family:Roboto,sans-serif;font-weight:500;color:#fff;font-size:12px;border:none;border-radius:5px;padding:8px 12px;background:#000}.wpmud .box-uptime-summary .sui-summary{background-image:url(../image/hb-graphic-uptime-up@2x.png)}.wpmud .box-uptime-response-time .uptime-chart{height:400px}.wpmud .box-uptime-response-time .uptime-chart svg g g rect{fill:#e6e6e6;stroke:transparent;stroke-width:0}.wpmud .box-uptime-response-time .uptime-chart svg g g text{fill:#fff;font-family:Roboto,Arial,sans-serif;font-size:13px;font-weight:400}.wpmud .box-uptime-response-time .uptime-chart svg g g g g rect:hover{stroke-width:0px;stroke:red;display:none}.wpmud .box-uptime-response-time .uptime-chart svg g g text:last-of-type{fill:#aaa;font-weight:500}.wpmud .box-uptime-response-time .downtime-chart{height:80px;margin-left:80px;max-width:90%}.wpmud .box-uptime-response-time .downtime-chart div div svg{height:58px!important;overflow:hidden}.wpmud .box-uptime-response-time .downtime-chart div div svg svg g text{display:none}.wpmud .box-uptime-response-time .wphb-uptime-graph div.google-visualization-tooltip .response-time-tooltip{font-size:15px;line-height:18px}.wpmud .box-uptime-response-time .wphb-uptime-graph div.google-visualization-tooltip .uptime-date-tooltip{font-size:11px;color:#aaa;line-height:14px;display:block}.wpmud .box-uptime-downtime .downtime-chart svg g text{font-family:Roboto,Arial,sans-serif;fill:#aaa;font-weight:500;font-size:12px;line-height:20px}.wpmud .box-uptime-downtime .dev-list-stats-item{margin-bottom:10px}.wpmud .box-uptime-downtime .sui-icon-chevron-down,.wpmud .box-uptime-downtime .sui-icon-chevron-up{padding:6px;margin-right:10px;vertical-align:middle;border-radius:5px;font-size:15px;line-height:10px}.wpmud .box-uptime-downtime .sui-icon-chevron-down:before,.wpmud .box-uptime-downtime .sui-icon-chevron-up:before{color:#fff}.wpmud .box-uptime-downtime .sui-icon-chevron-down{background-color:#ff6d6d}.wpmud .box-uptime-downtime .sui-icon-chevron-up{background-color:#1abc9c}.wpmud .box-uptime-downtime .wphb-pills-group{width:100%}.wpmud .box-uptime-downtime .wphb-pills.green,.wpmud .box-uptime-downtime .wphb-pills.red{text-align:left;color:#333;font-size:13px;height:56px;line-height:50px;padding-left:15px}.wpmud .box-uptime-downtime .wphb-pills.red[tooltip]:after{left:48%}.wpmud .box-uptime-downtime .wphb-pills.red{background-color:#ffe5e9;border-top:2px solid #ffe5e9;border-bottom:2px solid #ff6d6d;width:60%}.wpmud .box-uptime-downtime .wphb-pills.green{background-color:#d1f1ea;border-top:2px solid #1abc9c;border-bottom:2px solid #d1f1ea;width:40%}.wpmud .box-uptime-downtime span.list-detail-stats{position:absolute;font-size:13px;font-weight:500;line-height:22px;right:60%;color:#333;opacity:.5;margin-top:16px}.wpmud .box-uptime-downtime .wphb-image-pills-divider{display:inline-block;height:56px;margin-bottom:-25px;margin-left:-28px;position:absolute}@media only screen and (max-width:600px){.wpmud .select-container.uptime-data-range{position:absolute;top:0;right:0;margin-right:0}.wpmud .uptime-data-range .select-list-container{min-width:180px}.wpmud .wrap-wphb-uptime .actions>.documentation-button{margin-left:0!important}.wpmud .wrap-wphb-uptime .wphb-pills.green{position:absolute;top:0;right:0;height:30px;border-radius:0 4px 0 0!important;line-height:30px;padding-left:10px;width:160px}.wpmud .wrap-wphb-uptime .wphb-pills.red{width:100%;margin-top:30px;height:50px;border-radius:5px 0 5px 5px!important}.wpmud .box-uptime-downtime .sui-icon-chevron-down,.wpmud .box-uptime-downtime .sui-icon-chevron-up{padding:4px;border-radius:4px;font-size:12px;vertical-align:inherit}.wphb-image-pills-divider{display:inline-block;height:30px;margin-left:0;top:0;right:160px}.wpmud span.list-detail-stats{right:20px;margin-top:46px;opacity:.7}}@media only screen and (max-width:480px){.wpmud .uptime-chart{margin-left:-25px}}.wpmud [class^=box-advanced] .spinner{margin:5px 10px 0;vertical-align:top}.wpmud .box-advanced-db .wphb-border-frame{margin-top:30px!important}.wpmud .box-advanced-db .wphb-border-frame .table-header,.wpmud .box-advanced-db .wphb-border-frame .table-row{padding:20px 30px}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .table-header,.wpmud .box-advanced-db .wphb-border-frame .table-row{padding:15px 0}}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .table-header{padding:15px 0 0}}.wpmud .box-advanced-db .wphb-border-frame .table-header div{-ms-flex-preferred-size:50px;flex-basis:50px}.wpmud .box-advanced-db .wphb-border-frame .table-header div:first-child,.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child{-ms-flex-preferred-size:150px;flex-basis:150px}.wpmud .box-advanced-db .wphb-border-frame .table-row div{height:20px;font-size:13px;line-height:20px}.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child{color:#333;font-weight:500}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-info{font-size:16px;margin-left:10px}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-info:hover:before{color:#aaa}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-info:before{color:#ddd;vertical-align:middle}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete{width:30px;height:30px;display:inline-block;border-radius:4px;margin-top:-5px;text-align:center;vertical-align:middle;cursor:pointer}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover{background-color:#f5f5f5}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover .sui-icon-trash:before{color:#ff6d6d}.wpmud .box-advanced-db .wphb-border-frame .table-row .spinner{margin-top:1px}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-trash:before{color:#888;font-size:12px;margin-top:8px}.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer{border-top:none}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer{padding:20px 0}}.wpmud .box-advanced-db-settings .settings-form .included-tables>label:first-child,.wpmud .box-advanced-db-settings .settings-form .schedule-box>label:first-child{margin-top:0}.wpmud .box-advanced-db-settings .settings-form .included-tables>label{margin-top:7px;color:#333}.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership{padding-top:0}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table{border:none}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr{height:40px}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr:nth-child(odd){border-radius:4px;background-color:#fafafa}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td{vertical-align:top;padding:5px 20px;border-bottom:none;border-radius:4px}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td:first-child{color:#333;font-weight:500}.wpmud .box-advanced-system-info .wphb-system-info-dropdown{max-width:160px}#wpbody-content{padding-bottom:25px}.sui-header .sui-button i{margin-right:5px}.wpmud .wrap-wp-hummingbird .clear{padding:0}.wpmud .wrap-wp-hummingbird .mline{margin-bottom:30px}.wpmud .select-list-container{min-width:100px}.wpmud .select-list-container .list-value{color:#333;font-weight:500;padding:6px 8px 6px 15px}.wpmud .dev-list-stats>li.standalone{margin:0}.wpmud .dev-list-stats>li.small>li .list-detail-stats-heading,.wpmud .dev-list-stats>li.small>li .list-label-stats{line-height:26px}.wpmud .dev-list-stats>li .list-detail-stats-heading,.wpmud .dev-list-stats>li .list-label-stats{color:#333;font:500 13px/30px Roboto,Arial,sans-serif}.wpmud .dev-list-stats>li .list-detail-stats-heading{font-weight:400;font-size:18px;color:#666}.wpmud .dev-list-stats>li .list-detail-stats-heading.small{font-size:26px}.wpmud .dev-list-stats>li .list-detail-stats-heading-extra-info{color:#bababa;display:block;font:500 12px/16px Roboto,Arial,sans-serif;margin-top:5px}.wpmud .dev-list-stats>li .list-label-stats-date{margin-right:30px}.wpmud input[type=checkbox]{border-radius:4px;border:1px solid #e6e6e6;background-color:#f8f8f8}.wpmud [tooltip]:after{font:500 12px/18px Roboto,Arial,sans-serif;padding:8px 12px;background:#333;min-width:50px;max-width:250px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;text-transform:none}.wpmud .radio-group input[type=radio]+label>[tooltip]{position:absolute;left:0;top:0;bottom:0;right:0;z-index:9}.wpmud .wrap-wp-hummingbird .wphb-label{color:#fff;display:block;font:500 15px/20px Roboto,Arial,sans-serif;text-shadow:none;white-space:nowrap}.wpmud .wrap-wp-hummingbird .wphb-label-notice-inline{display:inline-block;font-size:13px;color:#888;margin:0 15px}.wpmud .wphb-image,.wpmud .wphb-image-icon-content{display:block;height:auto;max-width:100%}.wpmud .wphb-image-center,.wpmud .wphb-image-icon-content-center{margin-right:auto;margin-left:auto}.wpmud .wphb-image-icon-content-top{margin-bottom:30px}.wpmud .wphb-listing{margin:0}.wpmud .wphb-listing.bold li{font-weight:500}.wpmud .wphb-listing.wphb-listing-ordered{padding-left:20px}.wpmud .wphb-listing li{font-family:Roboto,Arial,sans-serif;font-size:15px;font-weight:400;line-height:21px;margin-top:10px;margin-bottom:0}.wpmud .wphb-listing li:first-child{margin-top:0}.wpmud .wphb-listing li :before{color:#17a8e3;top:0}.wpmud .wphb-listing li strong{font-weight:500}.wpmud .wphb-listing li p{font-size:13px;line-height:22px;margin-top:5px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.wphb-filename-extension{border-radius:4px;display:block;float:left;font-family:Roboto,Arial,sans-serif;font-size:9px;color:#fff;text-transform:uppercase;text-align:center;line-height:43px;height:30px;margin:0 10px 0 0;width:30px}.wphb-filename-extension.wphb-filename-extension-html{background-color:#f56418}.wphb-filename-extension.wphb-filename-extension-other{background-color:#aaa}.wphb-filename-extension.wphb-filename-extension-css{background-color:#25a8de}.wphb-filename-extension.wphb-filename-extension-media{background-color:#55ddb8}.wphb-filename-extension.wphb-filename-extension-images{background-color:#bdf2f7;color:#333}.wphb-filename-extension.wphb-filename-extension-javascript,.wphb-filename-extension.wphb-filename-extension-js{background-color:#f7e100;color:#333}.sui-list-label .wphb-filename-extension{margin:-5px 10px -5px 0}.sui-list-label .wphb-filename-extension-label{line-height:22px}
|
4 |
+
|
5 |
/*# sourceMappingURL=app.min.css.map*/
|
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sources":["webpack:///./_src/scss/common/_classes.scss","webpack:///./_src/scss/app.scss","webpack:///./_src/scss/common/_mixins.scss","webpack:///./_src/scss/common/_overwrites.scss","webpack:///./_src/scss/common/_typography.scss","webpack:///./_src/scss/common/_buttons.scss","webpack:///./_src/scss/common/_layout.scss","webpack:///./_src/scss/common/_modals.scss","webpack:///./_src/scss/components/_notices.scss","webpack:///./_src/scss/components/_pills.scss","webpack:///./_src/scss/components/_border_frame.scss","webpack:///./_src/scss/components/_settings_form.scss","webpack:///./_src/scss/modules/_dashboard.scss","webpack:///./_src/scss/modules/_performance.scss","webpack:///./_src/scss/modules/_caching.scss","webpack:///./_src/scss/modules/_gzip.scss","webpack:///./_src/scss/modules/_minification.scss","webpack:///./_src/scss/modules/_uptime.scss","webpack:///./_src/scss/modules/_advanced.scss"],"names":[],"mappings":"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,oBAGJ,4FAEI,+DACA,gBAGJ,4CACI,eACA,WACA,gBACA,iBAGJ,oEAEI,kBAGJ,0FAEI,iBAIJ,8HAEI,2CACH,kIAIG,2CACH,6BAIG,WACA,eACA,iBACA,eAKJ,2EACI,cAGJ,gDACI,gBACA,mBAGJ,kEACI,gBACA,gBACA,eACA,gBACH,oDAGG,cACA,gBACA,eACA,iBACH,kNAMG,eACA,qDACA,WACH,sDAGG,gBACH,4DAIG,kBACA,kBACA,yBACA,kBACA,mBACA,WACA,eACA,iBAGJ,yCACI,kBACA,QACA,OACA,iBACA,WACA,QACA,SACA,iCACA,oCACA,+BACH,4DAIG,WACA,0BACA,gBAIJ,wWAMI,0BACH,qGAGG,gBAIJ,2CACI,yBACA,aACA,WACA,kBAGA,kBACA,mBACA,qDACA,yGACA,kEACA,oEAGJ,iDACI,yBACA,eAGJ,6CACI,WACA,eAGJ,kDACI,qDACA,WACA,gBACA,gBACA,eACA,iBACH,mDAGG,kBACA,MACA,QACA,cACA,gBACA,qDACA,kBACA,iBACA,yBACA,eAGJ,sEACI,WACA,eACA,iBACH,8DAGG,WACA,kBACA,MACA,QACA,yBACA,4BAIA,kBACA,2BACA,yBACH,mEAGG,2BACA,yBAIJ,2DAEQ,WACA,eACA,mBAJR,4EAQQ,yCACA,eACA,iBACA,cACA,gBAKR,mCACI,WACA,kBACA,gCACA,iBACA,mBAGJ,wCACI,cACA,yBACA,eACA,eACA,QAGJ,oEAEI,WACA,eACA,gBACA,iBACA,oBACH,8CAGG,kBACA,0BACA,sBACA,kEACA,aAGJ,iDACI,WACA,eACA,gBACA,iBACA,oBACA,aACA,gBAGJ,gDACI,WACA,eACA,iBACA,mBACH,8EAKG,iBACA,0BAGJ,yBACI,8CACA,sBAGJ,4BACI,8CACA,sBAGJ,yBACI,8CACA,sBAGJ,6FAGI,WACA,YACA,cACA,sBACA,kBACA,kBACA,SACA,UACA,wFAGJ,8BV/eI,wDACA,0BAEA,oOU4eJ,8BVteQ,gDDm3EL,CWz4DH,iCVnfI,wDACA,0BAEA,oOUgfJ,iCV1eQ,gDD83EL,CWh5DH,8BVvfI,w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wCACI,qBACA,eACA,gBACA,yBAGJ,4CACI,gBACH,4CAGG,aACA,mBACA,kBAGJ,8CACI,eACH,qDAGG,eAGJ,wDACI,gBACA,0BACA,kBAGJ,0DACI,0BACH,oCAGG,qGAEI,sEAEJ,qIAEI,2Cdw7GL,Ceh/GH,uBACI,mBACA,qDACA,gEACA,YACH,mCAEG,sEAIJ,4CACI,SACA,mBACA,WACA,YACA,gBACA,UACA,kBACA,UACA,cACH,kDAGG,sBACA,yBACA,kBACA,qDACA,UACA,kEACA,oEACA,kBACA,WACA,kBACA,kFACA,wDACA,4BACA,gBACA,gBACH,oEAIG,WAIJ,mCACI,WACA,YAGJ,8DACI,aACA,WACA,YACH,wCAGG,gBACA,aACH,oIAKG,wCACA,yBACA,qBACH,wHAIG,WACA,UACA,eAGJ,4BACI,WACA,eACA,iBAGJ,sEACI,eACA,oBAKH,4OAKG,eACH,oOAKG,cACH,0IAIG,WACH,2DAGG,yBACA,qBAGJ,4DACI,kBACA,OACA,MACA,SACA,QACA,UAGJ,0CACI,cACA,mBAEH,iDAIG,mBAIJ,gCACI,yBACA,mBAGJ,gEACI,qBACA,mBAIJ,4DACI,4BAGJ,uEACI,8BACA,cACA,YACA,UACA,kBACA,kBACA,WAGJ,8EACI,8BACA,YACA,iBACA,oBACA,iBACH,+EAEG,kBACH,4EAEG,YACA,WACA,cACA,2BACH,8EAGG,WACA,eACA,iBACA,kBACA,SAGJ,kFACI,cAGJ,uCACI,sBACA,gCACA,mBACA,aACH,wBAGG,oBACA,oBACA,aACA,8BACA,6BACA,0CACA,yBACA,sBACA,mBACA,+CACA,kBAGJ,yLAGI,kBACA,yBACA,sBACA,8BAGJ,wEACI,UACA,qDACA,+CACA,kEAGJ,uDACI,gCACH,0DAGG,4BACA,gBACA,sBACA,kBACA,sFACA,mBACH,uIAIG,gBAGJ,2IAEI,yBACA,mBAGJ,oEACI,sBACA,kBACA,sFACH,6EAIG,eACA,gBACA,iBACA,WACA,gBACA,oBACA,iBAIJ,6CACI,mBACA,WAKA,oCACI,WACA,iBACA,gBACA,mBACA,YA+BH,sCA5BW,WA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CACA,eAmlJH,kCA/kJG,SAmlJH,6GA9kJG,iBAmlJH,2DA/kJG,eAmlJH,iDA/kJG,kBAmlJH,wBA/kJG,cAmlJH,4BA/kJG,kBACA,yBACA,yBAmlJH,uBA/kJG,0BACA,iBACA,gBACA,eACA,gBACA,wDACA,oBAmlJH,oBA/kJG,gBAmlJH,0BA/kJG,iBAmlJH,sDA/kJG,kBACA,OACA,MACA,SACA,QACA,UAmlJH,0BA9kJG,6BACA,mBACA,WACA,0BACA,qBACA,YACA,SACA,eACA,qBACA,iBACA,oBACA,mBAklJH,8BA9kJG,mBAklJH,iCA9kJG,mBACA,WAklJH,gCA9kJG,mBAklJH,gCA9kJG,WACA,yBAklJH,wCA7kJG,WACA,cACA,0BACA,iBACA,mBAilJH,+CA7kJG,mBACA,kBACA,iBAilJH,uDA7kJG,mBACA,cAilJH,sDA7kJG,qBACA,eACA,WACA,cAilJH,iDA7kJG,mBACA,mBACA,aACA,qBACA,2CACA,gBACA,YACA,kBACA,yBAilJH,mCAxkJG,gBACA,gBACA,6BA4kJH,mBAxkJG,gBACA,eACA,WACA,WA4kJH,kEAtkJG,UA0kJH,2JAnkJG,iCA0kJH,+KAnkJG,WACA,iBA0kJH,mDArkJG,cACA,YACA,eA0kJH,iEArkJG,kBACA,iBA0kJH,oCAtkJG,mBA0kJH,qBArkJG,SAykJH,wBArkJG,oCACA,eACA,gBACA,iBACA,gBACA,gBAykJH,oCArkJG,aAykJH,6BArkJG,gBAykJH,6BArkJG,kBAykJH,+BArkJG,gBAykJH,+BArkJG,cACA,MAykJH,0BArkJG,eACA,iBACA,eAykJH,0BApkJG,WAwkJH,gCApkJG,WACA,cACA,WAwkJH,8DAnkJG,WACA,cAwkJH,gCApkJG,iBACA,kBAwkJH,yBApkJG,gBAwkJH,gCApkJG,iBAwkJH,mCApkJG,YAwkJH,2BA/jJG,GACI,+BACA,uBAmkJL,IA/jJK,iCACA,yBAmkJL,GA/jJK,gCACA,wBAmkJL,CACF,mBAhlJG,GACI,+BACA,uBAmkJL,IA/jJK,iCACA,yBAmkJL,GA/jJK,gCACA,wBAmkJL,CACF,uBA9jJG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","file":"app.min.css","sourcesContent":["/* ****************************************************************************\n * MODULE: CLASSES\n */\n\n@import \"variables\";\n@import \"mixins\";\n\n.hidden {\n\tdisplay: none;\n}\n\n// Clearfix\n.cf {\n\t&:after {\n\t content: \"\";\n\t display: table;\n\t clear: both;\n\t }\n}\n\n.wpmud .wrap-wp-hummingbird .clear {\n\tpadding: 0;\n}\n\n// Responsive Helpers\n@media screen and (min-width: $desktop--small) {\n\t.hide-on-large {\n\t\tdisplay: none;\n\t}\n}\n\n.hide-to-large {\n\t@include bp(desktop-large) {\n\t\tdisplay: none;\n\t}\n}\n\n.hide-to-mobile {\n\t@include bp(phone-large) {\n\t\tdisplay: none !important;\n\t}\n}\n\n.hide-on-mobile {\n\t@include bp(desktop-small) {\n\t\tdisplay: none;\n\t}\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_classes.scss",".hidden {\n display: none;\n}\n\n.cf:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.wpmud .wrap-wp-hummingbird .clear {\n padding: 0;\n}\n\n@media screen and (min-width: 960px) {\n .hide-on-large {\n display: none;\n }\n}\n\n@media only screen and (max-width: 1200px) {\n .hide-to-large {\n display: none;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .hide-to-mobile {\n display: none !important;\n }\n}\n\n@media only screen and (max-width: 960px) {\n .hide-on-mobile {\n display: none;\n }\n}\n\nbutton.notice-dismiss {\n position: absolute;\n top: 0;\n right: 1px;\n border: none !important;\n margin: 0 !important;\n padding: 9px !important;\n background: none !important;\n color: #72777c !important;\n cursor: pointer !important;\n}\n\n.wpmud .wphb-dismiss {\n float: right;\n}\n\n.wpmud #wpbody-content>.notice {\n margin: 5px 20px 2px 5px;\n}\n\n.wpmud [tooltip].tooltip-bottom:before {\n margin-top: 2px;\n}\n\n.wpmud [tooltip].tooltip-bottom:after {\n margin-top: 12px;\n}\n\n.wpmud .list-table>tbody>tr>td {\n z-index: 0;\n}\n\n.wpmud [tooltip].tooltip-s.tooltip-right:after {\n margin-left: -150px;\n}\n\n.wpmud .wrap-wp-hummingbird strong {\n color: #333333;\n}\n\n.wpmud .dev-overlay .back {\n background-color: rgba(51,51,51,0.95);\n}\n\n.wpmud .dev-overlay .box {\n padding: 40px 30px 30px;\n}\n\n.wpmud .dev-overlay .title .title-action {\n font-family: 'Roboto', sans-serif;\n margin-top: 5px;\n vertical-align: middle;\n color: #888888;\n font-size: 13px;\n line-height: 30px;\n margin-right: -20px;\n}\n\n.wpmud #wpmu-install-dashboard {\n margin-left: 0;\n}\n\n.wpmud #wpcontent #wpmu-install-dashboard * {\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n}\n\n.wpmud #wpmu-install-dashboard .wpmu-message {\n font-family: inherit;\n font-weight: inherit;\n line-height: inherit;\n}\n\n.wpmud .toggle .toggle-checkbox:checked+.toggle-label:before,\n.wpmud .toggle .toggle-checkbox:checked+.toggle-label {\n background-color: #17A8E3;\n}\n\n.wpmud .toggle .toggle-label:before {\n background: #AAA;\n}\n\n.wpmud .toggle .toggle-label {\n width: 44px;\n text-align: left;\n}\n\n.wpmud .toggle .toggle-checkbox:checked+.toggle-label:after {\n margin-left: 24px;\n}\n\n.wpmud .toggle .toggle-checkbox:checked:disabled+.toggle-label {\n background: transparent;\n}\n\n.wpmud .toggle .toggle-checkbox:checked:disabled+.toggle-label:before {\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n}\n\n.wpmud .toggle .toggle-checkbox:checked:disabled+.toggle-label:after {\n margin-left: 1px;\n}\n\n.wpmud .toggle .toggle-label.small {\n width: 36px;\n height: 16px;\n}\n\n.wpmud .toggle .toggle-label.small:after {\n width: 14px;\n height: 14px;\n}\n\n.wpmud .toggle .toggle-checkbox:checked+.toggle-label.small:after {\n margin-left: 21px;\n}\n\n.wpmud .toggle .toggle-cross {\n color: #ddd;\n}\n\n.wpmud .toggle-group {\n display: inline-block;\n}\n\n.wpmud .toggle-item.bordered,\n.wpmud .wphb-block-entry.bordered {\n border-top: 1px solid #E6E6E6;\n padding-top: 30px;\n}\n\n.wpmud .toggle-item.space-top-small {\n margin: 15px 0 0;\n}\n\n.wpmud .toggle-item label {\n text-align: left;\n}\n\n.wpmud .toggle-item .toggle-item-group {\n display: table;\n width: 100%;\n}\n\n.wpmud .toggle-item .toggle-info,\n.wpmud .toggle-item .toggle-actions {\n display: table-cell;\n}\n\n.wpmud .toggle-item .toggle-item-title {\n color: #555;\n font: 400 15px/20px \"Roboto\",Arial,sans-serif;\n margin: 0;\n}\n\n.wpmud .toggle-item .toggle-actions {\n padding-left: 30px;\n vertical-align: middle;\n text-align: right;\n}\n\n.wpmud .spinner.standalone {\n float: none;\n margin: 0;\n}\n\n.wpmud .spinner.left {\n float: left;\n}\n\n.wpmud .spinner.hide {\n display: none;\n}\n\n.wpmud .spinner.visible {\n visibility: visible;\n}\n\n@media only screen and (max-width: 960px) {\n .wpmud .dev-overlay {\n left: 35px;\n top: 15px;\n }\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .dev-overlay {\n left: 0;\n top: 0;\n }\n}\n\n@font-face {\n font-family: 'Hummingbird';\n src: url(\"../fonts/hummingbird.eot\");\n src: url(\"../fonts/hummingbird.eot\") format(\"embedded-opentype\"),url(\"../fonts/hummingbird.ttf\") format(\"truetype\"),url(\"../fonts/hummingbird.woff\") format(\"woff\"),url(\"../fonts/hummingbird.svg\") format(\"svg\");\n font-weight: normal;\n font-style: normal;\n}\n\n[class^=\"hb-\"],\n[class*=\" hb-\"] {\n font-family: \"Hummingbird\",Arial,sans-serif !important;\n speak: none;\n font-size: 15px;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.hb-fi-filter:before {\n content: \"\\7a\";\n}\n\n.hb-fi-wand:before {\n content: \"\\5a\";\n}\n\n.hb-fi-settings-slider-control:before {\n content: \"\\7b\";\n}\n\n.hb-icon-audit:before {\n content: \"\\e900\";\n}\n\n.hb-wpmudev-icon-cross:before {\n content: \"\\e901\";\n}\n\n.hb-wpmudev-icon-info:before {\n content: \"\\e902\";\n}\n\n.hb-wpmudev-icon-tick:before {\n content: \"\\e903\";\n}\n\n.hb-wpmudev-icon-warning:before {\n content: \"\\e904\";\n}\n\n.hb-icon-cache:before {\n content: \"\\e905\";\n}\n\n.hb-icon-cloudflare:before {\n content: \"\\e906\";\n}\n\n.hb-icon-gzip:before {\n content: \"\\e907\";\n}\n\n.hb-icon-minify-combine:before {\n content: \"\\e908\";\n}\n\n.hb-icon-minify-defer:before {\n content: \"\\e909\";\n}\n\n.hb-icon-minify-footer:before {\n content: \"\\e90a\";\n}\n\n.hb-icon-minify:before {\n content: \"\\e90b\";\n}\n\n.hb-icon-performancetest:before {\n content: \"\\e90c\";\n}\n\n.hb-icon-reports:before {\n content: \"\\e90d\";\n}\n\n.hb-icon-restore:before {\n content: \"\\e90e\";\n}\n\n.hb-icon-smush:before {\n content: \"\\e90f\";\n}\n\n.hb-icon-minify-inline:before {\n content: \"\\e910\";\n}\n\n.hb-wpmudev-icon-eye:before {\n content: \"\\e911\";\n}\n\n.hb-wpmudev-icon-wrench-tool:before {\n content: \"\\e912\";\n}\n\n.hb-wpmudev-icon-profile-male:before {\n content: \"\\e913\";\n}\n\n.hb-wpmudev-icon-page:before {\n content: \"\\e914\";\n}\n\n.hb-wpmudev-icon-academy:before {\n content: \"\\e915\";\n}\n\n.hb-fi-plugin-2:before {\n content: \"\\4f\";\n}\n\n.hb-fi-arrow-right:before {\n content: \"\\af\";\n}\n\n.hb-fi-trash:before {\n content: \"\\51\";\n}\n\n.wpmud .wphb-icon {\n position: relative;\n}\n\n.wpmud .wphb-icon-left {\n display: block;\n float: left;\n}\n\n.wpmud .wphb-dash-icon {\n font-size: 12px;\n padding-right: 2px;\n}\n\n.wpmud .cf-dismiss {\n display: block;\n margin-top: 6px;\n}\n\n.wpmud .wphb-cf-notice .cf-dismiss a {\n text-transform: uppercase;\n text-decoration: none;\n color: #888;\n}\n\n.wpmud .box-advanced-general h4,\n.wpmud .box-page-caching h4 {\n color: #666666;\n font-size: 15px;\n font-weight: 500;\n text-align: left;\n text-transform: none;\n}\n\n.wpmud .box-content .buttons {\n margin-top: 30px;\n}\n\n.wpmud .box-content .buttons.buttons-on-left {\n text-align: left;\n}\n\n.wpmud .box-content .buttons.buttons-on-right {\n text-align: right;\n}\n\n.wpmud .box-footer .buttons.buttons-on-left {\n text-align: left;\n}\n\n.wpmud .box-footer .buttons.buttons-on-right {\n text-align: right;\n}\n\n.wpmud .wphb-notice:not(.notice) .buttons {\n margin: 10px 30px 0;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status .sui-tag {\n margin-top: 10px;\n}\n\n.wpmud .wrap-wphb-performance .scan-settings .buttons {\n margin-top: 30px;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient>button {\n background-color: #888888 !important;\n border-radius: 0 4px 4px 0 !important;\n}\n\n.wpmud .wrap-wphb-gzip #enable-cache-wrap .button,\n.wpmud .wrap-wphb-caching #enable-cache-wrap .button {\n margin-top: 30px;\n}\n\n.wpmud .wphb-code-snippet .button {\n position: absolute;\n left: 100%;\n margin-left: -90px !important;\n margin-top: 15px !important;\n}\n\n.wpmud .box-caching-gravatar .button-large {\n margin: 0 !important;\n}\n\n.wrap-wp-hummingbird .button-cta-green:hover {\n box-shadow: none;\n}\n\n.wphb-scan-progress .wphb-scan-cancel-button {\n float: right;\n margin-top: -13px;\n}\n\n.wphb-scan-progress .wphb-scan-cancel-button>a {\n font-size: 12px;\n color: #AAAAAA;\n text-transform: uppercase;\n}\n\n.wpmud .wrap-wp-hummingbird .wpdui-btn {\n font: 500 12px/16px \"Roboto\",Arial,sans-serif !important;\n padding: 7px 16px;\n height: 30px;\n background-color: #888;\n color: #FFFFFF;\n border-radius: 3px;\n -moz-border-radius: 3px;\n transition: all .3s ease;\n -webkit-transition: all .3s ease;\n text-shadow: none !important;\n}\n\n.wpmud .report-status button.sui-button-upsell {\n margin-top: 10px !important;\n text-transform: uppercase;\n height: 30px;\n line-height: 16px;\n padding: 0 16px;\n}\n\n.wpmud .report-status button.sui-button-upsell:not(:disabled) {\n background-color: #d1f1ea !important;\n color: #1abc9c !important;\n}\n\n.wpmud .report-status button.sui-button-upsell:not(:disabled):hover,\n.wpmud .report-status button.sui-button-upsell:not(:disabled):focus {\n background-color: #d1f1ea !important;\n color: #1abc9c !important;\n border-color: #d1f1ea !important;\n}\n\n.wpmud .report-status button.sui-button-upsell i {\n color: #1abc9c;\n font-size: 16px;\n position: relative;\n line-height: 16px;\n top: 2px;\n}\n\n.wpmud .wrap-wp-hummingbird .wphb-notice.notice .sui-button.button:hover,\n.wpmud .wrap-wp-hummingbird .wphb-notice.notice .sui-button.button:focus {\n color: white;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-large:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird button.button-large,\n.wpmud .wrap-wp-hummingbird .button.button-large {\n font: 500 15px/20px \"Roboto\",Arial,sans-serif !important;\n height: 40px !important;\n padding: 11px 20px 9px;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-ghost:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird .button-ghost,\n.wpmud .wphb-modal .button-ghost {\n padding: 5px 16px 7px !important;\n background-color: transparent !important;\n border: 2px solid #DDDDDD;\n color: #888888 !important;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-ghost:hover:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird .button-ghost:hover:not(:focus):not(:active),\n.wpmud .wrap-wp-hummingbird .button-ghost:active,\n.wpmud .wrap-wp-hummingbird .button-ghost.active,\n.wpmud .wrap-wp-hummingbird .button-ghost:hover:enabled,\n.wpmud .wrap-wp-hummingbird .button-ghost:focus,\n.wpmud .wrap-wp-hummingbird .button-grey:hover {\n background-color: #7B7B7B !important;\n border-color: #7B7B7B;\n color: #FFFFFF !important;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-ghost.button-large:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird .button-ghost.button-large,\n.wpmud .wphb-modal .button-ghost.button-large {\n padding: 9px 20px 9px !important;\n}\n\n.wpmud .wphb-modal .button-content-cta {\n box-shadow: none;\n background-color: #1ABC9C !important;\n color: #FFFFFF;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta {\n box-shadow: none;\n background-color: #1ABC9C;\n color: #FFFFFF;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta:hover:not(:focus):not(:active),\n.wpmud .wphb-modal .button-content-cta:hover:not(:focus):not(:active),\n.wpmud .wrap-wp-hummingbird .button-content-cta:active,\n.wpmud .wrap-wp-hummingbird .button-content-cta:focus {\n background: #0DAF8F !important;\n border-color: #0DAF8F;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost {\n background: transparent;\n color: #1ABC9C !important;\n border-color: #1ABC9C;\n border-radius: 20px;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost:active {\n color: #FFFFFF !important;\n border-color: #0DAF8F;\n}\n\n.wpmud .wrap-wp-hummingbird .button-notice {\n background-color: #E6E6E6 !important;\n color: #AAAAAA !important;\n}\n\n.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]),\n.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active),\n.wpmud .wrap-wp-hummingbird .button-notice:active,\n.wpmud .wrap-wp-hummingbird .button-notice:focus {\n background-color: #888888 !important;\n color: #FFFFFF !important;\n}\n\n.wpmud .wrap-wp-hummingbird .button-grey {\n background-color: #888888 !important;\n color: #FFFFFF !important;\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .box-content .buttons {\n margin-top: 0;\n }\n}\n\n.wpmud .row {\n margin-top: 30px;\n}\n\n.wpmud .box-content .row:first-of-type {\n margin-top: 0;\n}\n\n.wpmud .row-space-large {\n margin-bottom: 40px;\n}\n\n.wpmud .row .col-center {\n display: block;\n margin-right: auto;\n margin-left: auto;\n}\n\n.wpmud .row .col-quarter,\n.wpmud .row .col-three-quarters,\n.wpmud .row .col-fifth,\n.wpmud .row .col-four-fifths {\n display: table-cell;\n padding: 0 15px 0 15px;\n position: relative;\n vertical-align: top;\n}\n\n.wpmud .row .col-quarter {\n width: 25%;\n}\n\n.wpmud .row .col-three-quarters {\n width: 75%;\n}\n\n.wpmud .row .col-fifth {\n width: 20%;\n}\n\n.wpmud .row .col-four-fifths {\n width: 80%;\n}\n\n.wpmud .row .col-four-fifths.hidden {\n display: none;\n}\n\n.wpmud .row .col-quarter:first-child,\n.wpmud .row .col-three-quarters:first-child,\n.wpmud .row .col-fifth:first-child,\n.wpmud .row .col-four-fifths:first-child {\n padding-left: 0;\n}\n\n.wpmud .row .col-quarter:last-child,\n.wpmud .row .col-three-quarters:last-child,\n.wpmud .row .col-fifth:last-child,\n.wpmud .row .col-four-fifths:last-child {\n padding-right: 0;\n}\n\n.wpmud .dev-box {\n padding: 0;\n}\n\n.wpmud .dev-box:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .dev-box .box-title {\n clear: both;\n height: inherit;\n margin: 0;\n padding: 0 30px;\n}\n\n.wpmud .dev-box .box-title h3 {\n font-size: 16px;\n color: #333333;\n float: left;\n}\n\n.wpmud .dev-box .box-title .wphb-label-notice-inline {\n margin: 2px 15px;\n}\n\n.wpmud .dev-box .box-title:after {\n content: '';\n display: table;\n clear: both;\n}\n\n.wpmud .dev-box .box-title .extra {\n float: right;\n}\n\n.wpmud .dev-box .box-title .extra-text {\n margin: 20px 0 0;\n}\n\n.wpmud .dev-box .box-title .extra-label {\n display: inline-block;\n margin: 0;\n line-height: 20px;\n}\n\n.wpmud .dev-box .box-title .extra-label-value {\n color: #477B92;\n font-weight: 400;\n text-transform: uppercase;\n}\n\n.wpmud .dev-box .box-title .wphb-select-group {\n margin: 10px 0 0;\n}\n\n.wpmud .sui-box-header .test-results-label {\n display: block;\n float: left;\n font-family: \"Roboto Condensed\",\"Roboto\",Arial,sans-serif;\n font-weight: 700;\n line-height: 30px;\n margin-right: 10px;\n text-transform: uppercase;\n}\n\n.wpmud .dev-box .box-title .test-results .wphb-score {\n display: block;\n float: left;\n}\n\n.wpmud .dev-box .box-title .toggle-group {\n margin: 6px 15px 0 0;\n}\n\n.wpmud .dev-box .box-content {\n padding: 30px;\n word-wrap: break-word;\n}\n\n.wpmud .dev-box .box-content>* {\n margin-bottom: 20px;\n}\n\n.wpmud .dev-box .box-content>*:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .dev-box .box-content .row-space-large {\n margin-bottom: 40px;\n}\n\n.wpmud .box-content.no-padding {\n padding: 0 !important;\n}\n\n.wpmud .box-content.no-vertical-padding {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.wpmud .wphb-modal .no-side-padding,\n.wpmud .box-content.no-side-padding {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.wpmud .box-content .no-top-padding {\n padding-top: 0 !important;\n}\n\n.wpmud .box-content .with-padding {\n padding: 30px;\n}\n\n.wpmud .box-content .add-side-padding {\n padding-right: 30px;\n padding-left: 30px;\n}\n\n.wpmud .box-footer {\n margin-top: 0;\n padding: 30px;\n border-top: 1px solid #EAEAEA;\n}\n\n.wpmud .wphb-block-section {\n margin-top: 40px;\n}\n\n.wpmud .wphb-block-section:first-child {\n margin-top: 0;\n}\n\n.wpmud .wphb-block-section-content * {\n color: #555;\n line-height: 20px;\n}\n\n.wpmud .content-box .wphb-block-entry-image-bottom {\n margin-bottom: -30px;\n}\n\n.wpmud .content-box .wphb-block-entry-image-center {\n margin-top: 30px;\n}\n\n.wpmud .content-box .wphb-block-entry-image-center img {\n margin-left: auto;\n margin-right: auto;\n}\n\n.wpmud .content-box-one-col-center .box-content {\n text-align: left;\n}\n\n.wpmud .content-box-one-col-center .wphb-block-entry-content {\n margin: 0 auto;\n}\n\n.wpmud .content-box-flex {\n display: flex;\n justify-content: space-between;\n align-items: flex-end;\n}\n\n.wpmud .content-box-two-cols-image-left .box-content {\n text-align: left;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-image,\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n display: block;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-image {\n float: left;\n max-width: 192px;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 30px 0 0 285px;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title {\n text-align: left;\n}\n\n.wpmud .wphb-block+.wphb-block {\n margin-top: 30px;\n}\n\n.wpmud .wphb-block-header {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-block-title {\n font-family: \"Roboto Condensed\",\"Roboto\",Arial,sans-serif;\n font-size: 22px;\n line-height: 26px;\n margin: 0;\n overflow: hidden;\n text-align: left;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.wpmud .wphb-block-content+.wphb-block-content {\n margin-top: 30px;\n}\n\n.wpmud .wphb-block-content>*:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .wphb-block-content-center {\n text-align: center;\n}\n\n.wpmud .wphb-block-content pre {\n font-weight: 500;\n font-family: \"Roboto\",Arial,sans-serif;\n font-size: 13px;\n line-height: 18px;\n background-color: #F8F8F8;\n border: 1px solid #E6E6E6;\n border-radius: 5px;\n margin: 0;\n padding: 20px 30px;\n white-space: pre;\n overflow-x: scroll;\n max-width: 100%;\n}\n\n.wpmud .wphb-block-content-blue {\n background-color: #e0f6ff;\n border-radius: 5px;\n padding: 20px 30px;\n}\n\n.wpmud .wphb-block-content .tooltip-box,\n.wpmud .wphb-block-content .toggle,\n.wpmud .wphb-block-content .toggle .toggle-label {\n height: 21px;\n vertical-align: top;\n}\n\n.wpmud .wphb-block-content-group {\n border-collapse: separate;\n border-spacing: 0;\n display: table;\n width: 100%;\n}\n\n.wpmud .wphb-block-content-group-inner {\n display: table-row;\n}\n\n.wpmud .wphb-block-content-group-item {\n display: table-cell;\n vertical-align: middle;\n width: 100%;\n}\n\n.wpmud .wphb-block-content-group-item .wphb-block-content {\n margin-left: 30px;\n}\n\n.wpmud .wphb-block-content-group-item:first-child .wphb-block-content {\n margin-left: 0;\n}\n\n.wpmud .wphb-block-content-group .wphb-block-content.small {\n padding: 20px 23px;\n width: 80px;\n}\n\n.wpmud .wphb-block-entry:after {\n content: '';\n clear: both;\n display: block;\n}\n\n.wpmud .wphb-block-entry-content .title {\n color: #333333;\n font-size: 22px;\n font-weight: bold;\n line-height: 1.333em;\n margin: 0 0 0.5em;\n max-width: 100%;\n text-transform: uppercase;\n}\n\n.wpmud .wphb-block-entry-content .title,\n.wpmud .wphb-block-entry-content .content>p {\n margin: 0 0 20px;\n}\n\n.wpmud .content {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-block-entry-content .content>p:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .wphb-block-entry-third {\n color: #333333;\n width: calc(100% / 2 - 98px);\n padding-left: 5%;\n padding-top: 10px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.wpmud .wphb-block-entry-third span {\n font-weight: 400;\n}\n\n.wpmud .wphb-block-entry-third p {\n font-size: 13px;\n margin-top: 0;\n color: #888888;\n}\n\n.wpmud .wphb-block-entry-third span.not-present {\n font-size: 55px;\n line-height: 30px;\n margin-bottom: 20px;\n}\n\n.wpmud .wphb-block-entry-third span.score-span {\n font-size: 13px;\n margin-left: -12px;\n}\n\n.wpmud .wphb-block-entry-third .current-performance-score {\n margin-bottom: 20px;\n}\n\n.wpmud i.hb-wpmudev-icon-info.dismissed,\n.wpmud .wphb-block-entry-third .hb-wpmudev-icon-info {\n color: #888888;\n}\n\n.wpmud i.hb-wpmudev-icon-info.dismissed:before,\n.wpmud .wphb-block-entry-third .hb-wpmudev-icon-info:before {\n color: #888888;\n}\n\n.wpmud .wphb-block-entry-third .hb-wpmudev-icon-tick {\n color: #1ABC9C;\n}\n\n.wpmud .wphb-block-entry-third .dev-list {\n margin: 0 !important;\n border-bottom: 0;\n}\n\n.wpmud .wphb-block-entry-third .dev-list li:first-child span {\n padding-top: 4px;\n}\n\n@media only screen and (max-width: 1200px) {\n .wpmud .wrap-wphb .row .col-half,\n .wpmud .wrap-wphb-caching .row .col-half,\n .wpmud .wrap-wphb-gzip .row .col-half {\n display: block;\n margin-top: 30px;\n padding: 0;\n width: 100%;\n }\n\n .wpmud .wrap-wphb .row .col-half:first-child,\n .wpmud .wrap-wphb-caching .row .col-half:first-child,\n .wpmud .wrap-wphb-gzip .row .col-half:first-child {\n margin-top: 0;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 65px;\n }\n}\n\n@media only screen and (max-width: 1100px) {\n .wpmud .content-box-two-cols-image-left .wphb-block-entry {\n text-align: center;\n min-height: 100%;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-image {\n display: none;\n }\n\n .wpmud .wphb-block-entry-third {\n width: 49%;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-image .wphb-image {\n margin: 0 auto;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 35px 0 0 155px;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title {\n text-align: center;\n }\n\n .wpmud .wphb-block-entry-third {\n text-align: left;\n padding-left: 0;\n }\n}\n\n@media only screen and (max-width: 960px) {\n .wpmud .row {\n display: block;\n }\n\n .wpmud .row .col-fifth {\n display: block;\n width: 100%;\n padding: 0;\n }\n\n .wpmud .row .col-four-fifths {\n display: block;\n width: 100%;\n padding: 0;\n }\n\n .wpmud .wphb-block-entry-third {\n padding-left: 0;\n }\n\n .wpmud .wphb-block-entry-third .current-performance-score {\n margin-bottom: 5px;\n }\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .box-content .with-padding {\n padding: 15px 20px;\n }\n\n .wpmud .row,\n .wpmud .row-sep {\n display: block;\n table-layout: inherit;\n }\n\n .wpmud .row .col-third,\n .wpmud .row .col-two-third,\n .wpmud .row .col-half,\n .wpmud .row .col-quarter,\n .wpmud .row .col-three-quarters {\n display: block;\n margin-top: 30px;\n padding: 0;\n width: 100%;\n }\n\n .wpmud .row .col-third:first-child,\n .wpmud .row .col-two-third:first-child,\n .wpmud .row .col-half:first-child,\n .wpmud .row .col-quarter:first-child,\n .wpmud .row .col-three-quarters:first-child {\n margin-top: 0;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-image {\n display: none;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .wpmud .wphb-block-entry-third {\n display: block;\n text-align: center;\n width: 100%;\n }\n\n .wpmud .wphb-block-entry-third .dev-list {\n text-align: left;\n }\n\n .wpmud .dev-box .box-title .test-results {\n float: none;\n display: block;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .row .col-third,\n .wpmud .row .col-two-third,\n .wpmud .row .col-half,\n .wpmud .row .col-quarter,\n .wpmud .row .col-three-quarters {\n margin-top: 15px;\n }\n\n .wpmud .dev-box .box-content,\n .wpmud .box-footer {\n padding: 15px 20px;\n }\n\n .wpmud .dev-box .box-content>* {\n margin-bottom: 15px;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 35px 0 0 135px;\n }\n\n .wpmud .dev-box .box-title .test-results {\n margin-top: 2px;\n float: right;\n }\n}\n\n.wpmud .dev-overlay .title .close {\n color: #888888;\n font-size: 34px;\n}\n\n.wpmud .wphb-modal * {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n font-family: \"Roboto\",Arial,sans-serif;\n}\n\n.wpmud .wphb-modal .wphb-dialog-content>* {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-modal .wphb-dialog-content>*:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .wphb-modal .wphb-dialog-content .wphb-modal-image-bottom {\n margin-bottom: -30px;\n}\n\n.wpmud .wphb-modal .wphb-progress-state {\n margin-top: -20px;\n}\n\n.wpmud .wphb-modal .wphb-dialog-footer {\n border-top: 1px solid #EAEAEA;\n margin: 30px -30px;\n padding: 30px 30px 0;\n}\n\n.wpmud .wphb-progress-modal .wphb-progress,\n.wpmud .wphb-progress-modal .wphb-block-test {\n max-width: 100%;\n}\n\n.wpmud .wphb-progress-modal .wphb-dialog-content p {\n color: #666666;\n}\n\n.wpmud .wphb-progress-modal .wphb-notice-box p {\n color: #333333;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wphb-cdn-block {\n border: 1px solid #E6E6E6;\n border-radius: 5px;\n padding: 18px 0;\n}\n\n.wphb-cdn-block>div {\n display: flex;\n align-content: center;\n align-items: center;\n height: auto;\n padding: 20px 30px 0;\n}\n\n.wphb-cdn-block>div>label {\n margin: 2px 0 0 0;\n color: #666666;\n}\n\n.wphb-cdn-block>p {\n color: #888888 !important;\n padding: 0 30px 0 76px;\n}\n\n.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test,\n.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test,\n.wpmud.toplevel_page_wphb-minification .wphb-modal .wphb-block-test {\n display: flex;\n align-content: center;\n align-items: center;\n height: auto;\n padding: 20px 30px;\n margin-bottom: 30px;\n}\n\n.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test {\n margin-bottom: 10px;\n}\n\n.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test>p {\n font-size: 13px;\n line-height: 22px;\n margin-right: 14px;\n margin-bottom: 0;\n}\n\n.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test>.button {\n flex-basis: 260px;\n}\n\n.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test>label {\n margin: 0;\n}\n\n.wpmud .dev-overlay.dismiss-report .box {\n width: 400px;\n margin-left: -250px;\n}\n\n.wpmud .dev-overlay.dismiss-report .title {\n margin-bottom: 30px;\n}\n\n.wpmud .dev-overlay.dismiss-report .title h3 {\n font-size: 15px;\n text-transform: none;\n}\n\n.wpmud .dev-overlay.dismiss-report .wphb-dialog-content>p {\n color: #888888;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .dev-overlay.dismiss-report .wphb-dialog-footer {\n border: none;\n}\n\n.wpmud .wphb-basic-minification-modal .box,\n.wpmud .wphb-advanced-minification-modal .box,\n.wpmud .wphb-database-cleanup-modal .box {\n width: 400px !important;\n margin-left: -200px !important;\n padding: 40px 0 30px !important;\n}\n\n.wpmud .wphb-basic-minification-modal .title,\n.wpmud .wphb-advanced-minification-modal .title,\n.wpmud .wphb-database-cleanup-modal .title {\n display: none;\n}\n\n.wpmud .wphb-basic-minification-modal h1,\n.wpmud .wphb-advanced-minification-modal h1,\n.wpmud .wphb-database-cleanup-modal h1 {\n color: #333333;\n font-size: 22px;\n font-weight: bold;\n line-height: 30px;\n text-transform: none;\n}\n\n.wpmud .wphb-basic-minification-modal p,\n.wpmud .wphb-advanced-minification-modal p,\n.wpmud .wphb-database-cleanup-modal p {\n color: #666;\n font-size: 13px;\n line-height: 22px;\n margin: 0 30px;\n text-align: center;\n}\n\n.wpmud .wphb-basic-minification-modal img,\n.wpmud .wphb-advanced-minification-modal img {\n margin-left: 0;\n}\n\n.wpmud .wrap-wp-hummingbird .notice {\n margin: 15px 0 0;\n order: 10;\n width: 100%;\n}\n\n.wpmud .wrap-wp-hummingbird>.wphb-notice:not(.notice) {\n width: 600px;\n box-shadow: 0 5px 25px 0 rgba(0,0,0,0.15);\n border-radius: 0 0 5px 5px;\n padding: 10px 30px;\n position: absolute !important;\n z-index: 100;\n left: 50%;\n margin-left: -300px;\n top: 0;\n}\n\n.wpmud .wphb-notice:not(.notice) {\n border-radius: 5px;\n color: #333;\n font-family: \"Roboto\",Arial,sans-serif;\n font-size: 15px;\n font-weight: 400;\n line-height: 18px;\n padding: 15px 30px;\n position: relative;\n width: 100%;\n}\n\n.wpmud .wrap-wp-hummingbird>.wphb-notice.wphb-dash-settings-updated {\n position: fixed !important;\n top: 30px;\n margin-left: -210px;\n}\n\n.wpmud .wphb-notice.notice p {\n font-size: 14px;\n line-height: 1.5;\n margin: 10px 0;\n}\n\n.wpmud .wphb-notice p {\n color: #333;\n}\n\n.wpmud .wphb-notice:not(.notice) p,\n.wpmud .wphb-notice:not(.notice) span,\n.wpmud .wphb-notice ul,\n.wpmud .wphb-notice strong {\n margin: 0 0 10px -30px;\n padding: 0 0 0 30px;\n}\n\n.wpmud .wphb-notice:not(.notice) span.spinner.standalone {\n margin-top: 10px;\n}\n\n.wpmud .wphb-notice:not(.notice) p:last-of-type {\n margin: 0;\n}\n\n.wpmud .wphb-notice .wphb-icon,\n.wpmud .wphb-notice .wphb-icon .wdv-icon {\n font-size: 22px;\n height: 22px;\n line-height: 22px;\n width: 22px;\n}\n\n.wpmud .wphb-notice.can-close .close {\n cursor: pointer;\n color: #333333;\n font-size: 12px;\n font-weight: bold;\n line-height: 36px;\n margin-left: 0;\n opacity: 0.5;\n text-transform: uppercase;\n}\n\n.wpmud .wphb-block-entry-third span.status-ok:before,\n.wpmud span.dash-cloudflare-connected-status:before,\n.wpmud .wphb-notice-error.can-close p:before,\n.wpmud .wphb-notice-success.can-close p:before,\n.wpmud .wphb-notice-success p:first-child:before,\n.wpmud .wphb-notice-error p:first-child:before,\n.wpmud .wphb-notice-warning p:first-child:before,\n.wpmud .wphb-notice-grey p:before,\n.wpmud .wphb-notice-grey-info p:before,\n.wpmud .wphb-notice-blue p:first-child:before,\n.wpmud .wphb-notice-blue-info p:first-child:before {\n font-family: \"Hummingbird\",Arial,sans-serif;\n font-size: 20px;\n vertical-align: middle;\n line-height: 20px;\n top: -2px;\n position: relative;\n margin-left: -30px;\n margin-right: 10px;\n}\n\n.wpmud .wphb-notice-success {\n background-color: #D1F1EA;\n}\n\n.wpmud .wphb-notice-error {\n background-color: #FFE5E9;\n}\n\n.wpmud .wphb-notice-warning {\n background-color: #FFF5D5;\n color: #333333;\n}\n\n.wpmud .wphb-notice-blue,\n.wpmud .wphb-notice-blue-info {\n background-color: #E1F6FF;\n margin-top: 30px;\n}\n\n.wpmud .wphb-notice-grey,\n.wpmud .wphb-notice-grey-info {\n background-color: #F2F2F2;\n margin-top: 10px;\n}\n\n.wpmud .cloudflare-step .wphb-notice-blue {\n margin-top: 0;\n}\n\n.wpmud .wphb-block-entry-third span.status-ok:before,\n.wpmud .wphb-notice-success p:before {\n content: '\\e903';\n color: #1ABC9C;\n}\n\n.wpmud .wphb-block-entry-third span.status-ok:before {\n margin-right: 0;\n line-height: 20px;\n}\n\n.wpmud .wphb-notice-error p:before {\n content: '\\e904';\n color: #FF7F83;\n}\n\n.wpmud .wphb-notice-warning p:before {\n content: '\\e902';\n color: #FECF2F;\n font-size: 18px;\n line-height: 18px;\n}\n\n.wpmud .wphb-notice-blue p:before {\n content: '\\e903';\n color: #17A8E3;\n}\n\n.wpmud .wphb-notice-blue-info p:before {\n content: '\\e902';\n color: #17A8E3;\n}\n\n.wpmud .wphb-notice-grey p:before,\n.wpmud .wphb-notice-grey-info p:before {\n content: '\\e902';\n color: #888888;\n}\n\n.wpmud .dev-overlay .wphb-notice-warning p {\n font-size: 14px;\n line-height: 22px;\n}\n\n.wpmud .wphb-heading-status-green {\n color: #1ABC9C;\n}\n\n.wpmud .wphb-heading-status {\n font-family: \"Roboto Condensed\",\"Roboto\",Arial,sans-serif;\n font-size: 30px;\n margin-top: 0;\n}\n\n.wpmud .wphb-notice p>a {\n font-weight: 400;\n margin-left: 0 !important;\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .wrap-wp-hummingbird>.wphb-notice {\n width: 85%;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .wpmud .wrap-wp-hummingbird>.wphb-notice {\n width: 100%;\n top: 46px;\n margin-left: -251px;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .wphb-notice:not(.notice) {\n padding: 15px 20px;\n }\n}\n\n.wphb-pills {\n display: inline-block;\n background-color: #FFD000;\n color: #333333;\n border-radius: 15px;\n width: 39px;\n height: 26px;\n font-size: 12px;\n line-height: 26px;\n text-align: center;\n font-weight: 500;\n}\n\n.wpmud .box-title .wphb-pills {\n margin: 16px 0 0 10px;\n}\n\n.wphb-pills.grey {\n background-color: #F2F2F2;\n color: #666;\n}\n\n.wphb-pills.red {\n background-color: #FF6D6D;\n color: #fff;\n}\n\n.wphb-pills.green {\n background-color: #1ABC9C;\n color: #fff;\n}\n\n.wphb-pills.with-arrow:after {\n border: 8px solid transparent;\n content: '';\n height: 0;\n pointer-events: none;\n position: absolute;\n width: 0;\n z-index: 1;\n}\n\n.wphb-pills.with-arrow.right:after {\n border-left-color: #19B4CF;\n left: 50%;\n margin-top: -8px;\n top: 50%;\n}\n\n.wphb-pills.with-arrow.left:after {\n border-right-color: #19B4CF;\n right: 100%;\n margin-top: -8px;\n top: 50%;\n}\n\n.wphb-pills.with-arrow.right.grey:after {\n border-left-color: #F2F2F2;\n}\n\n.wphb-pills.with-arrow.left.grey:after {\n border-right-color: #F2F2F2;\n}\n\n.wphb-pills-group {\n border-collapse: collapse;\n border-spacing: 0;\n font-size: 0;\n display: inline-block;\n position: relative;\n}\n\n.wphb-pills-group.stacked .wphb-pills {\n font-size: 10px;\n line-height: 12px;\n height: 12px;\n text-align: left;\n max-width: 69px;\n color: #888888;\n display: block;\n background-color: transparent;\n}\n\n.wphb-pills-group.stacked .wphb-pills:last-child {\n color: #1ABC9C;\n background-color: transparent;\n}\n\n.wphb-pills-group.stacked .dev-icon.dev-icon-caret_down {\n color: #1ABC9C;\n margin-left: 7px;\n}\n\n.wphb-pills-group .wphb-pills {\n border-radius: 0;\n width: 80px;\n line-height: 30px;\n height: 30px;\n margin: 0;\n}\n\n.wphb-pills-group .wphb-pills:first-child {\n border-radius: 5px 0 0 5px !important;\n}\n\n.wphb-pills-group .wphb-pills:last-child {\n background-color: #17A8E3;\n color: #FFFFFF;\n border-radius: 0 5px 5px 0 !important;\n}\n\n.wpmud .dev-list-stats .wphb-pills-group {\n font-size: 0;\n line-height: 1em;\n}\n\n@media only screen and (max-width: 600px) {\n .wpmud .dev-box .box-title .wphb-pills {\n margin: 4px 0 0 10px;\n }\n\n .wphb-pills {\n margin: 0 0 0 10px;\n }\n\n .wphb-pills-group .wphb-pills:first-child {\n border-radius: 5px 5px 0 0 !important;\n }\n\n .wphb-pills-group .wphb-pills:last-child {\n border-radius: 0 0 5px 5px !important;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wphb-pills-group {\n border-collapse: inherit;\n border-spacing: inherit;\n }\n\n .wphb-pills.with-arrow.right:after,\n .wphb-pills.with-arrow.left:after {\n border-top-color: #19B4CF;\n margin-top: 0;\n margin-left: -8px;\n top: 50%;\n }\n\n .wphb-pills.with-arrow.right:after {\n border-left-color: transparent;\n left: 50%;\n }\n\n .wphb-pills.with-arrow.left:after {\n border-right-color: transparent;\n right: 50%;\n }\n\n .wphb-pills.with-arrow.right.grey:after {\n border-top-color: #eee;\n border-left-color: transparent;\n }\n\n .wphb-pills.with-arrow.left.grey:after {\n border-top-color: #eee;\n border-right-color: transparent;\n }\n}\n\n.wpmud .wphb-border-frame {\n border: 1px solid #E6E6E6;\n border-radius: 5px;\n margin: 10px 0 0 !important;\n}\n\n.wpmud .wphb-border-frame .table-header,\n.wpmud .wphb-border-frame .table-row {\n display: flex;\n justify-content: space-between;\n padding: 15px 80px 15px 30px;\n}\n\n.wpmud .wphb-border-frame .table-header {\n color: #333333;\n font-size: 13px;\n font-weight: bold;\n border-bottom: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-border-frame .table-row {\n border-bottom: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-border-frame .table-row:last-child {\n border-bottom: 0;\n}\n\n.wpmud .wphb-border-frame .list-table>thead>tr>th {\n color: #333333;\n font-size: 13px;\n padding: 8px 0;\n}\n\n.wpmud .wphb-border-frame .list-table>thead>tr>th:first-child {\n padding: 27px 30px;\n}\n\n.wpmud .wphb-border-frame .list-table>tbody>tr>td:first-child {\n padding-left: 30px;\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .wphb-border-frame {\n border: 0;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .wphb-border-frame .table-header,\n .wpmud .wphb-border-frame .table-row {\n padding: 15px 0;\n }\n}\n\n.wpmud .wphb-disabled-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 10;\n background-color: rgba(242,242,242,0.5);\n}\n\n.wpmud .settings-form span.sub,\n.wpmud .settings-form span.desc {\n display: block;\n margin: 10px 0 0;\n font-size: 13px;\n color: #888;\n line-height: 22px;\n}\n\n.wpmud .settings-form span.sub,\n.wpmud .settings-form ol>li {\n font-size: 13px;\n color: #888;\n line-height: 22px;\n margin: 4px 0 0;\n}\n\n.wpmud .settings-form span.dash-form-title,\n.wpmud .settings-form span.sub {\n display: block;\n font-size: 13px;\n color: #888;\n line-height: 22px;\n margin: 10px 0 0;\n}\n\n.wpmud .settings-form span.dash-form-title {\n margin-bottom: 15px;\n font-weight: 500;\n}\n\n.wpmud .sui-box-settings-row .sui-box-settings-col-2 span.sub {\n margin-left: 49px;\n}\n\n.wpmud .settings-form ol {\n margin-left: 15px;\n}\n\n.wpmud .sui-box-settings-row textarea {\n height: 180px;\n}\n\n.wpmud .box-advanced-general textarea,\n.wpmud .box-minification-tools textarea {\n margin-top: 0;\n}\n\n.wpmud .box-minification-tools textarea {\n height: 400px;\n max-width: 100%;\n margin-bottom: 0;\n}\n\n.wpmud .settings-form span.dash-form-title {\n margin-bottom: 15px;\n font-weight: 500;\n}\n\n.wpmud .wphb-dash-table-row span.sub {\n margin: 0;\n}\n\n.wpmud .settings-form.dash-form>label,\n.wpmud .settings-form .col-two-third>label {\n display: inline-block;\n padding: 2px 10px 0;\n color: #666;\n line-height: 30px;\n margin: 0;\n}\n\n.wpmud .settings-form .wphb-border-frame label {\n margin-top: 25px;\n padding: 0;\n color: #888888;\n font-size: 13px;\n}\n\n.wpmud .settings-form .wphb-border-frame small {\n display: block;\n font-size: 13px;\n color: #888;\n line-height: 22px;\n}\n\n.wpmud .settings-form.disabled {\n background-color: rgba(242,242,242,0.5) !important;\n}\n\n.wpmud .settings-form.disabled>* {\n opacity: 0.5;\n}\n\n.wpmud .settings-form input[type='radio'] {\n box-shadow: inset 0 1px 2px transparent;\n border: 1px solid #E6E6E6;\n background-color: #F8F8F8;\n}\n\n.wpmud .settings-form input[type='radio']:checked {\n border: 1px solid #17A8E3;\n background-color: #17A8E3;\n}\n\n.wpmud .settings-form input[type='radio']:checked:before {\n width: 8px;\n height: 8px;\n margin: 3px;\n background-color: #ffffff;\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .settings-form input[type='radio']:checked:before {\n margin: 5px;\n }\n}\n\n.wpmud .settings-form input[type='radio']:checked+label {\n color: #333333;\n}\n\n.wpmud .settings-form input[type='radio']+label {\n display: inline-block;\n margin-top: 0;\n font-size: 15px;\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .settings-form input[type='radio'] {\n height: 20px;\n width: 20px;\n }\n}\n\n.wpmud div[class^=\"box-dashboard-\"] .sui-box-title:before {\n font-family: \"Hummingbird\",Arial,sans-serif;\n color: #333333;\n float: left;\n font-size: 20px;\n margin-right: 10px;\n line-height: 30px;\n}\n\n.wpmud div[class^=\"box-dashboard-performance\"] .sui-box-title:before {\n content: '\\e90c';\n}\n\n.wpmud div[class^=\"box-dashboard-minification\"] .sui-box-title:before {\n content: '\\e90b';\n}\n\n.wpmud div[class^=\"box-dashboard-browser\"] .sui-box-title:before {\n content: '\\e905';\n}\n\n.wpmud div[class^=\"box-dashboard-gzip\"] .sui-box-title:before {\n content: '\\e907';\n}\n\n.wpmud div[class^=\"box-dashboard-uptime\"] .sui-box-title:before {\n content: '\\e900';\n}\n\n.wpmud div[class^=\"box-dashboard-smush\"] .sui-box-title:before {\n content: '\\e90f';\n}\n\n.wpmud div[class^=\"box-dashboard-cloudflare\"] .sui-box-title:before {\n content: '\\e906';\n}\n\n.wpmud div[class^=\"box-dashboard-reports\"] .sui-box-title:before {\n content: '\\e90d';\n}\n\n.wpmud div[class^=\"box-dashboard-caching-gravatar\"] .sui-box-title:before {\n content: '\\e913';\n}\n\n.wpmud div[class^=\"box-dashboard-caching-page\"] .sui-box-title:before {\n content: '\\e914';\n}\n\n.wpmud div[class^=\"box-dashboard-advanced-tools\"] .sui-box-title:before {\n content: '\\5a';\n}\n\n.wpmud div[class^=\"box-dashboard-\"] .sui-box-footer .sui-button i {\n margin-right: 5px;\n}\n\n.wpmud .box-dashboard-welcome.sui-summary {\n background-image: url(\"../image/hb-graphic-dash-top@2x.png\");\n}\n\n.wpmud .box-dashboard-reports-no-membership,\n.wpmud .box-dashboard-uptime-no-membership,\n.wpmud .box-dashboard-smush-no-membership .sui-box-body,\n.wpmud .box-dashboard-browser-caching-module .sui-box-body,\n.wpmud .box-reporting-summary .wphb-reporting-no-membership,\n.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n background: #fff no-repeat 30px 100%;\n padding-bottom: 30px !important;\n}\n\n.wpmud .box-dashboard-reports-no-membership .sui-box-body,\n.wpmud .box-dashboard-uptime-no-membership .sui-box-body {\n padding: 30px 30px 0 !important;\n}\n\n.wpmud .box-dashboard-reports-no-membership {\n background-image: url(\"../image/hb-graphic-upsell-reports.png\");\n}\n\n.wpmud .box-dashboard-uptime-no-membership {\n background-image: url(\"../image/hb-graphic-upsell-uptime.png\");\n}\n\n.wpmud .box-dashboard-smush-no-membership .sui-box-body {\n background-image: url(\"../image/smush-share-widget.png\");\n}\n\n.wpmud .box-dashboard-browser-caching-module .sui-box-body {\n background-image: url(\"../image/graphic-hb-cf-sell@2x.png\");\n background-size: 107px 148px;\n}\n\n.wpmud .box-reporting-summary .wphb-reporting-no-membership {\n background-image: url(\"../image/hummingbird-upsell-minify.png\");\n background-size: 118px 126px;\n}\n\n.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n background-image: url(\"../image/hb-graphic-db-upsell@1x.png\");\n background-size: 100px 126px;\n}\n\n.wpmud .box-dashboard-browser-caching-module .sui-box-body.no-background-image {\n background-image: none;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {\n .wpmud .box-dashboard-reports-no-membership,\n .wpmud .box-dashboard-uptime-no-membership,\n .wpmud .box-dashboard-smush-no-membership .sui-box-body {\n background-size: 107px 148px;\n }\n\n .wpmud .box-dashboard-reports-no-membership {\n background-image: url(\"../image/hb-graphic-upsell-reports@2x.png\");\n }\n\n .wpmud .box-dashboard-uptime-no-membership {\n background-image: url(\"../image/hb-graphic-upsell-uptime@2x.png\");\n }\n\n .wpmud .box-dashboard-smush-no-membership .sui-box-body {\n background-image: url(\"../image/smush-share-widget@2x.png\");\n }\n\n .wpmud .box-reporting-summary .wphb-reporting-no-membership {\n background-image: url(\"../image/hummingbird-upsell-minify@2x.png\");\n }\n\n .wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n background-image: url(\"../image/hb-graphic-db-upsell@2x.png\");\n }\n}\n\n.wpmud .wphb-dash-table-header {\n color: #333333;\n font-size: 13px;\n font-weight: bold;\n line-height: 30px;\n display: flex;\n}\n\n@media (max-width: 783px) {\n .wpmud .box-dashboard-performance-module .sui-accordion.sui-table th {\n padding: 0 15px 0 20px;\n }\n}\n\n.wpmud .box-dashboard-performance-module .sui-accordion th {\n color: #333333;\n font-size: 13px;\n font-weight: bold;\n line-height: 30px;\n padding-top: 0;\n padding-bottom: 0;\n}\n\n.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item:hover {\n cursor: default;\n background-color: transparent;\n}\n\n@media (max-width: 783px) {\n .wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item .sui-button {\n margin-right: 20px;\n }\n}\n\n.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title {\n font-size: 13px;\n color: #333333;\n font-weight: 500;\n line-height: 16px;\n}\n\n.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title i {\n font-size: 16px;\n}\n\n.wpmud .box-dashboard-performance-module .sui-accordion:after {\n margin-bottom: 0;\n}\n\n.wpmud .wphb-border-frame .wphb-caching-summary-item-type,\n.wpmud .wphb-border-frame .wphb-gzip-summary-item-type,\n.wpmud .wphb-dash-table-row>div:first-child {\n display: flex;\n align-items: center;\n align-content: center;\n}\n\n.wpmud .wphb-dash-table-row {\n display: flex;\n align-items: center;\n align-content: center;\n justify-content: space-between;\n height: 60px;\n border-top: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-dash-table-row:last-child {\n margin-bottom: -10px;\n}\n\n.wpmud .wphb-dash-table-header>span:first-child,\n.wpmud .wphb-dash-table-row>div:first-child {\n flex-basis: 50% !important;\n text-align: left;\n}\n\n.wpmud .wphb-dash-table-row>div:first-child {\n font-size: 13px;\n color: #333333;\n font-weight: 500;\n line-height: 16px;\n}\n\n.wpmud .wphb-dash-table-header>span,\n.wpmud .wphb-dash-table-row>div {\n text-align: center;\n}\n\n.wpmud .wphb-dash-table-header>span:last-child,\n.wpmud .wphb-dash-table-row>div:last-child {\n text-align: right;\n}\n\n.wpmud .wphb-dash-table.two-columns>.wphb-dash-table-header>span,\n.wpmud .wphb-dash-table.two-columns>.wphb-dash-table-row>div {\n flex-basis: 50%;\n}\n\n.wpmud .wphb-dash-table.three-columns>.wphb-dash-table-header>span,\n.wpmud .wphb-dash-table.three-columns>.wphb-dash-table-row>div {\n flex-basis: 25%;\n}\n\n.wpmud .sui-box .status-text {\n color: #888888;\n font-size: 13px;\n line-height: 22px;\n margin-top: 5px;\n}\n\n#wphb-box-dashboard-cloudflare .wphb-block-entry .wphb-block-entry-content {\n padding-top: 0;\n}\n\n.wpmud .wphb-dashboard-caching-cloudflare-box p {\n margin-top: 30px;\n margin-bottom: 20px;\n}\n\n.wpmud #wphb-box-dashboard-cloudflare .cloudflare-step form label {\n text-align: left;\n font-weight: 400;\n padding-left: 0;\n padding-right: 0;\n}\n\n.wpmud span.dash-cloudflare-connected-status:before {\n color: #17A8E3;\n content: '\\e903';\n font-size: 16px;\n margin-right: 8px;\n}\n\n.wpmud .box-dashboard-welcome .dev-list>li:last-child .list-detail,\n.wpmud .box-dashboard-uptime .wphb-dash-table-row>div:last-child,\n.wpmud .box-dashboard-minification-module .wphb-dash-table-row>div:last-child {\n font-size: 18px;\n font-family: \"Roboto Condensed\",\"Roboto\",Arial,sans-serif;\n color: #666666;\n}\n\n.wpmud .box-dashboard-minification-module .wphb-pills {\n font-weight: bold;\n}\n\n.wpmud .wphb-cf-notice p,\n.wpmud .wphb-upsell-free-message p {\n position: relative;\n border-radius: 4px;\n background-color: #E1F6FF;\n padding: 20px 30px;\n margin-left: -140px;\n color: #333333;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-upsell-free-message p:after {\n position: absolute;\n top: 43%;\n left: 0;\n margin-left: -7px;\n content: '';\n width: 0;\n height: 0;\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n border-right: 7px solid #E1F6FF;\n}\n\n.wpmud .wphb-cf-notice a,\n.wpmud .wphb-upsell-free-message a {\n color: #333333;\n text-decoration: underline;\n font-weight: 500;\n}\n\n.wpmud .box-dashboard-caching-gravatar-module .wphb-notice,\n.wpmud .box-dashboard-smush .content .wphb-notice,\n.wpmud .box-dashboard-caching-page-module .content .wphb-notice,\n.wpmud .box-dashboard-browser-caching-module .content .wphb-notice,\n.wpmud .box-dashboard-gzip-module .content .wphb-notice,\n.wpmud .box-dashboard-smush-no-membership .content .wphb-notice {\n margin-top: 20px !important;\n}\n\n.wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 45px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status {\n background-color: #F8F8F8;\n height: 140px;\n width: 100%;\n position: relative;\n -webkit-border-radius: 7px;\n -moz-border-radius: 7px;\n border-radius: 7px;\n margin-bottom: 10px;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status:hover {\n background-color: #f2f2f2;\n cursor: pointer;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status i {\n color: #666666;\n font-size: 24px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status strong {\n font-family: \"Roboto Condensed\",\"Roboto\",Arial,sans-serif;\n color: #666666;\n font-weight: bold;\n margin-top: 10px;\n font-size: 13px;\n line-height: 20px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status .corner {\n position: absolute;\n top: 0;\n right: 0;\n color: #1ABC9C;\n font-weight: bold;\n font-family: \"Roboto Condensed\",\"Roboto\",Arial,sans-serif;\n padding-right: 6px;\n padding-top: 10px;\n text-transform: uppercase;\n font-size: 13px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey .corner i {\n color: #888888;\n font-size: 16px;\n margin-right: 4px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n border: solid transparent;\n border-top-right-radius: 7px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner:before {\n border-width: 30px;\n border-right-color: #D1F1EA;\n border-top-color: #D1F1EA;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey:before {\n border-right-color: #E6E6E6;\n border-top-color: #E6E6E6;\n}\n\n.wpmud .box-dashboard-advanced-tools .wphb-dash-table span {\n color: #888;\n font-size: 13px;\n vertical-align: top;\n}\n\n.wpmud .box-dashboard-advanced-tools .wphb-dash-table span.no-issues:before {\n font-family: \"Hummingbird\",Arial,sans-serif;\n font-size: 16px;\n margin-right: 5px;\n color: #1abc9c;\n content: \"\\E903\";\n}\n\n.wpmud #wphb-cross-sell-footer>div {\n width: 100%;\n text-align: center;\n border-bottom: 1px solid #E6E6E6;\n line-height: 0.1em;\n margin: 10px 0 40px;\n}\n\n.wpmud #wphb-cross-sell-footer>div>span {\n color: #9A9A9A;\n background-color: #F4F4F4;\n padding: 0 30px;\n font-size: 16px;\n top: 8px;\n}\n\n.wpmud #wphb-cross-sell-footer h3,\n.wpmud .wphb-cross-sell-bottom h3 {\n color: #333333;\n font-size: 22px;\n font-weight: bold;\n line-height: 30px;\n text-transform: none;\n}\n\n.wpmud .wphb-cross-sell-modules .wphb-content {\n text-align: center;\n border-radius: 0 0 5px 5px;\n background-color: #fff;\n box-shadow: 0 2px 0 0 #EAEAEA;\n padding: 30px;\n}\n\n.wpmud .wphb-cross-sell-modules .wphb-content h3 {\n color: #333333;\n font-size: 18px;\n font-weight: bold;\n line-height: 30px;\n text-transform: none;\n margin-top: 0;\n min-height: 60px;\n}\n\n.wpmud .wphb-cross-sell-modules .wphb-content p {\n color: #888888;\n font-size: 13px;\n line-height: 20px;\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-cross-smush,\n.wpmud .wphb-cross-defender,\n.wpmud .wphb-cross-crawl {\n min-height: 150px;\n border-radius: 5px 5px 0 0;\n}\n\n.wpmud .wphb-cross-smush {\n background: url(\"../image/plugins-smush.jpg\") center;\n background-size: cover;\n}\n\n.wpmud .wphb-cross-defender {\n background: url(\"../image/plugins-defender.jpg\") center;\n background-size: cover;\n}\n\n.wpmud .wphb-cross-crawl {\n background: url(\"../image/plugins-crawl.jpg\") center;\n background-size: cover;\n}\n\n.wpmud .wphb-cross-smush>span,\n.wpmud .wphb-cross-defender>span,\n.wpmud .wphb-cross-crawl>span {\n width: 56px;\n height: 56px;\n display: block;\n border: 3px solid #fff;\n border-radius: 50%;\n position: relative;\n top: 80px;\n left: 15px;\n box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);\n}\n\n.wpmud .wphb-cross-smush>span {\n background: url(\"../image/plugins-smush-icon.png\") no-repeat center center;\n background-size: 50px 50px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {\n .wpmud .wphb-cross-smush>span {\n background-image: url(\"../image/plugins-smush-icon@2x.png\");\n }\n}\n\n.wpmud .wphb-cross-defender>span {\n background: url(\"../image/plugins-defender-icon.png\") no-repeat center center;\n background-size: 50px 50px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {\n .wpmud .wphb-cross-defender>span {\n background-image: url(\"../image/plugins-defender-icon@2x.png\");\n }\n}\n\n.wpmud .wphb-cross-crawl>span {\n background: url(\"../image/plugins-crawl-icon.png\") no-repeat center center;\n background-size: 50px 50px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {\n .wpmud .wphb-cross-crawl>span {\n background-image: url(\"../image/plugins-crawl-icon@2x.png\");\n }\n}\n\n.wpmud .wphb-cross-sell-modules a:not(.disabled):after {\n font-family: \"Hummingbird\",Arial,sans-serif;\n content: '\\af';\n margin-left: 5px;\n}\n\n.wpmud .wphb-cross-sell-modules .col-third:nth-child(3) a.disabled {\n border-radius: 13px !important;\n background-color: #F2F2F2;\n}\n\n.wpmud .wphb-cross-sell-bottom {\n text-align: center;\n margin-top: 50px;\n}\n\n.wpmud .wphb-cross-sell-bottom p {\n max-width: 500px;\n margin: 20px auto 30px;\n}\n\n.wpmud .wphb-cross-sell-bottom img {\n margin: 30px auto 0;\n}\n\n@media screen and (min-width: 1550px) {\n .wpmud .box-dashboard-reports-no-membership .wphb-block-entry .row {\n padding-bottom: 20px;\n }\n\n .wpmud .box-dashboard-uptime-no-membership .content p {\n padding-bottom: 20px;\n }\n\n .wpmud .box-dashboard-smush-no-membership .buttons {\n padding-bottom: 20px;\n }\n}\n\n@media only screen and (min-width: 1545px) {\n .wpmud .wphb-cross-sell-modules>.col-third h3 {\n height: auto;\n }\n}\n\n@media only screen and (max-width: 1200px) {\n .wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 65px;\n }\n}\n\n@media only screen and (max-width: 1100px) {\n .wpmud .box-dashboard-uptime-no-membership .wphb-block-entry-image,\n .wpmud .box-dashboard-reports-no-membership .wphb-block-entry-image {\n display: none;\n }\n\n .wpmud .wphb-cf-notice p,\n .wpmud .wphb-upsell-free-message p {\n margin-left: auto;\n margin-top: 30px;\n }\n\n .wpmud .wphb-cf-notice p:after,\n .wpmud .wphb-upsell-free-message p:after {\n display: none;\n }\n}\n\n@media only screen and (max-width: 960px) {\n .box-dashboard-browser-caching-module .box-content {\n background-image: none;\n }\n\n .wpmud .row.wphb-cross-sell-modules .col-third {\n display: flex;\n width: 100%;\n padding: 0 0 30px;\n margin-top: 0;\n }\n\n .wpmud .wphb-cross-sell-modules .col-third:last-child {\n padding: 0;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"] {\n width: 30%;\n border-radius: 5px 0 0 5px;\n box-shadow: 0 2px 0 0 #EAEAEA;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"]>span {\n top: 60%;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content {\n width: 70%;\n text-align: left;\n border-radius: 0 5px 5px 0;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content h3 {\n min-height: auto;\n text-align: left;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content p {\n margin-bottom: 10px;\n }\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .box-dashboard-performance-module .box-content .with-padding {\n padding: 30px;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .box-dashboard-minification-module .wphb-pills {\n display: block;\n }\n\n .wpmud .box-dashboard-performance-module .wphb-score-result-label {\n margin-left: 3px;\n margin-right: 5px;\n }\n\n .wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost {\n padding: 5px 6px 7px !important;\n }\n\n .wpmud .box-dashboard-performance-module .box-content .with-padding {\n padding: 15px 20px;\n }\n\n .wpmud .box-dashboard-performance-module .wphb-dash-table-header,\n .wpmud .box-dashboard-performance-module .wphb-dash-table-row {\n padding: 0 20px;\n }\n\n .wpmud .box-dashboard-smush .buttons {\n margin-top: 15px;\n }\n\n .wpmud .wphb-score.wphb-score-have-label {\n width: 65px;\n }\n\n .wpmud .sui-box .status-text {\n line-height: 15px;\n margin-top: 0;\n padding-left: 10px;\n word-wrap: break-word;\n max-width: 175px;\n }\n\n .wpmud .wphb-cf-notice p,\n .wpmud .wphb-upsell-free-message p {\n padding: 15px 20px;\n margin-top: 15px;\n }\n\n .wpmud .row.wphb-cross-sell-modules .col-third {\n display: block;\n padding: 0 0 15px;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"],\n .wpmud .wphb-cross-sell-modules .wphb-content {\n width: 100%;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"] {\n min-height: 100px;\n height: 100px;\n border-radius: 5px 5px 0 0;\n box-shadow: none;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content {\n border-radius: 0 0 5px 5px;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content,\n .wpmud .wphb-cross-sell-modules .wphb-content h3 {\n text-align: center;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content p {\n margin-bottom: 20px;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"]>span {\n top: 60px;\n left: calc( 50% - 28px);\n }\n}\n\n.wpmud .box-performance-welcome.sui-summary {\n background-image: url(\"../image/graphic-hb-minify-summary@2x.png\");\n}\n\n.wpmud .performance-report-table .wpdui-btn {\n display: inline-block;\n margin: 10px 0 20px;\n text-transform: uppercase;\n}\n\n.wpmud .performance-report-table .wpdui-btn:hover {\n color: #ffffff;\n}\n\n.wpmud .sui-dismissed .sui-circle-score svg circle:last-child {\n stroke: #AAAAAA;\n}\n\n.wpmud .sui-accordion-item.sui-dismissed {\n border-left: 2px solid #AAAAAA;\n}\n\n.wpmud .sui-button.wphb-disabled-test:last-child {\n margin-right: 10px;\n}\n\n.wpmud .performance-report-table a,\n.wpmud .performance-report-table a:hover {\n color: #17A8E3;\n overflow-wrap: break-word;\n word-wrap: break-word;\n word-break: break-all;\n -ms-hyphens: auto;\n -moz-hyphens: auto;\n -webkit-hyphens: auto;\n hyphens: auto;\n}\n\n.wpmud .performance-report-table p,\n.wpmud .performance-report-table ol li {\n font-size: 13px !important;\n color: #888888;\n line-height: 22px;\n}\n\n.wpmud .performance-report-table ol>p {\n margin-left: -30px;\n margin-bottom: 15px;\n}\n\n.wpmud .performance-report-table>thead>tr>th:first-child {\n padding-left: 30px;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item:hover td {\n cursor: pointer;\n border-bottom: 0 !important;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-score {\n width: 137px;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-type {\n color: #888888;\n font-size: 13px;\n transition: color .3s;\n width: 130px;\n}\n\n.wpmud .wphb-performance-report-item-type:first-letter {\n text-transform: capitalize;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item:hover .wphb-performance-report-item-type {\n color: #333333;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-cta {\n text-align: right;\n width: 225px;\n}\n\n.wpmud .wphb-performance-report-item .trigger-additional-content {\n color: #888888;\n cursor: pointer;\n display: inline-block;\n font-size: 14px;\n line-height: 1em;\n height: 14px;\n margin: 8px 30px 8px 15px;\n transition: color .3s;\n vertical-align: middle;\n}\n\n.wpmud .wphb-performance-report-item .trigger-additional-content .dev-icon-caret_down:before {\n display: inline-block;\n transition: transform 0.5s;\n transform: rotate(0);\n}\n\n.wpmud .wphb-performance-report-item-opened .trigger-additional-content .dev-icon-caret_down:before {\n transform: rotate(-180deg);\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-opened,\n.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-additional-content:hover,\n.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-opened:hover {\n background: #F8F8F8;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-additional-content {\n background: #F8F8F8;\n display: none;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened {\n display: table-row;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened>td {\n border-top: 0 !important;\n}\n\n.wpmud .wphb-performance-report-item-additional-content-inner {\n padding: 0 !important;\n}\n\n.wpmud .sui-box-performance-report-additional-content h4:first-child {\n margin-top: 0;\n}\n\n.wpmud .sui-box-performance-report-additional-content h4,\n.wpmud .sui-box-performance-report-additional-content h5 {\n font-family: 'Roboto', sans-serif;\n color: #333333;\n font-size: 13px;\n text-transform: none;\n line-height: 23px;\n margin: 20px 0 20px;\n text-align: left;\n}\n\n.wphb-score {\n display: inline-block;\n position: relative;\n}\n\n.wphb-score-type-circle {\n border-radius: 100%;\n height: 30px;\n width: 30px;\n}\n\n.wphb-score-type-circle.large {\n height: 80px;\n width: 80px;\n}\n\n.wphb-score-type-circle .wphb-score-graph-circle {\n stroke: #E5E5E5;\n stroke-dashoffset: 80;\n stroke-width: 5px;\n -moz-transition: stroke-dashoffset 1s linear;\n -webkit-transition: stroke-dashoffset 1s linear;\n transition: stroke-dashoffset 1s linear;\n}\n\n.wphb-score-type-circle.large .wphb-score-graph-circle {\n stroke-dashoffset: 219.8;\n stroke-width: 10px;\n}\n\n.wphb-score-type-circle .wphb-score-graph-result {\n transform: rotate(-80deg) translateX(-27px) translateY(2.5px);\n -moz-transform: rotate(-80deg) translateX(-27px) translateY(2.5px);\n -webkit-transform: rotate(-80deg) translateX(-27px) translateY(2.5px);\n}\n\n.wphb-score-type-circle.large .wphb-score-graph-result {\n transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);\n -moz-transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);\n -webkit-transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);\n}\n\n.wpmud .wphb-performance-report-item-score,\n.wpmud .wphb-button-label,\n.wpmud .wphb-score-result {\n cursor: pointer;\n position: relative;\n}\n\n.wpmud .wrap-wphb-caching .list-results,\n.wpmud .wrap-wphb-performance .list-results {\n max-height: 200px;\n overflow-y: scroll;\n}\n\n.wpmud .wrap-wphb-performance .recipient {\n margin-bottom: 10px;\n padding: 5px 10px;\n}\n\n.wpmud .wrap-wphb-performance .recipient:hover {\n border-radius: 4px;\n background-color: #F8F8F8;\n}\n\n.wpmud .wrap-wphb-performance .recipient,\n.wpmud .wrap-wphb-performance .recipient .name,\n.wpmud .wrap-wphb-performance .add-recipient {\n display: flex;\n flex-flow: row nowrap;\n justify-content: space-between;\n align-items: center;\n align-content: center;\n}\n\n.wpmud .wrap-wphb-performance .recipient img {\n -webkit-border-radius: 50px;\n -moz-border-radius: 50px;\n border-radius: 50px;\n width: 30px;\n height: 30px;\n margin-right: 10px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.wpmud .wrap-wphb-performance .recipient .name {\n color: #333333;\n font-weight: 500;\n}\n\n.wpmud .wrap-wphb-performance .recipient a>i {\n color: #888888;\n}\n\n.wpmud .wrap-wphb-performance .recipient:hover a>i {\n color: #333333;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient {\n margin-top: 15px;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient>* {\n margin-bottom: 0;\n border-radius: 0;\n border: 1px solid #E6E6E6;\n font-weight: normal;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient .wdv-icon-plus {\n color: #FFFFFF;\n font-size: 20px;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient>input::placeholder {\n color: #AAAAAA;\n font-weight: 400;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name {\n border-radius: 4px 0 0 4px;\n border-right: 0;\n background-color: #F8F8F8;\n margin: 0;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient #wphb-username-search {\n background-color: #F8F8F8;\n margin: 0;\n}\n\n.wpmud .wrap-wphb-performance .wphb-tag {\n -webkit-border-radius: 16px;\n -moz-border-radius: 16px;\n border-radius: 16px;\n font-size: 13px;\n padding: 4px 16px;\n color: #fff;\n text-transform: uppercase;\n}\n\n.wpmud .wrap-wphb-performance .wphb-tag.tag-generic {\n background: #E6E6E6;\n color: #333;\n}\n\n.wpmud .box-reporting-summary .settings-form.disabled {\n position: relative;\n}\n\n.wpmud .box-reporting-summary .wphb-block-entry-content,\n.wpmud .box-reporting-summary .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 0;\n}\n\n.wpmud .list-table>tbody>tr>td.wphb-performance-report-item-type.disabled {\n padding-right: 30px;\n}\n\n.wpmud .sui-box-performance-report-additional-content.disable-buttons a.wpdui-btn,\n.wpmud .sui-box-performance-report-additional-content.disable-buttons a.button {\n display: none;\n}\n\n@media only screen and (max-width: 1200px) {\n .wpmud .performance-report-table .wphb-performance-report-item-score,\n .wpmud .performance-report-table .wphb-performance-report-item-type {\n width: 115px;\n }\n\n .wpmud .performance-report-table .wphb-performance-report-item-cta {\n width: 180px;\n }\n\n .wpmud .box-reporting-summary .box-footer .wphb-block-entry-content {\n margin-top: 0;\n }\n}\n\n@media only screen and (max-width: 1100px) {\n .wpmud .performance-report-table .wphb-performance-report-item-type {\n width: 105px;\n }\n\n .wpmud .performance-report-table .wphb-performance-report-item-cta {\n width: 165px;\n }\n\n .wpmud .performance-report-table .wphb-performance-report-item-score {\n width: 105px;\n padding-left: 20px !important;\n }\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .performance-report-table th,\n .wpmud .performance-report-table td {\n width: 70% !important;\n }\n\n .wpmud .wphb-performance-report-heading.wphb-performance-report-heading-type,\n .wpmud .wphb-performance-report-item-type,\n .wpmud .wphb-performance-report-item-cta>button {\n display: none !important;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .wrap-wphb-performance .recipient,\n .wpmud .wrap-wphb-performance .recipient .name,\n .wpmud .wrap-wphb-performance .add-recipient {\n flex-flow: row wrap;\n }\n\n .wpmud .wrap-wphb-performance .add-recipient>button,\n .wpmud .wrap-wphb-performance .add-recipient #wphb-first-name {\n border-radius: 0 !important;\n margin-bottom: 5px;\n border: 1px solid #E6E6E6;\n }\n\n .wpmud .wrap-wphb-performance .add-recipient>button {\n margin-top: 10px !important;\n }\n\n .wpmud .performance-report-table {\n margin-top: 0;\n }\n\n .wpmud .wphb-performance-report-item .trigger-additional-content {\n margin-right: 20px;\n }\n\n .wpmud .sui-box-performance-report-additional-content {\n padding: 15px 20px;\n }\n}\n\n.wpmud .wphb-caching-error {\n text-align: left;\n}\n\n.wpmud .wphb-caching-error a {\n text-decoration: underline;\n}\n\n.wpmud .wrap-wphb-caching .wphb-spinner {\n float: none;\n background-size: 15px 15px;\n}\n\n.wpmud .wphb-caching-cloudflare-box>p {\n margin: 0 0 20px 0;\n}\n\n.wpmud .box-caching-enable .buttons {\n margin-top: -20px;\n}\n\n.wpmud .caching-table {\n margin: 30px 0 0;\n}\n\n.wpmud .wphb-caching-summary-heading,\n.wpmud .box-gzip-summary .list-label {\n text-transform: none !important;\n color: #333333;\n font-size: 13px;\n}\n\n.wpmud #cloudflare-how-to-title,\n.wpmud #cloudflare-how-to {\n text-align: left;\n}\n\n.wpmud #cloudflare-how-to a {\n font-weight: 500;\n text-decoration: underline;\n color: inherit;\n}\n\n.wpmud #cloudflare-info {\n clear: both;\n}\n\n.wpmud #cloudflare-info.wphb-notice {\n margin-top: 30px;\n}\n\n.wpmud .cloudflare-submit {\n margin-bottom: 0;\n}\n\n.wpmud #cloudflare-zone .clear {\n padding: 0;\n}\n\n.wpmud #cloudflare-zone label {\n margin-bottom: 13px;\n}\n\n.wpmud #cloudflare-zone .cloudflare-submit {\n margin-top: 22px;\n}\n\n.wpmud #cloudflare-steps .wphb-notice-success {\n margin-top: 0;\n}\n\n.wpmud .cloudflare-clear-cache-tooltip[tooltip]:after {\n margin-left: -137px;\n}\n\n.wpmud .cloudflare-step {\n margin-top: 30px;\n}\n\n.wpmud .cloudflare-step form label input {\n margin-top: 5px;\n background-color: #F8F8F8;\n}\n\n.wpmud .cloudflare-step form label input::-webkit-input-placeholder,\n.wpmud .cloudflare-step form label input::-moz-placeholder,\n.wpmud .cloudflare-step form label input:-moz-placeholder,\n.wpmud .cloudflare-step form label input:-ms-input-placeholder {\n color: #AAAAAA;\n}\n\n.wpmud .cloudflare-step>p:first-child {\n text-align: left;\n}\n\n.wpmud .cloudflare-spinner {\n display: inline-block;\n float: right;\n}\n\n.wpmud .cloudflare-step p.cloudflare-submit,\n.wpmud #cloudflare-how-to-title {\n position: relative;\n margin-top: 11px;\n}\n\n.wpmud .cloudflare-step p.cloudflare-submit input[type=\"submit\"] {\n display: inline-block;\n margin-top: 0;\n}\n\n.wpmud #cloudflare-how-to {\n clear: both;\n margin-left: 0;\n margin-bottom: 0;\n list-style-position: inside;\n}\n\n.wpmud .cloudflare-step>p {\n margin-bottom: 30px;\n}\n\n.wpmud .cloudflare-step p.cloudflare-submit {\n float: right;\n}\n\n.wpmud .cloudflare-step hr {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.wpmud .cloudflare-step p.cloudflare-clear-cache-text {\n text-align: left;\n}\n\n.wpmud #cloudflare-how-to-title {\n float: left;\n line-height: 15px;\n padding-top: 7px;\n font-size: 13px;\n}\n\n.wpmud .cloudflare-step .cloudflare-data {\n text-align: left;\n margin-top: 30px;\n margin-bottom: 0;\n}\n\n.wpmud .cloudflare-data>span {\n display: inline-block;\n margin-right: 20px;\n}\n\n.wpmud .box-caching-summary .sui-box-body {\n background: no-repeat 30px 100%;\n}\n\n.wpmud .box-caching-summary .sui-box-body {\n background-image: url(\"../image/graphic-hb-cf-sell@2x.png\");\n background-size: 107px 148px;\n}\n\n.wpmud .box-caching-summary .sui-box-body.no-background-image {\n background-image: none;\n}\n\n.wpmud .box-caching-settings .select-container.server-type {\n max-width: 240px;\n}\n\n.wpmud.wphb-notice {\n margin-top: 30px;\n}\n\n.wpmud .box-caching-settings .wphb-expiry-select-box label {\n margin-top: 0;\n}\n\n.wpmud .wphb-expiry-select-box .wphb-expiry-select {\n max-width: 240px;\n}\n\n@media screen and (max-width: 1200px) and (min-width: 783px) {\n .wpmud #cloudflare-how-to-title {\n float: none;\n display: block;\n text-align: center;\n margin-bottom: 0;\n }\n\n .wpmud .cloudflare-step p.cloudflare-submit {\n float: none;\n position: relative;\n }\n\n .wpmud .cloudflare-step p.cloudflare-submit .cloudflare-spinner {\n position: absolute;\n right: 0;\n top: 10px;\n }\n}\n\n.wpmud .wphb-server-instructions .wphb-notice,\n.wpmud .box-caching-summary .wphb-notice,\n.wpmud .box-gzip-summary .wphb-notice {\n margin-bottom: 30px !important;\n}\n\n.wpmud .wphb-caching-active.wphb-notice.wphb-notice-blue {\n margin-bottom: 0 !important;\n}\n\n.wpmud .wphb-caching-success.wphb-notice.wphb-notice-success {\n margin-top: 30px;\n}\n\n.wpmud .wphb-server-instructions .wphb-block-content pre {\n max-height: 240px;\n}\n\n.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p {\n font-size: 13px;\n line-height: 22px;\n color: #333;\n}\n\n.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p:before {\n font-size: 16px;\n line-height: 16px;\n}\n\n.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning {\n margin-top: 30px;\n}\n\n.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p {\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p:before {\n font-size: 16px;\n line-height: 16px;\n}\n\n.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p {\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p:before {\n font-size: 16px;\n line-height: 16px;\n}\n\n.wpmud .wphb-expiry-changes .update-htaccess {\n margin-top: 10px;\n}\n\n.wpmud .button.notice-button {\n margin-top: 10px;\n}\n\n.wpmud .wphb-cloudflare.wphb-notice-warning p {\n color: #333;\n}\n\n.wpmud .wphb-border-frame .table-header .wphb-caching-summary-heading-type {\n flex-basis: 85px;\n}\n\n.wpmud .wphb-border-frame .table-row .wphb-gzip-summary-item-type,\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type {\n flex-basis: 100px;\n}\n\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-expiry,\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-status {\n flex-basis: 80px;\n}\n\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type {\n font-size: 13px;\n font-weight: 500;\n color: #333333;\n}\n\n.wpmud .box-caching-settings label,\n.wpmud .box-gzip-settings label {\n margin-top: 15px;\n margin-bottom: 5px;\n padding: 0;\n}\n\n.wpmud .box-caching-settings label,\n.wpmud .box-gzip-settings label,\n.wpmud .box-caching-settings .wphb-border-frame>label,\n.wpmud .box-gzip-settings .wphb-border-frame>label {\n color: #888888;\n font-size: 13px;\n font-weight: 500;\n line-height: 22px;\n}\n\n.wpmud .wphb-caching-cloudflare-settings .wphb-expiry-select {\n width: 85%;\n}\n\n.wrap-wphb-caching .cloudflare-step label:first-child {\n margin-top: 0;\n}\n\n.wpmud .wrap-wphb-gzip .tabs,\n.wpmud .wrap-wphb-caching .tabs,\n.wpmud .wrap-wphb-gzip .tabs .tab label,\n.wpmud .wrap-wphb-caching .tabs .tab label,\n.wpmud .wrap-wphb-gzip .tabs .tab .content,\n.wpmud .wrap-wphb-caching .tabs .tab .content {\n border: 0;\n}\n\n.wpmud .wrap-wphb-gzip .tabs .tab .content,\n.wpmud .wrap-wphb-caching .tabs .tab .content {\n border-top: 2px solid #E6E6E6;\n top: 38px;\n}\n\n.wpmud .wrap-wphb-gzip .tabs .tab label,\n.wpmud .wrap-wphb-caching .tabs .tab label {\n font-size: 15px;\n text-transform: capitalize;\n color: #888888;\n padding: 0 10px;\n line-height: 1.5em;\n height: 40px;\n}\n\n.wpmud .wphb-server-instructions p,\n.wpmud .wphb-server-instructions .wphb-listing li {\n color: #888888;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-server-instructions .wphb-listing li {\n margin-top: 0;\n}\n\n.wpmud .wphb-server-instructions .tabs {\n margin: 0;\n}\n\n.wpmud .wphb-server-instructions .tabs .tab .content {\n padding: 20px 0 0;\n}\n\n.wpmud .wphb-server-instructions .tabs .tab>.active {\n color: #333333;\n border-bottom: 2px solid #333333;\n z-index: 10;\n}\n\n.wpmud .box-page-caching .box-footer {\n border-top: 1px solid #E6E6E6;\n padding: 50px 30px;\n}\n\n.wpmud .box-page-caching .sui-box-body .sui-box-settings-row:first-of-type {\n padding-bottom: inherit;\n border-bottom: 1px solid #e6e6e6;\n}\n\n.wpmud .box-page-caching h4 {\n color: #666666;\n font-size: 15px;\n font-weight: 500;\n text-align: left;\n text-transform: none;\n}\n\n.wpmud .box-page-caching textarea {\n height: 180px;\n max-width: 490px;\n color: #333333;\n border: 1px solid #E6E6E6;\n border-radius: 4px;\n background-color: #F8F8F8;\n margin-top: 20px;\n}\n\n.wpmud .box-page-caching .col-two-third .with-bottom-border {\n margin-bottom: 30px;\n}\n\n.wpmud .box-page-caching .wphb-dash-table .sub {\n width: 75px;\n}\n\n.wpmud .box-page-caching .wphb-dash-table .wphb-dash-table-row:first-child {\n border-top: 0;\n}\n\n.wpmud .box-page-caching .wphb-dash-table .wphb-dash-table-row:last-child {\n border-bottom: 0;\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .box-page-caching .sui-box-settings-col-2.wphb-deactivate-pc {\n padding-top: 0;\n }\n}\n\n.wpmud .box-page-caching .wphb-notice,\n.wpmud .box-caching-gravatar .wphb-notice {\n margin-top: 20px;\n}\n\n.wpmud .box-page-caching .sui-box-settings-row .sui-button-ghost {\n margin: 10px 0;\n}\n\n.wpmud .box-caching-other-settings .spinner {\n margin: 2px 10px 0 0;\n}\n\n.wpmud .box-caching-rss .sui-box-footer .spinner {\n margin: 2px 10px 0;\n}\n\n.wpmud .box-caching-rss .sui-box-settings-row input[type=\"text\"] {\n margin: 0;\n display: inline-block;\n width: 80px;\n}\n\n.wpmud .box-caching-rss .sui-box-settings-row label {\n margin-left: 10px;\n margin-top: -5px;\n color: #666;\n}\n\n@media only screen and (max-width: 1200px) {\n .wpmud .wrap-wphb-caching .row {\n display: block;\n table-layout: inherit;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .wpmud .box-caching-summary .box-content>.box-content {\n background-image: none;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .wphb-caching-success.wphb-notice.wphb-notice-success {\n margin-top: 10px;\n }\n\n .wpmud .wphb-server-instructions .wphb-notice,\n .wpmud .box-caching-summary .wphb-notice,\n .wpmud .box-gzip-summary .wphb-notice {\n margin-bottom: 10px !important;\n }\n\n .wpmud .box-caching-summary .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 0;\n }\n}\n\n.wpmud #wphb-code-snippet {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.wpmud .wphb-gzip-error {\n text-align: left;\n}\n\n.wpmud .wphb-gzip-error p:first-child {\n margin: 0 0 10px 0;\n}\n\n.wpmud .wphb-gzip-error a,\n.wpmud #configure-gzip-link {\n text-decoration: underline;\n}\n\n.wpmud .box-gzip-settings .inline-label {\n color: #888888 !important;\n font-size: 13px;\n font-weight: 500;\n padding-left: 0 !important;\n}\n\n.wpmud .box-gzip-settings .select-container {\n max-width: 240px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice-blue {\n margin-top: 0;\n margin-bottom: 30px;\n padding: 15px 20px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice-blue p {\n font-size: 13px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice-blue p:before {\n font-size: 16px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice.htaccess-warning {\n margin-top: 30px;\n margin-bottom: 0 !important;\n padding: 15px 20px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice.htaccess-warning a {\n text-decoration: underline;\n}\n\n@media screen and (min-width: 960px) {\n .wpmud .wphb-border-frame.two-columns .table-header,\n .wpmud .wphb-border-frame.two-columns .table-row {\n justify-content: flex-start;\n }\n\n .wpmud .wphb-border-frame.two-columns .table-header>div:first-child,\n .wpmud .wphb-border-frame.two-columns .table-row>div:first-child {\n flex-basis: 50%;\n }\n}\n\n.wpmud .checkbox-group {\n border-radius: 41px;\n display: flex;\n justify-content: flex-end;\n height: 40px;\n}\n\n.wpmud .sui-dialog .checkbox-group {\n justify-content: flex-start;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"] {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n display: block;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]+label {\n background-color: #fff;\n border: 1px solid #E6E6E6;\n border-radius: 4px;\n display: flex;\n padding: 0;\n align-items: center;\n justify-content: center;\n text-align: center;\n width: 50px;\n position: relative;\n transition-property: background, color;\n transition-duration: 0.3s;\n color: transparent !important;\n margin-bottom: 0;\n margin-left: 5px;\n}\n\n.wpmud .wphb-minification-advanced-group input[type=\"checkbox\"]+label {\n width: 50px;\n}\n\n.wpmud .sui-dialog .checkbox-group {\n width: 100%;\n height: 52px;\n}\n\n.wpmud .sui-dialog .checkbox-group input[type=\"checkbox\"]+label {\n padding: 10px 10px;\n width: 70px;\n height: 50px;\n}\n\n.wpmud .sui-dialog .wphb-progress-state {\n text-align: left;\n margin-top: 0;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]+label.toggle-label-background,\n.wpmud .checkbox-group input[type=\"checkbox\"]:checked+label {\n box-shadow: none;\n background-color: #E1F6FF;\n border-color: #E1F6FF;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]+label>span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"]+label>i {\n color: #888888;\n padding: 0;\n font-size: 12px;\n}\n\n.wpmud .checkbox-group>span {\n color: #AAAAAA;\n font-size: 12px;\n line-height: 40px;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]+label>[class^=\"hb-\"]:before {\n font-size: 14px;\n vertical-align: -2px;\n}\n\n.wpmud .sui-dialog .checkbox-group input[type=\"checkbox\"]+label>[class^=\"hb-\"]:before {\n margin-right: 0;\n}\n\n.wpmud .wphb-minification-advanced-group input[type=\"checkbox\"]+label>[class^=\"hb-\"]:before,\n.wpmud .wphb-modal input[type=\"checkbox\"]+label>[class^=\"hb-\"]:before {\n margin-right: 0;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]+label.toggle-label-background>span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"]:checked+label>span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"]:checked+label>i {\n color: #17A8E3;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]:disabled+label>span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"]:disabled+label>i {\n color: #DDD;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]:disabled+label {\n background-color: #F8F8F8;\n border-color: #F8F8F8;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]+label>[tooltip] {\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n z-index: 9;\n}\n\n.wpmud .checkbox-group label [class^=\"hb-\"] {\n display: block;\n padding: 10px 0 4px;\n}\n\n.wpmud .wrap-wphb-minification>.row>.wphb-notice {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-minification-files {\n background-color: #F8F8F8;\n padding-bottom: 1px;\n}\n\n.wpmud .box-minification-enqueued-files .box-title .buttons>div {\n display: inline-block;\n vertical-align: top;\n}\n\n.wpmud .box-minification-enqueued-files .box-title .buttons {\n margin-right: 45px !important;\n}\n\n.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button {\n border-left: 1px solid #E6E6E6;\n display: block;\n height: 60px;\n left: 100%;\n margin-left: -30px;\n position: relative;\n width: 60px;\n}\n\n.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider {\n border-left: 1px solid #E6E6E6;\n height: 62px;\n margin-top: -21px;\n margin-bottom: -22px;\n margin-left: 10px;\n}\n\n.wpmud .box-minification-enqueued-files .sui-box-header .sui-button:last-child {\n margin-right: 10px;\n}\n\n.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button {\n height: 60px;\n width: 60px;\n display: block;\n margin: -15px -30px -15px 0px;\n}\n\n.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i {\n color: #AAAAAA;\n font-size: 20px;\n margin-left: 20px;\n position: absolute;\n top: 18px;\n}\n\n.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button>i {\n color: #17A8E3;\n}\n\n.wpmud .wphb-minification-files-header {\n background-color: #fff;\n border-bottom: 1px solid #E6E6E6;\n margin-bottom: 30px;\n padding: 30px;\n}\n\n.wpmud .wphb-border-row {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-flow: row wrap;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n align-content: center;\n position: relative;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row,\n.wpmud .wphb-minification-files-advanced .wphb-border-row,\n.wpmud .wphb-minification-files-advanced .wphb-minification-row-details {\n padding: 10px 30px;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.wpmud .wphb-minification-files-advanced .wphb-minification-row-details {\n padding: 0;\n display: flex;\n align-content: center;\n align-items: center;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row {\n border-bottom: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-minification-files-advanced .wphb-border-row {\n padding: 10px 30px 10px 20px;\n min-height: 70px;\n background-color: #FFF;\n border-radius: 4px;\n box-shadow: 0 2px 7px 0 rgba(0,0,0,0.05);\n margin-bottom: 10px;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row:last-child,\n.wpmud .wphb-minification-files-advanced .wphb-border-row:last-child {\n border-bottom: 0;\n}\n\n.wpmud .wphb-minification-files-table.wphb-minification-files-basic,\n.wpmud .wphb-minification-files-table.wphb-minification-files-advanced {\n background-color: #F8F8F8;\n margin: 0 30px 30px;\n}\n\n.wpmud .wphb-minification-files-table.wphb-minification-files-basic {\n background-color: #FFFFFF;\n border-radius: 4px;\n box-shadow: 0 2px 7px 0 rgba(0,0,0,0.05);\n}\n\n.wpmud .wphb-minification-files>h3,\n.wpmud .wphb-minification-files-select h3 {\n font-size: 13px;\n font-weight: bold;\n line-height: 22px;\n color: #888888;\n text-align: left;\n text-transform: none;\n margin: 10px 30px;\n}\n\n.wpmud .wphb-minification-files .wphb-notice {\n margin: 0 30px 30px;\n width: auto;\n}\n\n.wpmud .wphb-minification-file-info {\n float: left;\n line-height: 18px;\n overflow: hidden;\n white-space: nowrap;\n width: 280px;\n}\n\n.wpmud .wphb-minification-file-info>* {\n color: #AAAAAA;\n font-size: 10px;\n font-weight: 500;\n line-height: 10px;\n}\n\n.wpmud .wphb-minification-file-info>span:first-child {\n color: #666666;\n display: block;\n font-size: 13px;\n line-height: 13px;\n}\n\n.wpmud .wphb-minification-file-info>a {\n max-width: 400px;\n overflow: hidden;\n}\n\n.wpmud .wphb-minification-file-info>.original-size.crossed-out {\n text-decoration: line-through;\n}\n\n.wpmud .wphb-minification-file-info>.sui-icon-chevron-down:before {\n font-size: 8px;\n position: relative;\n top: 0;\n}\n\n.wpmud .wphb-minification-file-info>.sui-icon-chevron-down:before,\n.wpmud .wphb-minification-file-info>.compressed-size {\n color: #1ABC9C;\n}\n\n.wpmud .wphb-border-row:not(.disabled) .wphb-minification-file-info:after {\n background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);\n background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);\n background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);\n content: '';\n height: 100%;\n pointer-events: none;\n position: absolute;\n right: 0;\n top: 0;\n width: 40px;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-queued,\n.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-success {\n top: 20px;\n}\n\n.wpmud .wphb-border-row .wphb-row-status {\n position: absolute;\n height: 20px;\n width: 20px;\n border-radius: 50%;\n background-color: #FFFFFF;\n box-shadow: 0 2px 7px 0 rgba(0,0,0,0.05);\n left: -9px;\n animation: pop 0.3s linear 1;\n z-index: 1;\n}\n\n.wpmud .wphb-border-row .wphb-row-status i {\n position: absolute;\n height: 12px;\n width: 12px;\n font-size: 12px;\n line-height: 22px;\n left: 4px;\n}\n\n.wpmud .wphb-border-row .wphb-row-status i:before {\n color: #17A8E3;\n}\n\n.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-already-compressed i:before {\n color: #FECF2F;\n}\n\n.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-other i:before {\n color: #AAAAAA;\n}\n\n.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued {\n top: 24px;\n z-index: 0;\n}\n\n.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued i:before {\n color: #AAAAAA;\n}\n\n.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success {\n top: 24px;\n z-index: 0;\n}\n\n.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success i:before {\n color: #1ABC9C;\n}\n\n.wpmud .wphb-minification-filter-buttons {\n padding: 0 30px 20px;\n display: flex;\n}\n\n.wpmud .wphb-minification-filter-buttons .sui-actions-left {\n margin-left: 0;\n}\n\n.wpmud .wphb-minification-files-select {\n display: flex;\n align-items: center;\n align-content: center;\n margin: 0 50px;\n}\n\n.wpmud .wphb-minification-files-select .sui-checkbox {\n margin-right: 5px;\n}\n\n.wpmud .wphb-minification-files-select .sui-checkbox span {\n margin-top: -4px;\n}\n\n.wpmud .wphb-minification-files-select h3 {\n margin: 5px 5px 7px;\n}\n\n.wpmud .wphb-minification-bulk-file-selector {\n float: left;\n}\n\n.wpmud .wphb-minification-file-select {\n float: left;\n line-height: 30px;\n margin-right: 10px;\n margin-top: 4px;\n}\n\n.wpmud .wphb-minification-exclude {\n margin-left: 30px;\n}\n\n.wpmud .wphb-minification-filter {\n background-color: #FFFFFF;\n padding: 0 30px;\n margin: 10px 30px;\n}\n\n.wpmud .wphb-minification-filter>div {\n height: 78px;\n display: flex;\n align-items: center;\n align-content: center;\n}\n\n.wpmud .wphb-minification-filter>div>input {\n margin: 0 10px !important;\n width: 40% !important;\n background-color: #F8F8F8 !important;\n}\n\n.wpmud .wphb-minification-filter>div .wphb-block-title {\n color: #333333;\n font: 500 13px/30px \"Roboto\",Arial,sans-serif;\n text-transform: none;\n margin-right: 21px;\n}\n\n.wpmud .wphb-minification-filter .select-list-container {\n min-width: 240px !important;\n}\n\n.wpmud .wphb-border-row.out-of-filter,\n.wpmud .wphb-border-row.disabled .checkbox-group {\n display: none;\n}\n\n.wpmud .box-content.disabled,\n.wpmud .wphb-border-row.disabled {\n background-color: #F2F2F2;\n}\n\n.wpmud .wphb-minification-files-advanced .wphb-border-row.disabled {\n box-shadow: none;\n}\n\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-other,\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-css,\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-javascript,\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-js {\n opacity: 0.4;\n}\n\n.wpmud .wphb-filename-extension-label {\n line-height: 30px;\n}\n\n.wpmud .wphb-border-row.disabled .wphb-minification-file-info>span {\n color: #AAA;\n}\n\n.wpmud .wrap-wphb-minification .settings-form {\n margin: 0;\n}\n\n.wpmud .box-minification-settings .sui-notice-warning {\n margin-bottom: 15px;\n padding: 15px 20px;\n}\n\n.wpmud .box-minification-settings .sui-notice-warning p {\n font-size: 13px;\n}\n\n.wpmud .box-minification-settings .sui-notice-warning p:first-of-type:before {\n font-size: 16px;\n}\n\n.wpmud .wrap-wphb-minification .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 0;\n}\n\n.wpmud .box-minification-tools .box-footer .spinner {\n margin: 6px 10px 0;\n}\n\n@media only screen and (max-width: 1200px) {\n .wpmud .wphb-minification-files-advanced .wphb-minification-file-info {\n width: 185px;\n }\n}\n\n@media only screen and (max-width: 1100px) {\n .wpmud .box-minification-enqueued-files .box-title .buttons {\n float: left;\n margin-right: -5px !important;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-file-info {\n width: 130px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-exclude {\n margin-left: 15px;\n }\n\n .wpmud .box-minification-enqueued-files .box-footer .button {\n margin-top: 15px;\n }\n}\n\n@media screen and (max-width: 1060px) {\n .wpmud .wphb-border-row-header,\n .wpmud .wphb-border-row {\n padding: 15px 15px;\n }\n}\n\n@media only screen and (max-width: 960px) {\n .wpmud .box-minification-enqueued-files .box-title .buttons {\n float: right;\n margin-right: 45px !important;\n }\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .wphb-minification-files-advanced .fileinfo-group:after {\n font-family: dashicons, Arial, sans-serif;\n content: \"\\F347\";\n position: absolute;\n left: 100%;\n margin-left: -70px;\n margin-top: 5px;\n }\n\n .wpmud .wphb-minification-files-advanced .fileinfo-group.opened:after {\n content: \"\\f343\";\n }\n\n .wpmud .wphb-minification-files-advanced .fileinfo-group {\n padding: 10px 0;\n overflow: hidden;\n }\n\n .wpmud .wphb-minification-file-info {\n width: 55%;\n min-width: 200px;\n }\n\n .wpmud .wphb-minification-file-info>a {\n max-width: 200px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-row-details {\n display: none;\n margin: 10px 0;\n border-top: 1px solid #E6E6E6;\n padding-top: 15px !important;\n width: 100%;\n z-index: 100;\n }\n\n .wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i {\n margin-left: 15px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-advanced-group {\n float: left;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-exclude {\n float: right;\n margin-top: 7px;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .wpmud .box-minification-enqueued-files .box-title h3,\n .wpmud .box-minification-enqueued-files .box-title .buttons {\n float: none !important;\n }\n\n .wpmud .box-minification-enqueued-files .box-title .wphb-switch-button {\n height: 96px;\n margin-left: -60px;\n position: absolute;\n top: 0;\n }\n\n .wpmud .wphb-minification-file-info {\n width: 185px;\n }\n\n .wpmud .box-minification-enqueued-files .box-footer .status-text {\n display: block;\n max-width: 100%;\n text-align: left;\n padding-left: 0;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .wphb-minification-files-table.wphb-minification-files-basic,\n .wpmud .wphb-minification-files-table.wphb-minification-files-advanced {\n margin: 0 10px 30px;\n }\n\n .wpmud .wphb-minification-files-header {\n padding: 20px;\n }\n\n .wpmud .box-minification-enqueued-files .buttons .button {\n padding: 7px !important;\n }\n\n .wpmud .wphb-minification-filter-buttons {\n padding: 0 20px 20px;\n }\n\n .wpmud .wphb-minification-files-select {\n margin: 0 20px;\n }\n\n .wpmud .wphb-minification-files>h3 {\n margin: 10px;\n }\n\n .wpmud .wphb-minification-files-basic .wphb-border-row,\n .wpmud .wphb-minification-files-advanced .wphb-border-row {\n padding: 10px;\n }\n\n .wpmud .wphb-minification-file-info {\n width: 155px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-file-info {\n min-width: 170px;\n }\n\n .wpmud .wphb-border-row .fileinfo-group {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n .wpmud .checkbox-group>span {\n line-height: 20px;\n text-align: right;\n align-self: center;\n }\n\n .wpmud .checkbox-group input[type=\"checkbox\"]+label {\n width: 60px;\n }\n\n .wpmud .checkbox-group input[type=\"checkbox\"]+label>[class^=\"hb-\"]:before {\n margin-right: 0;\n }\n\n .wpmud .checkbox-group input[type=\"checkbox\"]+label>span[class^=hb]>span {\n display: none;\n }\n\n .wpmud .wphb-minification-files-advanced .fileinfo-group:after {\n margin-left: -40px;\n }\n}\n\n.sui-header .sui-actions-right label,\n.sui-header .sui-actions-right .select-container {\n margin-right: 10px;\n}\n\n.sui-header .sui-actions-right label {\n font-size: 12px;\n color: #aaa;\n}\n\n.wpmud .box-uptime-summary .sui-summary {\n background-image: url(\"../image/hb-graphic-uptime-up@2x.png\");\n}\n\n.wpmud .wphb-block-uptime-status .wphb-uptime-icon {\n max-height: 110px;\n}\n\n.wpmud .wphb-block-content-uptime-data-range {\n padding-top: 9px;\n padding-bottom: 9px;\n}\n\n.wpmud .uptime-chart svg g g rect {\n fill: #E6E6E6;\n stroke: transparent;\n stroke-width: 0;\n}\n\n.wpmud .uptime-chart svg g g text {\n fill: #fff;\n font-family: \"Roboto\",Arial,sans-serif;\n font-size: 13px;\n font-weight: 400;\n}\n\n.wpmud .uptime-chart svg g g g g rect:hover {\n stroke-width: 0px;\n stroke: red;\n display: none;\n}\n\n.wpmud .uptime-chart svg g g text:last-of-type {\n fill: #AAAAAA;\n font-weight: 500;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red,\n.wpmud .wrap-wphb-uptime .wphb-pills.green {\n height: 40px;\n line-height: 40px;\n width: 200px;\n border-radius: 5px;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-notice-grey {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-block-uptime-downtime .dev-list {\n margin-top: 30px;\n}\n\n.wrap-wphb-uptime .wphb-block-entry .wphb-block-content-center,\n.wrap-wphb-caching .wphb-block-entry .wphb-block-content-center {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.wpmud .downtime-chart svg g text {\n font-family: 'Roboto', Arial, sans-serif;\n fill: #AAAAAA;\n font-weight: 500;\n font-size: 12px;\n line-height: 20px;\n}\n\n.wpmud .wphb-block-content.wphb-downtime-basic {\n margin-left: 80px;\n max-width: 90%;\n}\n\n.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart {\n height: 80px;\n}\n\n.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart div div svg {\n height: 58px !important;\n overflow: hidden;\n}\n\n.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart svg g text {\n display: none;\n}\n\n.wpmud .downtime-chart svg g path {\n stroke: transparent;\n}\n\n.wpmud .downtime-chart svg g rect {\n stroke: transparent;\n stroke-width: 0;\n}\n\n.wpmud .downtime-chart-key span {\n color: #AAAAAA;\n font-size: 12px;\n line-height: 20px;\n margin-right: 30px;\n font-weight: 500;\n}\n\n.wpmud .downtime-chart-key span:before {\n content: \"\";\n display: inline-block;\n height: 16px;\n width: 16px;\n border-radius: 2px;\n margin-right: 10px;\n vertical-align: sub;\n}\n\n.wpmud .downtime-chart-key span.response-time-key:before {\n background-color: #E1F6FF;\n border-top: 2px solid #24ADE5;\n height: 14px;\n}\n\n.wpmud .downtime-chart-key span.uptime-key:before {\n background-color: #D1F1EA;\n}\n\n.wpmud .downtime-chart-key span.downtime-key:before {\n background-color: #FF6D6D;\n}\n\n.wpmud .downtime-chart-key span.unknown-key:before {\n background-color: #F8F8F8;\n}\n\n.wpmud .wrap-wphb-uptime .dev-list-stats-item {\n margin-bottom: 10px;\n}\n\n.wpmud .box-uptime-downtime .sui-icon-chevron-up,\n.wpmud .box-uptime-downtime .sui-icon-chevron-down {\n padding: 6px;\n margin-right: 10px;\n vertical-align: middle;\n border-radius: 5px;\n font-size: 15px;\n line-height: 10px;\n}\n\n.wpmud .box-uptime-downtime .sui-icon-chevron-up:before,\n.wpmud .box-uptime-downtime .sui-icon-chevron-down:before {\n color: #FFFFFF;\n}\n\n.wpmud .box-uptime-downtime .sui-icon-chevron-down {\n background-color: #FF6D6D;\n}\n\n.wpmud .box-uptime-downtime .sui-icon-chevron-up {\n background-color: #1ABC9C;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills-group {\n width: 100%;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red,\n.wpmud .wrap-wphb-uptime .wphb-pills.green {\n text-align: left;\n color: #333333;\n font-size: 13px;\n height: 56px;\n line-height: 50px;\n padding-left: 15px;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red[tooltip]:after {\n left: 48%;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red {\n background-color: #FFE5E9;\n border-top: 2px solid #FFE5E9;\n border-bottom: 2px solid #FF6D6D;\n width: 60%;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.green {\n background-color: #D1F1EA;\n border-top: 2px solid #1ABC9C;\n border-bottom: 2px solid #D1F1EA;\n width: 40%;\n}\n\n.wpmud span.list-detail-stats {\n position: absolute;\n font-size: 13px;\n font-weight: 500;\n line-height: 22px;\n right: 60%;\n color: #333333;\n opacity: .5;\n margin-top: 16px;\n}\n\n.wphb-image-pills-divider {\n display: inline-block;\n height: 56px;\n margin-bottom: -25px;\n margin-left: -28px;\n position: absolute;\n}\n\n.wpmud .downtime-chart div.google-visualization-tooltip,\n.wpmud .wphb-uptime-graph div.google-visualization-tooltip {\n font-family: 'Roboto', sans-serif;\n font-weight: 500;\n color: #FFFFFF;\n font-size: 12px;\n border: none;\n border-radius: 5px;\n padding: 8px 12px;\n background: black;\n}\n\n.wpmud .wphb-uptime-graph div.google-visualization-tooltip .response-time-tooltip {\n font-size: 15px;\n line-height: 18px;\n}\n\n.wpmud .wphb-uptime-graph div.google-visualization-tooltip .uptime-date-tooltip {\n font-size: 11px;\n color: #AAAAAA;\n line-height: 14px;\n display: block;\n}\n\n@media only screen and (max-width: 600px) {\n .wpmud .select-container.uptime-data-range {\n position: absolute;\n top: 0;\n right: 0;\n margin-right: 0;\n }\n\n .wpmud .uptime-data-range .select-list-container {\n min-width: 180px;\n }\n\n .wpmud .wrap-wphb-uptime .actions>.documentation-button {\n margin-left: 0 !important;\n }\n\n .wpmud .wrap-wphb-uptime .wphb-pills.green {\n position: absolute;\n top: 0;\n right: 0;\n height: 30px;\n border-radius: 0 4px 0 0 !important;\n line-height: 30px;\n padding-left: 10px;\n width: 160px;\n }\n\n .wpmud .wrap-wphb-uptime .wphb-pills.red {\n width: 100%;\n margin-top: 30px;\n height: 50px;\n border-radius: 5px 0 5px 5px !important;\n }\n\n .wpmud .box-uptime-downtime .sui-icon-chevron-down,\n .wpmud .box-uptime-downtime .sui-icon-chevron-up {\n padding: 4px;\n border-radius: 4px;\n font-size: 12px;\n vertical-align: inherit;\n }\n\n .wphb-image-pills-divider {\n display: inline-block;\n height: 30px;\n margin-left: 0;\n top: 0;\n right: 160px;\n }\n\n .wpmud span.list-detail-stats {\n right: 20px;\n margin-top: 46px;\n opacity: .7;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .box-uptime-summary .list-detail {\n max-width: 60px;\n }\n\n .wpmud .uptime-chart {\n margin-left: -25px;\n }\n}\n\n.wpmud [class^=\"box-advanced\"] .spinner {\n margin: 5px 10px 0;\n vertical-align: top;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame {\n margin-top: 30px !important;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-header,\n.wpmud .box-advanced-db .wphb-border-frame .table-row {\n padding: 20px 30px;\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .box-advanced-db .wphb-border-frame .table-header,\n .wpmud .box-advanced-db .wphb-border-frame .table-row {\n padding: 15px 0;\n }\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .box-advanced-db .wphb-border-frame .table-header {\n padding: 15px 0 0;\n }\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-header div {\n flex-basis: 50px;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-header div:first-child,\n.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child {\n flex-basis: 150px;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row div {\n height: 20px;\n font-size: 13px;\n line-height: 20px;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child {\n color: #333;\n font-weight: 500;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-wpmudev-icon-info {\n color: #ddd;\n font-size: 16px;\n margin-left: 10px;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-wpmudev-icon-info:hover {\n color: #aaa;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-wpmudev-icon-info:before {\n vertical-align: middle;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete {\n width: 30px;\n height: 30px;\n display: inline-block;\n border-radius: 4px;\n margin-top: -5px;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover {\n background-color: #f5f5f5;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover .hb-fi-trash {\n color: #FF6D6D;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .spinner {\n margin-top: 1px;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .table-row .hb-fi-trash {\n color: #888;\n font-size: 12px;\n top: 5px;\n}\n\n.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer {\n border-top: none;\n}\n\n@media only screen and (max-width: 783px) {\n .wpmud .box-advanced-db .wphb-border-frame .sui-box-footer {\n padding: 20px 0;\n }\n}\n\n.wpmud .box-advanced-db-settings .settings-form .schedule-box>label:first-child,\n.wpmud .box-advanced-db-settings .settings-form .included-tables>label:first-child {\n margin-top: 0;\n}\n\n.wpmud .box-advanced-db-settings .settings-form .included-tables>label {\n margin-top: 7px;\n color: #333;\n}\n\n.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n padding-top: 0;\n}\n\n@media only screen and (max-width: 1200px) {\n .wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership .wphb-block-entry-content {\n margin-top: 30px;\n }\n}\n\n.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table {\n border: none;\n}\n\n.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr {\n height: 40px;\n}\n\n.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr:nth-child(odd) {\n border-radius: 4px;\n background-color: #FAFAFA;\n}\n\n.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td {\n vertical-align: top;\n padding: 5px 20px;\n border-bottom: none;\n border-radius: 4px;\n}\n\n.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td:first-child {\n color: #333;\n font-weight: 500;\n}\n\n.wpmud .box-advanced-system-info .wphb-system-info-dropdown {\n max-width: 160px;\n}\n\n.sui-header .sui-button i {\n margin-right: 5px;\n}\n\n.wpmud .wrap-wp-hummingbird .mline {\n margin-bottom: 30px;\n}\n\n.wpmud .select-list-container {\n min-width: 100px;\n}\n\n.wpmud .select-list-container .list-value {\n color: #333333;\n font-weight: 500;\n padding: 6px 8px 6px 15px;\n}\n\n#wpbody-content {\n padding-bottom: 25px;\n}\n\n.wpmud .with-bottom-border {\n border-bottom: 1px solid #E6E6E6;\n padding-bottom: 30px;\n}\n\n.wpmud .list-table>tbody>tr:last-child>td {\n border-bottom: 1px solid #eee;\n}\n\n.wpmud .list-table>thead>tr>th {\n text-transform: none;\n font-size: 13px;\n font-weight: bold;\n}\n\n.wpmud .list-table>tbody>tr>td {\n padding: 12px 10px;\n}\n\n.wpmud .list-table .radio-group.with-icon {\n display: inline-table;\n}\n\n.wpmud .list-table .radio-group.with-icon .dev-icon {\n vertical-align: middle;\n}\n\n.wpmud .dev-list {\n margin: -30px 0 20px;\n}\n\n.wpmud .dev-list .content {\n padding: 30px 0;\n border-bottom: 1px solid #EEEEEE;\n}\n\n.wpmud .dev-list>li.list-header {\n text-transform: none;\n color: #333333;\n font-size: 13px;\n}\n\n.wpmud .dev-list .list-header .list-label {\n font-weight: bold;\n}\n\n.wpmud .dev-list>li .list-label {\n font-size: 13px;\n font-weight: 500;\n line-height: 21px;\n padding: 15px 10px 15px 0;\n}\n\n.wpmud .dev-list>li:last-child .list-label,\n.wpmud .dev-list>li:last-child .list-detail {\n border-bottom: 1px solid #eee;\n}\n\n.wpmud .box-dashboard-welcome .dev-list>li:last-child .list-label,\n.wpmud .box-dashboard-welcome .dev-list>li:last-child .list-detail,\n.wpmud .box-performance-welcome .dev-list>li:last-child .list-label,\n.wpmud .box-performance-welcome .dev-list>li:last-child .list-detail,\n.wpmud .box-minification-summary-meta-box .dev-list>li:last-child .list-label,\n.wpmud .box-minification-summary-meta-box .dev-list>li:last-child .list-detail,\n.wpmud .box-uptime-summary .dev-list>li:last-child .list-label,\n.wpmud .box-uptime-summary .dev-list>li:last-child .list-detail {\n border-bottom: 1px solid transparent;\n}\n\n.wpmud .dev-list>li .list-detail .wphb-dash-numbers {\n font-family: 'Roboto Condensed', sans-serif;\n font-size: 13px;\n color: #888888;\n line-height: 22px;\n text-align: right;\n font-weight: 400;\n}\n\n.wpmud .dev-list-stats-border>li:first-child .list-label,\n.wpmud .dev-list-stats-border>li:first-child .list-detail {\n border-top: 1px solid #eee;\n}\n\n.wpmud .dev-list-stats-border>li:last-child .list-label,\n.wpmud .dev-list-stats-border>li:last-child .list-detail {\n border-bottom-color: #eee;\n}\n\n.wpmud .dev-list-stats>li .list-label-stats,\n.wpmud .dev-list-stats>li .list-detail-stats-heading {\n color: #333;\n font: 500 13px/30px 'Roboto', Arial, sans-serif;\n}\n\n.wpmud .dev-list-stats>li .list-detail-stats-heading {\n font-weight: 400;\n font-size: 18px;\n color: #666;\n}\n\n.wpmud .dev-list-stats>li .list-detail-stats-heading-extra-info {\n color: #BABABA;\n display: block;\n font: 500 12px/16px 'Roboto', Arial, sans-serif;\n margin-top: 5px;\n}\n\n.wpmud .dev-list-stats.standalone {\n margin: 0;\n}\n\n.wpmud .dev-list-stats.small>li .list-label-stats,\n.wpmud .dev-list-stats.small>li .list-detail-stats-heading {\n line-height: 26px;\n}\n\n.wpmud .dev-list-stats>li .list-detail-stats-heading.small {\n font-size: 26px;\n}\n\n.wpmud .dev-list-stats>li .list-label-stats-date {\n margin-right: 30px;\n}\n\n.wpmud .list-label-link {\n color: #19B4CF;\n}\n\n.wpmud input[type=\"checkbox\"] {\n border-radius: 4px;\n border: 1px solid #E6E6E6;\n background-color: #F8F8F8;\n}\n\n.wpmud [tooltip]:after {\n font: 500 12px/18px 'Roboto';\n padding: 8px 12px;\n background: #333333;\n min-width: 50px;\n max-width: 250px;\n transition: all 0.2s ease;\n text-transform: none;\n}\n\n.wpmud .tooltip-box {\n overflow: hidden;\n}\n\n.wpmud .tooltip-box:hover {\n overflow: visible;\n}\n\n.wpmud .radio-group input[type=\"radio\"]+label>[tooltip] {\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n z-index: 9;\n}\n\n.wpmud .wphb-button-label {\n border: 1px solid transparent;\n border-radius: 15px;\n color: #fff;\n font: 500 12px/26px 'Roboto';\n display: inline-block;\n height: 26px;\n margin: 0;\n padding: 0 12px;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: nowrap;\n}\n\n.wpmud .wphb-button-label-red {\n background: #fd6e70;\n}\n\n.wpmud .wphb-button-label-yellow {\n background: #FFD000;\n color: #333333;\n}\n\n.wpmud .wphb-button-label-green {\n background: #1ABC9C;\n}\n\n.wpmud .wphb-button-label-light {\n color: #333333;\n background-color: #F2F2F2;\n}\n\n.wpmud .wrap-wp-hummingbird .wphb-label {\n color: #fff;\n display: block;\n font: 500 15px/20px 'Roboto';\n text-shadow: none;\n white-space: nowrap;\n}\n\n.wpmud .wrap-wp-hummingbird .wphb-label-notice {\n background: #14485F;\n border-radius: 3px;\n padding: 5px 10px;\n}\n\n.wpmud .wrap-wp-hummingbird .wphb-label-notice-warning {\n background: #FECF2F;\n color: #4E4B10;\n}\n\n.wpmud .wrap-wp-hummingbird .wphb-label-notice-inline {\n display: inline-block;\n font-size: 13px;\n color: #888888;\n margin: 0 15px;\n}\n\n.wpmud .wrap-wp-hummingbird .wphb-label-disabled {\n background: #F2F2F2;\n border-radius: 20px;\n color: #C0C0C0;\n display: inline-block;\n font: 500 12px/20px 'Roboto', Arial, sans-serif;\n min-width: 120px;\n padding: 5px;\n text-align: center;\n text-transform: uppercase;\n}\n\n.wpmud .wphb-table-wrapper.complex {\n min-height: .01%;\n overflow-x: auto;\n border-bottom: 1px solid #eee;\n}\n\n.wpmud .wphb-table {\n font-weight: 400;\n max-width: 100%;\n width: 100%;\n color: #333333;\n}\n\n.wpmud .list-table.wphb-table tr:hover .wphb-table-td-has-tooltip {\n z-index: 3;\n}\n\n.box-dashboard-welcome .box-content,\n.box-performance-welcome .box-content,\n.box-minification-summary-meta-box .box-content,\n.box-uptime-summary .box-content {\n padding: 30px 30px 10px !important;\n}\n\n.box-dashboard-welcome .wphb-block-entry,\n.box-performance-welcome .wphb-block-entry,\n.box-minification-summary-meta-box .wphb-block-entry,\n.box-uptime-summary .wphb-block-entry {\n width: 100%;\n min-height: 172px;\n}\n\n.wpmud .wphb-image,\n.wpmud .wphb-image-icon-content {\n display: block;\n height: auto;\n max-width: 100%;\n}\n\n.wpmud .wphb-image-center,\n.wpmud .wphb-image-icon-content-center {\n margin-right: auto;\n margin-left: auto;\n}\n\n.wpmud .wphb-image-icon-content-top {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-listing {\n margin: 0;\n}\n\n.wpmud .wphb-listing li {\n font-family: 'Roboto', Arial, sans-serif;\n font-size: 15px;\n font-weight: 400;\n line-height: 21px;\n margin-top: 10px;\n margin-bottom: 0;\n}\n\n.wpmud .wphb-listing li:first-child {\n margin-top: 0;\n}\n\n.wpmud .wphb-listing.bold li {\n font-weight: 500;\n}\n\n.wpmud .wphb-listing-ordered {\n padding-left: 20px;\n}\n\n.wpmud .wphb-listing li strong {\n font-weight: 500;\n}\n\n.wpmud .wphb-listing li:before {\n color: #17A8E3;\n top: 0;\n}\n\n.wpmud .wphb-listing li p {\n font-size: 13px;\n line-height: 22px;\n margin-top: 5px;\n}\n\n.wpmud .wphb-select-group {\n clear: both;\n}\n\n.wpmud .wphb-select-group:after {\n content: '';\n display: table;\n clear: both;\n}\n\n.wpmud .wphb-select-group>label,\n.wpmud .wphb-select-group>div {\n float: left;\n display: block;\n}\n\n.wpmud .wphb-select-group>label {\n line-height: 43px;\n margin-right: 10px;\n}\n\n.wpmud .select-container {\n overflow: hidden;\n}\n\n.wpmud .select-container.active {\n overflow: visible;\n}\n\n.wpmud .wphb-select-group .spinner {\n margin: 11px;\n}\n\n@keyframes spinner {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n\n 50% {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n }\n\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes pop {\n 50% {\n transform: scale(1.2);\n }\n}\n\n.wphb-scan-progress {\n overflow: hidden;\n width: 100%;\n}\n\n.not-present .wphb-scan-progress-text:before,\n.wphb-scan-progress .wphb-scan-progress-text:before {\n content: \" \";\n width: 18px;\n height: 18px;\n display: inline-block;\n position: relative;\n top: 5px;\n left: 1px;\n margin-right: 10px;\n border: 2px solid #A9E0EC;\n border-bottom-color: #17A8E3;\n border-radius: 100%;\n background: 0 0;\n box-sizing: border-box;\n animation: spinner .75s 0s linear infinite;\n}\n\n.wphb-scan-progress .wphb-scan-progress-text {\n width: 65px;\n float: left;\n text-align: left;\n}\n\n.wphb-scan-progress .wphb-scan-progress-text img {\n display: inline-block;\n vertical-align: middle;\n margin-right: 10px;\n}\n\n.wphb-scan-progress .wphb-scan-progress-text span {\n font-weight: bold;\n font-family: \"Roboto Condensed\", sans-serif;\n font-size: 13px;\n color: #333333;\n vertical-align: middle;\n line-height: 30px;\n}\n\n.wphb-scan-progress .wphb-scan-progress-bar {\n background: #E6E6E6;\n -webkit-border-radius: 5px;\n -moz-border-radius: 5px;\n border-radius: 5px;\n height: 10px;\n width: 70%;\n overflow: hidden;\n margin-top: 10px;\n position: relative;\n}\n\n.wphb-scan-progress .wphb-scan-progress-bar span {\n background: #17A8E3;\n height: 10px;\n display: inline-block;\n position: absolute;\n top: 0;\n left: 0;\n -webkit-transition: 1000ms width ease-in-out;\n -moz-transition: 1000ms width ease-in-out;\n transition: 1000ms width ease-in-out;\n}\n\n.wphb-block-test {\n background-color: #F9F9F9;\n border-radius: 5px;\n padding: 15px 30px;\n}\n\n.wphb-block-test-header {\n margin-bottom: 10px;\n}\n\n.wphb-progress-state {\n margin-top: 10px;\n text-align: center;\n}\n\n.wphb-progress-state .wphb-progress-state-text {\n color: #8B8B8B;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wphb-block-test-standalone {\n max-width: 100%;\n text-align: center;\n margin-top: 25px;\n}\n\n.wphb-block-test-standalone .wphb-progress {\n margin: 0 auto;\n}\n\n.wphb-check-files-modal p {\n font-size: 13px;\n line-height: 22px;\n margin-right: 14px;\n margin-bottom: 0;\n}\n\n.wphb-filename-extension {\n border-radius: 4px;\n display: block;\n float: left;\n font-family: 'Roboto', sans-serif;\n font-size: 9px;\n color: #fff;\n text-transform: uppercase;\n text-align: center;\n line-height: 43px;\n height: 30px;\n margin: 0 10px 0 0;\n width: 30px;\n}\n\n.sui-list-label .wphb-filename-extension {\n margin: -5px 10px -5px 0px;\n}\n\n.sui-list-label .wphb-filename-extension-label {\n line-height: 22px;\n}\n\n.wphb-filename-extension-html {\n background-color: #F56418;\n}\n\n.wphb-filename-extension-other {\n background-color: #AAAAAA;\n}\n\n.wphb-filename-extension-css {\n background-color: #25A8DE;\n}\n\n.wphb-filename-extension-media {\n background-color: #55DDB8;\n}\n\n.wphb-filename-extension-images {\n background-color: #BDF2F7;\n color: #333333;\n}\n\n.wphb-filename-extension-javascript,\n.wphb-filename-extension-js {\n background-color: #F7E100;\n color: #333333;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr[class*=\"wphb-table-score\"] td:first-child {\n padding-left: 30px;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr[class*=\"wphb-table-score\"] td:first-child:before {\n font-family: 'hummingbird', sans-serif;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: middle;\n margin-right: 10px;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-disabled:hover>td:first-child:after,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-success:hover>td:first-child:after,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-warning:hover td:first-child:after,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-dismissed:hover td:first-child:after,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-error:hover td:first-child:after {\n content: normal;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-success:hover td:first-child,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-success td:first-child,\n.wphb-table-score-success td:first-child {\n border-left: 4px solid #1ABC9C;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-success td:first-child:before {\n color: #1ABC9C;\n content: \"\\e903\";\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-warning:hover td:first-child,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-warning td:first-child,\n.wphb-table-score-warning td:first-child {\n border-left: 4px solid #FFD000;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-warning td:first-child:before {\n color: #FFD000;\n content: \"\\e904\";\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-error:hover td:first-child,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-error td:first-child,\n.wphb-table-score-error td:first-child {\n border-left: 4px solid #FF6D6D;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-error td:first-child:before {\n color: #FF6D6D;\n content: \"\\e904\";\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-disabled:hover td:first-child,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-disabled td:first-child,\n.wphb-table-score-disabled td:first-child,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-dismissed:hover td:first-child,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-additional-dismissed td:first-child,\n.wphb-table-score-dismissed td:first-child {\n border-left: 4px solid #888888;\n}\n\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-disabled td:first-child:before,\n.wpmud .list-table.hover-effect>tbody>tr.wphb-table-score-dismissed td:first-child:before {\n color: #888888;\n content: \"\\e904\";\n}\n\n.wphb-score-result-grade-aplus,\n.wphb-score-result-grade-a {\n color: #1ABC9C;\n}\n\n.wphb-score-result-grade-aplus .wphb-score-type-circle .wphb-score-graph-result,\n.wphb-score-result-grade-a .wphb-score-type-circle .wphb-score-graph-result {\n stroke: #1ABC9C;\n}\n\n.wphb-score-result-grade-b {\n color: #1ABC9C;\n}\n\n.wphb-score-result-grade-b .wphb-score-type-circle .wphb-score-graph-result {\n stroke: #1ABC9C;\n}\n\n.wphb-score-result-grade-c {\n color: #FFD000;\n}\n\n.wphb-score-result-grade-c .wphb-score-type-circle .wphb-score-graph-result {\n stroke: #FFD000;\n}\n\n.wphb-score-result-grade-d {\n color: #FFD000;\n}\n\n.wphb-score-result-grade-d .wphb-score-type-circle .wphb-score-graph-result {\n stroke: #FFD000;\n}\n\n.wphb-score-result-grade-e,\n.wphb-score-result-grade-f {\n color: #FF6D6D;\n}\n\n.wphb-score-result-grade-e .wphb-score-type-circle .wphb-score-graph-result,\n.wphb-score-result-grade-f .wphb-score-type-circle .wphb-score-graph-result {\n stroke: #FF6D6D;\n}\n\n.wphb-score-result-grade-disabled,\n.wphb-score-result-grade-dismissed {\n color: #AAAAAA;\n}\n\n.wphb-score-result-grade-disabled .wphb-score-type-circle .wphb-score-graph-result,\n.wphb-score-result-grade-dismissed .wphb-score-type-circle .wphb-score-graph-result {\n stroke: #AAAAAA;\n}\n\n.wphb-score-have-label .wphb-score-type,\n.wphb-score-have-label .wphb-score-result-label {\n float: left;\n display: block;\n}\n\n.wphb-score-have-label.inside .wphb-score-type,\n.wphb-score-have-label.inside .wphb-score-result-label {\n float: none;\n}\n\n.wphb-score-have-label .wphb-score-result-label {\n font-family: 'Roboto', Arial, sans-serif;\n font-size: 15px;\n color: #888888;\n padding-left: 10px;\n}\n\n.wphb-score-have-label .wphb-score-type-circle+.wphb-score-result-label {\n line-height: 30px;\n min-width: 35px;\n text-align: left;\n}\n\n.wphb-score-have-label.inside .wphb-score-type {\n position: relative;\n}\n\n.wphb-score-have-label.inside .wphb-score-result-label {\n font-size: 26px;\n left: 0;\n line-height: 34px;\n margin: -17px 0 0;\n min-width: 100%;\n padding: 0;\n position: absolute;\n right: 0;\n text-align: center;\n top: 50%;\n}\n\n#wphb-error-details {\n display: none;\n}\n\n#wphb-error-details-link {\n color: white;\n text-decoration: none;\n margin-top: 10px;\n margin-bottom: 10px;\n display: inline-block;\n font-weight: 400;\n}\n\n#wphb-error-details-link>.dashicons {\n text-decoration: none;\n}\n\n#wphb-error-details-link.expanded {\n display: none;\n}\n\n.wpmud .wphb-tabs a {\n color: #333;\n display: block;\n}\n\n.wpmud .wphb-tabs .wphb-tab {\n padding: 5px 20px;\n height: 30px;\n}\n\n.wpmud .wphb-tabs .wphb-tab.current {\n background-color: #E6E6E6;\n border-radius: 20px;\n font-weight: 500;\n}\n\n.wpmud .wphb-tab .wphb-button-label {\n position: relative;\n top: -25px;\n left: 100%;\n margin-left: -22px;\n width: 39px;\n height: 26px;\n text-align: center;\n font-size: 12px;\n font-weight: 500;\n line-height: 24px;\n}\n\n.wpmud .wphb-tab>i {\n color: #FF6D6D;\n position: relative;\n top: -23px;\n left: 100%;\n margin-left: -5px;\n font-size: 21px;\n}\n\n.wpmud .wphb-tab>i.hb-wpmudev-icon-tick {\n color: #1ABC9C;\n}\n\n@media screen and (max-width: 960px) {\n .wpmud .wphb-table.stack {\n display: block;\n }\n\n .wpmud .wphb-table.stack>thead,\n .wpmud .wphb-table.stack>tfoot {\n display: none;\n }\n\n .wpmud .wphb-table.stack>tbody {\n display: block;\n width: 100%;\n }\n\n .wpmud .wphb-table.stack>tbody>tr {\n display: block;\n position: relative;\n width: 100%;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:before {\n background: transparent;\n border-top: 1px solid #EAEAEA;\n border-bottom: 1px solid transparent;\n bottom: 0;\n content: \"\";\n display: block;\n left: 0;\n margin: 0 -30px;\n position: absolute;\n right: 0;\n top: 0;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:first-child:before {\n border-top-color: transparent;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td {\n border-bottom: none;\n display: block;\n padding-left: 0;\n position: relative;\n text-align: left;\n width: 100%;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td:before {\n content: attr(th-data);\n display: block;\n float: left;\n font-size: 15px;\n font-weight: 700;\n line-height: 1.5em;\n min-width: 150px;\n max-width: 300px;\n margin-right: 20px;\n text-transform: uppercase;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td.has-button-label:before {\n line-height: 2em;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td.has-select {\n max-height: 64px;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td.has-select:before {\n line-height: 2.867em;\n }\n\n .wpmud .wphb-table.stack>tbody>tr,\n .wpmud .wphb-table.stack>tbody>tr>td:first-child {\n border-top: none;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td:last-child {\n border-bottom: none;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:hover:before {\n background: #FBFBFB;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:first-child:hover:before {\n border-top-color: #EAEAEA;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:last-child:hover:before {\n border-bottom-color: #EAEAEA;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:hover>td {\n border-bottom: none;\n }\n\n .wpmud .wphb-table.stack>tbody>tr:hover>td:first-child:after,\n .wpmud .wphb-table.stack>tbody>tr:hover>td:last-child:after {\n display: none;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td>* {\n display: inline-block;\n }\n}\n\n@media screen and (max-width: 783px) {\n .wpmud .wphb-table-wrapper.complex {\n overflow-y: hidden;\n width: 100%;\n padding: 0;\n }\n\n .wpmud .wphb-table-wrapper.complex p {\n padding: 0 20px;\n }\n\n .wpmud .wphb-table-wrapper.complex .alignleft {\n padding-left: 20px;\n }\n\n .wpmud .wphb-table-wrapper.complex .alignright {\n padding-right: 20px;\n }\n\n .wpmud .list-table>thead>tr>th,\n .wpmud .list-table>tbody>tr>td {\n width: 100%;\n }\n\n .wpmud .wphb-table.stack>tbody>tr>td:before {\n max-width: 220px;\n width: 40%;\n }\n\n .wpmud .dev-box .box-title .toggle-group {\n margin-top: 0;\n }\n}\n\n@media screen and (max-width: 600px) {\n .wpmud .dev-box .box-title .actions,\n .wpmud .dev-box .box-title .extra {\n float: none;\n display: block;\n }\n\n .wpmud .row,\n .wpmud .dev-box .box-title .actions,\n .wpmud .dev-box .box-title .extra {\n margin-top: 15px;\n }\n\n .wpmud .dev-box {\n margin-bottom: 15px;\n }\n\n .wpmud .dev-box .box-title {\n padding: 15px 20px;\n }\n\n .wpmud .dev-box .box-title .buttons {\n margin-top: 2px;\n float: right;\n }\n\n .wpmud .dev-box .box-title h3 {\n line-height: 34px;\n display: inline-block;\n }\n}\n\n@media only screen and (max-width: 480px) {\n .wpmud .list-table.hover-effect>tbody>tr[class*=\"wphb-table-score\"] td:first-child {\n padding-left: 20px;\n }\n\n .wpmud .with-bottom-border {\n padding-bottom: 20px;\n }\n}\n\n\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/app.scss","/* ****************************************************************************\n * COMMON: MIXINS\n */\n\n@import \"variables\";\n\n// High PPI display background\n@mixin background-2x($path, $ext: \"png\", $w: auto, $h: auto, $pos: left top, $repeat: no-repeat) {\n $at1x_path: \"#{$path}.#{$ext}\";\n $at2x_path: \"#{$path}@2x.#{$ext}\";\n\n background: url(\"#{$at1x_path}\") $repeat $pos;\n background-size: $w $h;\n\n @media only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n background-image: url(\"#{$at2x_path}\");\n }\n}\n\n// Base at-root\n@mixin optional-at-root($sel) {\n @at-root #{if(not &, $sel, selector-append(&, $sel))} {\n @content;\n }\n}\n\n// Form Input Placeholder\n@mixin form-placeholder {\n @include optional-at-root('&::-webkit-input-placeholder') {\n @content;\n }\n\n @include optional-at-root('&:-moz-placeholder') {\n @content;\n }\n\n @include optional-at-root('&::-moz-placeholder') {\n @content;\n }\n\n @include optional-at-root('&:-ms-input-placeholder') {\n @content;\n }\n}\n\n// Breakpoints\n@mixin bp($point) {\n\n // Phone: < 480px\n @if $point == phone {\n @media only screen and (max-width: $phone) {\n @content;\n }\n }\n\n // Phone Large: < 600px\n @if $point == phone-large {\n @media only screen and (max-width: $phone--large) {\n @content;\n }\n }\n\n // Tablet: < 783px\n @if $point == tablet {\n @media only screen and (max-width: $tablet) {\n @content;\n }\n }\n\n // Desktop Small: < 960px\n @if $point == desktop-small {\n @media only screen and (max-width: $desktop--small) {\n @content;\n }\n }\n\n // Desktop: < 1100px\n @if $point == desktop {\n @media only screen and (max-width: $desktop) {\n @content;\n }\n }\n\n // Desktop Large: < 1200px\n @if $point == desktop-large {\n @media only screen and (max-width: $desktop--large) {\n @content;\n }\n }\n\n // Desktop Wide: < 1440px\n @if $point == desktop-wide {\n @media only screen and (max-width: $desktop--wide) {\n @content;\n }\n }\n\n // Desktop Very Large: < 1600px\n @if $point == desktop-very-large {\n @media only screen and (max-width: $desktop--very-large) {\n @content;\n }\n }\n\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_mixins.scss","/* ****************************************************************************\n * COMMON: EXTEND/OVERRIDE WPMUDEV DASHBOARD/WP STYLES\n */\n\n/* Overwrite for the default notifications */\nbutton.notice-dismiss {\n position: absolute;\n top: 0;\n right: 1px;\n border: none !important;\n margin: 0 !important;\n padding: 9px !important;\n background: none !important;\n color: #72777c !important;\n cursor: pointer !important;\n}\n\n.wpmud .wphb-dismiss {\n float: right;\n}\n\n.wpmud #wpbody-content > .notice {\n margin: 5px 20px 2px 5px;\n}\n\n/* Fix for tooltip-below */\n.wpmud [tooltip].tooltip-bottom:before {\n margin-top: 2px;\n}\n\n.wpmud [tooltip].tooltip-bottom:after {\n margin-top: 12px;\n}\n\n/* Fix for overflowing tooltips */\n.wpmud .list-table > tbody > tr > td {\n z-index: 0;\n}\n\n.wpmud [tooltip].tooltip-s.tooltip-right:after {\n margin-left: -150px;\n}\n\n.wpmud .wrap-wp-hummingbird strong {\n color: #333333;\n}\n\n.wpmud .dev-overlay .back {\n background-color: rgba(51, 51, 51, 0.95);\n}\n\n.wpmud .dev-overlay .box {\n padding: 40px 30px 30px;\n}\n\n.wpmud .dev-overlay .title .title-action {\n font-family: 'Roboto', sans-serif;\n margin-top: 5px;\n vertical-align: middle;\n color: #888888;\n font-size: 13px;\n line-height: 30px;\n margin-right: -20px;\n}\n\n/* Install dashboard message */\n.wpmud #wpmu-install-dashboard {\n margin-left: 0;\n}\n\n.wpmud #wpcontent #wpmu-install-dashboard * {\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n}\n\n.wpmud #wpmu-install-dashboard .wpmu-message {\n font-family: inherit;\n font-weight: inherit;\n line-height: inherit;\n}\n\n/* Toggles */\n.wpmud .toggle .toggle-checkbox:checked + .toggle-label:before,\n.wpmud .toggle .toggle-checkbox:checked + .toggle-label {\n background-color: #17A8E3;\n}\n\n.wpmud .toggle .toggle-label:before {\n background: #AAA;\n}\n\n.wpmud .toggle .toggle-label {\n width: 44px;\n text-align: left;\n}\n\n.wpmud .toggle .toggle-checkbox:checked + .toggle-label:after {\n margin-left: 24px;\n}\n\n.wpmud .toggle .toggle-checkbox:checked:disabled + .toggle-label {\n background: transparent;\n}\n\n.wpmud .toggle .toggle-checkbox:checked:disabled + .toggle-label:before {\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n}\n\n.wpmud .toggle .toggle-checkbox:checked:disabled + .toggle-label:after {\n margin-left: 1px;\n}\n\n.wpmud .toggle .toggle-label.small {\n width: 36px;\n height: 16px;\n}\n\n.wpmud .toggle .toggle-label.small:after {\n width: 14px;\n height: 14px;\n}\n\n.wpmud .toggle .toggle-checkbox:checked + .toggle-label.small:after {\n margin-left: 21px;\n}\n\n.wpmud .toggle .toggle-cross {\n color: rgba(221, 221, 221, 1);\n}\n\n.wpmud .toggle-group {\n display: inline-block;\n}\n\n.wpmud .toggle-item.bordered,\n.wpmud .wphb-block-entry.bordered {\n border-top: 1px solid #E6E6E6;\n padding-top: 30px;\n}\n\n.wpmud .toggle-item.space-top-small {\n margin: 15px 0 0;\n}\n\n.wpmud .toggle-item label {\n text-align: left;\n}\n\n.wpmud .toggle-item .toggle-item-group {\n display: table;\n width: 100%;\n}\n\n.wpmud .toggle-item .toggle-info,\n.wpmud .toggle-item .toggle-actions {\n display: table-cell;\n}\n\n.wpmud .toggle-item .toggle-item-title {\n color: #555;\n font: 400 15px/20px $font;\n margin: 0;\n}\n\n.wpmud .toggle-item .toggle-actions {\n padding-left: 30px;\n vertical-align: middle;\n text-align: right;\n}\n\n/* Spinners */\n.wpmud .spinner.standalone {\n float: none;\n margin: 0;\n}\n\n.wpmud .spinner.left {\n float: left;\n}\n\n.wpmud .spinner.hide { /* Don't take/render block on layout */\n display: none;\n}\n\n.wpmud .spinner.visible { /* Re-set visibility to visible */\n visibility: visible;\n}\n\n@include bp(desktop-small) {\n .wpmud .dev-overlay {\n left: 35px;\n top: 15px;\n }\n}\n\n@include bp(tablet) {\n .wpmud .dev-overlay {\n left: 0;\n top: 0;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_overwrites.scss","/* ****************************************************************************\n * COMMON: TYPOGRAPHY\n */\n\n@import \"_variables\";\n\n/* Fonts */\n@font-face {\n font-family: 'Hummingbird';\n src: url('#{$font--path}/hummingbird.eot?9e5j46');\n src: url('#{$font--path}/hummingbird.eot?9e5j46#iefix') format('embedded-opentype'),\n url('#{$font--path}/hummingbird.ttf?9e5j46') format('truetype'),\n url('#{$font--path}/hummingbird.woff?9e5j46') format('woff'),\n url('#{$font--path}/hummingbird.svg?9e5j46#hummingbird') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n\n[class^=\"hb-\"], [class*=\" hb-\"] {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: $font--icons !important;\n speak: none;\n font-size: 15px;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n/**\n Icons (start)\n */\n.hb-fi-filter {\n &:before {\n content: \"\\7a\";\n }\n}\n.hb-fi-wand {\n &:before {\n content: \"\\5a\";\n }\n}\n\n.hb-fi-settings-slider-control {\n &:before {\n content: \"\\7b\";\n }\n}\n\n.hb-icon-audit {\n &:before {\n content: \"\\e900\";\n }\n}\n\n.hb-wpmudev-icon-cross {\n &:before {\n content: \"\\e901\";\n }\n}\n\n.hb-wpmudev-icon-info {\n &:before {\n content: \"\\e902\";\n }\n}\n\n.hb-wpmudev-icon-tick {\n &:before {\n content: \"\\e903\";\n }\n}\n\n.hb-wpmudev-icon-warning {\n &:before {\n content: \"\\e904\";\n }\n}\n\n.hb-icon-cache {\n &:before {\n content: \"\\e905\";\n }\n}\n\n.hb-icon-cloudflare {\n &:before {\n content: \"\\e906\";\n }\n}\n\n.hb-icon-gzip {\n &:before {\n content: \"\\e907\";\n }\n}\n\n.hb-icon-minify-combine {\n &:before {\n content: \"\\e908\";\n }\n}\n\n.hb-icon-minify-defer {\n &:before {\n content: \"\\e909\";\n }\n}\n\n.hb-icon-minify-footer {\n &:before {\n content: \"\\e90a\";\n }\n}\n\n.hb-icon-minify {\n &:before {\n content: \"\\e90b\";\n }\n}\n\n.hb-icon-performancetest {\n &:before {\n content: \"\\e90c\";\n }\n}\n\n.hb-icon-reports {\n &:before {\n content: \"\\e90d\";\n }\n}\n\n.hb-icon-restore {\n &:before {\n content: \"\\e90e\";\n }\n}\n\n.hb-icon-smush {\n &:before {\n content: \"\\e90f\";\n }\n}\n\n.hb-icon-minify-inline {\n &:before {\n content: \"\\e910\";\n }\n}\n\n.hb-wpmudev-icon-eye {\n &:before {\n content: \"\\e911\";\n }\n}\n\n.hb-wpmudev-icon-wrench-tool {\n &:before {\n content: \"\\e912\";\n }\n}\n\n.hb-wpmudev-icon-profile-male {\n &:before {\n content: \"\\e913\";\n }\n}\n\n.hb-wpmudev-icon-page {\n &:before {\n content: \"\\e914\";\n }\n}\n\n.hb-wpmudev-icon-academy {\n &:before {\n content: \"\\e915\";\n }\n}\n\n.hb-fi-plugin-2 {\n &:before {\n content: \"\\4f\";\n }\n}\n\n.hb-fi-arrow-right {\n &:before {\n content: \"\\af\";\n }\n}\n\n.hb-fi-trash:before {\n content: \"\\51\";\n}\n/**\n Icons (end)\n */\n\n.wpmud .wphb-icon {\n position: relative;\n}\n\n.wpmud .wphb-icon-left {\n display: block;\n float: left;\n}\n\n.wpmud .wphb-dash-icon {\n font-size: 12px;\n padding-right: 2px;\n}\n\n.wpmud .cf-dismiss {\n display: block;\n margin-top: 6px;\n}\n\n.wpmud .wphb-cf-notice .cf-dismiss a {\n text-transform: uppercase;\n text-decoration: none;\n color: #888;\n}\n\n\n/* Caching and Advanced */\n.wpmud .box-advanced-general h4,\n.wpmud .box-page-caching h4 {\n color: #666666;\n font-size: 15px;\n font-weight: 500;\n text-align: left;\n text-transform: none;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_typography.scss","/* ****************************************************************************\n * COMMON: BUTTONS\n */\n\n@import \"variables\";\n@import \"mixins\";\n\n/* Box-content with buttons */\n.wpmud .box-content .buttons {\n margin-top: 30px;\n}\n\n.wpmud .box-content .buttons.buttons-on-left {\n text-align: left;\n}\n\n.wpmud .box-content .buttons.buttons-on-right {\n text-align: right;\n}\n\n/* Box-footer with buttons */\n.wpmud .box-footer .buttons.buttons-on-left {\n text-align: left;\n}\n\n.wpmud .box-footer .buttons.buttons-on-right {\n text-align: right;\n}\n\n.wpmud .wphb-notice:not(.notice) .buttons {\n margin: 10px 30px 0;\n}\n\n\n\n\n.wpmud .wrap-wp-hummingbird .report-status .sui-tag {\n margin-top: 10px;\n}\n\n.wpmud .wrap-wphb-performance .scan-settings .buttons {\n margin-top: 30px;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient > button {\n background-color: #888888 !important;\n border-radius: 0 4px 4px 0 !important;\n}\n\n.wpmud .wrap-wphb-gzip #enable-cache-wrap .button,\n.wpmud .wrap-wphb-caching #enable-cache-wrap .button {\n margin-top: 30px;\n}\n\n.wpmud .wphb-code-snippet .button {\n position: absolute;\n left: 100%;\n margin-left: -90px !important;\n margin-top: 15px !important;\n}\n\n.wpmud .box-caching-gravatar .button-large {\n margin: 0 !important;\n}\n\n.wrap-wp-hummingbird .button-cta-green:hover {\n box-shadow: none;\n}\n\n.wphb-scan-progress .wphb-scan-cancel-button {\n float: right;\n margin-top: -13px;\n}\n\n.wphb-scan-progress .wphb-scan-cancel-button > a {\n font-size: 12px;\n color: #AAAAAA;\n text-transform: uppercase;\n}\n\n/* Buttons */\n\n.wpmud .wrap-wp-hummingbird .wpdui-btn {\n font: 500 12px/16px $font !important;\n padding: 7px 16px;\n height: 30px;\n background-color: #888;\n color: #FFFFFF;\n border-radius: 3px;\n -moz-border-radius: 3px;\n transition: all .3s ease;\n -webkit-transition: all .3s ease;\n text-shadow: none !important;\n}\n.wpmud .report-status button.sui-button-upsell {\n margin-top: 10px !important;\n text-transform: uppercase;\n\n height: 30px;\n line-height: 16px;\n padding: 0 16px;\n &:not(:disabled){\n background-color: #d1f1ea !important;\n color: #1abc9c !important;\n &:hover,\n &:focus {\n background-color: #d1f1ea !important;\n color: #1abc9c !important;\n border-color: #d1f1ea !important;\n }\n }\n\n\n\n i {\n color: #1abc9c;\n font-size: 16px;\n position: relative;\n line-height: 16px;\n top: 2px;\n }\n}\n\n.wpmud .wrap-wp-hummingbird {\n .wphb-notice {\n &.notice {\n .sui-button.button {\n &:hover,\n &:focus {\n color: white;\n }\n }\n }\n }\n}\n\n.wpmud .wrap-wp-hummingbird button.button-large:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird button.button-large,\n.wpmud .wrap-wp-hummingbird .button.button-large {\n font: 500 15px/20px $font !important;\n height: 40px !important;\n padding: 11px 20px 9px;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-ghost:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird .button-ghost,\n.wpmud .wphb-modal .button-ghost {\n padding: 5px 16px 7px !important;\n background-color: transparent !important;\n border: 2px solid #DDDDDD;\n color: #888888 !important;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-ghost:hover:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird .button-ghost:hover:not(:focus):not(:active),\n.wpmud .wrap-wp-hummingbird .button-ghost:active,\n.wpmud .wrap-wp-hummingbird .button-ghost.active,\n.wpmud .wrap-wp-hummingbird .button-ghost:hover:enabled,\n.wpmud .wrap-wp-hummingbird .button-ghost:focus,\n.wpmud .wrap-wp-hummingbird .button-grey:hover {\n background-color: #7B7B7B !important;\n border-color: #7B7B7B;\n color: #FFFFFF !important;\n}\n\n.wpmud .wrap-wp-hummingbird button.button-ghost.button-large:not(.wph-button):not(#collapse-button),\n.wpmud .wrap-wp-hummingbird .button-ghost.button-large,\n.wpmud .wphb-modal .button-ghost.button-large {\n padding: 9px 20px 9px !important;\n}\n\n.wpmud .wphb-modal .button-content-cta {\n box-shadow: none;\n background-color: #1ABC9C !important;\n color: #FFFFFF;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta {\n box-shadow: none;\n background-color: #1ABC9C;\n color: #FFFFFF;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta:hover:not(:focus):not(:active),\n.wpmud .wphb-modal .button-content-cta:hover:not(:focus):not(:active),\n.wpmud .wrap-wp-hummingbird .button-content-cta:active,\n.wpmud .wrap-wp-hummingbird .button-content-cta:focus {\n background: #0DAF8F !important;\n border-color: #0DAF8F;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost {\n background: transparent;\n color: #1ABC9C !important;\n border-color: #1ABC9C;\n border-radius: 20px;\n}\n\n.wpmud .wrap-wp-hummingbird .button-content-cta.button-ghost:active {\n color: #FFFFFF !important;\n border-color: #0DAF8F;\n}\n\n.wpmud .wrap-wp-hummingbird .button-notice {\n background-color: #E6E6E6 !important;\n color: #AAAAAA !important;\n}\n\n.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]),\n.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active),\n.wpmud .wrap-wp-hummingbird .button-notice:active,\n.wpmud .wrap-wp-hummingbird .button-notice:focus {\n background-color: #888888 !important;\n color: #FFFFFF !important;\n}\n\n.wpmud .wrap-wp-hummingbird .button-grey {\n background-color: #888888 !important;\n color: #FFFFFF !important;\n}\n\n@include bp(phone) {\n .wpmud .box-content .buttons {\n margin-top: 0;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_buttons.scss","/* ****************************************************************************\n * COMMON: LAYOUT\n */\n\n@import \"variables\";\n@import \"mixins\";\n\n/* .row */\n.wpmud .row {\n margin-top: 30px;\n}\n\n.wpmud .box-content .row:first-of-type {\n margin-top: 0;\n}\n\n.wpmud .row-space-large {\n margin-bottom: 40px;\n}\n\n.wpmud .row .col-center {\n display: block;\n margin-right: auto;\n margin-left: auto;\n}\n\n.wpmud .row .col-quarter,\n.wpmud .row .col-three-quarters,\n.wpmud .row .col-fifth,\n.wpmud .row .col-four-fifths {\n display: table-cell;\n padding: 0 15px 0 15px;\n position: relative;\n vertical-align: top;\n}\n\n.wpmud .row .col-quarter {\n width: 25%;\n}\n\n.wpmud .row .col-three-quarters {\n width: 75%;\n}\n\n.wpmud .row .col-fifth {\n width: 20%;\n}\n\n.wpmud .row .col-four-fifths {\n width: 80%;\n}\n\n.wpmud .row .col-four-fifths.hidden {\n display: none;\n}\n\n.wpmud .row .col-quarter:first-child,\n.wpmud .row .col-three-quarters:first-child,\n.wpmud .row .col-fifth:first-child,\n.wpmud .row .col-four-fifths:first-child {\n padding-left: 0;\n}\n\n.wpmud .row .col-quarter:last-child,\n.wpmud .row .col-three-quarters:last-child,\n.wpmud .row .col-fifth:last-child,\n.wpmud .row .col-four-fifths:last-child {\n padding-right: 0;\n}\n\n/* .dev-box */\n.wpmud .dev-box {\n padding: 0;\n}\n\n.wpmud .dev-box:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .dev-box .box-title {\n clear: both;\n height: inherit;\n margin: 0;\n padding: 0 30px;\n}\n\n.wpmud .dev-box .box-title h3 {\n font-size: 16px;\n color: #333333;\n float: left;\n}\n\n.wpmud .dev-box .box-title .wphb-label-notice-inline {\n margin: 2px 15px;\n}\n\n.wpmud .dev-box .box-title:after {\n content: '';\n display: table;\n clear: both;\n}\n\n.wpmud .dev-box .box-title .extra {\n float: right;\n}\n\n.wpmud .dev-box .box-title .extra-text {\n margin: 20px 0 0;\n}\n\n.wpmud .dev-box .box-title .extra-label {\n display: inline-block;\n margin: 0;\n line-height: 20px;\n}\n\n.wpmud .dev-box .box-title .extra-label-value {\n color: #477B92;\n font-weight: 400;\n text-transform: uppercase;\n}\n\n.wpmud .dev-box .box-title .wphb-select-group {\n margin: 10px 0 0;\n}\n\n.wpmud .sui-box-header .test-results-label {\n display: block;\n float: left;\n font-family: $font--alt;\n font-weight: 700;\n line-height: 30px;\n margin-right: 10px;\n text-transform: uppercase;\n}\n\n.wpmud .dev-box .box-title .test-results .wphb-score {\n display: block;\n float: left;\n}\n\n.wpmud .dev-box .box-title .toggle-group {\n margin: 6px 15px 0 0;\n}\n\n.wpmud .dev-box .box-content {\n padding: 30px;\n word-wrap: break-word;\n}\n\n.wpmud .dev-box .box-content > * {\n margin-bottom: 20px;\n}\n\n.wpmud .dev-box .box-content > *:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .dev-box .box-content .row-space-large {\n margin-bottom: 40px;\n}\n\n/* .box-content */\n.wpmud .box-content.no-padding {\n padding: 0 !important;\n}\n\n.wpmud .box-content.no-vertical-padding {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.wpmud .wphb-modal .no-side-padding,\n.wpmud .box-content.no-side-padding {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.wpmud .box-content .no-top-padding {\n padding-top: 0 !important;\n}\n\n.wpmud .box-content .with-padding {\n padding: 30px;\n}\n\n.wpmud .box-content .add-side-padding {\n padding-right: 30px;\n padding-left: 30px;\n}\n\n.wpmud .box-footer {\n margin-top: 0;\n padding: 30px;\n border-top: 1px solid #EAEAEA;\n}\n\n/* Block: Section */\n.wpmud .wphb-block-section {\n margin-top: 40px;\n}\n\n.wpmud .wphb-block-section:first-child {\n margin-top: 0;\n}\n\n.wpmud .wphb-block-section-content * {\n color: #555;\n line-height: 20px;\n}\n\n/* Box: Content */\n.wpmud .content-box .wphb-block-entry-image-bottom {\n margin-bottom: -30px;\n}\n\n.wpmud .content-box .wphb-block-entry-image-center {\n margin-top: 30px;\n}\n\n.wpmud .content-box .wphb-block-entry-image-center img {\n margin-left: auto;\n margin-right: auto;\n}\n\n/* Box: Content One Col */\n.wpmud .content-box-one-col {\n}\n\n/* Box: Content One Col Center */\n.wpmud .content-box-one-col-center .box-content {\n text-align: left;\n}\n\n.wpmud .content-box-one-col-center .wphb-block-entry-content {\n margin: 0 auto;\n}\n\n.wpmud .content-box-flex {\n display: flex;\n justify-content: space-between;\n align-items: flex-end;\n}\n\n/* Box: Content w/Image (left) */\n.wpmud .content-box-two-cols-image-left .box-content {\n text-align: left;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-image,\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n display: block;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-image {\n float: left;\n max-width: 192px;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 30px 0 0 285px;\n}\n\n.wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title {\n text-align: left;\n}\n\n/* Block: Content */\n.wpmud .wphb-block + .wphb-block {\n margin-top: 30px;\n}\n\n.wpmud .wphb-block-header {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-block-title {\n font-family: $font--alt;\n font-size: 22px;\n line-height: 26px;\n margin: 0;\n overflow: hidden;\n text-align: left;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.wpmud .wphb-block-content + .wphb-block-content {\n margin-top: 30px;\n}\n\n.wpmud .wphb-block-content > *:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .wphb-block-content-center {\n text-align: center;\n}\n\n.wpmud .wphb-block-content pre {\n font-weight: 500;\n font-family: $font;\n font-size: 13px;\n line-height: 18px;\n background-color: #F8F8F8;\n border: 1px solid #E6E6E6;\n border-radius: 5px;\n margin: 0;\n padding: 20px 30px;\n white-space: pre;\n overflow-x: scroll;\n max-width: 100%;\n}\n\n.wpmud .wphb-block-content-blue {\n background-color: #e0f6ff;\n border-radius: 5px;\n padding: 20px 30px;\n}\n\n.wpmud .wphb-block-content .tooltip-box,\n.wpmud .wphb-block-content .toggle,\n.wpmud .wphb-block-content .toggle .toggle-label {\n height: 21px;\n vertical-align: top;\n}\n\n.wpmud .wphb-block-content-group {\n border-collapse: separate;\n border-spacing: 0;\n display: table;\n width: 100%;\n}\n\n.wpmud .wphb-block-content-group-inner {\n display: table-row;\n}\n\n.wpmud .wphb-block-content-group-item {\n display: table-cell;\n vertical-align: middle;\n width: 100%;\n}\n\n.wpmud .wphb-block-content-group-item .wphb-block-content {\n margin-left: 30px;\n}\n\n.wpmud .wphb-block-content-group-item:first-child .wphb-block-content {\n margin-left: 0;\n}\n\n.wpmud .wphb-block-content-group .wphb-block-content.small {\n padding: 20px 23px;\n width: 80px;\n}\n\n/* Block: Entry Content */\n.wpmud .wphb-block-entry:after {\n content: '';\n clear: both;\n display: block;\n}\n\n.wpmud .wphb-block-entry-content .title {\n color: #333333;\n font-size: 22px;\n font-weight: bold;\n line-height: 1.333em;\n margin: 0 0 0.5em;\n max-width: 100%;\n text-transform: uppercase;\n}\n\n.wpmud .wphb-block-entry-content .title,\n.wpmud .wphb-block-entry-content .content > p {\n margin: 0 0 20px;\n}\n\n.wpmud .content {\n margin-bottom: 30px;\n}\n.wpmud .wphb-block-entry-content .content > p:last-child {\n margin-bottom: 0;\n}\n\n/* Top summary modules */\n.wpmud .wphb-block-entry-third {\n color: #333333;\n width: calc(100% / 2 - 98px);\n padding-left: 5%;\n padding-top: 10px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.wpmud .wphb-block-entry-third span {\n font-weight: 400;\n}\n\n.wpmud .wphb-block-entry-third p {\n font-size: 13px;\n margin-top: 0;\n color: #888888;\n}\n\n.wpmud .wphb-block-entry-third span.not-present {\n font-size: 55px;\n line-height: 30px;\n margin-bottom: 20px;\n}\n\n.wpmud .wphb-block-entry-third span.score-span {\n font-size: 13px;\n margin-left: -12px;\n}\n\n.wpmud .wphb-block-entry-third .current-performance-score {\n margin-bottom: 20px;\n}\n\n.wpmud i.hb-wpmudev-icon-info.dismissed,\n.wpmud .wphb-block-entry-third .hb-wpmudev-icon-info {\n color: #888888;\n &:before {\n color: #888888;\n }\n}\n\n.wpmud .wphb-block-entry-third .hb-wpmudev-icon-tick {\n color: #1ABC9C;\n}\n\n.wpmud .wphb-block-entry-third .dev-list {\n margin: 0 !important;\n border-bottom: 0;\n}\n\n.wpmud .wphb-block-entry-third .dev-list li:first-child span {\n padding-top: 4px;\n}\n\n@include bp(desktop-large) {\n .wpmud .wrap-wphb .row .col-half,\n .wpmud .wrap-wphb-caching .row .col-half,\n .wpmud .wrap-wphb-gzip .row .col-half {\n display: block;\n margin-top: 30px;\n padding: 0;\n width: 100%;\n }\n\n .wpmud .wrap-wphb .row .col-half:first-child,\n .wpmud .wrap-wphb-caching .row .col-half:first-child,\n .wpmud .wrap-wphb-gzip .row .col-half:first-child {\n margin-top: 0;\n }\n\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 65px;\n }\n}\n\n@include bp(desktop) {\n /* Box: Content w/Image (left) */\n .wpmud .content-box-two-cols-image-left .wphb-block-entry {\n text-align: center;\n min-height: 100%;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-image {\n display: none;\n }\n\n .wpmud .wphb-block-entry-third {\n width: 49%;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-image .wphb-image {\n margin: 0 auto;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 35px 0 0 155px;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content .title {\n text-align: center;\n }\n\n .wpmud .wphb-block-entry-third {\n text-align: left;\n padding-left: 0;\n }\n}\n\n@include bp(desktop-small) {\n /* Generic */\n .wpmud .row {\n display: block;\n }\n\n .wpmud .row .col-fifth {\n display: block;\n width: 100%;\n padding: 0;\n }\n\n .wpmud .row .col-four-fifths {\n display: block;\n width: 100%;\n padding: 0;\n }\n\n .wpmud .wphb-block-entry-third {\n padding-left: 0;\n }\n\n .wpmud .wphb-block-entry-third .current-performance-score {\n margin-bottom: 5px;\n }\n\n /*\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content.wphb-cf-notice {\n margin: 35px 0 0 0;\n }\n */\n}\n\n@include bp(tablet) {\n .wpmud .box-content .with-padding {\n // TODO: why was it 0?\n /*padding: 0;*/\n padding: 15px 20px;\n }\n\n .wpmud .row,\n .wpmud .row-sep {\n display: block;\n table-layout: inherit;\n }\n\n .wpmud .row .col-third,\n .wpmud .row .col-two-third,\n .wpmud .row .col-half,\n .wpmud .row .col-quarter,\n .wpmud .row .col-three-quarters {\n display: block;\n margin-top: 30px;\n padding: 0;\n width: 100%;\n }\n\n .wpmud .row .col-third:first-child,\n .wpmud .row .col-two-third:first-child,\n .wpmud .row .col-half:first-child,\n .wpmud .row .col-quarter:first-child,\n .wpmud .row .col-three-quarters:first-child {\n margin-top: 0;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-image {\n display: none;\n }\n}\n\n@include bp(phone-large) {\n .wpmud .wphb-block-entry-third {\n display: block;\n text-align: center;\n width: 100%;\n }\n\n .wpmud .wphb-block-entry-third .dev-list {\n text-align: left;\n }\n\n .wpmud .dev-box .box-title .test-results {\n float: none;\n display: block;\n }\n}\n\n@include bp(phone) {\n .wpmud .row .col-third,\n .wpmud .row .col-two-third,\n .wpmud .row .col-half,\n .wpmud .row .col-quarter,\n .wpmud .row .col-three-quarters {\n margin-top: 15px;\n }\n\n .wpmud .dev-box .box-content,\n .wpmud .box-footer {\n padding: 15px 20px;\n }\n\n .wpmud .dev-box .box-content > * {\n margin-bottom: 15px;\n }\n\n .wpmud .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 35px 0 0 135px;\n }\n\n .wpmud .dev-box .box-title .test-results {\n margin-top: 2px;\n float: right;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_layout.scss","/* ****************************************************************************\n * COMMON: MODALS\n */\n\n.wpmud .dev-overlay .title .close {\n color: #888888;\n font-size: 34px;\n}\n\n.wpmud .wphb-modal * {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n font-family: $font;\n}\n\n.wpmud .wphb-modal .wphb-dialog-content > * {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-modal .wphb-dialog-content > *:last-child {\n margin-bottom: 0;\n}\n\n.wpmud .wphb-modal .wphb-dialog-content .wphb-modal-image-bottom {\n margin-bottom: -30px;\n}\n\n.wpmud .wphb-modal .wphb-progress-state {\n margin-top: -20px;\n}\n\n.wpmud .wphb-modal .wphb-dialog-footer {\n border-top: 1px solid #EAEAEA;\n margin: 30px -30px;\n padding: 30px 30px 0;\n}\n\n.wpmud .wphb-progress-modal .wphb-progress,\n.wpmud .wphb-progress-modal .wphb-block-test {\n max-width: 100%;\n}\n\n.wpmud .wphb-progress-modal .wphb-dialog-content p {\n color: #666666;\n}\n\n.wpmud .wphb-progress-modal .wphb-notice-box p {\n color: #333333;\n font-size: 13px;\n line-height: 22px;\n}\n\n/* CDN modal */\n.wphb-cdn-block {\n border: 1px solid #E6E6E6;\n border-radius: 5px;\n padding: 18px 0;\n}\n\n.wphb-cdn-block > div {\n display: flex;\n align-content: center;\n align-items: center;\n height: auto;\n padding: 20px 30px 0;\n}\n\n.wphb-cdn-block > div > label {\n margin: 2px 0 0 0;\n color: #666666;\n}\n\n.wphb-cdn-block > p {\n color: #888888 !important;\n padding: 0 30px 0 76px;\n}\n\n.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test,\n.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test,\n.wpmud.toplevel_page_wphb-minification .wphb-modal .wphb-block-test {\n display: flex;\n align-content: center;\n align-items: center;\n height: auto;\n padding: 20px 30px;\n margin-bottom: 30px;\n}\n\n.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test {\n margin-bottom: 10px;\n}\n\n.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test > p {\n font-size: 13px;\n line-height: 22px;\n margin-right: 14px;\n margin-bottom: 0;\n}\n\n.wpmud .wphb-modal.wphb-quick-setup-modal .wphb-block-test > .button {\n flex-basis: 260px; /* IE compatibility */\n}\n\n.wpmud.hummingbird_page_wphb-minification .wphb-modal .wphb-block-test > label {\n margin: 0;\n}\n\n.wpmud .dev-overlay.dismiss-report .box {\n width: 400px;\n margin-left: -250px;\n}\n\n.wpmud .dev-overlay.dismiss-report .title {\n margin-bottom: 30px;\n}\n\n.wpmud .dev-overlay.dismiss-report .title h3 {\n font-size: 15px;\n text-transform: none;\n}\n\n.wpmud .dev-overlay.dismiss-report .wphb-dialog-content > p {\n color: #888888;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .dev-overlay.dismiss-report .wphb-dialog-footer {\n border: none;\n}\n\n/* Asset Optimization switch mode notice */\n.wpmud .wphb-basic-minification-modal .box,\n.wpmud .wphb-advanced-minification-modal .box,\n.wpmud .wphb-database-cleanup-modal .box {\n width: 400px !important;\n margin-left: -200px !important;\n padding: 40px 0 30px !important;\n}\n\n.wpmud .wphb-basic-minification-modal .title,\n.wpmud .wphb-advanced-minification-modal .title,\n.wpmud .wphb-database-cleanup-modal .title {\n display: none;\n}\n\n.wpmud .wphb-basic-minification-modal h1,\n.wpmud .wphb-advanced-minification-modal h1,\n.wpmud .wphb-database-cleanup-modal h1 {\n color: #333333;\n font-size: 22px;\n font-weight: bold;\n line-height: 30px;\n text-transform: none;\n}\n\n.wpmud .wphb-basic-minification-modal p,\n.wpmud .wphb-advanced-minification-modal p,\n.wpmud .wphb-database-cleanup-modal p {\n color: #666;\n font-size: 13px;\n line-height: 22px;\n margin: 0 30px;\n text-align: center;\n}\n\n.wpmud .wphb-basic-minification-modal img,\n.wpmud .wphb-advanced-minification-modal img {\n margin-left: 0;\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/common/_modals.scss","/* ****************************************************************************\n * COMPONENTS: NOTICES\n */\n\n@import \"../common/variables\";\n@import \"../common/mixins\";\n\n.wpmud .wrap-wp-hummingbird .notice {\n margin: 15px 0 0;\n order: 10;\n width: 100%;\n}\n\n.wpmud .wrap-wp-hummingbird > .wphb-notice:not(.notice) {\n width: 600px;\n box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);\n border-radius: 0 0 5px 5px;\n padding: 10px 30px;\n position: absolute !important;\n z-index: 100;\n left: 50%;\n margin-left: -300px;\n top: 0;\n}\n\n.wpmud .wphb-notice:not(.notice) {\n border-radius: 5px;\n color: #333;\n font-family: $font;\n font-size: 15px;\n font-weight: 400;\n line-height: 18px;\n padding: 15px 30px;\n position: relative;\n width: 100%;\n}\n\n\n.wpmud .wrap-wp-hummingbird > .wphb-notice.wphb-dash-settings-updated {\n position: fixed !important;\n top: 30px;\n margin-left: -210px;\n}\n\n.wpmud .wphb-notice.notice p {\n font-size: 14px;\n line-height: 1.5;\n margin: 10px 0;\n}\n\n.wpmud .wphb-notice {\n p {\n color: #333;\n }\n}\n\n\n.wpmud .wphb-notice:not(.notice) p,\n.wpmud .wphb-notice:not(.notice) span,\n.wpmud .wphb-notice ul,\n.wpmud .wphb-notice strong {\n margin: 0 0 10px -30px;\n padding: 0 0 0 30px;\n}\n\n.wpmud .wphb-notice:not(.notice) span.spinner.standalone {\n margin-top: 10px;\n}\n\n.wpmud .wphb-notice:not(.notice) p:last-of-type {\n margin: 0;\n}\n\n.wpmud .wphb-notice .wphb-icon,\n.wpmud .wphb-notice .wphb-icon .wdv-icon {\n font-size: 22px;\n height: 22px;\n line-height: 22px;\n width: 22px;\n}\n\n.wpmud .wphb-notice.can-close .close {\n cursor: pointer;\n color: #333333;\n font-size: 12px;\n font-weight: bold;\n line-height: 36px;\n margin-left: 0;\n opacity: 0.5;\n text-transform: uppercase;\n}\n\n.wpmud .wphb-block-entry-third span.status-ok:before,\n.wpmud span.dash-cloudflare-connected-status:before,\n.wpmud .wphb-notice-error.can-close p:before,\n.wpmud .wphb-notice-success.can-close p:before,\n.wpmud .wphb-notice-success p:first-child:before,\n.wpmud .wphb-notice-error p:first-child:before,\n.wpmud .wphb-notice-warning p:first-child:before,\n.wpmud .wphb-notice-grey p:before,\n.wpmud .wphb-notice-grey-info p:before,\n.wpmud .wphb-notice-blue p:first-child:before,\n.wpmud .wphb-notice-blue-info p:first-child:before {\n font-family: $font--icons;\n font-size: 20px;\n vertical-align: middle;\n line-height: 20px;\n top: -2px;\n position: relative;\n margin-left: -30px;\n margin-right: 10px;\n}\n\n.wpmud .wphb-notice-success {\n background-color: #D1F1EA;\n}\n\n.wpmud .wphb-notice-error {\n background-color: #FFE5E9;\n}\n\n.wpmud .wphb-notice-warning {\n background-color: #FFF5D5;\n color: #333333;\n}\n\n.wpmud .wphb-notice-blue,\n.wpmud .wphb-notice-blue-info {\n background-color: #E1F6FF;\n margin-top: 30px;\n}\n\n.wpmud .wphb-notice-grey,\n.wpmud .wphb-notice-grey-info {\n background-color: #F2F2F2;\n margin-top: 10px;\n}\n\n.wpmud .cloudflare-step .wphb-notice-blue {\n margin-top: 0;\n}\n\n.wpmud .wphb-block-entry-third span.status-ok:before,\n.wpmud .wphb-notice-success p:before {\n content: '\\e903';\n color: #1ABC9C;\n}\n\n.wpmud .wphb-block-entry-third span.status-ok:before {\n margin-right: 0;\n line-height: 20px;\n}\n\n.wpmud .wphb-notice-error p:before {\n content: '\\e904';\n color: #FF7F83;\n}\n\n.wpmud .wphb-notice-warning p:before {\n content: '\\e902';\n color: #FECF2F;\n font-size: 18px;\n line-height: 18px;\n}\n\n.wpmud .wphb-notice-blue p:before {\n content: '\\e903';\n color: #17A8E3;\n}\n\n.wpmud .wphb-notice-blue-info p:before {\n content: '\\e902';\n color: #17A8E3;\n}\n\n.wpmud .wphb-notice-grey p:before,\n.wpmud .wphb-notice-grey-info p:before {\n content: '\\e902';\n color: #888888;\n}\n\n.wpmud .dev-overlay .wphb-notice-warning p {\n font-size: 14px;\n line-height: 22px;\n}\n\n\n.wpmud .wphb-heading-status-green {\n color: #1ABC9C;\n}\n\n.wpmud .wphb-heading-status {\n font-family: $font--alt;\n font-size: 30px;\n margin-top: 0;\n}\n\n/* Overwrite for clear cache notice additional info link */\n.wpmud .wphb-notice p>a {\n font-weight: 400;\n margin-left: 0 !important;\n}\n\n\n@include bp(tablet) {\n .wpmud .wrap-wp-hummingbird > .wphb-notice {\n width: 85%;\n }\n}\n\n@include bp(phone-large) {\n .wpmud .wrap-wp-hummingbird > .wphb-notice {\n width: 100%;\n top: 46px;\n margin-left: -251px;\n }\n}\n\n@include bp(phone) {\n .wpmud .wphb-notice:not(.notice) {\n padding: 15px 20px;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/components/_notices.scss","/* ****************************************************************************\n * COMPONENTS: PILLS\n */\n\n@import \"../common/mixins\";\n\n.wphb-pills {\n display: inline-block;\n background-color: #FFD000;\n color: #333333;\n border-radius: 15px;\n width: 39px;\n height: 26px;\n font-size: 12px;\n line-height: 26px;\n text-align: center;\n font-weight: 500;\n}\n\n.wpmud .box-title .wphb-pills {\n margin: 16px 0 0 10px;\n}\n\n.wphb-pills.grey {\n background-color: #F2F2F2;\n color: #666;\n}\n\n.wphb-pills.red {\n background-color: #FF6D6D;\n color: #fff;\n}\n\n.wphb-pills.green {\n background-color: #1ABC9C;\n color: #fff;\n}\n\n.wphb-pills.with-arrow:after {\n border: 8px solid transparent;\n content: '';\n height: 0;\n pointer-events: none;\n position: absolute;\n width: 0;\n z-index: 1;\n}\n\n.wphb-pills.with-arrow.right:after {\n border-left-color: #19B4CF;\n left: 50%;\n margin-top: -8px;\n top: 50%;\n}\n\n.wphb-pills.with-arrow.left:after {\n border-right-color: #19B4CF;\n right: 100%;\n margin-top: -8px;\n top: 50%;\n}\n\n.wphb-pills.with-arrow.right.grey:after {\n border-left-color: #F2F2F2;\n}\n\n.wphb-pills.with-arrow.left.grey:after {\n border-right-color: #F2F2F2;\n}\n\n.wphb-pills-group {\n border-collapse: collapse;\n border-spacing: 0;\n font-size: 0;\n display: inline-block;\n position: relative;\n}\n\n.wphb-pills-group.stacked .wphb-pills {\n font-size: 10px;\n line-height: 12px;\n height: 12px;\n text-align: left;\n max-width: 69px;\n color: #888888;\n display: block;\n background-color: transparent;\n}\n\n.wphb-pills-group.stacked .wphb-pills:last-child {\n color: #1ABC9C;\n background-color: transparent;\n}\n\n.wphb-pills-group.stacked .dev-icon.dev-icon-caret_down {\n color: #1ABC9C;\n margin-left: 7px;\n}\n\n.wphb-pills-group .wphb-pills {\n border-radius: 0;\n width: 80px;\n line-height: 30px;\n height: 30px;\n margin: 0;\n}\n\n.wphb-pills-group .wphb-pills:first-child {\n border-radius: 5px 0 0 5px !important;\n}\n\n.wphb-pills-group .wphb-pills:last-child {\n background-color: #17A8E3;\n color: #FFFFFF;\n border-radius: 0 5px 5px 0 !important;\n}\n\n.wpmud .dev-list-stats .wphb-pills-group {\n font-size: 0;\n line-height: 1em;\n}\n\n@include bp(phone-large) {\n .wpmud .dev-box .box-title .wphb-pills {\n margin: 4px 0 0 10px;\n }\n\n .wphb-pills {\n margin: 0 0 0 10px;\n }\n\n .wphb-pills-group .wphb-pills:first-child {\n border-radius: 5px 5px 0 0 !important;\n }\n\n .wphb-pills-group .wphb-pills:last-child {\n border-radius: 0 0 5px 5px !important;\n }\n}\n\n@include bp(phone) {\n .wphb-pills-group {\n border-collapse: inherit;\n border-spacing: inherit;\n }\n\n .wphb-pills.with-arrow.right:after,\n .wphb-pills.with-arrow.left:after {\n border-top-color: #19B4CF;\n margin-top: 0;\n margin-left: -8px;\n top: 50%;\n }\n\n .wphb-pills.with-arrow.right:after {\n border-left-color: transparent;\n left: 50%;\n }\n\n .wphb-pills.with-arrow.left:after {\n border-right-color: transparent;\n right: 50%;\n }\n\n .wphb-pills.with-arrow.right.grey:after {\n border-top-color: #eee;\n border-left-color: transparent;\n }\n\n .wphb-pills.with-arrow.left.grey:after {\n border-top-color: #eee;\n border-right-color: transparent;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/components/_pills.scss","/* ****************************************************************************\n * COMPONENTS: BORDER FRAME\n */\n\n@import \"../common/mixins\";\n\n.wpmud .wphb-border-frame {\n border: 1px solid #E6E6E6;\n border-radius: 5px;\n margin: 10px 0 0 !important;\n}\n\n.wpmud .wphb-border-frame .table-header,\n.wpmud .wphb-border-frame .table-row {\n display: flex;\n justify-content: space-between;\n padding: 15px 80px 15px 30px;\n}\n\n.wpmud .wphb-border-frame .table-header {\n color: #333333;\n font-size: 13px;\n font-weight: bold;\n border-bottom: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-border-frame .table-row {\n border-bottom: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-border-frame .table-row:last-child {\n border-bottom: 0;\n}\n\n.wpmud .wphb-border-frame .list-table > thead > tr > th {\n color: #333333;\n font-size: 13px;\n padding: 8px 0;\n}\n\n.wpmud .wphb-border-frame .list-table > thead > tr > th:first-child {\n padding: 27px 30px;\n}\n\n.wpmud .wphb-border-frame .list-table > tbody > tr > td:first-child {\n padding-left: 30px;\n}\n\n@include bp(tablet) {\n .wpmud .wphb-border-frame {\n border: 0\n }\n}\n\n@include bp(phone) {\n .wpmud .wphb-border-frame .table-header,\n .wpmud .wphb-border-frame .table-row {\n padding: 15px 0;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/components/_border_frame.scss","/* ****************************************************************************\n * COMPONENTS: SETTINGS FORM\n */\n\n.wpmud .wphb-disabled-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 10;\n background-color: rgba(242,242,242,0.5)\n}\n\n.wpmud .settings-form span.sub,\n.wpmud .settings-form span.desc {\n display: block;\n margin: 10px 0 0;\n font-size: 13px;\n color: #888;\n line-height: 22px;\n}\n\n.wpmud .settings-form span.sub,\n.wpmud .settings-form ol > li {\n font-size: 13px;\n color: #888;\n line-height: 22px;\n margin: 4px 0 0;\n}\n\n.wpmud .settings-form span.dash-form-title,\n.wpmud .settings-form span.sub {\n display: block;\n font-size: 13px;\n color: #888;\n line-height: 22px;\n margin: 10px 0 0;\n}\n.wpmud .settings-form span.dash-form-title {\n margin-bottom: 15px;\n font-weight: 500;\n}\n\n.wpmud .sui-box-settings-row .sui-box-settings-col-2 {\n span.sub {\n margin-left: 49px;\n }\n}\n\n.wpmud .settings-form ol {\n margin-left: 15px;\n}\n\n.wpmud .sui-box-settings-row textarea {\n height: 180px;\n}\n\n.wpmud .box-advanced-general textarea,\n.wpmud .box-minification-tools textarea {\n margin-top: 0;\n}\n\n.wpmud .box-minification-tools textarea {\n height: 400px;\n max-width: 100%;\n margin-bottom: 0;\n}\n.wpmud .settings-form span.dash-form-title {\n margin-bottom: 15px;\n font-weight: 500;\n}\n\n.wpmud .wphb-dash-table-row span.sub {\n margin: 0;\n}\n\n.wpmud .settings-form.dash-form > label,\n.wpmud .settings-form .col-two-third > label {\n display: inline-block;\n padding: 2px 10px 0;\n color: #666;\n line-height: 30px;\n margin: 0;\n}\n\n.wpmud .settings-form .wphb-border-frame label {\n margin-top: 25px;\n padding: 0;\n color: #888888;\n font-size: 13px;\n}\n\n.wpmud .settings-form .wphb-border-frame small {\n display: block;\n font-size: 13px;\n color: #888;\n line-height: 22px;\n}\n\n.wpmud .settings-form.disabled {\n background-color: rgba(242, 242, 242, 0.5) !important;\n}\n\n.wpmud .settings-form.disabled > * {\n opacity: 0.5;\n}\n\n.wpmud .settings-form input[type='radio'] {\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);\n border: 1px solid #E6E6E6;\n background-color: #F8F8F8;\n\n &:checked {\n border: 1px solid #17A8E3;\n background-color: #17A8E3;\n\n &:before {\n width: 8px;\n height: 8px;\n margin: 3px;\n background-color: #ffffff;\n\n @include bp(phone) {\n margin: 5px;\n }\n }\n\n & + label {\n color: #333333;\n }\n }\n\n & + label {\n display: inline-block;\n margin-top: 0;\n font-size: 15px;\n }\n\n @include bp(phone) {\n height: 20px;\n width: 20px;\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/components/_settings_form.scss","/* ****************************************************************************\n * MODULES: DASHBOARD\n */\n\n@import \"../common/variables\";\n@import \"../common/mixins\";\n\n/* Images */\n.wpmud div[class^=\"box-dashboard-\"] .sui-box-title:before {\n font-family: $font--icons;\n color: #333333;\n float: left;\n font-size: 20px;\n margin-right: 10px;\n line-height: 30px;\n}\n\n.wpmud div[class^=\"box-dashboard-performance\"] .sui-box-title:before {\n content: '\\e90c';\n}\n.wpmud div[class^=\"box-dashboard-minification\"] .sui-box-title:before {\n content: '\\e90b';\n}\n.wpmud div[class^=\"box-dashboard-browser\"] .sui-box-title:before {\n content: '\\e905';\n}\n.wpmud div[class^=\"box-dashboard-gzip\"] .sui-box-title:before {\n content: '\\e907';\n}\n.wpmud div[class^=\"box-dashboard-uptime\"] .sui-box-title:before {\n content: '\\e900';\n}\n.wpmud div[class^=\"box-dashboard-smush\"] .sui-box-title:before {\n content: '\\e90f';\n}\n.wpmud div[class^=\"box-dashboard-cloudflare\"] .sui-box-title:before {\n content: '\\e906';\n}\n.wpmud div[class^=\"box-dashboard-reports\"] .sui-box-title:before {\n content: '\\e90d';\n}\n.wpmud div[class^=\"box-dashboard-caching-gravatar\"] .sui-box-title:before {\n content: '\\e913';\n}\n.wpmud div[class^=\"box-dashboard-caching-page\"] .sui-box-title:before {\n content: '\\e914';\n}\n.wpmud div[class^=\"box-dashboard-advanced-tools\"] .sui-box-title:before {\n content: '\\5a';\n}\n\n.wpmud div[class^=\"box-dashboard-\"] .sui-box-footer .sui-button i {\n margin-right: 5px;\n}\n\n/* Dashboard background images */\n\n.wpmud .box-dashboard-welcome.sui-summary {\n background-image: url(\"#{$image--path}/hb-graphic-dash-top@2x.png\");\n}\n.wpmud .box-dashboard-reports-no-membership,\n.wpmud .box-dashboard-uptime-no-membership,\n.wpmud .box-dashboard-smush-no-membership .sui-box-body,\n.wpmud .box-dashboard-browser-caching-module .sui-box-body,\n.wpmud .box-reporting-summary .wphb-reporting-no-membership,\n.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n background: #fff no-repeat 30px 100%;\n padding-bottom: 30px !important;\n}\n\n.wpmud .box-dashboard-reports-no-membership .sui-box-body,\n.wpmud .box-dashboard-uptime-no-membership .sui-box-body {\n padding: 30px 30px 0 !important;\n}\n\n.wpmud .box-dashboard-reports-no-membership {\n background-image: url(\"#{$image--path}/hb-graphic-upsell-reports.png\");\n}\n.wpmud .box-dashboard-uptime-no-membership {\n background-image: url(\"#{$image--path}/hb-graphic-upsell-uptime.png\");\n}\n.wpmud .box-dashboard-smush-no-membership .sui-box-body {\n background-image: url(\"#{$image--path}/smush-share-widget.png\");\n}\n.wpmud .box-dashboard-browser-caching-module .sui-box-body {\n background-image: url(\"#{$image--path}/graphic-hb-cf-sell@2x.png\");\n background-size: 107px 148px;\n}\n.wpmud .box-reporting-summary .wphb-reporting-no-membership {\n background-image: url(\"#{$image--path}/hummingbird-upsell-minify.png\");\n background-size: 118px 126px;\n}\n.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n background-image: url(\"#{$image--path}/hb-graphic-db-upsell@1x.png\");\n background-size: 100px 126px;\n}\n\n.wpmud .box-dashboard-browser-caching-module .sui-box-body.no-background-image {\n background-image: none;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 2),\nonly screen and (min--moz-device-pixel-ratio: 2),\nonly screen and (-o-min-device-pixel-ratio: 2/1),\nonly screen and (min-device-pixel-ratio: 2),\nonly screen and (min-resolution: 192dpi),\nonly screen and (min-resolution: 2dppx) {\n .wpmud .box-dashboard-reports-no-membership,\n .wpmud .box-dashboard-uptime-no-membership,\n .wpmud .box-dashboard-smush-no-membership .sui-box-body {\n background-size: 107px 148px;\n }\n .wpmud .box-dashboard-reports-no-membership {\n background-image: url(\"#{$image--path}/hb-graphic-upsell-reports@2x.png\");\n }\n .wpmud .box-dashboard-uptime-no-membership {\n background-image: url(\"#{$image--path}/hb-graphic-upsell-uptime@2x.png\");\n }\n .wpmud .box-dashboard-smush-no-membership .sui-box-body {\n background-image: url(\"#{$image--path}/smush-share-widget@2x.png\");\n }\n .wpmud .box-reporting-summary .wphb-reporting-no-membership {\n background-image: url(\"#{$image--path}/hummingbird-upsell-minify@2x.png\");\n }\n .wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership {\n background-image: url(\"#{$image--path}/hb-graphic-db-upsell@2x.png\");\n }\n}\n\n/* Dashboard tables */\n.wpmud .wphb-dash-table-header {\n color: #333333;\n font-size: 13px;\n font-weight: bold;\n line-height: 30px;\n display: flex;\n}\n.wpmud .box-dashboard-performance-module {\n .sui-accordion {\n &.sui-table {\n th {\n @media (max-width: 783px) {\n padding: 0 15px 0 20px;\n }\n }\n }\n th {\n color: #333333;\n font-size: 13px;\n font-weight: bold;\n line-height: 30px;\n padding-top: 0;\n padding-bottom: 0;\n }\n .sui-accordion-item {\n &:hover {\n cursor: default;\n background-color: transparent;\n }\n .sui-button {\n @media (max-width: 783px) {\n margin-right: 20px;\n }\n }\n }\n td.sui-accordion-item-title {\n font-size: 13px;\n color: #333333;\n font-weight: 500;\n line-height: 16px;\n\n i {\n font-size: 16px;\n }\n }\n &:after {\n margin-bottom: 0;\n }\n }\n}\n\n.wpmud .wphb-border-frame .wphb-caching-summary-item-type,\n.wpmud .wphb-border-frame .wphb-gzip-summary-item-type,\n.wpmud .wphb-dash-table-row > div:first-child {\n display: flex;\n align-items: center;\n align-content: center;\n}\n\n.wpmud .wphb-dash-table-row {\n display: flex;\n align-items: center;\n align-content: center;\n justify-content: space-between;\n height: 60px;\n border-top: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-dash-table-row:last-child {\n margin-bottom: -10px;\n}\n\n.wpmud .wphb-dash-table-header > span:first-child,\n.wpmud .wphb-dash-table-row > div:first-child {\n flex-basis: 50% !important;\n text-align: left;\n}\n\n.wpmud .wphb-dash-table-row > div:first-child {\n font-size: 13px;\n color: #333333;\n font-weight: 500;\n line-height: 16px;\n}\n\n.wpmud .wphb-dash-table-header > span,\n.wpmud .wphb-dash-table-row > div {\n text-align: center;\n}\n\n.wpmud .wphb-dash-table-header > span:last-child,\n.wpmud .wphb-dash-table-row > div:last-child {\n text-align: right;\n}\n\n/* Three column and two column layouts */\n.wpmud .wphb-dash-table.two-columns > .wphb-dash-table-header > span,\n.wpmud .wphb-dash-table.two-columns > .wphb-dash-table-row > div {\n flex-basis: 50%;\n}\n\n.wpmud .wphb-dash-table.three-columns > .wphb-dash-table-header > span,\n.wpmud .wphb-dash-table.three-columns > .wphb-dash-table-row > div {\n flex-basis: 25%;\n}\n\n/* Status text on dashboard meta boxes */\n.wpmud .sui-box .status-text {\n color: #888888;\n font-size: 13px;\n line-height: 22px;\n margin-top: 5px;\n}\n\n\n/* Dashbard: Cloudflare */\n#wphb-box-dashboard-cloudflare .wphb-block-entry .wphb-block-entry-content {\n padding-top: 0;\n}\n\n.wpmud .wphb-dashboard-caching-cloudflare-box p {\n margin-top: 30px;\n margin-bottom: 20px;\n}\n\n.wpmud #wphb-box-dashboard-cloudflare .cloudflare-step form label {\n text-align: left;\n font-weight: 400;\n padding-left: 0;\n padding-right: 0;\n}\n\n.wpmud span.dash-cloudflare-connected-status:before {\n color: #17A8E3;\n content: '\\e903';\n font-size: 16px;\n margin-right: 8px;\n}\n\n/* Dashboard: Asset Optimization */\n.wpmud .box-dashboard-welcome .dev-list > li:last-child .list-detail,\n.wpmud .box-dashboard-uptime .wphb-dash-table-row > div:last-child,\n.wpmud .box-dashboard-minification-module .wphb-dash-table-row > div:last-child {\n font-size: 18px;\n font-family: $font--alt;\n color: #666666;\n}\n\n.wpmud .box-dashboard-minification-module .wphb-pills {\n font-weight: bold;\n}\n\n.wpmud .wphb-cf-notice p,\n.wpmud .wphb-upsell-free-message p {\n position: relative;\n border-radius: 4px;\n background-color: #E1F6FF;\n padding: 20px 30px;\n margin-left: -140px;\n color: #333333;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-upsell-free-message p:after {\n position: absolute;\n top: 43%;\n left: 0;\n margin-left: -7px;\n content: '';\n width: 0;\n height: 0;\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n border-right: 7px solid #E1F6FF;\n}\n\n.wpmud .wphb-cf-notice a,\n.wpmud .wphb-upsell-free-message a {\n color: #333333;\n text-decoration: underline;\n font-weight: 500;\n}\n\n/* Dashboard Smush */\n.wpmud .box-dashboard-caching-gravatar-module .wphb-notice,\n.wpmud .box-dashboard-smush .content .wphb-notice,\n.wpmud .box-dashboard-caching-page-module .content .wphb-notice,\n.wpmud .box-dashboard-browser-caching-module .content .wphb-notice,\n.wpmud .box-dashboard-gzip-module .content .wphb-notice,\n.wpmud .box-dashboard-smush-no-membership .content .wphb-notice {\n margin-top: 20px !important;\n}\n\n.wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 45px;\n}\n\n/* Dashboard Reports */\n.wpmud .wrap-wp-hummingbird .report-status {\n background-color: #F8F8F8;\n height: 140px;\n width: 100%;\n position: relative;\n -webkit-border-radius: 7px;\n -moz-border-radius: 7px;\n border-radius: 7px;\n margin-bottom: 10px;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status:hover {\n background-color: #f2f2f2;\n cursor: pointer;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status i {\n color: #666666;\n font-size: 24px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status strong {\n font-family: $font--alt;\n color: #666666;\n font-weight: bold;\n margin-top: 10px;\n font-size: 13px;\n line-height: 20px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status .corner {\n position: absolute;\n top: 0;\n right: 0;\n color: #1ABC9C;\n font-weight: bold;\n font-family: $font--alt;\n padding-right: 6px;\n padding-top: 10px;\n text-transform: uppercase;\n font-size: 13px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey .corner i {\n color: #888888;\n font-size: 16px;\n margin-right: 4px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n border: solid transparent;\n border-top-right-radius: 7px;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner:before {\n border-width: 30px;\n border-right-color: #D1F1EA;\n border-top-color: #D1F1EA;\n}\n\n.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey:before {\n border-right-color: #E6E6E6;\n border-top-color: #E6E6E6;\n}\n\n/* Dashboard Advanced Tools */\n.wpmud .box-dashboard-advanced-tools .wphb-dash-table {\n span {\n color: #888;\n font-size: 13px;\n vertical-align: top;\n }\n\n span.no-issues:before {\n font-family: $font--icons;\n font-size: 16px;\n margin-right: 5px;\n color: #1abc9c;\n content: \"\\E903\";\n }\n}\n\n/* Up-sell meta boxes in the footer */\n.wpmud #wphb-cross-sell-footer > div {\n width: 100%;\n text-align: center;\n border-bottom: 1px solid #E6E6E6;\n line-height: 0.1em;\n margin: 10px 0 40px;\n}\n\n.wpmud #wphb-cross-sell-footer > div > span {\n color: #9A9A9A;\n background-color: #F4F4F4;\n padding: 0 30px;\n font-size: 16px;\n top: 8px;\n}\n\n.wpmud #wphb-cross-sell-footer h3,\n.wpmud .wphb-cross-sell-bottom h3 {\n color: #333333;\n font-size: 22px;\n font-weight: bold;\n line-height: 30px;\n text-transform: none;\n}\n\n.wpmud .wphb-cross-sell-modules .wphb-content {\n text-align: center;\n border-radius: 0 0 5px 5px;\n background-color: #fff;\n box-shadow: 0 2px 0 0 #EAEAEA;\n padding: 30px;\n}\n\n.wpmud .wphb-cross-sell-modules .wphb-content h3 {\n color: #333333;\n font-size: 18px;\n font-weight: bold;\n line-height: 30px;\n text-transform: none;\n margin-top: 0;\n min-height: 60px;\n}\n\n.wpmud .wphb-cross-sell-modules .wphb-content p {\n color: #888888;\n font-size: 13px;\n line-height: 20px;\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-cross-smush,\n.wpmud .wphb-cross-defender,\n.wpmud .wphb-cross-crawl {\n min-height: 150px;\n border-radius: 5px 5px 0 0;\n}\n\n.wpmud .wphb-cross-smush {\n background: url(\"#{$image--path}/plugins-smush.jpg\") center;\n background-size: cover;\n}\n\n.wpmud .wphb-cross-defender {\n background: url(\"#{$image--path}/plugins-defender.jpg\") center;\n background-size: cover;\n}\n\n.wpmud .wphb-cross-crawl {\n background: url(\"#{$image--path}/plugins-crawl.jpg\") center;\n background-size: cover;\n}\n\n.wpmud .wphb-cross-smush > span,\n.wpmud .wphb-cross-defender > span,\n.wpmud .wphb-cross-crawl > span {\n width: 56px;\n height: 56px;\n display: block;\n border: 3px solid #fff;\n border-radius: 50%;\n position: relative;\n top: 80px;\n left: 15px;\n box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);\n}\n\n.wpmud .wphb-cross-smush > span {\n @include background-2x( \"#{$image--path}/plugins-smush-icon\", 'png', 50px, 50px, center center, no-repeat );\n}\n\n.wpmud .wphb-cross-defender > span {\n @include background-2x( \"#{$image--path}/plugins-defender-icon\", 'png', 50px, 50px, center center, no-repeat );\n}\n\n.wpmud .wphb-cross-crawl > span {\n @include background-2x( \"#{$image--path}/plugins-crawl-icon\", 'png', 50px, 50px, center center, no-repeat );\n}\n\n.wpmud .wphb-cross-sell-modules a:not(.disabled):after {\n font-family: $font--icons;\n content: '\\af';\n margin-left: 5px;\n}\n\n.wpmud .wphb-cross-sell-modules .col-third:nth-child(3) a.disabled {\n border-radius: 13px !important;\n background-color: #F2F2F2;\n}\n\n.wpmud .wphb-cross-sell-bottom {\n text-align: center;\n margin-top: 50px;\n}\n\n.wpmud .wphb-cross-sell-bottom p {\n max-width: 500px;\n margin: 20px auto 30px;\n}\n\n.wpmud .wphb-cross-sell-bottom img {\n margin: 30px auto 0;\n}\n\n@media screen and (min-width: 1550px) {\n .wpmud .box-dashboard-reports-no-membership .wphb-block-entry .row {\n padding-bottom: 20px;\n }\n .wpmud .box-dashboard-uptime-no-membership .content p {\n padding-bottom: 20px;\n }\n .wpmud .box-dashboard-smush-no-membership .buttons {\n padding-bottom: 20px;\n }\n}\n\n@media only screen and (min-width: 1545px) {\n .wpmud .wphb-cross-sell-modules > .col-third h3 {\n height: auto;\n }\n}\n\n@include bp(desktop-large) {\n .wpmud .box-dashboard-smush-no-membership .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 65px;\n }\n}\n\n@include bp(desktop) {\n .wpmud .box-dashboard-uptime-no-membership .wphb-block-entry-image,\n .wpmud .box-dashboard-reports-no-membership .wphb-block-entry-image {\n display: none;\n }\n\n .wpmud .wphb-cf-notice p,\n .wpmud .wphb-upsell-free-message p {\n margin-left: auto;\n margin-top: 30px;\n }\n\n .wpmud .wphb-cf-notice p:after,\n .wpmud .wphb-upsell-free-message p:after {\n display: none;\n }\n}\n\n@include bp(desktop-small) {\n .box-dashboard-browser-caching-module .box-content {\n background-image: none;\n }\n\n /* Upsell footer */\n .wpmud .row.wphb-cross-sell-modules .col-third {\n display: flex;\n width: 100%;\n padding: 0 0 30px;\n margin-top: 0;\n }\n\n .wpmud .wphb-cross-sell-modules .col-third:last-child {\n padding: 0;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"] {\n width: 30%;\n border-radius: 5px 0 0 5px;\n box-shadow: 0 2px 0 0 #EAEAEA;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"] > span {\n top: 60%;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content {\n width: 70%;\n text-align: left;\n border-radius: 0 5px 5px 0;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content h3 {\n min-height: auto;\n text-align: left;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content p {\n margin-bottom: 10px;\n }\n}\n\n@include bp(tablet) {\n .wpmud .box-dashboard-performance-module .box-content .with-padding {\n padding: 30px;\n }\n}\n\n\n@include bp(phone) {\n .wpmud .box-dashboard-minification-module .wphb-pills {\n display: block;\n }\n\n .wpmud .box-dashboard-performance-module .wphb-score-result-label {\n margin-left: 3px;\n margin-right: 5px;\n }\n\n .wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost {\n padding: 5px 6px 7px !important;\n }\n\n .wpmud .box-dashboard-performance-module .box-content .with-padding {\n padding: 15px 20px;\n }\n\n .wpmud .box-dashboard-performance-module .wphb-dash-table-header,\n .wpmud .box-dashboard-performance-module .wphb-dash-table-row {\n padding: 0 20px;\n }\n\n .wpmud .box-dashboard-smush .buttons {\n margin-top: 15px;\n }\n\n .wpmud .wphb-score.wphb-score-have-label {\n width: 65px;\n }\n\n .wpmud .sui-box .status-text {\n line-height: 15px;\n margin-top: 0;\n padding-left: 10px;\n word-wrap: break-word;\n max-width: 175px;\n }\n\n /* notices */\n .wpmud .wphb-cf-notice p,\n .wpmud .wphb-upsell-free-message p {\n padding: 15px 20px;\n margin-top: 15px;\n }\n\n /* upsell footer */\n .wpmud .row.wphb-cross-sell-modules .col-third {\n display: block;\n padding: 0 0 15px;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"],\n .wpmud .wphb-cross-sell-modules .wphb-content {\n width: 100%;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"] {\n min-height: 100px;\n height: 100px;\n border-radius: 5px 5px 0 0;\n box-shadow: none;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content {\n border-radius: 0 0 5px 5px;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content,\n .wpmud .wphb-cross-sell-modules .wphb-content h3 {\n text-align: center;\n }\n\n .wpmud .wphb-cross-sell-modules .wphb-content p {\n margin-bottom: 20px;\n }\n\n .wpmud .wphb-cross-sell-modules div[class^=\"wphb-cross\"] > span {\n top: 60px;\n left: calc( 50% - 28px ); /* half of width ( width is 50px ) + one border ( 3px ) */\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_dashboard.scss","/* ****************************************************************************\n * MODULES: PERFORMANCE\n */\n\n@import \"../common/mixins\";\n\n.wpmud .box-performance-welcome.sui-summary {\n background-image: url(\"#{$image--path}/graphic-hb-minify-summary@2x.png\");\n}\n\n.wpmud .performance-report-table .wpdui-btn {\n display: inline-block;\n margin: 10px 0 20px;\n text-transform: uppercase;\n}\n\n.wpmud .performance-report-table .wpdui-btn:hover {\n color: #ffffff;\n}\n.wpmud .sui-dismissed .sui-circle-score svg circle:last-child {\n stroke: #AAAAAA;\n}\n.wpmud .sui-accordion-item.sui-dismissed {\n border-left: 2px solid #AAAAAA;\n}\n.wpmud .sui-button.wphb-disabled-test:last-child {\n margin-right: 10px;\n}\n.wpmud .performance-report-table a,\n.wpmud .performance-report-table a:hover {\n color: #17A8E3;\n overflow-wrap: break-word;\n word-wrap: break-word;\n word-break: break-all;\n -ms-hyphens: auto;\n -moz-hyphens: auto;\n -webkit-hyphens: auto;\n hyphens: auto;\n}\n\n.wpmud .performance-report-table p,\n.wpmud .performance-report-table ol li {\n font-size: 13px !important;\n color: #888888;\n line-height: 22px;\n}\n\n.wpmud .performance-report-table ol > p {\n margin-left: -30px;\n margin-bottom: 15px;\n}\n\n.wpmud .performance-report-table > thead > tr > th:first-child {\n padding-left: 30px;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item:hover td {\n cursor: pointer;\n border-bottom: 0 !important;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-score {\n width: 137px;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-type {\n color: #888888;\n font-size: 13px;\n transition: color .3s;\n width: 130px;\n}\n.wpmud .wphb-performance-report-item-type:first-letter {\n text-transform: capitalize;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item:hover .wphb-performance-report-item-type {\n color: #333333;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-cta {\n text-align: right;\n width: 225px;\n}\n\n.wpmud .wphb-performance-report-item .trigger-additional-content {\n color: #888888;\n cursor: pointer;\n display: inline-block;\n font-size: 14px;\n line-height: 1em;\n height: 14px;\n margin: 8px 30px 8px 15px;\n transition: color .3s;\n vertical-align: middle;\n}\n\n.wpmud .wphb-performance-report-item .trigger-additional-content .dev-icon-caret_down:before {\n display: inline-block;\n transition: transform 0.5s;\n transform: rotate(0);\n}\n\n.wpmud .wphb-performance-report-item-opened .trigger-additional-content .dev-icon-caret_down:before {\n transform: rotate(-180deg);\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-opened,\n.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-additional-content:hover,\n.wpmud .wphb-table.performance-report-table .wphb-performance-report-item-opened:hover {\n background: #F8F8F8;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-additional-content {\n background: #F8F8F8;\n display: none;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened {\n display: table-row;\n}\n\n.wpmud .performance-report-table .wphb-performance-report-item-additional-content-opened > td {\n border-top: 0 !important;\n}\n\n.wpmud .wphb-performance-report-item-additional-content-inner {\n padding: 0 !important;\n}\n\n.wpmud .sui-box-performance-report-additional-content h4:first-child {\n margin-top: 0;\n}\n\n.wpmud .sui-box-performance-report-additional-content h4,\n.wpmud .sui-box-performance-report-additional-content h5 {\n font-family: 'Roboto', sans-serif;\n color: #333333;\n font-size: 13px;\n text-transform: none;\n line-height: 23px;\n margin: 20px 0 20px;\n text-align: left;\n}\n\n/* Performance Results */\n.wphb-score {\n display: inline-block;\n position: relative;\n}\n\n.wphb-score-type-circle {\n border-radius: 100%;\n height: 30px;\n width: 30px;\n}\n\n.wphb-score-type-circle.large {\n height: 80px;\n width: 80px;\n}\n\n.wphb-score-type-circle .wphb-score-graph-circle {\n stroke: #E5E5E5;\n stroke-dashoffset: 80;\n stroke-width: 5px;\n -moz-transition: stroke-dashoffset 1s linear;\n -webkit-transition: stroke-dashoffset 1s linear;\n transition: stroke-dashoffset 1s linear;\n}\n\n.wphb-score-type-circle.large .wphb-score-graph-circle {\n stroke-dashoffset: 219.8;\n stroke-width: 10px;\n}\n\n.wphb-score-type-circle .wphb-score-graph-result {\n transform: rotate(-80deg) translateX(-27px) translateY(2.5px);\n -moz-transform: rotate(-80deg) translateX(-27px) translateY(2.5px);\n -webkit-transform: rotate(-80deg) translateX(-27px) translateY(2.5px);\n}\n\n.wphb-score-type-circle.large .wphb-score-graph-result {\n transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);\n -moz-transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);\n -webkit-transform: rotate(-80deg) translateX(-72.5px) translateY(6.5px);\n}\n\n.wpmud .wphb-performance-report-item-score,\n.wpmud .wphb-button-label,\n.wpmud .wphb-score-result {\n cursor: pointer;\n position: relative;\n}\n\n/* Reporting */\n.wpmud .wrap-wphb-caching .list-results,\n.wpmud .wrap-wphb-performance .list-results {\n max-height: 200px;\n overflow-y: scroll;\n}\n\n.wpmud .wrap-wphb-performance .recipient {\n margin-bottom: 10px;\n padding: 5px 10px;\n}\n\n.wpmud .wrap-wphb-performance .recipient:hover {\n border-radius: 4px;\n background-color: #F8F8F8;\n}\n\n.wpmud .wrap-wphb-performance .recipient,\n.wpmud .wrap-wphb-performance .recipient .name,\n.wpmud .wrap-wphb-performance .add-recipient {\n display: flex;\n flex-flow: row nowrap;\n justify-content: space-between;\n align-items: center;\n align-content: center;\n}\n\n.wpmud .wrap-wphb-performance .recipient img {\n -webkit-border-radius: 50px;\n -moz-border-radius: 50px;\n border-radius: 50px;\n width: 30px;\n height: 30px;\n margin-right: 10px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.wpmud .wrap-wphb-performance .recipient .name {\n color: #333333;\n font-weight: 500;\n}\n\n.wpmud .wrap-wphb-performance .recipient a > i {\n color: #888888;\n}\n\n.wpmud .wrap-wphb-performance .recipient:hover a > i {\n color: #333333;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient {\n margin-top: 15px;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient > * {\n margin-bottom: 0;\n border-radius: 0;\n border: 1px solid #E6E6E6;\n font-weight: normal;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient .wdv-icon-plus {\n color: #FFFFFF;\n font-size: 20px;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient > input::placeholder {\n color: #AAAAAA;\n font-weight: 400;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name {\n border-radius: 4px 0 0 4px;\n border-right: 0;\n background-color: #F8F8F8;\n margin: 0;\n}\n\n.wpmud .wrap-wphb-performance .add-recipient #wphb-username-search {\n background-color: #F8F8F8;\n margin: 0;\n}\n\n.wpmud .wrap-wphb-performance .wphb-tag {\n -webkit-border-radius: 16px;\n -moz-border-radius: 16px;\n border-radius: 16px;\n font-size: 13px;\n padding: 4px 16px;\n color: #fff;\n text-transform: uppercase;\n}\n\n.wpmud .wrap-wphb-performance .wphb-tag.tag-generic {\n background: #E6E6E6;\n color: #333;\n}\n\n.wpmud .box-reporting-summary {\n .settings-form.disabled {\n position: relative;\n }\n}\n.wpmud .box-reporting-summary .wphb-block-entry-content,\n.wpmud .box-reporting-summary .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 0;\n}\n\n.wpmud .list-table > tbody > tr > td.wphb-performance-report-item-type.disabled {\n padding-right: 30px;\n}\n.wpmud .sui-box-performance-report-additional-content.disable-buttons a.wpdui-btn,\n.wpmud .sui-box-performance-report-additional-content.disable-buttons a.button {\n display: none;\n}\n\n@include bp(desktop-large) {\n .wpmud .performance-report-table .wphb-performance-report-item-score,\n .wpmud .performance-report-table .wphb-performance-report-item-type {\n width: 115px;\n }\n\n .wpmud .performance-report-table .wphb-performance-report-item-cta {\n width: 180px;\n }\n\n .wpmud .box-reporting-summary .box-footer .wphb-block-entry-content {\n margin-top: 0;\n }\n}\n\n@include bp(desktop) {\n .wpmud .performance-report-table .wphb-performance-report-item-type {\n width: 105px;\n }\n\n .wpmud .performance-report-table .wphb-performance-report-item-cta {\n width: 165px;\n }\n\n .wpmud .performance-report-table .wphb-performance-report-item-score {\n width: 105px;\n padding-left: 20px !important;\n }\n}\n\n@include bp(tablet) {\n .wpmud .performance-report-table th,\n .wpmud .performance-report-table td {\n width: 70% !important;\n }\n\n .wpmud .wphb-performance-report-heading.wphb-performance-report-heading-type,\n .wpmud .wphb-performance-report-item-type,\n .wpmud .wphb-performance-report-item-cta > button {\n display: none !important;\n }\n}\n\n@include bp(phone) {\n .wpmud .wrap-wphb-performance .recipient,\n .wpmud .wrap-wphb-performance .recipient .name,\n .wpmud .wrap-wphb-performance .add-recipient {\n flex-flow: row wrap;\n }\n\n .wpmud .wrap-wphb-performance .add-recipient > button,\n .wpmud .wrap-wphb-performance .add-recipient #wphb-first-name {\n border-radius: 0 !important;\n margin-bottom: 5px;\n border: 1px solid #E6E6E6;\n }\n\n .wpmud .wrap-wphb-performance .add-recipient > button {\n margin-top: 10px !important;\n }\n\n .wpmud .performance-report-table {\n margin-top: 0;\n }\n\n .wpmud .wphb-performance-report-item .trigger-additional-content {\n margin-right: 20px;\n }\n\n .wpmud .sui-box-performance-report-additional-content {\n padding: 15px 20px;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_performance.scss","/* ****************************************************************************\n * MODULES: CACHING MODULES\n */\n\n@import \"../common/variables\";\n@import \"../common/mixins\";\n\n.wpmud .wphb-caching-error {\n text-align: left;\n}\n\n.wpmud .wphb-caching-error a {\n text-decoration: underline;\n}\n\n.wpmud .wrap-wphb-caching .wphb-spinner {\n float: none;\n background-size: 15px 15px;\n}\n\n.wpmud .wphb-caching-cloudflare-box > p {\n margin: 0 0 20px 0;\n}\n\n.wpmud .box-caching-enable .buttons {\n margin-top: -20px;\n}\n\n.wpmud .caching-table {\n margin: 30px 0 0;\n}\n\n.wpmud .wphb-caching-summary-heading,\n.wpmud .box-gzip-summary .list-label {\n text-transform: none !important;\n color: #333333;\n font-size: 13px;\n}\n\n.wpmud #cloudflare-how-to-title,\n.wpmud #cloudflare-how-to {\n text-align: left;\n}\n\n.wpmud #cloudflare-how-to a {\n font-weight: 500;\n text-decoration: underline;\n color: inherit;\n}\n\n.wpmud #cloudflare-info {\n clear: both;\n}\n\n.wpmud #cloudflare-info.wphb-notice {\n margin-top: 30px;\n}\n\n.wpmud .cloudflare-submit {\n margin-bottom: 0;\n}\n\n.wpmud #cloudflare-zone .clear {\n padding: 0;\n}\n\n.wpmud #cloudflare-zone label {\n margin-bottom: 13px;\n}\n\n.wpmud #cloudflare-zone .cloudflare-submit {\n margin-top: 22px;\n}\n\n.wpmud #cloudflare-steps .wphb-notice-success {\n margin-top: 0;\n}\n\n.wpmud .cloudflare-clear-cache-tooltip[tooltip]:after {\n margin-left: -137px;\n}\n\n.wpmud .cloudflare-step {\n margin-top: 30px;\n}\n\n.wpmud .cloudflare-step form label input {\n margin-top: 5px;\n background-color: #F8F8F8;\n}\n\n.wpmud .cloudflare-step form label input::-webkit-input-placeholder,\n.wpmud .cloudflare-step form label input::-moz-placeholder,\n.wpmud .cloudflare-step form label input:-moz-placeholder, /* Firefox 19+ */\n.wpmud .cloudflare-step form label input:-ms-input-placeholder /* Firefox 18- */ {\n color: #AAAAAA;\n}\n\n.wpmud .cloudflare-step > p:first-child {\n text-align: left;\n}\n\n.wpmud .cloudflare-spinner {\n display: inline-block;\n float: right;\n}\n\n.wpmud .cloudflare-step p.cloudflare-submit,\n.wpmud #cloudflare-how-to-title {\n position: relative;\n margin-top: 11px;\n}\n\n.wpmud .cloudflare-step p.cloudflare-submit input[type=\"submit\"] {\n display: inline-block;\n margin-top: 0;\n}\n\n.wpmud #cloudflare-how-to {\n clear: both;\n margin-left: 0;\n margin-bottom: 0;\n list-style-position: inside;\n}\n\n.wpmud .cloudflare-step > p {\n margin-bottom: 30px;\n}\n\n.wpmud .cloudflare-step p.cloudflare-submit {\n float: right;\n}\n\n.wpmud .cloudflare-step hr {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.wpmud .cloudflare-step p.cloudflare-clear-cache-text {\n text-align: left;\n}\n\n.wpmud #cloudflare-how-to-title {\n float: left;\n line-height: 15px;\n padding-top: 7px;\n font-size: 13px;\n}\n\n.wpmud .cloudflare-step .cloudflare-data {\n text-align: left;\n margin-top: 30px;\n margin-bottom: 0;\n}\n\n.wpmud .cloudflare-data > span {\n display: inline-block;\n margin-right: 20px;\n}\n\n.wpmud .box-caching-summary .sui-box-body {\n background: no-repeat 30px 100%;\n}\n\n.wpmud .box-caching-summary .sui-box-body {\n background-image: url(\"#{$image--path}/graphic-hb-cf-sell@2x.png\");\n background-size: 107px 148px;\n}\n\n.wpmud .box-caching-summary .sui-box-body.no-background-image {\n background-image: none;\n}\n\n.wpmud .box-caching-settings .select-container.server-type {\n max-width: 240px;\n}\n\n.wpmud.wphb-notice {\n margin-top: 30px;\n}\n\n.wpmud .box-caching-settings .wphb-expiry-select-box label {\n margin-top: 0;\n}\n\n.wpmud .wphb-expiry-select-box .wphb-expiry-select {\n max-width: 240px;\n}\n\n@media screen and (max-width: 1200px) and (min-width: 783px) {\n .wpmud #cloudflare-how-to-title {\n float: none;\n display: block;\n text-align: center;\n margin-bottom: 0;\n }\n .wpmud .cloudflare-step p.cloudflare-submit {\n float: none;\n position: relative;\n }\n .wpmud .cloudflare-step p.cloudflare-submit .cloudflare-spinner {\n position: absolute;\n right: 0;\n top: 10px;\n }\n}\n\n.wpmud .wphb-server-instructions .wphb-notice,\n.wpmud .box-caching-summary .wphb-notice,\n.wpmud .box-gzip-summary .wphb-notice {\n margin-bottom: 30px !important;\n}\n\n.wpmud .wphb-caching-active.wphb-notice.wphb-notice-blue {\n margin-bottom: 0 !important;\n}\n\n.wpmud .wphb-caching-success.wphb-notice.wphb-notice-success {\n margin-top: 30px;\n}\n\n.wpmud .wphb-server-instructions .wphb-block-content pre {\n max-height: 240px;\n}\n\n.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p {\n font-size: 13px;\n line-height: 22px;\n color: #333;\n}\n\n.wpmud .wphb-server-instructions .wphb-notice.wphb-notice-blue p:before {\n font-size: 16px;\n line-height: 16px;\n}\n\n.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning {\n margin-top: 30px;\n}\n\n.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p {\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-expiry-changes.wphb-notice.wphb-notice-warning p:before {\n font-size: 16px;\n line-height: 16px;\n}\n\n.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p {\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-cf-detected-notice.wphb-notice.wphb-notice-grey p:before {\n font-size: 16px;\n line-height: 16px;\n}\n\n.wpmud .wphb-expiry-changes .update-htaccess {\n margin-top: 10px;\n}\n\n.wpmud .button.notice-button {\n margin-top: 10px;\n}\n\n.wpmud .wphb-cloudflare.wphb-notice-warning p {\n color: #333;\n}\n\n/* Expiration table */\n.wpmud .wphb-border-frame .table-header .wphb-caching-summary-heading-type {\n flex-basis: 85px;\n}\n\n.wpmud .wphb-border-frame .table-row .wphb-gzip-summary-item-type,\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type {\n flex-basis: 100px;\n}\n\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-expiry,\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-status {\n flex-basis: 80px;\n}\n\n.wpmud .wphb-border-frame .table-row .wphb-caching-summary-item-type {\n font-size: 13px;\n font-weight: 500;\n color: #333333;\n}\n\n.wpmud .box-caching-settings label,\n.wpmud .box-gzip-settings label {\n margin-top: 15px;\n margin-bottom: 5px;\n padding: 0;\n}\n\n.wpmud .box-caching-settings label,\n.wpmud .box-gzip-settings label,\n.wpmud .box-caching-settings .wphb-border-frame > label,\n.wpmud .box-gzip-settings .wphb-border-frame > label {\n color: #888888;\n font-size: 13px;\n font-weight: 500;\n line-height: 22px;\n}\n\n.wpmud .wphb-caching-cloudflare-settings .wphb-expiry-select {\n width: 85%;\n}\n\n.wrap-wphb-caching .cloudflare-step label:first-child {\n margin-top: 0;\n}\n\n/* Server select tabs (automatic/manual) */\n.wpmud .wrap-wphb-gzip .tabs,\n.wpmud .wrap-wphb-caching .tabs,\n.wpmud .wrap-wphb-gzip .tabs .tab label,\n.wpmud .wrap-wphb-caching .tabs .tab label,\n.wpmud .wrap-wphb-gzip .tabs .tab .content,\n.wpmud .wrap-wphb-caching .tabs .tab .content {\n border: 0;\n}\n\n.wpmud .wrap-wphb-gzip .tabs .tab .content,\n.wpmud .wrap-wphb-caching .tabs .tab .content {\n border-top: 2px solid #E6E6E6;\n top: 38px;\n}\n\n.wpmud .wrap-wphb-gzip .tabs .tab label,\n.wpmud .wrap-wphb-caching .tabs .tab label {\n font-size: 15px;\n text-transform: capitalize;\n color: #888888;\n padding: 0 10px;\n line-height: 1.5em;\n height: 40px;\n}\n\n.wpmud .wphb-server-instructions p,\n.wpmud .wphb-server-instructions .wphb-listing li {\n color: #888888;\n font-size: 13px;\n line-height: 22px;\n}\n\n.wpmud .wphb-server-instructions .wphb-listing li {\n margin-top: 0;\n}\n\n.wpmud .wphb-server-instructions .tabs {\n margin: 0;\n}\n\n.wpmud .wphb-server-instructions .tabs .tab .content {\n padding: 20px 0 0;\n}\n\n.wpmud .wphb-server-instructions .tabs .tab > .active {\n color: #333333;\n border-bottom: 2px solid #333333;\n z-index: 10;\n}\n\n/* Page caching */\n.wpmud .box-page-caching .box-footer {\n border-top: 1px solid #E6E6E6;\n padding: 50px 30px;\n}\n\n.wpmud .box-page-caching .sui-box-body .sui-box-settings-row:first-of-type {\n padding-bottom: inherit;\n border-bottom: 1px solid #e6e6e6;;\n}\n\n.wpmud .box-page-caching h4 {\n color: #666666;\n font-size: 15px;\n font-weight: 500;\n text-align: left;\n text-transform: none;\n}\n\n.wpmud .box-page-caching textarea {\n height: 180px;\n max-width: 490px;\n color: #333333;\n border: 1px solid #E6E6E6;\n border-radius: 4px;\n background-color: #F8F8F8;\n margin-top: 20px;\n}\n\n.wpmud .box-page-caching .col-two-third .with-bottom-border {\n margin-bottom: 30px;\n}\n\n/* Page caching: page types table */\n.wpmud .box-page-caching .wphb-dash-table .sub {\n width: 75px;\n}\n\n.wpmud .box-page-caching .wphb-dash-table .wphb-dash-table-row:first-child {\n border-top: 0;\n}\n\n.wpmud .box-page-caching .wphb-dash-table .wphb-dash-table-row:last-child {\n border-bottom: 0;\n}\n\n@include bp(tablet) {\n .wpmud .box-page-caching .sui-box-settings-col-2.wphb-deactivate-pc {\n padding-top: 0;\n }\n}\n\n/* Gravatar caching */\n.wpmud .box-page-caching .wphb-notice,\n.wpmud .box-caching-gravatar .wphb-notice {\n margin-top: 20px;\n}\n\n.wpmud .box-page-caching .sui-box-settings-row .sui-button-ghost {\n margin: 10px 0;\n}\n\n/* Settings */\n.wpmud .box-caching-other-settings .spinner {\n margin: 2px 10px 0 0;\n}\n\n/* Rss caching */\n.wpmud .box-caching-rss {\n .sui-box-footer .spinner {\n margin: 2px 10px 0;\n }\n .sui-box-settings-row {\n input[type=\"text\"] {\n margin: 0;\n display: inline-block;\n width: 80px;\n }\n\n label {\n margin-left: 10px;\n margin-top: -5px;\n color: #666;\n }\n }\n}\n\n@include bp(desktop-large) {\n .wpmud .wrap-wphb-caching .row {\n display: block;\n table-layout: inherit;\n }\n}\n\n@include bp(phone-large) {\n .wpmud .box-caching-summary .box-content > .box-content {\n background-image: none;\n }\n}\n\n@include bp(phone) {\n .wpmud .wphb-caching-success.wphb-notice.wphb-notice-success {\n margin-top: 10px;\n }\n\n .wpmud .wphb-server-instructions .wphb-notice,\n .wpmud .box-caching-summary .wphb-notice,\n .wpmud .box-gzip-summary .wphb-notice {\n margin-bottom: 10px !important;\n }\n\n .wpmud .box-caching-summary .content-box-two-cols-image-left .wphb-block-entry-content {\n margin: 0;\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_caching.scss","/* ****************************************************************************\n * MODULES: GZIP COMPRESSION\n */\n\n.wpmud #wphb-code-snippet {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.wpmud .wphb-gzip-error {\n text-align: left;\n}\n\n.wpmud .wphb-gzip-error p:first-child {\n margin: 0 0 10px 0;\n}\n\n.wpmud .wphb-gzip-error a,\n.wpmud #configure-gzip-link {\n text-decoration: underline;\n}\n\n.wpmud .box-gzip-settings .inline-label {\n color: #888888 !important;\n font-size: 13px;\n font-weight: 500;\n padding-left: 0 !important;\n}\n\n.wpmud .box-gzip-settings .select-container {\n max-width: 240px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice-blue {\n margin-top: 0;\n margin-bottom: 30px;\n padding: 15px 20px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice-blue p {\n font-size: 13px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice-blue p:before {\n font-size: 16px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice.htaccess-warning {\n margin-top: 30px;\n margin-bottom: 0 !important;\n padding: 15px 20px;\n}\n\n.wpmud .box-gzip-settings .wphb-notice.htaccess-warning a {\n text-decoration: underline;\n}\n\n@media screen and (min-width: 960px) {\n .wpmud .wphb-border-frame.two-columns .table-header,\n .wpmud .wphb-border-frame.two-columns .table-row {\n justify-content: flex-start;\n }\n .wpmud .wphb-border-frame.two-columns .table-header > div:first-child,\n .wpmud .wphb-border-frame.two-columns .table-row > div:first-child {\n flex-basis: 50%;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_gzip.scss","/* ****************************************************************************\n * MODULES: MINIFICATION\n */\n\n@import \"../common/variables\";\n@import \"../common/mixins\";\n\n/* Checkbox groups */\n.wpmud .checkbox-group {\n border-radius: 41px;\n display: flex;\n justify-content: flex-end;\n height: 40px;\n}\n.wpmud .sui-dialog .checkbox-group {\n justify-content: flex-start;\n}\n\n/* We do not use display: none, because screen readers don't see the element */\n.wpmud .checkbox-group input[type=\"checkbox\"] {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n display: block;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"] + label {\n background-color: #fff;\n border: 1px solid #E6E6E6;\n border-radius: 4px;\n display: flex;\n padding: 0;\n align-items: center;\n justify-content: center;\n text-align: center;\n width: 50px;\n position: relative;\n transition-property: background, color;\n transition-duration: 0.3s;\n color: transparent !important;\n margin-bottom: 0;\n margin-left: 5px;\n}\n\n/* Overwrite for advanced view */\n.wpmud .wphb-minification-advanced-group input[type=\"checkbox\"] + label {\n width: 50px;\n}\n\n/* Modal window */\n.wpmud .sui-dialog .checkbox-group {\n width: 100%;\n height: 52px;\n}\n\n.wpmud .sui-dialog .checkbox-group input[type=\"checkbox\"] + label {\n padding: 10px 10px;\n width: 70px;\n height: 50px;\n}\n\n.wpmud .sui-dialog .wphb-progress-state {\n text-align: left;\n margin-top: 0;\n}\n\n/* Checkbox group */\n.wpmud .checkbox-group input[type=\"checkbox\"] + label.toggle-label-background, /* modal */\n.wpmud .checkbox-group input[type=\"checkbox\"]:checked + label {\n box-shadow: none;\n background-color: #E1F6FF;\n border-color: #E1F6FF;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"] + label > span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"] + label > i {\n color: #888888;\n padding: 0;\n font-size: 12px;\n}\n\n.wpmud .checkbox-group > span {\n color: #AAAAAA;\n font-size: 12px;\n line-height: 40px;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"] + label > [class^=\"hb-\"]:before {\n font-size: 14px;\n vertical-align: -2px;\n}\n\n.wpmud .sui-dialog .checkbox-group input[type=\"checkbox\"] + label > [class^=\"hb-\"]:before {\n margin-right: 0;\n}\n\n/* Overwrite for advanced view */\n.wpmud .wphb-minification-advanced-group input[type=\"checkbox\"] + label > [class^=\"hb-\"]:before,\n.wpmud .wphb-modal input[type=\"checkbox\"] + label > [class^=\"hb-\"]:before {\n margin-right: 0;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"] + label.toggle-label-background > span:not(.toggle), /* modal */\n.wpmud .checkbox-group input[type=\"checkbox\"]:checked + label > span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"]:checked + label > i {\n color: #17A8E3;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]:disabled + label > span:not(.toggle),\n.wpmud .checkbox-group input[type=\"checkbox\"]:disabled + label > i {\n color: #DDD;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"]:disabled + label {\n background-color: #F8F8F8;\n border-color: #F8F8F8;\n}\n\n.wpmud .checkbox-group input[type=\"checkbox\"] + label > [tooltip] {\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n z-index: 9;\n}\n\n.wpmud .checkbox-group label [class^=\"hb-\"] {\n display: block;\n padding: 10px 0 4px;\n\n}\n\n/* Notice in header to enable advanced mode */\n.wpmud .wrap-wphb-minification > .row > .wphb-notice {\n margin-bottom: 30px;\n}\n\n/* Asset Optimization meta box */\n.wpmud .wphb-minification-files {\n background-color: #F8F8F8;\n padding-bottom: 1px;\n}\n\n.wpmud .box-minification-enqueued-files .box-title .buttons > div {\n display: inline-block;\n vertical-align: top;\n}\n\n/* Switch type button */\n.wpmud .box-minification-enqueued-files .box-title .buttons {\n margin-right: 45px !important;\n}\n\n.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button {\n border-left: 1px solid #E6E6E6;\n display: block;\n height: 60px;\n left: 100%;\n margin-left: -30px;\n position: relative;\n width: 60px;\n}\n\n.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider {\n border-left: 1px solid #E6E6E6;\n height: 62px;\n margin-top: -21px;\n margin-bottom: -22px;\n margin-left: 10px;\n}\n.wpmud .box-minification-enqueued-files .sui-box-header .sui-button:last-child {\n margin-right: 10px;\n}\n.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button {\n height: 60px;\n width: 60px;\n display: block;\n margin: -15px -30px -15px 0px;\n}\n\n.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button > i {\n color: #AAAAAA;\n font-size: 20px;\n margin-left: 20px;\n position: absolute;\n top: 18px;\n}\n\n.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button > i {\n color: #17A8E3;\n}\n\n.wpmud .wphb-minification-files-header {\n background-color: #fff;\n border-bottom: 1px solid #E6E6E6;\n margin-bottom: 30px;\n padding: 30px;\n}\n\n.wpmud .wphb-border-row {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-flow: row wrap;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n align-content: center;\n position: relative;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row,\n.wpmud .wphb-minification-files-advanced .wphb-border-row,\n.wpmud .wphb-minification-files-advanced .wphb-minification-row-details {\n padding: 10px 30px;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.wpmud .wphb-minification-files-advanced .wphb-minification-row-details {\n padding: 0;\n display: flex;\n align-content: center;\n align-items: center;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row {\n border-bottom: 1px solid #E6E6E6;\n}\n\n.wpmud .wphb-minification-files-advanced .wphb-border-row {\n padding: 10px 30px 10px 20px;\n min-height: 70px;\n background-color: #FFF;\n border-radius: 4px;\n box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n margin-bottom: 10px;\n}\n\n.wpmud .wphb-minification-files-basic .wphb-border-row:last-child,\n.wpmud .wphb-minification-files-advanced .wphb-border-row:last-child {\n border-bottom: 0;\n}\n\n.wpmud .wphb-minification-files-table.wphb-minification-files-basic,\n.wpmud .wphb-minification-files-table.wphb-minification-files-advanced {\n background-color: #F8F8F8;\n margin: 0 30px 30px;\n}\n\n.wpmud .wphb-minification-files-table.wphb-minification-files-basic {\n background-color: #FFFFFF;\n border-radius: 4px;\n box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n}\n\n.wpmud .wphb-minification-files > h3,\n.wpmud .wphb-minification-files-select h3 {\n font-size: 13px;\n font-weight: bold;\n line-height: 22px;\n color: #888888;\n text-align: left;\n text-transform: none;\n margin: 10px 30px;\n}\n\n/* Notices */\n.wpmud .wphb-minification-files .wphb-notice {\n margin: 0 30px 30px;\n width: auto;\n}\n\n/* Styles, common for basic and advanced views */\n.wpmud {\n .wphb-minification-file-info {\n float: left;\n line-height: 18px;\n overflow: hidden;\n white-space: nowrap;\n width: 280px;\n > {\n * {\n color: #AAAAAA;\n font-size: 10px;\n font-weight: 500;\n line-height: 10px;\n }\n span:first-child {\n color: #666666;\n display: block;\n font-size: 13px;\n line-height: 13px;\n }\n a {\n max-width: 400px;\n overflow: hidden;\n }\n .original-size.crossed-out {\n text-decoration: line-through;\n }\n .sui-icon-chevron-down:before {\n font-size: 8px;\n position: relative;\n top: 0;\n }\n .sui-icon-chevron-down:before,\n .compressed-size {\n color: #1ABC9C;\n }\n }\n }\n .wphb-border-row:not(.disabled) .wphb-minification-file-info:after {\n background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);\n background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);\n background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);\n content: '';\n height: 100%;\n pointer-events: none;\n position: absolute;\n right: 0;\n top: 0;\n width: 40px;\n }\n .wphb-minification-files-basic .wphb-border-row .wphb-row-status {\n &.wphb-row-status-queued,\n &.wphb-row-status-success {\n top: 20px;\n }\n }\n .wphb-border-row {\n .wphb-row-status {\n position: absolute;\n height: 20px;\n width: 20px;\n border-radius: 50%;\n background-color: #FFFFFF;\n box-shadow: 0 2px 7px 0 rgba(0,0,0,0.05);\n left: -9px;\n animation: pop 0.3s linear 1;\n z-index: 1;\n i {\n position: absolute;\n height: 12px;\n width: 12px;\n font-size: 12px;\n line-height: 22px;\n left: 4px;\n &:before {\n color: #17A8E3;\n }\n }\n &.wphb-row-status-already-compressed {\n i:before {\n color: $color--warning;\n }\n }\n &.wphb-row-status-other {\n i:before {\n color: #AAAAAA;\n }\n }\n &.wphb-row-status-queued {\n top: 24px;\n z-index: 0;\n i:before {\n color: #AAAAAA;\n }\n }\n &.wphb-row-status-success {\n top: 24px;\n z-index: 0;\n i:before {\n color: $color--success;\n }\n }\n }\n }\n}\n\n/* Advanced minification section */\n.wpmud .wphb-minification-filter-buttons {\n padding: 0 30px 20px;\n display: flex;\n .sui-actions-left {\n margin-left: 0;\n }\n}\n\n.wpmud .wphb-minification-files-select {\n display: flex;\n align-items: center;\n align-content: center;\n margin: 0 50px;\n .sui-checkbox {\n margin-right: 5px;\n span {\n margin-top: -4px;\n }\n }\n}\n\n.wpmud .wphb-minification-files-select h3 {\n margin: 5px 5px 7px;\n}\n\n.wpmud .wphb-minification-bulk-file-selector {\n float: left;\n}\n\n.wpmud .wphb-minification-file-select {\n float: left;\n line-height: 30px;\n margin-right: 10px;\n margin-top: 4px;\n}\n\n.wpmud .wphb-minification-exclude {\n margin-left: 30px;\n}\n\n/* Filter */\n.wpmud .wphb-minification-filter {\n background-color: #FFFFFF;\n padding: 0 30px;\n margin: 10px 30px;\n}\n\n.wpmud .wphb-minification-filter > div {\n height: 78px;\n display: flex;\n align-items: center;\n align-content: center;\n}\n\n/* Overwrite for wpmudev styles */\n.wpmud .wphb-minification-filter > div > input {\n margin: 0 10px !important;\n width: 40% !important;\n background-color: #F8F8F8 !important;\n}\n\n.wpmud .wphb-minification-filter > div .wphb-block-title {\n color: #333333;\n font: 500 13px/30px $font;\n text-transform: none;\n margin-right: 21px;\n}\n\n.wpmud .wphb-minification-filter .select-list-container {\n min-width: 240px !important;\n}\n\n/* Disabled/hidden row start */\n.wpmud .wphb-border-row.out-of-filter,\n.wpmud .wphb-border-row.disabled .checkbox-group {\n display: none;\n}\n\n.wpmud .box-content.disabled,\n.wpmud .wphb-border-row.disabled {\n background-color: #F2F2F2;\n}\n\n.wpmud .wphb-minification-files-advanced .wphb-border-row.disabled {\n box-shadow: none;\n}\n\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-other,\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-css,\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-javascript,\n.wpmud .wphb-border-row.disabled .wphb-filename-extension-js {\n opacity: 0.4;\n}\n\n.wpmud .wphb-filename-extension-label {\n line-height: 30px;\n}\n\n.wpmud .wphb-border-row.disabled .wphb-minification-file-info > span {\n color: #AAA;\n}\n/* Disabled row end */\n\n/* Settings */\n.wpmud .wrap-wphb-minification .settings-form {\n margin: 0;\n}\n\n.wpmud .box-minification-settings .sui-notice-warning {\n margin-bottom: 15px;\n padding: 15px 20px;\n\n p {\n font-size: 13px;\n\n &:first-of-type:before {\n font-size: 16px;\n }\n }\n}\n\n/* Overwrite upsell message */\n.wpmud .wrap-wphb-minification .content-box-two-cols-image-left .wphb-block-entry-content {\n margin-top: 0;\n}\n\n/* Tools */\n.wpmud .box-minification-tools {\n .box-footer .spinner {\n margin: 6px 10px 0;\n }\n}\n\n// Responsive\n@include bp(desktop-large) {\n .wpmud .wphb-minification-files-advanced .wphb-minification-file-info {\n width: 185px;\n }\n}\n\n@include bp(desktop) {\n .wpmud .box-minification-enqueued-files .box-title .buttons {\n float: left;\n margin-right: -5px !important;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-file-info {\n width: 130px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-exclude {\n margin-left: 15px;\n }\n\n .wpmud .box-minification-enqueued-files .box-footer .button {\n margin-top: 15px;\n }\n}\n\n@media screen and (max-width: 1060px) {\n .wpmud .wphb-border-row-header,\n .wpmud .wphb-border-row {\n padding: 15px 15px;\n }\n}\n\n@include bp(desktop-small) {\n .wpmud .box-minification-enqueued-files .box-title .buttons {\n float: right;\n margin-right: 45px !important;\n }\n}\n\n@include bp(tablet) {\n .wpmud .wphb-minification-files-advanced .fileinfo-group:after {\n font-family: dashicons, Arial, sans-serif;\n content: \"\\F347\";\n position: absolute;\n left: 100%;\n margin-left: -70px;\n margin-top: 5px;\n }\n\n .wpmud .wphb-minification-files-advanced .fileinfo-group.opened:after {\n content: \"\\f343\";\n }\n\n .wpmud .wphb-minification-files-advanced .fileinfo-group {\n padding: 10px 0;\n overflow: hidden;\n }\n\n .wpmud .wphb-minification-file-info {\n width: 55%;\n min-width: 200px;\n }\n\n .wpmud .wphb-minification-file-info > a {\n max-width: 200px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-row-details {\n display: none;\n margin: 10px 0;\n border-top: 1px solid #E6E6E6;\n padding-top: 15px !important;\n width: 100%;\n z-index: 100;\n }\n\n .wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button > i {\n margin-left: 15px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-advanced-group {\n float: left;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-exclude {\n float: right;\n margin-top: 7px;\n }\n}\n\n@include bp(phone-large) {\n .wpmud .box-minification-enqueued-files .box-title h3,\n .wpmud .box-minification-enqueued-files .box-title .buttons {\n float: none !important;\n }\n\n .wpmud .box-minification-enqueued-files .box-title .wphb-switch-button {\n height: 96px;\n margin-left: -60px;\n position: absolute;\n top: 0;\n }\n\n .wpmud .wphb-minification-file-info {\n width: 185px;\n }\n\n .wpmud .box-minification-enqueued-files .box-footer .status-text {\n display: block;\n max-width: 100%;\n text-align: left;\n padding-left: 0;\n }\n}\n\n@include bp(phone) {\n .wpmud .wphb-minification-files-table.wphb-minification-files-basic,\n .wpmud .wphb-minification-files-table.wphb-minification-files-advanced {\n margin: 0 10px 30px;\n }\n\n .wpmud .wphb-minification-files-header {\n padding: 20px;\n }\n\n .wpmud .box-minification-enqueued-files .buttons .button {\n padding: 7px !important;\n }\n\n .wpmud .wphb-minification-filter-buttons {\n padding: 0 20px 20px;\n }\n\n .wpmud .wphb-minification-files-select {\n margin: 0 20px;\n }\n\n .wpmud .wphb-minification-files > h3 {\n margin: 10px;\n }\n\n .wpmud .wphb-minification-files-basic .wphb-border-row,\n .wpmud .wphb-minification-files-advanced .wphb-border-row {\n padding: 10px;\n }\n\n .wpmud .wphb-minification-file-info {\n width: 155px;\n }\n\n .wpmud .wphb-minification-files-advanced .wphb-minification-file-info {\n min-width: 170px;\n }\n\n .wpmud .wphb-border-row .fileinfo-group {\n /*margin-top: 5px;\n margin-bottom: -5px;*/\n margin-top: 0;\n margin-bottom: 0;\n }\n\n .wpmud .checkbox-group > span {\n line-height: 20px;\n text-align: right;\n align-self: center;\n }\n\n .wpmud .checkbox-group input[type=\"checkbox\"] + label {\n width: 60px;\n }\n\n .wpmud .checkbox-group input[type=\"checkbox\"] + label > [class^=\"hb-\"]:before {\n margin-right: 0;\n }\n\n .wpmud .checkbox-group input[type=\"checkbox\"] + label > span[class^=hb] > span {\n display: none;\n }\n\n .wpmud .wphb-minification-files-advanced .fileinfo-group:after {\n margin-left: -40px;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_minification.scss","/* ****************************************************************************\n * MODULES: UPTIME\n */\n\n@import \"../common/variables\";\n\n.sui-header .sui-actions-right {\n label,\n .select-container {\n margin-right: 10px;\n }\n label {\n font-size: 12px;\n color: #aaa;\n }\n}\n.wpmud .box-uptime-summary .sui-summary {\n background-image: url(\"#{$image--path}/hb-graphic-uptime-up@2x.png\");\n}\n.wpmud .wphb-block-uptime-status .wphb-uptime-icon {\n max-height: 110px;\n}\n\n.wpmud .wphb-block-content-uptime-data-range {\n padding-top: 9px;\n padding-bottom: 9px;\n}\n\n.wpmud .uptime-chart svg g g rect {\n fill: #E6E6E6;\n stroke: transparent;\n stroke-width: 0;\n}\n\n.wpmud .uptime-chart svg g g text {\n fill: #fff;\n font-family: $font;\n font-size: 13px;\n font-weight: 400;\n}\n.wpmud .uptime-chart svg g g g g rect:hover {\n stroke-width: 0px;\n stroke: red;\n display: none;\n}\n\n.wpmud .uptime-chart svg g g text:last-of-type {\n fill: #AAAAAA;\n font-weight: 500;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red,\n.wpmud .wrap-wphb-uptime .wphb-pills.green {\n height: 40px;\n line-height: 40px;\n width: 200px;\n border-radius: 5px;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-notice-grey {\n margin-bottom: 30px;\n}\n\n.wpmud .wphb-block-uptime-downtime .dev-list {\n margin-top: 30px;\n}\n\n.wrap-wphb-uptime .wphb-block-entry .wphb-block-content-center,\n.wrap-wphb-caching .wphb-block-entry .wphb-block-content-center {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.wpmud .downtime-chart svg g text {\n font-family: 'Roboto', Arial, sans-serif;\n fill: #AAAAAA;\n font-weight: 500;\n font-size: 12px;\n line-height: 20px;\n}\n\n.wpmud .wphb-block-content.wphb-downtime-basic {\n margin-left: 80px;\n max-width: 90%;\n}\n\n.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart {\n height: 80px;\n}\n.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart div div svg {\n height: 58px !important;\n overflow: hidden;\n}\n.wpmud .wphb-block-content.wphb-downtime-basic .downtime-chart svg g text {\n display: none;\n}\n.wpmud .downtime-chart svg g path {\n stroke: transparent;\n}\n.wpmud .downtime-chart svg g rect {\n stroke: transparent;\n stroke-width: 0;\n}\n\n.wpmud .downtime-chart-key span {\n color: #AAAAAA;\n font-size: 12px;\n line-height: 20px;\n margin-right: 30px;\n font-weight: 500;\n}\n\n.wpmud .downtime-chart-key span:before {\n content: \"\";\n display: inline-block;\n height: 16px;\n width: 16px;\n border-radius: 2px;\n margin-right: 10px;\n vertical-align: sub;\n}\n\n.wpmud .downtime-chart-key span.response-time-key:before {\n background-color: #E1F6FF;\n border-top: 2px solid #24ADE5;\n height: 14px;\n}\n.wpmud .downtime-chart-key span.uptime-key:before {\n background-color: #D1F1EA;\n}\n.wpmud .downtime-chart-key span.downtime-key:before {\n background-color: #FF6D6D;\n}\n.wpmud .downtime-chart-key span.unknown-key:before {\n background-color: #F8F8F8;\n}\n\n.wpmud .wrap-wphb-uptime .dev-list-stats-item {\n margin-bottom: 10px;\n}\n.wpmud .box-uptime-downtime .sui-icon-chevron-up,\n.wpmud .box-uptime-downtime .sui-icon-chevron-down {\n padding: 6px;\n margin-right: 10px;\n vertical-align: middle;\n border-radius: 5px;\n font-size: 15px;\n line-height: 10px;\n &:before {\n color: #FFFFFF;\n\n }\n}\n\n.wpmud .box-uptime-downtime .sui-icon-chevron-down {\n background-color: #FF6D6D;\n}\n\n.wpmud .box-uptime-downtime .sui-icon-chevron-up {\n background-color: #1ABC9C;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills-group{\n width: 100%;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red,\n.wpmud .wrap-wphb-uptime .wphb-pills.green {\n text-align: left;\n color: #333333;\n font-size: 13px;\n height: 56px;\n line-height: 50px;\n padding-left: 15px;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red[tooltip]:after {\n left: 48%;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.red {\n background-color: #FFE5E9;\n border-top: 2px solid #FFE5E9;\n border-bottom: 2px solid #FF6D6D;\n width: 60%;\n}\n\n.wpmud .wrap-wphb-uptime .wphb-pills.green {\n background-color: #D1F1EA;\n border-top: 2px solid #1ABC9C;\n border-bottom: 2px solid #D1F1EA;\n width: 40%;\n}\n\n.wpmud span.list-detail-stats {\n position: absolute;\n font-size: 13px;\n font-weight: 500;\n line-height: 22px;\n right: 60%;\n color: #333333;\n opacity: .5;\n margin-top: 16px;\n}\n\n.wphb-image-pills-divider{\n display: inline-block;\n height: 56px;\n margin-bottom: -25px;\n margin-left: -28px;\n position: absolute;\n}\n\n.wpmud .downtime-chart div.google-visualization-tooltip,\n.wpmud .wphb-uptime-graph div.google-visualization-tooltip {\n font-family: 'Roboto', sans-serif;\n font-weight: 500;\n color: #FFFFFF;\n font-size: 12px;\n border: none;\n border-radius: 5px;\n padding: 8px 12px;\n background: black;\n}\n\n.wpmud .wphb-uptime-graph div.google-visualization-tooltip .response-time-tooltip {\n font-size: 15px;\n line-height: 18px;\n}\n\n.wpmud .wphb-uptime-graph div.google-visualization-tooltip .uptime-date-tooltip {\n font-size: 11px;\n color: #AAAAAA;\n line-height: 14px;\n display: block;\n}\n\n@include bp(desktop) {\n\n}\n\n@include bp(phone-large) {\n .wpmud .select-container.uptime-data-range {\n position: absolute;\n top: 0;\n right: 0;\n margin-right: 0;\n }\n\n .wpmud .uptime-data-range .select-list-container {\n min-width: 180px;\n }\n\n .wpmud .wrap-wphb-uptime .actions > .documentation-button {\n margin-left: 0 !important;\n }\n\n .wpmud .wrap-wphb-uptime .wphb-pills.green {\n position: absolute;\n top: 0;\n right: 0;\n height: 30px;\n border-radius: 0 4px 0 0 !important;\n line-height: 30px;\n padding-left: 10px;\n width: 160px;\n }\n\n .wpmud .wrap-wphb-uptime .wphb-pills.red {\n width: 100%;\n margin-top: 30px;\n height: 50px;\n border-radius: 5px 0 5px 5px !important;\n }\n\n .wpmud .box-uptime-downtime .sui-icon-chevron-down,\n .wpmud .box-uptime-downtime .sui-icon-chevron-up {\n padding: 4px;\n border-radius: 4px;\n font-size: 12px;\n vertical-align: inherit;\n }\n\n .wphb-image-pills-divider {\n display: inline-block;\n height: 30px;\n margin-left: 0;\n top: 0;\n right: 160px;\n }\n\n .wpmud span.list-detail-stats {\n right: 20px;\n margin-top: 46px;\n opacity: .7;\n }\n}\n\n@include bp(phone) {\n .wpmud .box-uptime-summary .list-detail {\n max-width: 60px;\n }\n\n .wpmud .uptime-chart {\n margin-left: -25px;\n }\n}\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_uptime.scss","/* ****************************************************************************\n * MODULES: ADVANCED TOOLS\n */\n\n@import \"../common/mixins\";\n\n/* Styles for all advanced meta boxes */\n.wpmud [class^=\"box-advanced\"] {\n .spinner {\n margin: 5px 10px 0;\n vertical-align: top;\n }\n}\n\n/* Database cleanup tab */\n.wpmud .box-advanced-db .wphb-border-frame {\n margin-top: 30px !important;\n\n .table-header,\n .table-row {\n padding: 20px 30px;\n\n @include bp(tablet) {\n padding: 15px 0;\n }\n }\n\n .table-header {\n @include bp(tablet) {\n padding: 15px 0 0;\n }\n }\n\n .table-header div {\n flex-basis: 50px;\n }\n\n .table-header div:first-child,\n .table-row div:first-child {\n flex-basis: 150px;\n }\n\n .table-row {\n div {\n height: 20px;\n font-size: 13px;\n line-height: 20px;\n\n &:first-child {\n color: #333;\n font-weight: 500;\n }\n }\n\n .hb-wpmudev-icon-info {\n color: #ddd;\n font-size: 16px;\n margin-left: 10px;\n\n &:hover { color: #aaa; }\n &:before { vertical-align: middle; }\n }\n\n .wphb-db-row-delete {\n width: 30px;\n height: 30px;\n display: inline-block;\n border-radius: 4px;\n margin-top: -5px;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n\n &:hover {\n background-color: #f5f5f5;\n\n .hb-fi-trash {\n color: #FF6D6D;\n }\n }\n }\n\n .spinner {\n margin-top: 1px;\n }\n\n .hb-fi-trash {\n color: #888;\n font-size: 12px;\n top: 5px;\n }\n }\n\n .sui-box-footer {\n border-top: none;\n @include bp(tablet) {\n padding: 20px 0;\n }\n }\n}\n\n/* Database cleanup tab (settings) */\n.wpmud .box-advanced-db-settings {\n .settings-form {\n .schedule-box > label:first-child,\n .included-tables > label:first-child {\n margin-top: 0;\n }\n\n .included-tables > label {\n margin-top: 7px;\n color: #333;\n }\n\n\n }\n\n .wphb-db-cleanup-no-membership {\n padding-top: 0;\n\n .wphb-block-entry-content {\n @include bp(desktop-large) {\n margin-top: 30px;\n }\n }\n }\n}\n\n\n/* Database cleanup tab */\n.wpmud .box-advanced-system-info {\n .sui-table {\n &.wphb-sys-info-table {\n border: none;\n tr {\n height: 40px;\n &:nth-child(odd){\n border-radius: 4px;\n background-color: #FAFAFA\n }\n td {\n vertical-align: top;\n padding: 5px 20px;\n border-bottom: none;\n border-radius: 4px;\n &:first-child {\n color: #333;\n font-weight: 500;\n }\n }\n }\n }\n }\n\n .wphb-system-info-dropdown {\n max-width: 160px;\n }\n\n}\n\n\n\n// WEBPACK FOOTER //\n// ./_src/scss/modules/_advanced.scss"],"sourceRoot":""}
|
1 |
+
{"version":3,"sources":["webpack:///./_src/scss/app.scss (2)"],"names":[],"mappings":"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wBAAwB,GAAG,oCAAoC,gBAAgB,GAAG,oCAAoC,wBAAwB,GAAG,oCAAoC,gBAAgB,GAAG,oCAAoC,wBAAwB,GAAG,oCAAoC,gBAAgB,GAAG,oCAAoC,wBAAwB,GAAG,sCAAsC,gBAAgB,GAAG,sCAAsC,wBAAwB,GAAG,sCAAsC,gBAAgB,GAAG,sCAAsC,wBAAwB,GAAG,qCAAqC,gBAAgB,GAAG,qCAAqC,wBAAwB,GAAG,sCAAsC,gBAAgB,GAAG,sCAAsC,wBAAwB,GAAG,qCAAqC,gBAAgB,GAAG,qCAAqC,wBAAwB,GAAG,sCAAsC,gBAAgB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,oCAAoC,iBAAiB,GAAG,oCAAoC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,qCAAqC,iBAAiB,GAAG,qCAAqC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,qCAAqC,iBAAiB,GAAG,qCAAqC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,sCAAsC,iBAAiB,GAAG,sCAAsC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,uCAAuC,iBAAiB,GAAG,uCAAuC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GAAG,wCAAwC,yBAAyB,GAAG,wCAAwC,iBAAiB,GA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","file":"../css/app.min.css","sourcesContent":[".sui-2-2-4 .sui-checkbox input,.sui-2-2-4 .sui-multi-checkbox label input,.sui-2-2-4 .sui-radio input,.sui-2-2-4 .sui-toggle input[type=checkbox],.sui-2-2-4 .sui-upload-group input[type=file],.sui-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.sui-2-2-4 .sui-fade-in{-webkit-animation:fadeIn .3s ease-in forwards;animation:fadeIn .3s ease-in forwards}.sui-2-2-4 .sui-fade-out{-webkit-animation:fadeOut .3s ease-in forwards;animation:fadeOut .3s ease-in forwards}.sui-2-2-4 .sui-bounce-in{-webkit-animation:bounceInJiggle .8s ease-in forwards;animation:bounceInJiggle .8s ease-in forwards}.sui-2-2-4 .sui-bounce-out{-webkit-animation:bounceOutJiggle .6s ease-out forwards;animation:bounceOutJiggle .6s ease-out forwards}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes bounceInJiggle{0%{-webkit-transform:translateY(-200%) scale(1.5);transform:translateY(-200%) scale(1.5);opacity:0}30%{opacity:1}58%{-webkit-transform:translateY(0) rotate(1deg) scale(1);transform:translateY(0) rotate(1deg) scale(1);opacity:1}72%{-webkit-transform:translateY(-30px) rotate(-1deg);transform:translateY(-30px) rotate(-1deg)}80%{-webkit-transform:translateY(0) rotate(.5deg);transform:translateY(0) rotate(.5deg)}to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}@keyframes bounceInJiggle{0%{-webkit-transform:translateY(-200%) scale(1.5);transform:translateY(-200%) scale(1.5);opacity:0}30%{opacity:1}58%{-webkit-transform:translateY(0) rotate(1deg) scale(1);transform:translateY(0) rotate(1deg) scale(1);opacity:1}72%{-webkit-transform:translateY(-30px) rotate(-1deg);transform:translateY(-30px) rotate(-1deg)}80%{-webkit-transform:translateY(0) rotate(.5deg);transform:translateY(0) rotate(.5deg)}to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}@-webkit-keyframes bounceOutJiggle{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(-10px) rotate(-.5deg);transform:translateY(-10px) rotate(-.5deg)}30%{-webkit-transform:translateY(20px) rotate(8deg);transform:translateY(20px) rotate(8deg)}70%{opacity:1}90%{-webkit-transform:translateY(300%) translateX(40px) rotate(35deg);transform:translateY(300%) translateX(40px) rotate(35deg);opacity:0}to{display:none}}@keyframes bounceOutJiggle{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(-10px) rotate(-.5deg);transform:translateY(-10px) rotate(-.5deg)}30%{-webkit-transform:translateY(20px) rotate(8deg);transform:translateY(20px) rotate(8deg)}70%{opacity:1}90%{-webkit-transform:translateY(300%) translateX(40px) rotate(35deg);transform:translateY(300%) translateX(40px) rotate(35deg);opacity:0}to{display:none}}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.sui-2-2-4 .sui-wrap{font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:15px;line-height:30px;color:#666;letter-spacing:-.025em;margin:30px 30px 0 10px}.sui-2-2-4 .sui-wrap *{font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,.01) 0 0 1px}@media (max-width:782px){.sui-2-2-4 .sui-wrap{margin:20px 10px 0 0}}.sui-2-2-4 h1,.sui-2-2-4 h2,.sui-2-2-4 h3,.sui-2-2-4 h4,.sui-2-2-4 h5,.sui-2-2-4 h6{display:block;margin:.5em auto;padding:0;line-height:30px;color:#333;font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif}.sui-2-2-4 h1{font-size:32px;line-height:40px;color:#333;margin:0}.sui-2-2-4 h2{font-size:22px;line-height:35px}.sui-2-2-4 h3{font-size:18px;line-height:40px}.sui-2-2-4 h4,.sui-2-2-4 h5,.sui-2-2-4 h6,.sui-2-2-4 p{font-size:15px}.sui-2-2-4 p{font-family:Roboto,Arial,sans-serif;font-weight:400;line-height:30px;color:#666;letter-spacing:-.025em;text-rendering:optimizeLegibility}.sui-2-2-4 p:first-child{margin-top:0}.sui-2-2-4 p:last-of-type:not(:last-child){margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 p:last-of-type:not(:last-child){margin-bottom:20px}}.sui-2-2-4 p:last-child{margin-bottom:0}.sui-2-2-4 p small{font-size:13px;line-height:22px;color:#888}.sui-2-2-4 a{text-decoration:none;color:#17a8e3;font-weight:500;outline-color:transparent;outline-style:none;-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 a:active:not(.sui-button),.sui-2-2-4 a:focus:not(.sui-button),.sui-2-2-4 a:hover:not(.sui-button){color:#1286b5}.sui-2-2-4 a.disabled{pointer-events:none}.sui-2-2-4 a.disabled:active,.sui-2-2-4 a.disabled:focus,.sui-2-2-4 a.disabled:hover{color:#888;cursor:default}.sui-2-2-4 code,.sui-2-2-4 pre{font-weight:500;font-size:13px;line-height:18px;color:#333;background-color:#f8f8f8;border:1px solid #e6e6e6;border-radius:4px;margin:0;padding:10px 15px;white-space:pre;overflow:auto;max-width:100%;vertical-align:middle;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.sui-2-2-4 code{display:inline-block;padding:2px 5px}.sui-2-2-4 b,.sui-2-2-4 strong{font-weight:500}.sui-2-2-4 dfn{font-style:normal;font-weight:400;border-bottom:1px dotted #888}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before,.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before,.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag):before,.sui-2-2-4 .sui-dialog-close:before,.sui-2-2-4 .sui-listing li:before,.sui-2-2-4 .sui-notice-top p:first-of-type:before,.sui-2-2-4 .sui-notice p:first-of-type:before,.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag):before,.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown:after,.sui-2-2-4 [class*=sui-icon-]:after,.sui-2-2-4 [class*=sui-icon-]:before,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow:before,.wpmud div[class^=box-dashboard-advanced-tools] .sui-box-title:before,.wpmud div[class^=box-dashboard-browser] .sui-box-title:before,.wpmud div[class^=box-dashboard-caching-gravatar] .sui-box-title:before,.wpmud div[class^=box-dashboard-caching-page] .sui-box-title:before,.wpmud div[class^=box-dashboard-cloudflare] .sui-box-title:before,.wpmud div[class^=box-dashboard-gzip] .sui-box-title:before,.wpmud div[class^=box-dashboard-minification] .sui-box-title:before,.wpmud div[class^=box-dashboard-performance] .sui-box-title:before,.wpmud div[class^=box-dashboard-reports] .sui-box-title:before,.wpmud div[class^=box-dashboard-smush] .sui-box-title:before,.wpmud div[class^=box-dashboard-uptime] .sui-box-title:before{font-family:wpmudev-plugin-icons!important;speak:none;font-size:1em;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-rendering:auto;display:inline-block;color:#888;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:wpmudev-plugin-icons;src:url(../fonts/wpmudev-plugin-icons.eot);src:url(../fonts/wpmudev-plugin-icons.eot) format(\"embedded-opentype\"),url(../fonts/wpmudev-plugin-icons.ttf) format(\"truetype\"),url(../fonts/wpmudev-plugin-icons.woff) format(\"woff\"),url(../fonts/wpmudev-plugin-icons.woff2) format(\"woff2\"),url(../fonts/wpmudev-plugin-icons.svg) format(\"svg\");font-weight:400;font-style:normal}.sui-2-2-4 .sui-loading:before{-webkit-animation:spin 1.3s linear infinite;animation:spin 1.3s linear infinite}.sui-2-2-4 [class*=sui-icon-]{display:inline-block}.sui-2-2-4 [class*=sui-icon-].sui-xl:before{font-size:30px}.sui-2-2-4 [class*=sui-icon-].sui-lg:before{font-size:20px}.sui-2-2-4 [class*=sui-icon-].sui-md:before{font-size:16px}.sui-2-2-4 [class*=sui-icon-].sui-sm:before{font-size:12px}.sui-2-2-4 [class*=sui-icon-].sui-error:before,.sui-2-2-4 [class*=sui-icon-].sui-info:before,.sui-2-2-4 [class*=sui-icon-].sui-success:before,.sui-2-2-4 [class*=sui-icon-].sui-warning:before{color:inherit}.sui-2-2-4 [class*=sui-icon-].sui-fw{width:1.8em;text-align:center;min-height:1em}.sui-2-2-4 .sui-icon-check:before{content:\"(\"}.sui-2-2-4 .sui-icon-close:before{content:\")\"}.sui-2-2-4 .sui-icon-check-tick:before{content:\"_\"}.sui-2-2-4 .sui-icon-cross-close:before{content:\"+\"}.sui-2-2-4 .sui-icon-plus-circle:before{content:\"\\AA\"}.sui-2-2-4 .sui-icon-warning-alert:before{content:\"!\"}.sui-2-2-4 .sui-icon-info:before{content:\"I\"}.sui-2-2-4 .sui-icon-question:before{content:\"?\"}.sui-2-2-4 .sui-icon-trash:before{content:\"Q\"}.sui-2-2-4 .sui-icon-pencil:before{content:\"/\"}.sui-2-2-4 .sui-icon-unlock:before{content:\"0\"}.sui-2-2-4 .sui-icon-lock:before{content:\"9\"}.sui-2-2-4 .sui-icon-key:before{content:\"\\25CA\"}.sui-2-2-4 .sui-icon-plus:before{content:\"=\"}.sui-2-2-4 .sui-icon-magnifying-glass-search:before{content:\"\\BA\"}.sui-2-2-4 .sui-icon-more:before{content:\"\\2026\"}.sui-2-2-4 .sui-icon-wrench-tool:before{content:\"\\2044\"}.sui-2-2-4 .sui-icon-widget-settings-config:before{content:\"x\"}.sui-2-2-4 .sui-icon-settings-slider-control:before{content:\"\\153\"}.sui-2-2-4 .sui-icon-loader:before{content:\"N\"}.sui-2-2-4 .sui-icon-calendar:before{content:\"\\220F\"}.sui-2-2-4 .sui-icon-clock:before{content:\",\"}.sui-2-2-4 .sui-icon-speed-optimize:before{content:\"\\F8\"}.sui-2-2-4 .sui-icon-stopwatch:before{content:\"V\"}.sui-2-2-4 .sui-icon-filter:before{content:\"z\"}.sui-2-2-4 .sui-icon-bookmark:before{content:\"\\221A\"}.sui-2-2-4 .sui-icon-chevron-up:before{content:\"\\2DD\"}.sui-2-2-4 .sui-icon-chevron-right:before{content:\"\\2DC\"}.sui-2-2-4 .sui-icon-chevron-down:before{content:\"\\131\"}.sui-2-2-4 .sui-icon-chevron-left:before{content:\"\\D3\"}.sui-2-2-4 .sui-icon-arrow-up:before{content:\"\\D4\"}.sui-2-2-4 .sui-icon-arrow-right:before{content:\"\\AF\"}.sui-2-2-4 .sui-icon-arrow-down:before{content:\"\\C2\"}.sui-2-2-4 .sui-icon-arrow-left:before{content:\"\\F8FF\"}.sui-2-2-4 .sui-icon-arrow-skip-back:before{content:\"{\"}.sui-2-2-4 .sui-icon-arrow-skip-forward:before{content:\"}\"}.sui-2-2-4 .sui-icon-arrow-skip-start:before{content:\":\"}.sui-2-2-4 .sui-icon-arrow-skip-end:before{content:'\"'}.sui-2-2-4 .sui-icon-arrows-out:before{content:\"\\2DA\"}.sui-2-2-4 .sui-icon-arrows-in:before{content:\"\\2264\"}.sui-2-2-4 .sui-icon-arrows-expand:before{content:\"\\AC\"}.sui-2-2-4 .sui-icon-arrows-compress:before{content:\"\\2265\"}.sui-2-2-4 .sui-icon-refresh2:before{content:\"\\C1\"}.sui-2-2-4 .sui-icon-zip:before{content:\"a\"}.sui-2-2-4 .sui-icon-combine:before{content:\"o\"}.sui-2-2-4 .sui-icon-defer:before{content:\"p\"}.sui-2-2-4 .sui-icon-inlinecss:before{content:\"c\"}.sui-2-2-4 .sui-icon-movefooter:before{content:\"u\"}.sui-2-2-4 .sui-icon-list:before{content:\"`\"}.sui-2-2-4 .sui-icon-layout-grid:before{content:\"\\221E\"}.sui-2-2-4 .sui-icon-layout:before{content:\"\\A9\"}.sui-2-2-4 .sui-icon-thumbnails:before{content:\"G\"}.sui-2-2-4 .sui-icon-align-left:before{content:\"%\"}.sui-2-2-4 .sui-icon-align-center:before{content:\"^\"}.sui-2-2-4 .sui-icon-align-right:before{content:\"&\"}.sui-2-2-4 .sui-icon-align-justify:before{content:\"#\"}.sui-2-2-4 .sui-icon-indent-more:before{content:\"\\2019\"}.sui-2-2-4 .sui-icon-indent-less:before{content:\"\\201D\"}.sui-2-2-4 .sui-icon-blog:before{content:\"Y\"}.sui-2-2-4 .sui-icon-list-number:before{content:\"7\"}.sui-2-2-4 .sui-icon-list-bullet:before{content:\"8\"}.sui-2-2-4 .sui-icon-bold:before{content:\"B\"}.sui-2-2-4 .sui-icon-quote-2:before{content:\"'\"}.sui-2-2-4 .sui-icon-style-type:before{content:\"<\"}.sui-2-2-4 .sui-icon-wand-magic:before{content:\"Z\"}.sui-2-2-4 .sui-icon-link:before{content:\"5\"}.sui-2-2-4 .sui-icon-unlink:before{content:\"6\"}.sui-2-2-4 .sui-icon-paperclip:before{content:\"A\"}.sui-2-2-4 .sui-icon-code:before{content:\"1\"}.sui-2-2-4 .sui-icon-color-pick-eyedropper:before{content:\"\\A5\"}.sui-2-2-4 .sui-icon-crop:before{content:\"C\"}.sui-2-2-4 .sui-icon-paint-bucket:before{content:\"\\222B\"}.sui-2-2-4 .sui-icon-camera:before{content:\"\\D8\"}.sui-2-2-4 .sui-icon-photo-picture:before{content:\"D\"}.sui-2-2-4 .sui-icon-animation-video:before{content:\"F\"}.sui-2-2-4 .sui-icon-home:before{content:\"J\"}.sui-2-2-4 .sui-icon-mail:before{content:\"m\"}.sui-2-2-4 .sui-icon-folder:before{content:\"\\2D8\"}.sui-2-2-4 .sui-icon-folder-open:before{content:\"\\BB\"}.sui-2-2-4 .sui-icon-archive:before{content:\"b\"}.sui-2-2-4 .sui-icon-book:before{content:\"\\2206\"}.sui-2-2-4 .sui-icon-page-multiple:before{content:\"\\E7\"}.sui-2-2-4 .sui-icon-layers:before{content:\"\\E6\"}.sui-2-2-4 .sui-icon-copy:before{content:\"\\152\"}.sui-2-2-4 .sui-icon-page:before{content:\"\\D2\"}.sui-2-2-4 .sui-icon-clipboard-notes:before{content:\"\\BF\"}.sui-2-2-4 .sui-icon-page-pdf:before{content:\"\\C6\"}.sui-2-2-4 .sui-icon-heart:before{content:\"K\"}.sui-2-2-4 .sui-icon-star:before{content:\"S\"}.sui-2-2-4 .sui-icon-plugin-2:before{content:\"O\"}.sui-2-2-4 .sui-icon-brush:before{content:\"~\"}.sui-2-2-4 .sui-icon-plug-connected:before{content:\"R\"}.sui-2-2-4 .sui-icon-plug-disconnected:before{content:\".\"}.sui-2-2-4 .sui-icon-power-on-off:before{content:\"[\"}.sui-2-2-4 .sui-icon-upload-cloud:before{content:\"\\A2\"}.sui-2-2-4 .sui-icon-download-cloud:before{content:\"\\A3\"}.sui-2-2-4 .sui-icon-cloud:before{content:\"\\2122\"}.sui-2-2-4 .sui-icon-cloud-migration:before{content:\"l\"}.sui-2-2-4 .sui-icon-download:before{content:\"X\"}.sui-2-2-4 .sui-icon-lightbulb:before{content:\"L\"}.sui-2-2-4 .sui-icon-sitemap:before{content:\"\\B8\"}.sui-2-2-4 .sui-icon-storage-server-data:before{content:\"\\CE\"}.sui-2-2-4 .sui-icon-user-reputation-points:before{content:\"2\"}.sui-2-2-4 .sui-icon-tablet-portrait:before{content:\"]\"}.sui-2-2-4 .sui-icon-laptop:before{content:\"\\AB\"}.sui-2-2-4 .sui-icon-monitor:before{content:\"$\"}.sui-2-2-4 .sui-icon-eye:before{content:\"e\"}.sui-2-2-4 .sui-icon-eye-hide:before{content:\"q\"}.sui-2-2-4 .sui-icon-update:before{content:\"\\AE\"}.sui-2-2-4 .sui-icon-refresh:before{content:\"E\"}.sui-2-2-4 .sui-icon-web-globe-world:before{content:\"W\"}.sui-2-2-4 .sui-icon-flag:before{content:\"|\"}.sui-2-2-4 .sui-icon-academy:before{content:\"\\3C0\"}.sui-2-2-4 .sui-icon-profile-male:before{content:\"\\B5\"}.sui-2-2-4 .sui-icon-community-people:before{content:\"\\2018\"}.sui-2-2-4 .sui-icon-help-support:before{content:\"H\"}.sui-2-2-4 .sui-icon-like:before{content:\"j\"}.sui-2-2-4 .sui-icon-dislike:before{content:\"k\"}.sui-2-2-4 .sui-icon-finger-point:before{content:\"\\2248\"}.sui-2-2-4 .sui-icon-open-new-window:before{content:\"n\"}.sui-2-2-4 .sui-icon-reply:before{content:\"r\"}.sui-2-2-4 .sui-icon-share:before{content:\"s\"}.sui-2-2-4 .sui-icon-wordpress:before{content:\"w\"}.sui-2-2-4 .sui-icon-social-facebook:before{content:\"f\"}.sui-2-2-4 .sui-icon-social-twitter:before{content:\"t\"}.sui-2-2-4 .sui-icon-social-linkedin:before{content:\"i\"}.sui-2-2-4 .sui-icon-social-dropbox:before{content:\"d\"}.sui-2-2-4 .sui-icon-social-drive:before{content:\"v\"}.sui-2-2-4 .sui-icon-social-google-plus:before{content:\"g\"}.sui-2-2-4 .sui-icon-social-youtube:before{content:\"y\"}.sui-2-2-4 .sui-icon-cloudflare:before{content:\"\\D0\"}.sui-2-2-4 .sui-icon-social-github:before{content:\"h\"}.sui-2-2-4 .sui-icon-graph-bar:before{content:\"\\C7\"}.sui-2-2-4 .sui-icon-graph-bar-2:before{content:\"\\2DB\"}.sui-2-2-4 .sui-icon-wpmudev-logo:before{content:\"\\2039\"}.sui-2-2-4 .sui-icon-defender:before{content:\"\\B7\"}.sui-2-2-4 .sui-icon-smush:before{content:\"\\2021\"}.sui-2-2-4 .sui-icon-upfront:before{content:\"\\201A\"}.sui-2-2-4 .sui-icon-hummingbird:before{content:\"\\B0\"}.sui-2-2-4 .sui-icon-uptime:before{content:\"\\B1\"}.sui-2-2-4 .sui-icon-smart-crawl:before{content:\"\\2202\"}.sui-2-2-4 .sui-icon-forminator:before{content:\"P\"}.sui-2-2-4 .sui-icon-shipper-anchor:before{content:\"T\"}.sui-2-2-4 .sui-icon-snapshot:before{content:\"\\FB01\"}.sui-2-2-4 .sui-icon-hustle:before{content:\"\\2014\"}.sui-2-2-4 .sui-icon-performance:before{content:\"U\"}.sui-2-2-4 .sui-icon-hub:before{content:\"\\FB02\"}.sui-2-2-4 .sui-button,.sui-2-2-4 a.sui-button,.sui-2-2-4 button.sui-button{min-width:80px;height:30px;cursor:pointer;display:inline-block;position:relative;padding:7px 16px;margin:0 10px 0 0;border:0;background-color:#888;color:#fff;font:500 12px/16px Roboto,Arial,sans-serif;letter-spacing:-.025em;text-transform:uppercase;text-align:center;text-decoration:none;border-radius:3px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;text-shadow:none;white-space:nowrap}.sui-2-2-4 .sui-button .sui-loading,.sui-2-2-4 a.sui-button .sui-loading,.sui-2-2-4 button.sui-button .sui-loading{width:16px;height:16px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;margin:0}.sui-2-2-4 .sui-button .sui-loading:before,.sui-2-2-4 a.sui-button .sui-loading:before,.sui-2-2-4 button.sui-button .sui-loading:before{display:block}.sui-2-2-4 .sui-button .sui-loading-text,.sui-2-2-4 a.sui-button .sui-loading-text,.sui-2-2-4 button.sui-button .sui-loading-text{display:block;pointer-events:none}.sui-2-2-4 .sui-button i,.sui-2-2-4 a.sui-button i,.sui-2-2-4 button.sui-button i{vertical-align:middle}.sui-2-2-4 .sui-button i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button i:not(.sui-fw):not(.sui-loading){margin-right:5px}.sui-2-2-4 .sui-button i:before,.sui-2-2-4 a.sui-button i:before,.sui-2-2-4 button.sui-button i:before{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:#fff}.sui-2-2-4 .sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading){margin-right:0;margin-left:5px}.sui-2-2-4 .sui-button:focus,.sui-2-2-4 .sui-button:hover,.sui-2-2-4 a.sui-button:focus,.sui-2-2-4 a.sui-button:hover,.sui-2-2-4 button.sui-button:focus,.sui-2-2-4 button.sui-button:hover{outline:none;background:#7e7e7e;border-color:#7e7e7e}.sui-2-2-4 .sui-button:active,.sui-2-2-4 .sui-button:focus,.sui-2-2-4 a.sui-button:active,.sui-2-2-4 a.sui-button:focus,.sui-2-2-4 button.sui-button:active,.sui-2-2-4 button.sui-button:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;background:#7e7e7e;border-color:#7e7e7e}.sui-2-2-4 .sui-button.sui-button-blue,.sui-2-2-4 .sui-button.sui-button-primary,.sui-2-2-4 a.sui-button.sui-button-blue,.sui-2-2-4 a.sui-button.sui-button-primary,.sui-2-2-4 button.sui-button.sui-button-blue,.sui-2-2-4 button.sui-button.sui-button-primary{background:#17a8e3}.sui-2-2-4 .sui-button.sui-button-blue i:before,.sui-2-2-4 .sui-button.sui-button-primary i:before,.sui-2-2-4 a.sui-button.sui-button-blue i:before,.sui-2-2-4 a.sui-button.sui-button-primary i:before,.sui-2-2-4 button.sui-button.sui-button-blue i:before,.sui-2-2-4 button.sui-button.sui-button-primary i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-blue:focus,.sui-2-2-4 .sui-button.sui-button-blue:hover,.sui-2-2-4 .sui-button.sui-button-primary:focus,.sui-2-2-4 .sui-button.sui-button-primary:hover,.sui-2-2-4 a.sui-button.sui-button-blue:focus,.sui-2-2-4 a.sui-button.sui-button-blue:hover,.sui-2-2-4 a.sui-button.sui-button-primary:focus,.sui-2-2-4 a.sui-button.sui-button-primary:hover,.sui-2-2-4 button.sui-button.sui-button-blue:focus,.sui-2-2-4 button.sui-button.sui-button-blue:hover,.sui-2-2-4 button.sui-button.sui-button-primary:focus,.sui-2-2-4 button.sui-button.sui-button-primary:hover{background:#159ad0}.sui-2-2-4 .sui-button.sui-button-red,.sui-2-2-4 a.sui-button.sui-button-red,.sui-2-2-4 button.sui-button.sui-button-red{background:#ff6d6d}.sui-2-2-4 .sui-button.sui-button-red i:before,.sui-2-2-4 a.sui-button.sui-button-red i:before,.sui-2-2-4 button.sui-button.sui-button-red i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-red:focus,.sui-2-2-4 .sui-button.sui-button-red:hover,.sui-2-2-4 a.sui-button.sui-button-red:focus,.sui-2-2-4 a.sui-button.sui-button-red:hover,.sui-2-2-4 button.sui-button.sui-button-red:focus,.sui-2-2-4 button.sui-button.sui-button-red:hover{opacity:1;background:#ff5959}.sui-2-2-4 .sui-button.sui-button-green,.sui-2-2-4 a.sui-button.sui-button-green,.sui-2-2-4 button.sui-button.sui-button-green{background:#1abc9c}.sui-2-2-4 .sui-button.sui-button-green i:before,.sui-2-2-4 a.sui-button.sui-button-green i:before,.sui-2-2-4 button.sui-button.sui-button-green i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-green:focus,.sui-2-2-4 .sui-button.sui-button-green:hover,.sui-2-2-4 a.sui-button.sui-button-green:focus,.sui-2-2-4 a.sui-button.sui-button-green:hover,.sui-2-2-4 button.sui-button.sui-button-green:focus,.sui-2-2-4 button.sui-button.sui-button-green:hover{opacity:1;background:#18aa8d}.sui-2-2-4 .sui-button.sui-button-upsell,.sui-2-2-4 a.sui-button.sui-button-upsell,.sui-2-2-4 button.sui-button.sui-button-upsell{border:2px solid #d1f1ea;color:#1abc9c;width:auto;height:26px;line-height:15px;background:transparent;padding:4px 16px;border-radius:15px;text-transform:none}.sui-2-2-4 .sui-button.sui-button-upsell:focus,.sui-2-2-4 .sui-button.sui-button-upsell:hover,.sui-2-2-4 a.sui-button.sui-button-upsell:focus,.sui-2-2-4 a.sui-button.sui-button-upsell:hover,.sui-2-2-4 button.sui-button.sui-button-upsell:focus,.sui-2-2-4 button.sui-button.sui-button-upsell:hover{opacity:1;border-color:#18aa8d;background:#18aa8d;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost,.sui-2-2-4 a.sui-button.sui-button-ghost,.sui-2-2-4 button.sui-button.sui-button-ghost{padding:5px 16px 7px;border:2px solid #ddd;background:transparent;color:#888}.sui-2-2-4 .sui-button.sui-button-ghost i:before,.sui-2-2-4 a.sui-button.sui-button-ghost i:before,.sui-2-2-4 button.sui-button.sui-button-ghost i:before{color:#888}.sui-2-2-4 .sui-button.sui-button-ghost:focus,.sui-2-2-4 .sui-button.sui-button-ghost:hover,.sui-2-2-4 a.sui-button.sui-button-ghost:focus,.sui-2-2-4 a.sui-button.sui-button-ghost:hover,.sui-2-2-4 button.sui-button.sui-button-ghost:focus,.sui-2-2-4 button.sui-button.sui-button-ghost:hover{border-color:#888;background:#888;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost:focus i:before,.sui-2-2-4 .sui-button.sui-button-ghost:hover i:before,.sui-2-2-4 a.sui-button.sui-button-ghost:focus i:before,.sui-2-2-4 a.sui-button.sui-button-ghost:hover i:before,.sui-2-2-4 button.sui-button.sui-button-ghost:focus i:before,.sui-2-2-4 button.sui-button.sui-button-ghost:hover i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue{border-color:#17a8e3;color:#17a8e3}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue i:before{color:#17a8e3}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-blue:hover,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-blue:hover,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-blue:hover{border-color:#17a8e3;background:#17a8e3;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red{border-color:#ffe5e9;color:#ff5959}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red i:before{color:#ff5959}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:hover,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:hover,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:hover{opacity:1;border-color:#ff6d6d;background:#ff6d6d;color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-red:hover i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-red:hover i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-red:hover i:before{color:#fff}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green{border-color:#1abc9c;color:#1abc9c}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green i:before,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green i:before,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green i:before{color:#1abc9c}.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-4 .sui-button.sui-button-ghost.sui-button-green:hover,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-4 a.sui-button.sui-button-ghost.sui-button-green:hover,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-4 button.sui-button.sui-button-ghost.sui-button-green:hover{opacity:1;border-color:#18aa8d;background:#18aa8d;color:#fff}.sui-2-2-4 .sui-button.sui-button-lg,.sui-2-2-4 a.sui-button.sui-button-lg,.sui-2-2-4 button.sui-button.sui-button-lg{height:40px;padding:11px 20px 9px;border-radius:4px;font:500 15px/20px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-button.sui-button-lg.sui-button-ghost,.sui-2-2-4 a.sui-button.sui-button-lg.sui-button-ghost,.sui-2-2-4 button.sui-button.sui-button-lg.sui-button-ghost{padding:9px 20px}.sui-2-2-4 .sui-button.sui-button-lg i,.sui-2-2-4 a.sui-button.sui-button-lg i,.sui-2-2-4 button.sui-button.sui-button-lg i{font-size:16px}.sui-2-2-4 .sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading){margin-right:10px}.sui-2-2-4 .sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 a.sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-4 button.sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading){margin-right:0;margin-left:10px}.sui-2-2-4 .sui-button.sui-button-onload,.sui-2-2-4 a.sui-button.sui-button-onload,.sui-2-2-4 button.sui-button.sui-button-onload{pointer-events:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sui-2-2-4 .sui-button.sui-button-onload .sui-loading,.sui-2-2-4 a.sui-button.sui-button-onload .sui-loading,.sui-2-2-4 button.sui-button.sui-button-onload .sui-loading{display:-webkit-box;display:-ms-flexbox;display:flex}.sui-2-2-4 .sui-button.sui-button-onload .sui-loading-text,.sui-2-2-4 a.sui-button.sui-button-onload .sui-loading-text,.sui-2-2-4 button.sui-button.sui-button-onload .sui-loading-text{opacity:0}.sui-2-2-4 .sui-button.sui-button-onload,.sui-2-2-4 .sui-button.sui-button-onload.sui-button-blue,.sui-2-2-4 .sui-button.sui-button-onload.sui-button-green,.sui-2-2-4 .sui-button.sui-button-onload.sui-button-red,.sui-2-2-4 a.sui-button.sui-button-onload,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-blue,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-green,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-red,.sui-2-2-4 button.sui-button.sui-button-onload,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-blue,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-green,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-red{background:#e6e6e6}.sui-2-2-4 .sui-button.sui-button-onload.sui-button-ghost,.sui-2-2-4 a.sui-button.sui-button-onload.sui-button-ghost,.sui-2-2-4 button.sui-button.sui-button-onload.sui-button-ghost{border-color:#e6e6e6;background:transparent}.sui-2-2-4 .sui-button.disabled,.sui-2-2-4 .sui-button:disabled,.sui-2-2-4 .sui-button[disabled],.sui-2-2-4 a.sui-button.disabled,.sui-2-2-4 a.sui-button:disabled,.sui-2-2-4 a.sui-button[disabled],.sui-2-2-4 button.sui-button.disabled,.sui-2-2-4 button.sui-button:disabled,.sui-2-2-4 button.sui-button[disabled]{color:#aaa;border-color:#ddd;background:#f8f8f8;-webkit-box-shadow:none;box-shadow:none;pointer-events:none;cursor:default;-webkit-transform:none;-ms-transform:none;transform:none}.sui-2-2-4 .sui-button.disabled:focus,.sui-2-2-4 .sui-button.disabled:hover,.sui-2-2-4 .sui-button:disabled:focus,.sui-2-2-4 .sui-button:disabled:hover,.sui-2-2-4 .sui-button[disabled]:focus,.sui-2-2-4 .sui-button[disabled]:hover,.sui-2-2-4 a.sui-button.disabled:focus,.sui-2-2-4 a.sui-button.disabled:hover,.sui-2-2-4 a.sui-button:disabled:focus,.sui-2-2-4 a.sui-button:disabled:hover,.sui-2-2-4 a.sui-button[disabled]:focus,.sui-2-2-4 a.sui-button[disabled]:hover,.sui-2-2-4 button.sui-button.disabled:focus,.sui-2-2-4 button.sui-button.disabled:hover,.sui-2-2-4 button.sui-button:disabled:focus,.sui-2-2-4 button.sui-button:disabled:hover,.sui-2-2-4 button.sui-button[disabled]:focus,.sui-2-2-4 button.sui-button[disabled]:hover{color:#aaa;border-color:#ddd;background:#f8f8f8;-webkit-box-shadow:none;box-shadow:none;cursor:default;-webkit-transform:none;-ms-transform:none;transform:none}.sui-2-2-4 .sui-button:last-child,.sui-2-2-4 a.sui-button:last-child,.sui-2-2-4 button.sui-button:last-child{margin:0}.sui-2-2-4 .sui-button.sui-button-icon,.sui-2-2-4 a.sui-button.sui-button-icon,.sui-2-2-4 button.sui-button.sui-button-icon{min-width:0}.sui-2-2-4 .sui-button-icon:not(.sui-button){cursor:pointer;display:inline-block;margin:0;padding:0 5px;border:0;border-radius:4px;background-color:transparent;color:#888;font-size:12px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-button-icon:not(.sui-button) i{width:20px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sui-2-2-4 .sui-button-icon:not(.sui-button) i:before{display:block;color:#888}.sui-2-2-4 .sui-button-icon:not(.sui-button),.sui-2-2-4 .sui-button-icon:not(.sui-button):active,.sui-2-2-4 .sui-button-icon:not(.sui-button):hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 .sui-button-icon:not(.sui-button):active,.sui-2-2-4 .sui-button-icon:not(.sui-button):hover{background-color:#f2f2f2;color:#333}.sui-2-2-4 .sui-button-icon:not(.sui-button):active i:before,.sui-2-2-4 .sui-button-icon:not(.sui-button):hover i:before{color:#333}.sui-2-2-4 .sui-toggle{position:relative;display:inline-block;width:34px;height:16px;margin-right:10px}.sui-2-2-4 .sui-toggle.sui-toggle-label{top:3px}.sui-2-2-4 .sui-toggle-label{vertical-align:text-bottom;line-height:22px;margin-left:10px}.sui-2-2-4 .sui-toggle input[type=checkbox][disabled]+.sui-toggle-slider{opacity:.5;cursor:not-allowed}.sui-2-2-4 .sui-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f8f8f8;border-radius:100px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;border:1px solid #e6e6e6}.sui-2-2-4 .sui-toggle-slider:before{position:absolute;content:\"\";height:16px;width:16px;left:-1px;bottom:-1px;background-color:#888;border-radius:50%;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.sui-2-2-4 input[type=checkbox]:checked+.sui-toggle-slider:before{background-color:#17a8e3;-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.sui-2-2-4 .sui-wrap *,.sui-2-2-4 .sui-wrap :after,.sui-2-2-4 .sui-wrap :before{-webkit-box-sizing:border-box;box-sizing:border-box}.sui-2-2-4 .sui-box{position:relative;min-height:20px;background-color:#fff;border-radius:5px;margin-bottom:30px;-webkit-box-shadow:0 2px 0 #e6e6e6;box-shadow:0 2px 0 #e6e6e6}@media (max-width:782px){.sui-2-2-4 .sui-box{margin-bottom:20px}}.sui-2-2-4 .sui-box-header{border-bottom:1px solid #e6e6e6;padding:15px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.sui-2-2-4 .sui-box-header{padding:15px 20px}}.sui-2-2-4 .sui-box-header>h3>i{line-height:30px}.sui-2-2-4 .sui-box-body{padding:30px}@media (max-width:782px){.sui-2-2-4 .sui-box-body{padding:20px}}.sui-2-2-4 .sui-box-body .sui-box-settings-row{position:relative;border-bottom:1px solid #e6e6e6;padding-bottom:30px;display:table;width:100%;margin-top:30px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-box-settings-row{display:block;margin-top:20px;padding-bottom:20px}}.sui-2-2-4 .sui-box-body .sui-box-settings-row:first-of-type{margin-top:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row:last-of-type{padding-bottom:0;border:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-1{display:table-cell;width:230px;padding-right:30px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-1{display:block;padding-top:20px;width:100%;padding-right:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-1:first-child{padding-top:0}}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2{display:table-cell}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2{display:block;padding-top:20px}}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2 .sui-settings-label,.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-box-settings-col-2 .sui-settings-label-with-tag{color:#666}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-form-field:last-of-type{margin-bottom:0}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label,.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag{display:block;font-weight:500;line-height:22px;color:#333}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag .sui-tag{margin-left:10px}.sui-2-2-4 .sui-box-body .sui-box-settings-row .sui-description{line-height:22px}.sui-2-2-4 .sui-box-body .sui-box-settings-row.sui-disabled{background-color:hsla(0,0%,95%,.5);opacity:.5;pointer-events:none}.sui-2-2-4 .sui-box-body.sui-upsell-items{padding:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row{border-bottom:none;margin-top:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:before{position:absolute;display:block;clear:both;height:1px;content:\"\";background-color:#e6e6e6;left:30px;right:30px;top:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type{margin-top:0}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type:before{display:none}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:last-of-type{padding-bottom:30px}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:last-of-type:before{display:none}.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row{padding-right:30px;padding-left:30px;padding-top:31px}@media (max-width:782px){.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row{padding-right:20px;padding-left:20px;padding-top:21px}}@media (max-width:782px){.sui-2-2-4 .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type{padding-top:20px}}.sui-2-2-4 .sui-box-body .sui-upsell-row{position:relative}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-image{position:absolute;bottom:0;width:100px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-image{display:none}}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice{padding-left:130px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice{padding-left:0}}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p{position:relative;border-radius:4px;background-color:#e1f6ff;padding:20px 30px;color:#333;font-size:13px;line-height:22px}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p:after{position:absolute;top:43%;left:0;margin-left:-7px;content:\"\";width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #e1f6ff}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p:after{display:none}}.sui-2-2-4 .sui-box-body .sui-upsell-row .sui-upsell-notice p a{color:#333;text-decoration:underline;font-weight:500}.sui-2-2-4 .sui-box-body .sui-settings-box{padding:30px;border:1px solid #e6e6e6;border-radius:5px}@media (max-width:782px){.sui-2-2-4 .sui-box-body .sui-settings-box{padding:20px}}.sui-2-2-4 .sui-box-footer{border-top:1px solid #e6e6e6;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-box-footer.sui-pull-up{margin-top:-15px}@media (max-width:782px){.sui-2-2-4 .sui-box-footer{padding:20px}}.sui-2-2-4 .sui-box-title{display:block;font-weight:700;font-size:15px;line-height:30px;font-family:Roboto,Arial,sans-serif;margin:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sui-2-2-4 .sui-box-title *{vertical-align:middle}.sui-2-2-4 .sui-box-title i{margin-right:10px;display:block;float:left}.sui-2-2-4 .sui-box-title i:before{color:inherit;font-size:20px;vertical-align:text-bottom}.sui-2-2-4 h3.sui-box-title{text-transform:none}.sui-2-2-4 .sui-with-bottom-border{padding-bottom:30px;border-bottom:1px solid #e6e6e6;margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .sui-with-bottom-border{margin-bottom:20px;padding-bottom:20px}}.sui-2-2-4 .sui-border-frame{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0 0;padding:30px}@media (max-width:782px){.sui-2-2-4 .sui-border-frame{padding:20px}}.sui-2-2-4 .sui-col,.sui-2-2-4 [class*=sui-col-]{min-height:1px;padding-left:15px;padding-right:15px;position:relative}@media (max-width:782px){.sui-2-2-4 .sui-col,.sui-2-2-4 [class*=sui-col-]{padding-left:10px;padding-right:10px}}.sui-2-2-4 .sui-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin-right:-15px;margin-bottom:30px;margin-left:-15px}.sui-2-2-4 .sui-row:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-row:last-child{margin-bottom:0}}@media (max-width:782px){.sui-2-2-4 .sui-row{margin-right:-10px;margin-bottom:20px;margin-left:-10px}}.sui-2-2-4 .sui-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sui-2-2-4 .sui-col{-webkit-box-flex:1;-ms-flex:1;flex:1}.sui-2-2-4 [class*=sui-col-]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-xs-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-xs-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-xs-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-xs-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-xs-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-xs-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-xs-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-xs-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-xs-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-xs-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-xs-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-xs-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-xs-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-xs-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-xs-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-xs-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-xs-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-xs-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-xs-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-xs-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-xs-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-xs-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-xs-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-xs-offset-1{margin-left:8.33333%}@media (min-width:0px){.sui-2-2-4 .sui-col-xs-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-xs-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-xs-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-xs-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-xs-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-xs-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-xs-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-xs-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-xs-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-xs-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-xs-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-xs-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-xs-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-xs-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-xs-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-xs-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-xs-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-xs-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-xs-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-xs-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-xs-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-xs-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-xs-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-xs-offset-1{margin-left:8.33333%}}@media (min-width:480px){.sui-2-2-4 .sui-col-sm-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-sm-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-sm-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-sm-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-sm-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-sm-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-sm-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-sm-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-sm-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-sm-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-sm-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-sm-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-sm-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-sm-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-sm-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-sm-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-sm-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-sm-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-sm-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-sm-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-sm-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-sm-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-sm-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-sm-offset-1{margin-left:8.33333%}}@media (min-width:783px){.sui-2-2-4 .sui-col-md-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-md-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-md-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-md-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-md-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-md-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-md-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-md-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-md-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-md-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-md-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-md-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-md-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-md-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-md-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-md-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-md-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-md-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-md-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-md-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-md-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-md-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-md-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-md-offset-1{margin-left:8.33333%}}@media (min-width:1200px){.sui-2-2-4 .sui-col-lg-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-4 .sui-col-lg-offset-12{margin-left:100%}.sui-2-2-4 .sui-col-lg-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-4 .sui-col-lg-offset-11{margin-left:91.66667%}.sui-2-2-4 .sui-col-lg-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-4 .sui-col-lg-offset-10{margin-left:83.33333%}.sui-2-2-4 .sui-col-lg-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-4 .sui-col-lg-offset-9{margin-left:75%}.sui-2-2-4 .sui-col-lg-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-4 .sui-col-lg-offset-8{margin-left:66.66667%}.sui-2-2-4 .sui-col-lg-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-4 .sui-col-lg-offset-7{margin-left:58.33333%}.sui-2-2-4 .sui-col-lg-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-4 .sui-col-lg-offset-6{margin-left:50%}.sui-2-2-4 .sui-col-lg-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-4 .sui-col-lg-offset-5{margin-left:41.66667%}.sui-2-2-4 .sui-col-lg-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-4 .sui-col-lg-offset-4{margin-left:33.33333%}.sui-2-2-4 .sui-col-lg-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-4 .sui-col-lg-offset-3{margin-left:25%}.sui-2-2-4 .sui-col-lg-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-4 .sui-col-lg-offset-2{margin-left:16.66667%}.sui-2-2-4 .sui-col-lg-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-4 .sui-col-lg-offset-1{margin-left:8.33333%}}@media (max-width:1200px){.sui-2-2-4 [class*=sui-col-lg-]:last-child{margin-bottom:0}}@media (max-width:1200px){.sui-2-2-4 [class*=sui-col-lg-]{margin-bottom:30px}}@media (max-width:783px){.sui-2-2-4 [class*=sui-col-lg-]{margin-bottom:20px}}@media (max-width:783px){.sui-2-2-4 [class*=sui-col-md-]:last-child{margin-bottom:0}}@media (max-width:783px){.sui-2-2-4 [class*=sui-col-md-]{margin-bottom:20px}}@media (max-width:480px){.sui-2-2-4 [class*=sui-col-sm-]:last-child{margin-bottom:0}}@media (max-width:480px){.sui-2-2-4 [class*=sui-col-sm-]{margin-bottom:20px}}@media (max-width:0px){.sui-2-2-4 [class*=sui-col-xs-]:last-child{margin-bottom:0}}@media (max-width:0px){.sui-2-2-4 [class*=sui-col-xs-]{margin-bottom:20px}}.sui-2-2-4 .sui-notice-top ol,.sui-2-2-4 .sui-notice-top p,.sui-2-2-4 .sui-notice-top ul,.sui-2-2-4 .sui-notice ol,.sui-2-2-4 .sui-notice p,.sui-2-2-4 .sui-notice ul{padding:0 0 0 30px}@media (max-width:782px){.sui-2-2-4 .sui-notice-top ol,.sui-2-2-4 .sui-notice-top p,.sui-2-2-4 .sui-notice-top ul,.sui-2-2-4 .sui-notice ol,.sui-2-2-4 .sui-notice p,.sui-2-2-4 .sui-notice ul{padding:0 0 0 20px}}.sui-2-2-4 .sui-notice-top p:first-of-type:before,.sui-2-2-4 .sui-notice p:first-of-type:before{content:\"I\";position:relative;vertical-align:middle;top:-2px;margin-right:10px;margin-left:-30px;color:#888;font-size:20px}@media (max-width:782px){.sui-2-2-4 .sui-notice-top p:first-of-type:before,.sui-2-2-4 .sui-notice p:first-of-type:before{margin-left:-20px}}.sui-2-2-4 .sui-notice-top.sui-notice-info p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-info p:first-of-type:before{color:#17a8e3}.sui-2-2-4 .sui-notice-top.sui-notice-success p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-success p:first-of-type:before{content:\"_\";color:#1abc9c}.sui-2-2-4 .sui-notice-top.sui-notice-warning p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-warning p:first-of-type:before{content:\"!\";color:#fecf2f}.sui-2-2-4 .sui-notice-top.sui-notice-error p:first-of-type:before,.sui-2-2-4 .sui-notice.sui-notice-error p:first-of-type:before{content:\"!\";color:#ff6d6d}.sui-2-2-4 .sui-notice{display:block;margin:30px 0;border-radius:4px;padding:15px 30px;background-color:#f2f2f2}.sui-2-2-4 .sui-notice p{margin:15px 0}.sui-2-2-4 .sui-notice p:first-child,.sui-2-2-4 .sui-notice p:first-of-type{margin-top:0}.sui-2-2-4 .sui-notice p:last-child,.sui-2-2-4 .sui-notice p:last-of-type{margin-bottom:0}.sui-2-2-4 .sui-notice,.sui-2-2-4 .sui-notice p{color:#333}.sui-2-2-4 .sui-notice p strong,.sui-2-2-4 .sui-notice strong{font-weight:500}.sui-2-2-4 .sui-notice .sui-notice-dismiss{display:block;margin:6px 0 -5px;padding:0 0 0 30px}.sui-2-2-4 .sui-notice .sui-notice-dismiss a{margin-left:-10px;padding:5px 10px;color:#888;font-size:12px;line-break:16px;font-weight:500;text-transform:uppercase;text-decoration:none}.sui-2-2-4 .sui-notice .sui-notice-dismiss a:active,.sui-2-2-4 .sui-notice .sui-notice-dismiss a:hover{color:#333}.sui-2-2-4 .sui-notice:first-child{margin-top:0}@media (max-width:782px){.sui-2-2-4 .sui-notice:first-child{margin-top:0}}.sui-2-2-4 .sui-notice:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-notice:last-child{margin-bottom:0}}.sui-2-2-4 .sui-notice.sui-notice-icon-tick p:first-of-type:before{content:\"_\"}.sui-2-2-4 .sui-notice .sui-notice-buttons{margin-left:30px;margin-top:15px}.sui-2-2-4 .sui-notice.sui-no-notice-icon ol,.sui-2-2-4 .sui-notice.sui-no-notice-icon p,.sui-2-2-4 .sui-notice.sui-no-notice-icon ul{padding:0}.sui-2-2-4 .sui-notice.sui-no-notice-icon p:first-of-type:before{content:none;margin:0;padding:0}.sui-2-2-4 .sui-notice.sui-no-notice-icon .sui-notice-buttons{margin-left:0}.sui-2-2-4 .sui-notice.sui-notice-info{background-color:#e1f6ff}.sui-2-2-4 .sui-notice.sui-notice-success{background-color:#d1f1ea}.sui-2-2-4 .sui-notice.sui-notice-warning{background-color:#fff5d5}.sui-2-2-4 .sui-notice.sui-notice-error{background-color:#ffe5e9}.sui-2-2-4 .sui-notice.sui-notice-sm ol,.sui-2-2-4 .sui-notice.sui-notice-sm p,.sui-2-2-4 .sui-notice.sui-notice-sm ul{font-size:13px;line-height:22px}.sui-2-2-4 .sui-notice.sui-notice-sm ol:before,.sui-2-2-4 .sui-notice.sui-notice-sm p:before,.sui-2-2-4 .sui-notice.sui-notice-sm ul:before{font-size:16px;margin-right:14px}@media (max-width:782px){.sui-2-2-4 .sui-notice{margin:20px 0;padding:10px 20px}}.sui-2-2-4 .sui-notice-top{width:100%;max-width:600px;display:block;position:fixed;z-index:99999;top:17px;left:50%;margin:0;margin-left:80px;border-radius:4px;border-left:2px solid #888;padding:15px 20px 15px 18px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.15) 0 5px 25px 0;box-shadow:0 5px 25px 0 rgba(0,0,0,.15);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-notice-top p{margin:15px 0;color:#666;font:400 13px/22px Roboto,Arial,sans-serif;letter-spacing:-.19px}.sui-2-2-4 .sui-notice-top p:first-of-type:before{top:-1px;font-size:16px}.sui-2-2-4 .sui-notice-top p strong{color:#333;font-weight:500}.sui-2-2-4 .sui-notice-top p:first-child,.sui-2-2-4 .sui-notice-top p:first-of-type{margin-top:0}.sui-2-2-4 .sui-notice-top p:last-child,.sui-2-2-4 .sui-notice-top p:last-of-type{margin-bottom:0}.sui-2-2-4 .sui-notice-top.sui-notice-success{border-left-color:#1abc9c}.sui-2-2-4 .sui-notice-top.sui-notice-warning{border-left-color:#fecf2f}.sui-2-2-4 .sui-notice-top.sui-notice-error{border-left-color:#ff6d6d}.sui-2-2-4 .sui-notice-top.sui-notice-info{border-left-color:#17a8e3}.sui-2-2-4 .sui-notice-top.sui-can-dismiss{display:-webkit-box;display:-ms-flexbox;display:flex}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-content{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;margin:-15px -20px -15px 0}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:0 4px 4px 0;background-color:#f8f8f8;color:#888;font:500 11px/13px Roboto,Arial,sans-serif;text-transform:uppercase;text-align:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:before{color:#888;font-size:13px}.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:active,.sui-2-2-4 .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:hover{background-color:#e6e6e6}@media (max-width:782px){.sui-2-2-4 .sui-notice-top{width:90%;top:23px;margin-left:0}}.sui-2-2-4.wp-admin.folded .sui-notice-top{margin-left:18px}@media (max-width:782px){.sui-2-2-4.wp-admin.folded .sui-notice-top{margin-left:0}}.sui-2-2-4 .sui-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:1;margin-bottom:30px}.sui-2-2-4 .sui-header h1{text-transform:uppercase}@media (max-width:782px){.sui-2-2-4 .sui-header h1{width:100%}}@media (max-width:782px){.sui-2-2-4 .sui-header{margin-bottom:20px}}@media (max-width:782px){.sui-2-2-4 .sui-header .sui-actions-right{margin-left:0;margin-right:auto;margin-top:10px}}@media (max-width:782px){.sui-2-2-4 .sui-header .sui-actions-left{margin-left:0;margin-right:0;margin-top:10px}}.sui-2-2-4 .sui-header-title{color:#333;margin:0;text-align:left;text-transform:uppercase;font-weight:700;max-width:none;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sui-2-2-4 .sui-summary{padding:15px 30px 0;background-image:url(../image/graphic-hb-minify-summary@2x.png);background-repeat:no-repeat;background-position:3% 100%;background-size:192px 172px}@media (max-width:782px){.sui-2-2-4 .sui-summary{padding:20px 20px 10px}}@media (max-width:1100px){.sui-2-2-4 .sui-summary{background-image:none!important}}.sui-2-2-4 .sui-summary .sui-summary-image-space{width:100%;min-height:172px;float:left;max-width:192px}@media (max-width:1100px){.sui-2-2-4 .sui-summary .sui-summary-image-space{display:none!important}}.sui-2-2-4 .sui-summary .sui-summary-segment{position:relative;color:#333;width:calc(100% / 2 - 98px);padding-left:5%;display:inline-block;vertical-align:middle}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details{position:absolute;top:-5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);min-height:80px}@media (max-width:600px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details{position:inherit;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub{display:block;font-size:13px;margin-top:0;margin-bottom:20px;line-height:22px;color:#888}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub:last-of-type{margin-bottom:0}@media (max-width:960px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub{margin-bottom:5px}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-percent{font-size:13px;line-height:22px;margin-left:-5px}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i{position:relative;top:-22px;left:5px;font-size:16px}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i+.sui-summary-percent{margin-left:-20px}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-error:before,.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-info:before,.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-success:before,.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details i.sui-warning:before{color:inherit}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-large{font-size:50px;line-height:55px;margin-bottom:20px}@media (max-width:1100px){.sui-2-2-4 .sui-summary .sui-summary-segment{text-align:left;padding-left:0;width:49%}}@media (max-width:600px){.sui-2-2-4 .sui-summary .sui-summary-segment{display:block;text-align:center;width:100%}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list{margin:0 0 15px}@media (max-width:783px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list{margin:0 0 10px}}@media (max-width:600px){.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list{text-align:left}}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list .sui-list-detail{font-size:13px;font-weight:500;line-height:22px;color:#888}.sui-2-2-4 .sui-summary .sui-summary-segment .sui-list .sui-list-detail i{line-height:0;vertical-align:middle}.sui-2-2-4 .sui-list{list-style:none;margin:0 0 20px;padding:0}.sui-2-2-4 .sui-list.sui-list-inline{margin-top:20px;margin-bottom:0}.sui-2-2-4 .sui-list.sui-list-standalone{margin-bottom:20px}.sui-2-2-4 .sui-list>li{position:relative;display:table;width:100%;padding:6px 0;margin:0;border-collapse:collapse;border-spacing:0}.sui-2-2-4 .sui-list>li>div{display:table-row}.sui-2-2-4 .sui-list>li.sui-list-header{color:#333;font-size:13px;font-weight:700;line-height:30px;padding-bottom:0}.sui-2-2-4 .sui-list>li.sui-list-header span{display:table-cell;border-bottom:1px solid #eee}.sui-2-2-4 .sui-list>li.sui-list-header span:nth-child(2){text-align:right}.sui-2-2-4 .sui-list>li .sui-list-detail{color:#888;text-align:right;padding:10px 0;font-size:13px;font-weight:500;line-height:22px}.sui-2-2-4 .sui-list>li .sui-list-detail .sui-tag{font-family:Roboto,Arial,sans-serif}.sui-2-2-4 .sui-list>li .sui-list-detail,.sui-2-2-4 .sui-list>li .sui-list-label{display:table-cell;vertical-align:middle;cursor:default;border-bottom:1px solid #eee}.sui-2-2-4 .sui-list>li .sui-list-label{font-size:13px;font-weight:500;line-height:22px;padding:19px 10px 19px 0;color:#333}.sui-2-2-4 .sui-list>li .sui-list-label.sui-list-header{font-family:Roboto Condensed,Roboto,Arial,sans-serif;width:200px}.sui-2-2-4 .sui-list>li:last-of-type .sui-list-detail,.sui-2-2-4 .sui-list>li:last-of-type .sui-list-label{border-bottom:none}.sui-2-2-4 .sui-list.sui-list-top-border{border-top:1px solid #eee}.sui-2-2-4 .sui-list.sui-list-bottom-border{border-bottom:1px solid #eee}.sui-2-2-4 .sui-tooltip{position:relative}.sui-2-2-4 .sui-tooltip:after,.sui-2-2-4 .sui-tooltip:before{content:\"\";opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;position:absolute;z-index:1;-webkit-transition:margin .2s,opacity .2s;-o-transition:margin .2s,opacity .2s;transition:margin .2s,opacity .2s}.sui-2-2-4 .sui-tooltip:before{border:5px solid transparent}.sui-2-2-4 .sui-tooltip:after{content:attr(data-tooltip);min-width:40px;padding:8px 12px;border-radius:4px;background:#333;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font:500 12px/18px Roboto,Arial,sans-serif;text-transform:none;text-align:center;white-space:nowrap}.sui-2-2-4 .sui-tooltip:hover:after,.sui-2-2-4 .sui-tooltip:hover:before{opacity:1}.sui-2-2-4 .sui-tooltip.sui-tooltip-constrained:after{min-width:240px;white-space:normal}.sui-2-2-4 .sui-tooltip.sui-tooltip-top:before,.sui-2-2-4 .sui-tooltip:before{bottom:100%;left:50%;border-top-color:#333;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-top:after,.sui-2-2-4 .sui-tooltip:after{bottom:100%;left:50%;margin:0 0 10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-top-right:after{left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sui-2-2-4 .sui-tooltip.sui-tooltip-top-left:after{left:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);right:0}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-left:before,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-right:before,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom:before{top:100%;bottom:inherit;border-top-color:transparent;border-bottom-color:#333}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-left:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-right:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom:after{top:100%;bottom:inherit;margin:10px 0 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-right:after{left:0}.sui-2-2-4 .sui-tooltip.sui-tooltip-bottom-left:after{left:auto;right:0}.sui-2-2-4 .sui-tooltip.sui-tooltip-left:before{border-top-color:transparent;border-left-color:#333}.sui-2-2-4 .sui-tooltip.sui-tooltip-left:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-left:before{top:50%;right:100%;bottom:inherit;left:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-left:after{margin:0 10px 0 0}.sui-2-2-4 .sui-tooltip.sui-tooltip-right:before{border-top-color:transparent;border-right-color:#333}.sui-2-2-4 .sui-tooltip.sui-tooltip-right:after,.sui-2-2-4 .sui-tooltip.sui-tooltip-right:before{top:50%;bottom:inherit;left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sui-2-2-4 .sui-tooltip.sui-tooltip-right:after{margin:0 0 0 10px}.sui-2-2-4 .select-container{position:relative;z-index:1;display:block;cursor:pointer;border-radius:4px;-webkit-transition-property:background,border-color;-o-transition-property:background,border-color;transition-property:background,border-color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;text-align:left;border:1px solid #ddd;background-color:#f8f8f8}.sui-2-2-4 .select-container .dropdown-handle{-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s;display:inline-block;position:absolute;width:45px;height:auto;top:0;right:0;z-index:1011;border-radius:0 4px 4px 0;border-bottom:0;border-left-color:transparent;padding:0;text-align:center;line-height:38px;-webkit-transition-property:color,border-color;-o-transition-property:color,border-color;transition-property:color,border-color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;color:#888}.sui-2-2-4 .select-container .dropdown-handle i:before{vertical-align:middle;font-size:12px}.sui-2-2-4 .select-container.sui-mobile-nav{background-color:#fff;margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .select-container.sui-mobile-nav{margin-bottom:20px}}.sui-2-2-4 .select-container.sui-mobile-nav .dropdown-handle{background-color:#fff;font-size:13px}.sui-2-2-4 .select-container:hover{border-color:#ddd}.sui-2-2-4 .select-container:hover .list-value{color:#333}.sui-2-2-4 .select-container:hover .list-results{border-left-color:#ddd;border-right-color:#ddd;border-bottom-color:#ddd}.sui-2-2-4 .select-container:hover .dropdown-handle{border-top-color:#ddd;border-right-color:#ddd}.sui-2-2-4 .select-container.active{z-index:99999;background:#f8f8f8}.sui-2-2-4 .select-container.active .list-value{background:#f8f8f8;border-radius:3px 0 0 0;color:#333}.sui-2-2-4 .select-container.active .dropdown-handle{border-color:#ddd;border-bottom-right-radius:3px}.sui-2-2-4 .select-container.active .list-results{left:0;right:0;width:auto;display:block;-webkit-transition-duration:0ms;-o-transition-duration:0ms;transition-duration:0ms}.sui-2-2-4 .select-container.active.sui-mobile-nav .dropdown-handle{background-color:transparent;font-size:13px}.sui-2-2-4 .select-container.active:hover{border-color:#ddd}.sui-2-2-4 .select-container.active:hover .list-value{color:#333}.sui-2-2-4 .select-container.active:hover .list-results{border-color:#ddd}.sui-2-2-4 .select-container.active:hover .list-results li{opacity:1}.sui-2-2-4 .select-container.active:hover .dropdown-handle{border-color:#ddd;color:#ddd}.sui-2-2-4 .select-list-container{position:relative;display:block;vertical-align:middle;padding-right:45px;zoom:1}.sui-2-2-4 .select-list-container .list-value{position:relative;display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;background-clip:padding-box;text-decoration:none;white-space:nowrap;height:auto;width:100%;padding:8px 8px 8px 15px;border:0;color:#aaa;-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.sui-2-2-4 .select-list-container .list-results,.sui-2-2-4 .select-list-container .list-value{font:500 15px/22px Roboto,Arial,sans-serif;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.sui-2-2-4 .select-list-container .list-results{position:absolute;top:41px;left:-9999px;right:-9999px;z-index:1010;width:0;background:#fff;border:1px solid #e6e6e6;margin-left:-1px;margin-right:-1px;margin-top:1px;display:none;border-radius:4px;-webkit-transition-property:opacity,border-color;-o-transition-property:opacity,border-color;transition-property:opacity,border-color;padding-left:0;max-height:200px;overflow-y:auto}.sui-2-2-4 .select-list-container .list-results li{padding:10px 15px;background:none;color:#888;cursor:pointer;list-style:none;font-weight:400;line-height:15px;word-wrap:break-word;margin:0;opacity:.8;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;border-radius:0!important}.sui-2-2-4 .select-list-container .list-results .optgroup{cursor:default;padding-left:0}.sui-2-2-4 .select-list-container .list-results .optgroup li{padding-left:30px;cursor:pointer}.sui-2-2-4 .select-list-container .list-results .optgroup li.optgroup-label{padding-left:10px;color:#aaa;font-weight:500;font-size:12px;line-height:12px;cursor:default;pointer-events:none}.sui-2-2-4 .select-list-container .list-results li:last-child{border-radius:0 0 3px 3px}.sui-2-2-4 .select-list-container .list-results li:not(.current):hover{background:#f2f2f2;color:#333}.sui-2-2-4 .select-list-container .list-results .optgroup li.optgroup-label:hover{background:none}.sui-2-2-4 .select-list-container .list-results .current{background:#888;color:#fff}.sui-2-2-4 .list-table>tbody>.select-open td,.sui-2-2-4 .list-table>tfoot>.select-open th,.sui-2-2-4 .list-table>thead>.select-open th{z-index:9}.sui-2-2-4 .sui-tag{display:inline-block;background-color:#fecf2f;color:#333;border-radius:15px;min-width:39px;height:26px;font-size:12px;line-height:26px;text-align:center;font-weight:500;padding:0 16px;cursor:default}.sui-2-2-4 .sui-tag.sui-tag-success{background-color:#1abc9c;color:#fff}.sui-2-2-4 .sui-tag.sui-tag-error{background-color:#ff6d6d;color:#fff}.sui-2-2-4 .sui-tag.sui-tag-inactive{background-color:#e6e6e6;color:#aaa}.sui-2-2-4 .sui-tag.sui-tag-disabled{background-color:#f8f8f8;color:#aaa}.sui-2-2-4 .sui-tag.sui-tag-upgrade{background-color:#1abc9c;color:#fff}.sui-2-2-4 .sui-tag.sui-tag-upsell{border:2px solid #d1f1ea;color:#1abc9c;width:auto;height:26px;line-height:15px;background:transparent;padding:4px 16px}.sui-2-2-4 .sui-tag.sui-tag-pro{min-width:auto;height:12px;padding:2px 5px 1px;border-radius:6px;color:#fff;background-color:#8d00b1;font-size:8px;line-height:9px;text-align:center}.sui-2-2-4 .sui-inline-label,.sui-2-2-4 .sui-label{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#888;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.sui-2-2-4 label[for]{cursor:pointer}.sui-2-2-4 .sui-label{display:block;margin:0 0 5px}.sui-2-2-4 .sui-label:last-child{margin:0}.sui-2-2-4 .sui-label span.sui-tag{vertical-align:text-top;margin-left:5px}.sui-2-2-4 .sui-label-link{margin-left:auto;margin-right:0;font-weight:400;color:#888}.sui-2-2-4 .sui-inline-label{display:inline-block;margin:0;padding:0}.sui-2-2-4 .sui-form-control,.sui-2-2-4 .sui-multi-checkbox,.sui-2-2-4 .sui-upload-group{width:100%;height:40px;display:block;margin:0;padding:9px 14px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;background-image:none;color:#333;font-size:15px;line-height:20px;font-family:Roboto,Arial,sans-serif;font-weight:500;letter-spacing:-.025em;-webkit-transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;-o-transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out}.sui-2-2-4 .sui-form-control::-ms-expand,.sui-2-2-4 .sui-multi-checkbox::-ms-expand,.sui-2-2-4 .sui-upload-group::-ms-expand{border:0;background-color:transparent}.sui-2-2-4 .sui-form-control[disabled],.sui-2-2-4 .sui-multi-checkbox[disabled],.sui-2-2-4 .sui-upload-group[disabled],fieldset[disabled] .sui-2-2-4 .sui-form-control,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox,fieldset[disabled] .sui-2-2-4 .sui-upload-group{cursor:not-allowed}.sui-2-2-4 .sui-form-control[disabled],.sui-2-2-4 .sui-form-control[disabled]:focus,.sui-2-2-4 .sui-form-control[disabled]:hover,.sui-2-2-4 .sui-multi-checkbox[disabled],.sui-2-2-4 .sui-multi-checkbox[disabled]:focus,.sui-2-2-4 .sui-multi-checkbox[disabled]:hover,.sui-2-2-4 .sui-upload-group[disabled],.sui-2-2-4 .sui-upload-group[disabled]:focus,.sui-2-2-4 .sui-upload-group[disabled]:hover,fieldset[disabled] .sui-2-2-4 .sui-form-control,fieldset[disabled] .sui-2-2-4 .sui-form-control:focus,fieldset[disabled] .sui-2-2-4 .sui-form-control:hover,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox:focus,fieldset[disabled] .sui-2-2-4 .sui-multi-checkbox:hover,fieldset[disabled] .sui-2-2-4 .sui-upload-group,fieldset[disabled] .sui-2-2-4 .sui-upload-group:focus,fieldset[disabled] .sui-2-2-4 .sui-upload-group:hover{border-color:#f2f2f2;background-color:#f2f2f2;color:#aaa}.sui-2-2-4 .sui-form-control,.sui-2-2-4 .sui-form-control:focus,.sui-2-2-4 .sui-form-control:hover,.sui-2-2-4 .sui-multi-checkbox,.sui-2-2-4 .sui-multi-checkbox:focus,.sui-2-2-4 .sui-multi-checkbox:hover,.sui-2-2-4 .sui-upload-group,.sui-2-2-4 .sui-upload-group:focus,.sui-2-2-4 .sui-upload-group:hover{-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 .sui-form-control:focus,.sui-2-2-4 .sui-form-control:hover,.sui-2-2-4 .sui-multi-checkbox:focus,.sui-2-2-4 .sui-multi-checkbox:hover,.sui-2-2-4 .sui-upload-group:focus,.sui-2-2-4 .sui-upload-group:hover{background-color:#fff;border:1px solid #ddd}.sui-2-2-4 .sui-form-control:focus,.sui-2-2-4 .sui-multi-checkbox:focus,.sui-2-2-4 .sui-upload-group:focus{color:#333;outline:0;background-color:#fff}.sui-2-2-4 .sui-form-control::-webkit-input-placeholder,.sui-2-2-4 .sui-multi-checkbox::-webkit-input-placeholder,.sui-2-2-4 .sui-upload-group::-webkit-input-placeholder{color:#aaa}.sui-2-2-4 .sui-form-control:-ms-input-placeholder,.sui-2-2-4 .sui-form-control::-ms-input-placeholder,.sui-2-2-4 .sui-multi-checkbox:-ms-input-placeholder,.sui-2-2-4 .sui-multi-checkbox::-ms-input-placeholder,.sui-2-2-4 .sui-upload-group:-ms-input-placeholder,.sui-2-2-4 .sui-upload-group::-ms-input-placeholder{color:#aaa}.sui-2-2-4 .sui-form-control::placeholder,.sui-2-2-4 .sui-multi-checkbox::placeholder,.sui-2-2-4 .sui-upload-group::placeholder{color:#aaa}.sui-2-2-4 textarea.sui-form-control,.sui-2-2-4 textarea.sui-multi-checkbox,.sui-2-2-4 textarea.sui-upload-group{line-height:20px;height:auto;max-width:100%;resize:vertical}.sui-2-2-4 select.sui-form-control,.sui-2-2-4 select.sui-multi-checkbox,.sui-2-2-4 select.sui-upload-group{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAs0lEQVQ4T6WS2w0CIRBF59KA2oklaAdbgpbgB48SIBThduKWYClrA2CGgEEXNWH5moR7Zu48QJ0PnRytA6WUe67svb//clDrUkWt9UxEMYRw/AYzJIS4sd45t0ugMeZERNcY49yCCwRgS0Rna+346rGGAVz4s06aW0gQx2/DUUoNAEYAG86cxezkAWCw1k5lBoupZltThomhEMLhs/fmOgrM2VvQwmq9in8rWncAPWfXXfEJ6RpWD7sJ1JwAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center right 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;line-height:1}.sui-2-2-4 .sui-control-with-icon{position:relative}.sui-2-2-4 .sui-control-with-icon i{width:16px;height:16px;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:11px;left:14px}.sui-2-2-4 .sui-control-with-icon i:before{color:#aaa;display:block}.sui-2-2-4 .sui-control-with-icon .sui-form-control,.sui-2-2-4 .sui-control-with-icon .sui-multi-checkbox,.sui-2-2-4 .sui-control-with-icon .sui-upload-group{padding-left:40px}.sui-2-2-4 .sui-control-with-icon.sui-right-icon i{right:14px;left:auto;color:#888}.sui-2-2-4 .sui-control-with-icon.sui-right-icon .sui-form-control,.sui-2-2-4 .sui-control-with-icon.sui-right-icon .sui-multi-checkbox,.sui-2-2-4 .sui-control-with-icon.sui-right-icon .sui-upload-group{padding-right:40px;padding-left:14px}.sui-2-2-4 .sui-with-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-with-button .sui-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.sui-2-2-4 .sui-with-button .sui-form-control,.sui-2-2-4 .sui-with-button .sui-multi-checkbox,.sui-2-2-4 .sui-with-button .sui-upload-group{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px}.sui-2-2-4 .sui-with-button .sui-form-control:first-child,.sui-2-2-4 .sui-with-button .sui-multi-checkbox:first-child,.sui-2-2-4 .sui-with-button .sui-upload-group:first-child{margin-left:0}.sui-2-2-4 .sui-with-button .sui-form-control:last-child,.sui-2-2-4 .sui-with-button .sui-multi-checkbox:last-child,.sui-2-2-4 .sui-with-button .sui-upload-group:last-child{margin-right:0}.sui-2-2-4 .sui-with-button.sui-with-button-icon,.sui-2-2-4 .sui-with-button.sui-with-button-inside{display:block;position:relative}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-button,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-button-icon,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-button,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-button-icon{position:absolute;top:5px;right:5px}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-button-lg,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-button-lg{top:0;right:0}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-upload-group,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-upload-group{margin:0}.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-icon .sui-upload-group{padding-right:40px}.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-form-control,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-multi-checkbox,.sui-2-2-4 .sui-with-button.sui-with-button-inside .sui-upload-group{padding-right:90px}.sui-2-2-4 .sui-input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.sui-2-2-4 .sui-form-field{margin-bottom:30px}.sui-2-2-4 .sui-form-field:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-form-field:last-child{margin-bottom:0}}@media (max-width:782px){.sui-2-2-4 .sui-form-field{margin-bottom:20px}}.sui-2-2-4 .sui-form-field-error .sui-form-control,.sui-2-2-4 .sui-form-field-error .sui-multi-checkbox,.sui-2-2-4 .sui-form-field-error .sui-upload-group{border-bottom:2px solid #ff6d6d}.sui-2-2-4 .sui-form-field-error .sui-control-with-icon i:before{color:#ff6d6d}.sui-2-2-4 .sui-error-message{display:block;margin-top:8px;color:#ff6d6d;font-size:12px;line-height:16px;font-weight:500}.sui-2-2-4 .sui-description,.sui-2-2-4 .sui-multi-checkbox label{display:block;margin-top:5px;color:#888;font-size:13px;line-height:16px;font-weight:400}.sui-2-2-4 .sui-description.sui-toggle-description,.sui-2-2-4 .sui-multi-checkbox label.sui-toggle-description{margin-left:48px}.sui-2-2-4 .sui-description.sui-checkbox-description,.sui-2-2-4 .sui-description.sui-radio-description,.sui-2-2-4 .sui-multi-checkbox label.sui-checkbox-description,.sui-2-2-4 .sui-multi-checkbox label.sui-radio-description{margin:0 27px 5px}.sui-2-2-4 .sui-password-group{position:relative}.sui-2-2-4 .sui-password-group .sui-password-toggle{cursor:pointer;background:transparent;border:none;color:#888;font-size:15px;line-height:1em;padding:0;position:absolute;top:50%;right:7px;height:30px;width:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0;border-radius:4px}.sui-2-2-4 .sui-password-group .sui-password-toggle:hover{background-color:rgba(0,0,0,.03)}.sui-2-2-4 .sui-password-group .sui-password-toggle:hover i:before{color:#666}.sui-2-2-4 .sui-checkbox,.sui-2-2-4 .sui-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag),.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag){-ms-flex-negative:0;flex-shrink:0;position:relative;display:inline-block;width:16px;height:16px;background-color:#e6e6e6;cursor:pointer;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;border:1px solid #ddd;border-radius:3px;margin-top:3px}.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag):before,.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag):before{opacity:0;content:\"(\";color:#fff;font-size:10px;line-height:14px;position:absolute;width:100%;text-align:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.sui-2-2-4 .sui-checkbox span.sui-tag,.sui-2-2-4 .sui-radio span.sui-tag{margin-top:auto;margin-bottom:auto;margin-left:10px}.sui-2-2-4 .sui-checkbox input:checked+span:not(.sui-description),.sui-2-2-4 .sui-radio input:checked+span:not(.sui-description){border:1px solid #17a8e3;background-color:#17a8e3}.sui-2-2-4 .sui-checkbox input:checked+span:not(.sui-description):before,.sui-2-2-4 .sui-radio input:checked+span:not(.sui-description):before{opacity:1}.sui-2-2-4 .sui-checkbox .sui-description,.sui-2-2-4 .sui-radio .sui-description{cursor:pointer;margin-top:0;margin-left:10px;font-size:15px;line-height:22px;color:#666;font-weight:500}.sui-2-2-4 .sui-checkbox .sui-description.sui-description-sm,.sui-2-2-4 .sui-radio .sui-description.sui-description-sm{font-size:13px}.sui-2-2-4 .sui-checkbox input[disabled]+span:not(.sui-description),.sui-2-2-4 .sui-radio input[disabled]+span:not(.sui-description),fieldset[disabled] .sui-2-2-4 .sui-checkbox+span:not(.sui-description),fieldset[disabled] .sui-2-2-4 .sui-radio+span:not(.sui-description){cursor:not-allowed;opacity:.5}.sui-2-2-4 .sui-checkbox input[disabled]+span+span.sui-description,.sui-2-2-4 .sui-radio input[disabled]+span+span.sui-description{color:#aaa;cursor:not-allowed}.sui-2-2-4 .sui-checkbox span:not(.sui-description):not(.sui-tag){border-radius:3px}.sui-2-2-4 .sui-checkbox+.sui-checkbox{margin-top:10px}.sui-2-2-4 .sui-radio span:not(.sui-description):not(.sui-tag){border-radius:50%}.sui-2-2-4 .sui-radio+.sui-radio{margin-top:10px}.sui-2-2-4 .sui-upload-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-upload-button{background-color:transparent;border-radius:4px;display:inline-block;margin:0 5px 0 0;font-size:13px;font-weight:400;line-height:1.5;pointer-events:none;padding:1px 16px;border:1px solid #ddd;background:0 0;color:#888;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.sui-2-2-4 .sui-upload-label{width:100%}.sui-2-2-4 .sui-upload-label:focus .sui-upload-button,.sui-2-2-4 .sui-upload-label:hover .sui-upload-button{background-color:#888;border-color:#888;color:#fff}.sui-2-2-4 .sui-upload-message{font-weight:400}.sui-2-2-4 .sui-date{position:relative}.sui-2-2-4 .sui-date .sui-form-control,.sui-2-2-4 .sui-date .sui-multi-checkbox,.sui-2-2-4 .sui-date .sui-upload-group{padding-right:40px}.sui-2-2-4 .sui-date i{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:5px;right:5px}.sui-2-2-4 .sui-date i:before{display:block}.sui-2-2-4 .sui-multi-checkbox{height:auto;max-height:114px;overflow-y:auto;padding:1px}.sui-2-2-4 .sui-multi-checkbox label{margin:1px 0}.sui-2-2-4 .sui-multi-checkbox label input:checked+span{background-color:#17a8e3;color:#fff}.sui-2-2-4 .sui-multi-checkbox label span{display:block;padding:10px}.sui-2-2-4 .sui-multi-checkbox label:first-child{margin-top:0}.sui-2-2-4 .sui-multi-checkbox label:first-child span{border-radius:3px 3px 0 0}.sui-2-2-4 .sui-multi-checkbox label:last-child{margin-bottom:0}.sui-2-2-4 .sui-multi-checkbox label:last-child span{border-radius:0 0 3px 3px}.sui-2-2-4 .sui-tabs{float:none;position:relative;padding:0;margin:0;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px}.sui-2-2-4 .sui-tabs:after,.sui-2-2-4 .sui-tabs:before{content:\"\";display:table;clear:both}.sui-2-2-4 .sui-tabs .sui-tab{float:left}.sui-2-2-4 .sui-tabs .sui-tab:first-child label{border-top-left-radius:5px}.sui-2-2-4 .sui-tabs .sui-tab label{display:block;margin:0;top:0;cursor:pointer;position:relative;border:0;font-size:15px;text-transform:capitalize;color:#888;padding:0 10px;line-height:1.5em;height:40px}.sui-2-2-4 .sui-tabs .sui-tab input[type=radio]{display:none}.sui-2-2-4 .sui-tabs .sui-tab input[type=radio]:checked+label{background-color:#fff;color:#888;height:61px;z-index:3}.sui-2-2-4 .sui-tabs .sui-tab .sui-tab-content{z-index:2;display:none;text-align:left;left:0;right:0;width:auto;padding:30px 0 0;position:absolute;min-height:150px;border-top:1px solid #e6e6e6;background-color:#fff;overflow:auto;border-top:2px solid #e6e6e6;top:38px}@media (max-width:782px){.sui-2-2-4 .sui-tabs .sui-tab .sui-tab-content{padding:20px 0 0}}.sui-2-2-4 .sui-tabs .sui-tab input[type=radio]:checked~.sui-tab-content{display:block}.sui-2-2-4 .sui-tabs .sui-tab>.active{color:#333;border-bottom:2px solid #333;z-index:10}.sui-2-2-4 .sui-row-with-sidenav{clear:both;position:relative;display:table;width:100%;table-layout:fixed;margin-bottom:30px}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav{display:block}}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav{width:220px;padding-right:30px;display:table-cell;position:relative;vertical-align:top}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav{display:block;width:100%;padding:0}}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav ul{padding:0}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav li{list-style:none;margin-bottom:6px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab{position:relative;padding:5px 15px;height:30px;line-height:1.5em}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab.current{background-color:#e6e6e6;border-radius:20px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab.current a{color:#333;font-weight:500}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab .sui-tag,.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i{position:absolute;top:2px;right:3px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i{top:4px;right:4px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i:before{font-size:21px}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a{color:#666;display:block;font-weight:400;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a:focus,.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a:hover{color:#333}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-sidenav-hide-md{display:none}}@media (min-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-sidenav .sui-sidenav-hide-lg{display:none}}.sui-2-2-4 .sui-row-with-sidenav .sui-box{display:block;position:relative;vertical-align:top}@media (max-width:1100px){.sui-2-2-4 .sui-row-with-sidenav .sui-box{display:block}}.sui-2-2-4 .sui-dropdown{position:relative;display:inline-block;text-align:left}.sui-2-2-4 .sui-dropdown-anchor{display:inline-block;color:#888}.sui-2-2-4 .sui-dropdown-anchor:active,.sui-2-2-4 .sui-dropdown-anchor:focus,.sui-2-2-4 .sui-dropdown-anchor:hover,.sui-2-2-4 .sui-dropdown-anchor:hover:not(:focus):not(:active),.sui-2-2-4 .sui-dropdown.open .sui-dropdown-anchor{color:#17a8e3}.sui-2-2-4 .sui-dropdown.open ul{display:block;list-style:none}.sui-2-2-4 .sui-dropdown.open:after,.sui-2-2-4 .sui-dropdown.open:before{content:\"\";position:absolute;border-style:solid;border-width:0 9px 9px;display:block;width:0;border-top-color:#333;margin:7px 0 0}.sui-2-2-4 .sui-dropdown.open:after{border-color:#fff transparent;z-index:11;top:24px}.sui-2-2-4 .sui-dropdown.open:before{border-color:#e6e6e6 transparent;z-index:10;top:23px}.sui-2-2-4 .sui-dropdown ul{border:1px solid #ddd;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.05);box-shadow:0 3px 7px 0 rgba(0,0,0,.05);min-width:180px;margin-bottom:0;margin-top:0;padding:10px 0;font:500 15px/25px Roboto,Arial,sans-serif;background:#fff;position:absolute;left:auto;right:-22px;top:130%;z-index:10;border-radius:4px;display:none}.sui-2-2-4 .sui-dropdown ul li{padding:10px 15px;background:none;color:#888;cursor:pointer;list-style:none;font-weight:400;line-height:15px;word-wrap:break-word;margin:0;opacity:.8;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;border-radius:0!important}.sui-2-2-4 .sui-dropdown ul li a{font-weight:300;color:inherit}.sui-2-2-4 .sui-dropdown ul li a:hover{color:inherit}.sui-2-2-4 .sui-dropdown ul li:hover:not(.sui-dropdown-label){background:#f2f2f2;color:#333}.sui-2-2-4 .sui-dropdown ul li.active{background:#f8f8f8;color:#333}.sui-2-2-4 .sui-dropdown ul li.current{background:#888;color:#fff}.sui-2-2-4 .sui-dropdown ul li.sui-dropdown-label{border-bottom:1px solid #e6e6e6;line-height:30px;cursor:default;color:#666}.sui-2-2-4 .sui-dropdown.sui-dropdown-right ul{left:-22px;-webkit-transform:none;-ms-transform:none;transform:none}.sui-2-2-4 .sui-dropdown.sui-dropdown-center ul{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sui-2-2-4 .sui-dropdown.wds-item-loading{font-size:18px}.sui-2-2-4 .sui-dropdown.wds-item-loading .sui-dropdown-anchor{visibility:hidden}@-webkit-keyframes sui1{to{stroke-dasharray:2.63894 262.89378}}@keyframes sui1{to{stroke-dasharray:2.63894 262.89378}}@-webkit-keyframes sui2{to{stroke-dasharray:5.27788 525.78757}}@keyframes sui2{to{stroke-dasharray:5.27788 525.78757}}@-webkit-keyframes sui3{to{stroke-dasharray:7.91681 788.68135}}@keyframes sui3{to{stroke-dasharray:7.91681 788.68135}}@-webkit-keyframes sui4{to{stroke-dasharray:10.55575 1051.57513}}@keyframes sui4{to{stroke-dasharray:10.55575 1051.57513}}@-webkit-keyframes sui5{to{stroke-dasharray:13.19469 1314.46891}}@keyframes sui5{to{stroke-dasharray:13.19469 1314.46891}}@-webkit-keyframes sui6{to{stroke-dasharray:15.83363 1577.3627}}@keyframes sui6{to{stroke-dasharray:15.83363 1577.3627}}@-webkit-keyframes sui7{to{stroke-dasharray:18.47256 1840.25648}}@keyframes sui7{to{stroke-dasharray:18.47256 1840.25648}}@-webkit-keyframes sui8{to{stroke-dasharray:21.1115 2103.15026}}@keyframes sui8{to{stroke-dasharray:21.1115 2103.15026}}@-webkit-keyframes sui9{to{stroke-dasharray:23.75044 2366.04405}}@keyframes sui9{to{stroke-dasharray:23.75044 2366.04405}}@-webkit-keyframes sui10{to{stroke-dasharray:26.38938 2628.93783}}@keyframes sui10{to{stroke-dasharray:26.38938 2628.93783}}@-webkit-keyframes sui11{to{stroke-dasharray:29.02832 2891.83161}}@keyframes sui11{to{stroke-dasharray:29.02832 2891.83161}}@-webkit-keyframes sui12{to{stroke-dasharray:31.66725 3154.72539}}@keyframes sui12{to{stroke-dasharray:31.66725 3154.72539}}@-webkit-keyframes sui13{to{stroke-dasharray:34.30619 3417.61918}}@keyframes sui13{to{stroke-dasharray:34.30619 3417.61918}}@-webkit-keyframes sui14{to{stroke-dasharray:36.94513 3680.51296}}@keyframes sui14{to{stroke-dasharray:36.94513 3680.51296}}@-webkit-keyframes sui15{to{stroke-dasharray:39.58407 3943.40674}}@keyframes sui15{to{stroke-dasharray:39.58407 3943.40674}}@-webkit-keyframes sui16{to{stroke-dasharray:42.22301 4206.30053}}@keyframes sui16{to{stroke-dasharray:42.22301 4206.30053}}@-webkit-keyframes sui17{to{stroke-dasharray:44.86194 4469.19431}}@keyframes sui17{to{stroke-dasharray:44.86194 4469.19431}}@-webkit-keyframes sui18{to{stroke-dasharray:47.50088 4732.08809}}@keyframes sui18{to{stroke-dasharray:47.50088 4732.08809}}@-webkit-keyframes sui19{to{stroke-dasharray:50.13982 4994.98188}}@keyframes sui19{to{stroke-dasharray:50.13982 4994.98188}}@-webkit-keyframes sui20{to{stroke-dasharray:52.77876 5257.87566}}@keyframes sui20{to{stroke-dasharray:52.77876 5257.87566}}@-webkit-keyframes sui21{to{stroke-dasharray:55.41769 5520.76944}}@keyframes sui21{to{stroke-dasharray:55.41769 5520.76944}}@-webkit-keyframes sui22{to{stroke-dasharray:58.05663 5783.66322}}@keyframes sui22{to{stroke-dasharray:58.05663 5783.66322}}@-webkit-keyframes sui23{to{stroke-dasharray:60.69557 6046.55701}}@keyframes sui23{to{stroke-dasharray:60.69557 6046.55701}}@-webkit-keyframes sui24{to{stroke-dasharray:63.33451 6309.45079}}@keyframes sui24{to{stroke-dasharray:63.33451 6309.45079}}@-webkit-keyframes sui25{to{stroke-dasharray:65.97345 6572.34457}}@keyframes sui25{to{stroke-dasharray:65.97345 6572.34457}}@-webkit-keyframes sui26{to{stroke-dasharray:68.61238 6835.23836}}@keyframes sui26{to{stroke-dasharray:68.61238 6835.23836}}@-webkit-keyframes sui27{to{stroke-dasharray:71.25132 7098.13214}}@keyframes sui27{to{stroke-dasharray:71.25132 7098.13214}}@-webkit-keyframes sui28{to{stroke-dasharray:73.89026 7361.02592}}@keyframes sui28{to{stroke-dasharray:73.89026 7361.02592}}@-webkit-keyframes sui29{to{stroke-dasharray:76.5292 7623.9197}}@keyframes sui29{to{stroke-dasharray:76.5292 7623.9197}}@-webkit-keyframes sui30{to{stroke-dasharray:79.16813 7886.81349}}@keyframes sui30{to{stroke-dasharray:79.16813 7886.81349}}@-webkit-keyframes sui31{to{stroke-dasharray:81.80707 8149.70727}}@keyframes sui31{to{stroke-dasharray:81.80707 8149.70727}}@-webkit-keyframes sui32{to{stroke-dasharray:84.44601 8412.60105}}@keyframes sui32{to{stroke-dasharray:84.44601 8412.60105}}@-webkit-keyframes sui33{to{stroke-dasharray:87.08495 8675.49484}}@keyframes sui33{to{stroke-dasharray:87.08495 8675.49484}}@-webkit-keyframes sui34{to{stroke-dasharray:89.72389 8938.38862}}@keyframes sui34{to{stroke-dasharray:89.72389 8938.38862}}@-webkit-keyframes sui35{to{stroke-dasharray:92.36282 9201.2824}}@keyframes sui35{to{stroke-dasharray:92.36282 9201.2824}}@-webkit-keyframes sui36{to{stroke-dasharray:95.00176 9464.17618}}@keyframes sui36{to{stroke-dasharray:95.00176 9464.17618}}@-webkit-keyframes sui37{to{stroke-dasharray:97.6407 9727.06997}}@keyframes sui37{to{stroke-dasharray:97.6407 9727.06997}}@-webkit-keyframes sui38{to{stroke-dasharray:100.27964 9989.96375}}@keyframes sui38{to{stroke-dasharray:100.27964 9989.96375}}@-webkit-keyframes sui39{to{stroke-dasharray:102.91858 10252.85753}}@keyframes sui39{to{stroke-dasharray:102.91858 10252.85753}}@-webkit-keyframes sui40{to{stroke-dasharray:105.55751 10515.75132}}@keyframes sui40{to{stroke-dasharray:105.55751 10515.75132}}@-webkit-keyframes sui41{to{stroke-dasharray:108.19645 10778.6451}}@keyframes sui41{to{stroke-dasharray:108.19645 10778.6451}}@-webkit-keyframes sui42{to{stroke-dasharray:110.83539 11041.53888}}@keyframes sui42{to{stroke-dasharray:110.83539 11041.53888}}@-webkit-keyframes sui43{to{stroke-dasharray:113.47433 11304.43266}}@keyframes sui43{to{stroke-dasharray:113.47433 11304.43266}}@-webkit-keyframes sui44{to{stroke-dasharray:116.11326 11567.32645}}@keyframes sui44{to{stroke-dasharray:116.11326 11567.32645}}@-webkit-keyframes sui45{to{stroke-dasharray:118.7522 11830.22023}}@keyframes sui45{to{stroke-dasharray:118.7522 11830.22023}}@-webkit-keyframes sui46{to{stroke-dasharray:121.39114 12093.11401}}@keyframes sui46{to{stroke-dasharray:121.39114 12093.11401}}@-webkit-keyframes sui47{to{stroke-dasharray:124.03008 12356.0078}}@keyframes sui47{to{stroke-dasharray:124.03008 12356.0078}}@-webkit-keyframes sui48{to{stroke-dasharray:126.66902 12618.90158}}@keyframes sui48{to{stroke-dasharray:126.66902 12618.90158}}@-webkit-keyframes sui49{to{stroke-dasharray:129.30795 12881.79536}}@keyframes sui49{to{stroke-dasharray:129.30795 12881.79536}}@-webkit-keyframes sui50{to{stroke-dasharray:131.94689 13144.68915}}@keyframes sui50{to{stroke-dasharray:131.94689 13144.68915}}@-webkit-keyframes sui51{to{stroke-dasharray:134.58583 13407.58293}}@keyframes sui51{to{stroke-dasharray:134.58583 13407.58293}}@-webkit-keyframes sui52{to{stroke-dasharray:137.22477 13670.47671}}@keyframes sui52{to{stroke-dasharray:137.22477 13670.47671}}@-webkit-keyframes sui53{to{stroke-dasharray:139.8637 13933.37049}}@keyframes sui53{to{stroke-dasharray:139.8637 13933.37049}}@-webkit-keyframes sui54{to{stroke-dasharray:142.50264 14196.26428}}@keyframes sui54{to{stroke-dasharray:142.50264 14196.26428}}@-webkit-keyframes sui55{to{stroke-dasharray:145.14158 14459.15806}}@keyframes sui55{to{stroke-dasharray:145.14158 14459.15806}}@-webkit-keyframes sui56{to{stroke-dasharray:147.78052 14722.05184}}@keyframes sui56{to{stroke-dasharray:147.78052 14722.05184}}@-webkit-keyframes sui57{to{stroke-dasharray:150.41946 14984.94563}}@keyframes sui57{to{stroke-dasharray:150.41946 14984.94563}}@-webkit-keyframes sui58{to{stroke-dasharray:153.05839 15247.83941}}@keyframes sui58{to{stroke-dasharray:153.05839 15247.83941}}@-webkit-keyframes sui59{to{stroke-dasharray:155.69733 15510.73319}}@keyframes sui59{to{stroke-dasharray:155.69733 15510.73319}}@-webkit-keyframes sui60{to{stroke-dasharray:158.33627 15773.62697}}@keyframes sui60{to{stroke-dasharray:158.33627 15773.62697}}@-webkit-keyframes sui61{to{stroke-dasharray:160.97521 16036.52076}}@keyframes sui61{to{stroke-dasharray:160.97521 16036.52076}}@-webkit-keyframes sui62{to{stroke-dasharray:163.61415 16299.41454}}@keyframes sui62{to{stroke-dasharray:163.61415 16299.41454}}@-webkit-keyframes sui63{to{stroke-dasharray:166.25308 16562.30832}}@keyframes sui63{to{stroke-dasharray:166.25308 16562.30832}}@-webkit-keyframes sui64{to{stroke-dasharray:168.89202 16825.20211}}@keyframes sui64{to{stroke-dasharray:168.89202 16825.20211}}@-webkit-keyframes sui65{to{stroke-dasharray:171.53096 17088.09589}}@keyframes sui65{to{stroke-dasharray:171.53096 17088.09589}}@-webkit-keyframes sui66{to{stroke-dasharray:174.1699 17350.98967}}@keyframes sui66{to{stroke-dasharray:174.1699 17350.98967}}@-webkit-keyframes sui67{to{stroke-dasharray:176.80883 17613.88345}}@keyframes sui67{to{stroke-dasharray:176.80883 17613.88345}}@-webkit-keyframes sui68{to{stroke-dasharray:179.44777 17876.77724}}@keyframes sui68{to{stroke-dasharray:179.44777 17876.77724}}@-webkit-keyframes sui69{to{stroke-dasharray:182.08671 18139.67102}}@keyframes sui69{to{stroke-dasharray:182.08671 18139.67102}}@-webkit-keyframes sui70{to{stroke-dasharray:184.72565 18402.5648}}@keyframes sui70{to{stroke-dasharray:184.72565 18402.5648}}@-webkit-keyframes sui71{to{stroke-dasharray:187.36459 18665.45859}}@keyframes sui71{to{stroke-dasharray:187.36459 18665.45859}}@-webkit-keyframes sui72{to{stroke-dasharray:190.00352 18928.35237}}@keyframes sui72{to{stroke-dasharray:190.00352 18928.35237}}@-webkit-keyframes sui73{to{stroke-dasharray:192.64246 19191.24615}}@keyframes sui73{to{stroke-dasharray:192.64246 19191.24615}}@-webkit-keyframes sui74{to{stroke-dasharray:195.2814 19454.13993}}@keyframes sui74{to{stroke-dasharray:195.2814 19454.13993}}@-webkit-keyframes sui75{to{stroke-dasharray:197.92034 19717.03372}}@keyframes sui75{to{stroke-dasharray:197.92034 19717.03372}}@-webkit-keyframes sui76{to{stroke-dasharray:200.55928 19979.9275}}@keyframes sui76{to{stroke-dasharray:200.55928 19979.9275}}@-webkit-keyframes sui77{to{stroke-dasharray:203.19821 20242.82128}}@keyframes sui77{to{stroke-dasharray:203.19821 20242.82128}}@-webkit-keyframes sui78{to{stroke-dasharray:205.83715 20505.71507}}@keyframes sui78{to{stroke-dasharray:205.83715 20505.71507}}@-webkit-keyframes sui79{to{stroke-dasharray:208.47609 20768.60885}}@keyframes sui79{to{stroke-dasharray:208.47609 20768.60885}}@-webkit-keyframes sui80{to{stroke-dasharray:211.11503 21031.50263}}@keyframes sui80{to{stroke-dasharray:211.11503 21031.50263}}@-webkit-keyframes sui81{to{stroke-dasharray:213.75396 21294.39642}}@keyframes sui81{to{stroke-dasharray:213.75396 21294.39642}}@-webkit-keyframes sui82{to{stroke-dasharray:216.3929 21557.2902}}@keyframes sui82{to{stroke-dasharray:216.3929 21557.2902}}@-webkit-keyframes sui83{to{stroke-dasharray:219.03184 21820.18398}}@keyframes sui83{to{stroke-dasharray:219.03184 21820.18398}}@-webkit-keyframes sui84{to{stroke-dasharray:221.67078 22083.07776}}@keyframes sui84{to{stroke-dasharray:221.67078 22083.07776}}@-webkit-keyframes sui85{to{stroke-dasharray:224.30972 22345.97155}}@keyframes sui85{to{stroke-dasharray:224.30972 22345.97155}}@-webkit-keyframes sui86{to{stroke-dasharray:226.94865 22608.86533}}@keyframes sui86{to{stroke-dasharray:226.94865 22608.86533}}@-webkit-keyframes sui87{to{stroke-dasharray:229.58759 22871.75911}}@keyframes sui87{to{stroke-dasharray:229.58759 22871.75911}}@-webkit-keyframes sui88{to{stroke-dasharray:232.22653 23134.6529}}@keyframes sui88{to{stroke-dasharray:232.22653 23134.6529}}@-webkit-keyframes sui89{to{stroke-dasharray:234.86547 23397.54668}}@keyframes sui89{to{stroke-dasharray:234.86547 23397.54668}}@-webkit-keyframes sui90{to{stroke-dasharray:237.5044 23660.44046}}@keyframes sui90{to{stroke-dasharray:237.5044 23660.44046}}@-webkit-keyframes sui91{to{stroke-dasharray:240.14334 23923.33424}}@keyframes sui91{to{stroke-dasharray:240.14334 23923.33424}}@-webkit-keyframes sui92{to{stroke-dasharray:242.78228 24186.22803}}@keyframes sui92{to{stroke-dasharray:242.78228 24186.22803}}@-webkit-keyframes sui93{to{stroke-dasharray:245.42122 24449.12181}}@keyframes sui93{to{stroke-dasharray:245.42122 24449.12181}}@-webkit-keyframes sui94{to{stroke-dasharray:248.06016 24712.01559}}@keyframes sui94{to{stroke-dasharray:248.06016 24712.01559}}@-webkit-keyframes sui95{to{stroke-dasharray:250.69909 24974.90938}}@keyframes sui95{to{stroke-dasharray:250.69909 24974.90938}}@-webkit-keyframes sui96{to{stroke-dasharray:253.33803 25237.80316}}@keyframes sui96{to{stroke-dasharray:253.33803 25237.80316}}@-webkit-keyframes sui97{to{stroke-dasharray:255.97697 25500.69694}}@keyframes sui97{to{stroke-dasharray:255.97697 25500.69694}}@-webkit-keyframes sui98{to{stroke-dasharray:258.61591 25763.59072}}@keyframes sui98{to{stroke-dasharray:258.61591 25763.59072}}@-webkit-keyframes sui99{to{stroke-dasharray:261.25485 26026.48451}}@keyframes sui99{to{stroke-dasharray:261.25485 26026.48451}}@-webkit-keyframes sui100{to{stroke-dasharray:263.89378 26289.37829}}@keyframes sui100{to{stroke-dasharray:263.89378 26289.37829}}.sui-2-2-4 .sui-circle-score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;width:auto;opacity:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.sui-2-2-4 .sui-circle-score svg{height:100%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.sui-2-2-4 .sui-circle-score svg circle{fill:none;stroke-linecap:butt}.sui-2-2-4 .sui-circle-score svg circle:first-child{stroke:#f2f2f2}.sui-2-2-4 .sui-circle-score svg circle:last-child{stroke:#1abc9c}.sui-2-2-4 .sui-circle-score.loaded{opacity:1}.sui-2-2-4 .sui-circle-score-label{margin-left:10px;font-weight:500}.sui-2-2-4 .sui-circle-score-sm{height:30px}.sui-2-2-4 .sui-circle-score-lg{height:120px}.sui-2-2-4 .sui-circle-score-lg .sui-circle-score-label{display:none}.sui-2-2-4 .sui-grade-aplus svg circle:last-child,.sui-2-2-4 .sui-grade-a svg circle:last-child,.sui-2-2-4 .sui-grade-b svg circle:last-child,.sui-2-2-4 .sui-grade-success svg circle:last-child{stroke:#1abc9c}.sui-2-2-4 .sui-grade-c svg circle:last-child,.sui-2-2-4 .sui-grade-d svg circle:last-child,.sui-2-2-4 .sui-grade-warning svg circle:last-child{stroke:#fecf2f}.sui-2-2-4 .sui-grade-error svg circle:last-child,.sui-2-2-4 .sui-grade-e svg circle:last-child,.sui-2-2-4 .sui-grade-f svg circle:last-child{stroke:#ff6d6d}.sui-2-2-4 .sui-grade-disabled svg circle:last-child,.sui-2-2-4 .sui-grade-dismissed svg circle:last-child{stroke:#aaa}.sui-2-2-4 #wpfooter{display:none}.sui-2-2-4 .sui-footer{text-align:center;margin-top:50px;color:#aaa;font-size:13px}.sui-2-2-4 .sui-footer i:before{font-size:11px;line-height:22px;margin:0 3px}.sui-2-2-4 #sui-cross-sell-footer>div{width:100%;text-align:center;border-bottom:1px solid #e6e6e6;line-height:.1em;margin:10px 0 40px}.sui-2-2-4 #sui-cross-sell-footer>div>span{position:relative;color:#888;background-color:#f1f1f1;padding:0 30px;font-size:16px;top:8px}.sui-2-2-4 #sui-cross-sell-footer h3{font-size:22px;font-weight:700;line-height:30px;text-transform:none}.sui-2-2-4 .sui-cross-sell-modules{margin-top:30px}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-col-md-4{display:-webkit-box;display:-ms-flexbox;display:flex}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{min-height:150px;border-radius:5px 5px 0 0}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{-webkit-box-flex:0;-ms-flex:none;flex:none;width:180px;border-radius:5px 0 0 5px}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{height:80px;min-height:auto}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{width:56px;height:56px;display:block;border:3px solid #fff;border-radius:50%;position:relative;top:80px;left:15px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.25);box-shadow:0 1px 10px 0 rgba(0,0,0,.25)}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{top:110px}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{z-index:1;top:45px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1{background:url(../image/plugins-smush.jpg) 50%;background-size:cover}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span{background:url(../image/plugins-smush-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-1>span{background-image:url(../image/plugins-smush-icon@2x.png)}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2{background:url(../image/plugins-defender.jpg) 50%;background-size:cover}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span{background:url(../image/plugins-defender-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-2>span{background-image:url(../image/plugins-defender-icon@2x.png)}}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3{background:url(../image/plugins-crawl.jpg) 50%;background-size:cover}.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{background:url(../image/plugins-crawl-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-4 .sui-cross-sell-modules .sui-cross-3>span{background-image:url(../image/plugins-crawl-icon@2x.png)}}.sui-2-2-4 .sui-cross-sell-modules .sui-box{margin-bottom:0}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box{border-radius:0 5px 5px 0}}.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body{text-align:center;padding:30px;border-radius:0 0 5px 5px}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body{text-align:left}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body{padding:26px 20px 20px}}.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body p{color:#888;font-size:13px;line-height:22px;margin-bottom:30px}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body p{margin-bottom:14px}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-box .sui-box-body p{margin-bottom:20px}}.sui-2-2-4 .sui-cross-sell-modules .sui-box h3{font-size:18px;font-weight:700;line-height:30px;text-transform:none;margin-top:0}@media (min-width:600px) and (max-width:783px){.sui-2-2-4 .sui-cross-sell-modules .sui-box h3{margin:0;min-height:auto}}@media (max-width:600px){.sui-2-2-4 .sui-cross-sell-modules .sui-box h3{min-height:auto}}.sui-2-2-4 .sui-cross-sell-bottom{text-align:center;margin-top:50px}.sui-2-2-4 .sui-cross-sell-bottom h3{font-size:22px;font-weight:700;line-height:30px;text-transform:none}.sui-2-2-4 .sui-cross-sell-bottom p{max-width:500px;margin:20px auto 30px}.sui-2-2-4 .sui-cross-sell-bottom .sui-button{margin:0}.sui-2-2-4 .sui-cross-sell-bottom img{display:block;height:auto;max-width:100%;margin:30px auto 0}.sui-2-2-4 .sui-progress-block{background-color:#f8f8f8;border-radius:5px;width:100%;height:60px;padding:15px 30px}.sui-2-2-4 .sui-progress-block .sui-progress{overflow:hidden;width:100%}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text{width:65px;float:left;text-align:left}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text:before{margin-right:10px;position:relative;top:3px;font-size:18px}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text img{display:inline-block;vertical-align:middle;margin-right:10px}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-text span{font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:13px;color:#333;vertical-align:middle;line-height:30px}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-bar{background:#e6e6e6;border-radius:5px;height:10px;overflow:hidden;margin-top:10px;position:relative}.sui-2-2-4 .sui-progress-block .sui-progress .sui-progress-bar span{background:#17a8e3;height:10px;display:inline-block;position:absolute;top:0;left:0;-webkit-transition:width 1s ease-in-out;-o-transition:1s width ease-in-out;transition:width 1s ease-in-out}.sui-2-2-4 .sui-progress-block .sui-progress-close{display:none}.sui-2-2-4 .sui-progress-block.sui-progress-can-close{position:relative}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress{padding-right:40px}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close{display:block;position:absolute;right:20px;width:30px;height:30px;cursor:pointer;background:transparent;border:none;color:#888;font-size:15px;line-height:1em;padding:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0;border-radius:4px}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close i:before{color:#aaa;font-size:16px;position:relative}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close:hover{background-color:rgba(0,0,0,.03)}.sui-2-2-4 .sui-progress-block.sui-progress-can-close .sui-progress-close:hover i:before{color:#666}.sui-2-2-4 .sui-progress-state{margin-top:10px;text-align:center}.sui-2-2-4 .sui-progress-state .sui-progress-state-text{color:#888;font-size:13px;line-height:22px}.sui-2-2-4 .sui-table{width:100%;table-layout:fixed;margin:30px 0;border:1px solid #e6e6e6;border-radius:4px;border-spacing:unset;border-radius:5px;color:#666;font-size:13px}.sui-2-2-4 .sui-table td,.sui-2-2-4 .sui-table th{padding:14px 5px;border-bottom:1px solid #e6e6e6}.sui-2-2-4 .sui-table td:first-child,.sui-2-2-4 .sui-table th:first-child{padding-left:29px}@media (max-width:782px){.sui-2-2-4 .sui-table td:first-child,.sui-2-2-4 .sui-table th:first-child{padding-left:0}}.sui-2-2-4 .sui-table td:last-child,.sui-2-2-4 .sui-table th:last-child{padding-right:29px}@media (max-width:782px){.sui-2-2-4 .sui-table td:last-child,.sui-2-2-4 .sui-table th:last-child{padding-right:0}}@media (max-width:782px){.sui-2-2-4 .sui-table td,.sui-2-2-4 .sui-table th{padding:9px 5px}}.sui-2-2-4 .sui-table th{white-space:nowrap;text-align:left;font-weight:500;line-height:1;color:#333}.sui-2-2-4 .sui-table tr:last-child td{border-bottom:0}.sui-2-2-4 .sui-table tfoot th{border-top:1px solid #e6e6e6;border-bottom:none}.sui-2-2-4 .sui-table:first-child{margin-top:0}.sui-2-2-4 .sui-table:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-table{margin:20px 0;border:0}}.sui-2-2-4 .sui-table-title{margin:5px 0;color:#333;font:700 13px/22px Roboto,Arial,sans-serif;letter-spacing:0}.sui-2-2-4 .sui-table-title+.sui-table{margin-top:0}@media (max-width:782px){.sui-2-2-4 .sui-table-title+.sui-table{margin-top:0}}.sui-2-2-4 .sui-field-list{border:1px solid #e6e6e6;border-radius:5px}.sui-2-2-4 .sui-field-list-header{padding:20px 30px}.sui-2-2-4 .sui-field-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e6e6e6;padding:15px 30px}.sui-2-2-4 .sui-field-list-item-label{margin-left:0;margin-right:auto}.sui-2-2-4 .sui-field-list-title{font-family:Roboto,Arial,sans-serif;font-size:13px;line-height:30px;color:#333;text-transform:capitalize;font-weight:500;margin:0}.sui-2-2-4 .sui-accordion{margin:0;border:0;table-layout:auto}.sui-2-2-4 .sui-accordion:after{content:\"\";display:table;margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .sui-accordion th,.sui-2-2-4 .sui-accordion th:first-child,.sui-2-2-4 .sui-accordion th:last-child{padding:15px 20px}}.sui-2-2-4 .sui-accordion-item{display:table-row;vertical-align:middle;cursor:pointer;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.sui-2-2-4 .sui-accordion-item,.sui-2-2-4 .sui-accordion-item+.sui-accordion-item-content{border-left:2px solid transparent}.sui-2-2-4 .sui-accordion-item.sui-success{color:inherit;border-color:#1abc9c}.sui-2-2-4 .sui-accordion-item.sui-success i:before{color:inherit}.sui-2-2-4 .sui-accordion-item.sui-success+.sui-accordion-item-content{border-color:#1abc9c}.sui-2-2-4 .sui-accordion-item.sui-warning{color:inherit;border-color:#fecf2f}.sui-2-2-4 .sui-accordion-item.sui-warning i:before{color:inherit}.sui-2-2-4 .sui-accordion-item.sui-warning+.sui-accordion-item-content{border-color:#fecf2f}.sui-2-2-4 .sui-accordion-item.sui-error{color:inherit;border-color:#ff6d6d}.sui-2-2-4 .sui-accordion-item.sui-error i:before{color:inherit}.sui-2-2-4 .sui-accordion-item.sui-error+.sui-accordion-item-content{border-color:#ff6d6d}.sui-2-2-4 .sui-accordion-item:focus,.sui-2-2-4 .sui-accordion-item:hover{background-color:#f8f8f8}@media (max-width:782px){.sui-2-2-4 .sui-accordion-item td,.sui-2-2-4 .sui-accordion-item td:first-child,.sui-2-2-4 .sui-accordion-item td:last-child{padding:15px 20px}}.sui-2-2-4 .sui-accordion-item td>*{vertical-align:middle}.sui-2-2-4 .sui-accordion-item--open td{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.sui-2-2-4 .sui-accordion-item--open+.sui-accordion-item-content{display:table-row}.sui-2-2-4 .sui-accordion-item--open .sui-accordion-open-indicator i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sui-2-2-4 .sui-accordion-open-indicator{float:right;text-align:center}.sui-2-2-4 .sui-accordion-open-indicator i{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;font-size:10px;color:#888;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.sui-2-2-4 .sui-accordion-open-indicator i:before{position:relative;top:2px}.sui-2-2-4 .sui-accordion-item-title{font-size:15px}.sui-2-2-4 .sui-accordion-item-title i{font-size:20px;margin-right:10px}.sui-2-2-4 .sui-accordion-item-content{display:none;background-color:#f8f8f8;border-top:0}.sui-2-2-4 .sui-accordion-item-content td{width:100%;padding:0 30px 30px}@media (max-width:782px){.sui-2-2-4 .sui-accordion-item-content td{padding:0 20px 20px}}.sui-2-2-4 .sui-accordion-item-content .sui-box{margin-bottom:0}.sui-2-2-4 .sui-code-snippet-wrapper{position:relative}.sui-2-2-4 .sui-code-snippet-wrapper [data-clipboard-target]{position:absolute;right:15px;top:15px;margin:0;min-width:auto}.sui-2-2-4 .sui-dialog[aria-hidden=true]{display:none}.sui-2-2-4 .sui-dialog{position:fixed;z-index:1;top:0;right:0;bottom:0;left:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-dialog-content{max-width:460px}@media (max-width:400px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-dialog-content{max-width:440px}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header{border:none;text-align:center;display:block;position:relative;padding-top:40px;padding-bottom:10px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:15px;right:15px;margin:0;padding:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close,.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:before{color:#888}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:before{font-size:16px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:focus,.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:hover{outline:none}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close{top:20px;right:10px}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image{width:70px;height:70px;display:block;position:absolute;top:-35px;left:50%;margin-left:-35px;border:5px solid #fff;border-radius:4px;background-color:#fff}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image img{display:block;border-radius:3px}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image{display:none}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header .sui-box-title{margin:0;color:#333;font:700 22px/30px Roboto Condensed,Roboto,Arial,sans-serif}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header p{margin:10px 0 0;color:#666;font-size:13px;line-height:22px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header p:first-child{margin-top:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header.sui-dialog-with-image{margin-top:35px;padding-top:60px}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-header.sui-dialog-with-image{margin-top:0}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body{padding-top:10px;padding-bottom:15px;text-align:center}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body p{font-size:13px;line-height:20px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body label{text-align:left}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body .sui-label{line-height:22px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body .sui-form-field{margin-bottom:20px}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body .sui-form-field:last-child{margin-bottom:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body:last-child{padding-bottom:40px}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-body{padding-bottom:10px}}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:15px;padding-bottom:40px;border:0}.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-footer.sui-align-unset{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}@media (max-width:782px){.sui-2-2-4 .sui-dialog.sui-dialog-sm .sui-box-footer{padding-top:10px}}.sui-2-2-4 .sui-dialog.sui-dialog-lg .sui-dialog-content{max-width:1040px}@media (max-width:1200px){.sui-2-2-4 .sui-dialog.sui-dialog-lg .sui-dialog-content{max-width:calc(980px + (sui-gutter-md*2))}}@media (max-width:960px){.sui-2-2-4 .sui-dialog{left:36px}}@media (max-width:782px){.sui-2-2-4 .sui-dialog{left:0}}.sui-2-2-4 .sui-dialog *{-webkit-box-sizing:border-box;box-sizing:border-box}.sui-2-2-4 .sui-dialog-overlay{position:fixed;z-index:2;background-color:rgba(51,51,51,.95);top:0;right:0;bottom:0;left:160px}@media (max-width:960px){.sui-2-2-4 .sui-dialog-overlay{left:36px}}@media (max-width:782px){.sui-2-2-4 .sui-dialog-overlay{left:0}}.sui-2-2-4 .sui-dialog-content{width:100%;max-width:660px;max-height:85%;position:relative;z-index:2;margin:0 auto;padding:0 30px}.sui-2-2-4 .sui-dialog-content>.sui-box{margin:30px 0;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.2);box-shadow:0 10px 40px rgba(0,0,0,.2)}@media (max-width:782px){.sui-2-2-4 .sui-dialog-content>.sui-box{margin:20px 0}}.sui-2-2-4 .sui-dialog-content .sui-box-body>*{margin-bottom:30px}@media (max-width:782px){.sui-2-2-4 .sui-dialog-content .sui-box-body>*{margin-bottom:20px}}.sui-2-2-4 .sui-dialog-content .sui-box-body>:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-dialog-content{max-width:640px;padding:0 20px}}.sui-2-2-4 .sui-dialog-close{font-size:1.25em;background-image:none;background-color:transparent;border:0;cursor:pointer;color:#aaa;outline-style:none}.sui-2-2-4 .sui-dialog-close:before{content:\")\"}.sui-2-2-4.wp-admin.folded .sui-dialog{left:36px}@media (max-width:782px){.sui-2-2-4.wp-admin.folded .sui-dialog{left:0}}.sui-2-2-4.wp-admin.folded .sui-dialog-overlay{left:36px}@media (max-width:782px){.sui-2-2-4.wp-admin.folded .sui-dialog-overlay{left:0}}html.sui-has-overlay{overflow:hidden}.sui-2-2-4 .sui-listing li{color:#888;line-height:26px;padding:2px 0 2px 34px;position:relative}.sui-2-2-4 .sui-listing li:before{content:\"_\";color:#17a8e3;top:1px;font-size:20px;vertical-align:middle;position:absolute;left:0;width:20px;height:20px;opacity:.8;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.sui-2-2-4 .sui-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0;padding:0 1px;border:0;list-style:none}.sui-2-2-4 .sui-pagination li{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 -1px;padding:0;border:1px solid #e6e6e6;background:#fff;list-style:none;font:500 12px/16px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-pagination li a{min-width:38px;height:28px;display:block;margin:0;padding:0 5px;border:0;line-height:28px;text-align:center}.sui-2-2-4 .sui-pagination li a i{font-size:10px}.sui-2-2-4 .sui-pagination li a,.sui-2-2-4 .sui-pagination li a:visited,.sui-2-2-4 .sui-pagination li a:visited i:before,.sui-2-2-4 .sui-pagination li a i:before{color:#888}.sui-2-2-4 .sui-pagination li a:hover,.sui-2-2-4 .sui-pagination li a:hover i:before{color:#17a8e3}.sui-2-2-4 .sui-pagination li a:disabled,.sui-2-2-4 .sui-pagination li a[disabled]{pointer-events:none;color:#ddd}.sui-2-2-4 .sui-pagination li a:disabled i:before,.sui-2-2-4 .sui-pagination li a[disabled] i:before{color:#ddd}@media (max-width:782px){.sui-2-2-4 .sui-pagination li a{min-width:unset}}.sui-2-2-4 .sui-pagination li.sui-active a{pointer-events:none}.sui-2-2-4 .sui-pagination li.sui-active a,.sui-2-2-4 .sui-pagination li.sui-active a:visited{background:#f8f8f8;color:#333}.sui-2-2-4 .sui-pagination li:first-child{border-radius:5px 0 0 5px}.sui-2-2-4 .sui-pagination li:last-child{border-radius:0 5px 5px 0}@media (max-width:782px){.sui-2-2-4 .sui-pagination li{-webkit-box-flex:1;-ms-flex:1;flex:1}}.sui-2-2-4 .sui-pagination .sui-pagination-dots span{min-width:38px;height:28px;display:block;margin:0;padding:0 5px;border:0;line-height:28px;text-align:center}.sui-2-2-4 .sui-pagination:first-child{margin-top:0}.sui-2-2-4 .sui-pagination:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-4 .sui-pagination{margin:10px 0}}.sui-2-2-4 .sui-pagination-results{display:inline-block;color:#888;font:400 13px/22px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-pagination-open-filter{width:40px;cursor:pointer;display:inline-block;margin:0;padding:0 5px;border:2px solid #ddd;border-radius:4px;font-size:12px;line-height:26px;text-align:center}.sui-2-2-4 .sui-pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-pagination-wrap .sui-pagination-results+.sui-pagination{margin-left:15px}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination-results+.sui-pagination{margin-left:0}}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination-results{display:none}}.sui-2-2-4 .sui-pagination-wrap .sui-pagination{margin-top:0;margin-bottom:0}.sui-2-2-4 .sui-pagination-wrap .sui-pagination+.sui-pagination-open-filter{margin-left:15px}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination+.sui-pagination-open-filter{margin-left:10px}}@media (max-width:782px){.sui-2-2-4 .sui-pagination-wrap .sui-pagination{-webkit-box-flex:1;-ms-flex:1;flex:1}}.sui-2-2-4 select.sui-select+.select2-container{width:100%!important;display:block}.sui-2-2-4 select.sui-select+.select2-container .selection{display:block}.sui-2-2-4 select.sui-select+.select2-container .selection:focus{outline:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single{border-radius:4px;border:1px solid #ddd;background-color:#fafafa}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single{height:auto;display:block;position:relative}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__rendered{padding:7px 28px 6px 15px;color:#aaa;font:500 15px/25px Roboto,Arial,sans-serif;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:9px;right:9px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow:before{content:\"\\131\";font-size:12px;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single:hover .select2-selection__rendered{color:#333}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--single:focus{outline:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple{padding:7px 12px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered{display:block;margin:-5px;padding:0}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{display:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:5px;margin-bottom:5px;font:500 15px/26px Roboto,Arial,sans-serif}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li:after,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li:before{content:none}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding-left:10px;padding-right:0;border:none;border-radius:4px;background:#666;color:#fff;font-size:12px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{margin-left:10px;margin-right:0;padding:0 10px;color:#fff;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#5e5e5e;font-weight:500;font-size:16px;line-height:26px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-radius:0 4px 4px 0}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{color:#fff;background-color:#565656}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline{margin:0 0 0 8px}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{width:100%!important;height:34px;display:block;margin:0;padding:0;color:#333;font:500 15px/26px Roboto,Arial,sans-serif;-webkit-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#aaa}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder,.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-ms-input-placeholder{color:#aaa}.sui-2-2-4 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::placeholder{color:#aaa}.sui-2-2-4 select.sui-select+.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{color:#333}.sui-2-2-4 select.sui-select+.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sui-2-2-4 select.sui-select+.select2-container:focus{outline:none}.sui-2-2-4 .sui-select-dropdown{border:1px solid #e6e6e6;border-radius:4px;background:#fff}.sui-2-2-4 .sui-select-dropdown *{-webkit-box-sizing:border-box;box-sizing:border-box;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,.01) 0 0 1px}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown{position:relative;margin:0 0 10px;padding:14px 14px 0}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown:after{content:\"\\BA\";width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:24px;right:29px;font-size:16px}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field{width:100%;display:block;margin:0;padding:9px 40px 9px 14px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;color:#aaa;font:500 15px/20px Roboto,Arial,sans-serif;letter-spacing:-.25px;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:focus,.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:hover{color:#333}.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:active,.sui-2-2-4 .sui-select-dropdown .select2-search--dropdown .select2-search__field:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.sui-2-2-4 .sui-select-dropdown .select2-results{margin:10px 0 0;padding:0 0 14px}.sui-2-2-4 .sui-select-dropdown .select2-results>.select2-results__options{background:#fff}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option{padding:10px 14px;background-color:transparent;color:#888;font:400 15px/20px Roboto,Arial,sans-serif;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option[aria-selected=true]{background-color:#888;color:#fff}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option--highlighted:not([aria-selected=true]){background-color:#f2f2f2;color:#333}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option .select2-results__options--nested{margin:0 -14px}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__option .select2-results__options--nested li{padding-left:30px}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__message{color:#888;font:700 12px/22px Roboto,Arial,sans-serif;letter-spacing:-.23px}.sui-2-2-4 .sui-select-dropdown .select2-results .select2-results__group{color:#aaa;font-weight:500;padding-left:0;font-size:12px;line-height:12px;cursor:default;pointer-events:none}.sui-2-2-4 .sui-calendar{margin:5px 0 0;padding:15px;border:1px solid #ddd;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.07);box-shadow:0 3px 7px 0 rgba(0,0,0,.07)}.sui-2-2-4 .sui-calendar .ui-datepicker-header{display:block;position:relative}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all{width:30px;height:30px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;margin:0;padding:0;border:0;border-radius:4px;background-color:transparent;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:before{display:block;color:#888}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:active,.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:hover{background-color:#f2f2f2}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:active:before,.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all:hover:before{color:#333}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all span{display:none}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev{left:0}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before{content:\"\\D3\"}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next{right:0}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before{content:\"\\2DC\"}.sui-2-2-4 .sui-calendar .ui-datepicker-header .ui-datepicker-title{display:block;padding:0 40px;color:#333;font:600 12px/30px Roboto,Arial,sans-serif;text-align:center}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar{margin:15px 0 0;border-collapse:collapse}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr th,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr td,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th{margin:0;padding:2.5px;border:0;text-align:center}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr th a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr th span,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr td a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr td span,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th span{width:28px;height:24px;display:block;margin:0;padding:0;border:0}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar thead tr th{color:#333;font:700 12px/24px Roboto,Arial,sans-serif}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span{border-radius:4px;background-color:transparent;color:#888;font:400 12px/24px Roboto,Arial,sans-serif;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td a:hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td span:hover{background-color:#f8f8f8;color:#333}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{pointer-events:none}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span{background-color:#e1f6ff;color:#17a8e3}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span{background-color:#fff5d5;color:#666}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span.ui-state-active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span.ui-state-hover,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span:active,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span:hover{background-color:#fecf2f}.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-datepicker-current-day a,.sui-2-2-4 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-datepicker-current-day span{background-color:#e1f6ff;color:#17a8e3}.sui-2-2-4 .sui-hidden{display:none}.sui-2-2-4 .sui-block-content-center{text-align:center}.sui-2-2-4 .sui-image{display:block;height:auto;max-width:100%}.sui-2-2-4 .sui-image-center{margin-right:auto;margin-left:auto}.sui-2-2-4 .sui-actions-left{margin-left:10px;margin-right:auto}.sui-2-2-4 .sui-actions-left,.sui-2-2-4 .sui-actions-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sui-2-2-4 .sui-actions-right{margin-left:auto;margin-right:0}.sui-2-2-4 .sui-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sui-2-2-4 .sui-align-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sui-2-2-4 .sui-align-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sui-2-2-4 .sui-success{color:#1abc9c}.sui-2-2-4 .sui-warning{color:#fecf2f}.sui-2-2-4 .sui-error{color:#ff6d6d}.sui-2-2-4 .sui-info{color:#17a8e3}.sui-2-2-4 .sui-no-margin{margin:0!important}.sui-2-2-4 .sui-no-margin-top{margin-top:0!important}.sui-2-2-4 .sui-no-margin-bottom{margin-bottom:0!important}.sui-2-2-4 .sui-no-margin-left{margin-left:0!important}.sui-2-2-4 .sui-no-margin-right{margin-right:0!important}.sui-2-2-4 .sui-no-padding{padding:0!important}.sui-2-2-4 .sui-no-padding-top{padding-top:0!important}.sui-2-2-4 .sui-no-padding-bottom{padding-bottom:0!important}.sui-2-2-4 .sui-no-padding-left{padding-left:0!important}.sui-2-2-4 .sui-no-padding-right{padding-right:0!important}.sui-2-2-4 .sui-margin{margin:30px!important}.sui-2-2-4 .sui-margin-top{margin-top:30px!important}.sui-2-2-4 .sui-margin-bottom{margin-bottom:30px!important}.sui-2-2-4 .sui-margin-left{margin-left:30px!important}.sui-2-2-4 .sui-margin-right{margin-right:30px!important}.sui-2-2-4 .sui-padding{padding:30px!important}.sui-2-2-4 .sui-padding-top{padding-top:30px!important}.sui-2-2-4 .sui-padding-bottom{padding-bottom:30px!important}.sui-2-2-4 .sui-padding-left{padding-left:30px!important}.sui-2-2-4 .sui-padding-right{padding-right:30px!important}@media (max-width:479px){.sui-hidden-xs{display:none!important}}@media (min-width:480px) and (max-width:782px){.sui-hidden-sm{display:none!important}}@media (min-width:783px) and (max-width:1199px){.sui-hidden-md{display:none!important}}@media (min-width:1200px){.sui-hidden-lg{display:none!important}}button.notice-dismiss{position:absolute;top:0;right:1px;border:none!important;margin:0!important;padding:9px!important;background:none!important;color:#72777c!important;cursor:pointer!important}.wpmud .wphb-dismiss{float:right}.wpmud #wpbody-content>.notice{margin:5px 20px 2px 5px}.wpmud .wrap-wp-hummingbird strong{color:#333}.wpmud #wpmu-install-dashboard{margin-left:0}.wpmud #wpmu-install-dashboard *{-webkit-box-sizing:content-box;box-sizing:content-box}.wpmud #wpmu-install-dashboard .wpmu-message{font-family:inherit;font-weight:inherit;line-height:inherit}.wpmud .spinner.standalone{float:none;margin:0}.wpmud .spinner.left{float:left}.wpmud .spinner.hide{display:none}.wpmud .spinner .visible{visibility:visible}@font-face{font-family:Hummingbird;src:url(../fonts/hummingbird.eot);src:url(../fonts/hummingbird.eot) format(\"embedded-opentype\"),url(../fonts/hummingbird.ttf) format(\"truetype\"),url(../fonts/hummingbird.woff) format(\"woff\"),url(../fonts/hummingbird.svg) format(\"svg\");font-weight:400;font-style:normal}[class*=\" hb-\"],[class^=hb-]{font-family:Hummingbird,Arial,sans-serif!important;speak:none;font-size:15px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hb-icon-minify-combine:before{content:\"\\E908\"}.hb-icon-minify-defer:before{content:\"\\E909\"}.hb-icon-minify-footer:before{content:\"\\E90A\"}.hb-icon-minify:before{content:\"\\E90B\"}.hb-icon-minify-inline:before{content:\"\\E910\"}.wpmud .box-advanced-general h4,.wpmud .box-page-caching h4{color:#666;font-size:15px;font-weight:500;text-align:left;text-transform:none}.wpmud .wrap-wp-hummingbird .report-status .sui-tag{margin-top:10px}.wpmud .wrap-wp-hummingbird .wpdui-btn{font:500 12px/16px Roboto,Arial,sans-serif!important;padding:7px 16px;height:30px;background-color:#888;color:#fff;border-radius:3px;-moz-border-radius:3px;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all .3s ease;text-shadow:none!important}.wpmud .report-status button.sui-button-upsell{margin-top:10px!important;text-transform:uppercase;height:30px;line-height:16px;padding:0 16px}.wpmud .report-status button.sui-button-upsell:not(:disabled){background-color:#d1f1ea!important;color:#1abc9c!important}.wpmud .report-status button.sui-button-upsell:not(:disabled):focus,.wpmud .report-status button.sui-button-upsell:not(:disabled):hover{background-color:#d1f1ea!important;color:#1abc9c!important;border-color:#d1f1ea!important}.wpmud .report-status button.sui-button-upsell i{color:#1abc9c;font-size:16px;position:relative;line-height:16px;top:2px}.wpmud .wrap-wp-hummingbird .button-notice{background-color:#e6e6e6!important;color:#aaa!important}.wpmud .wrap-wp-hummingbird .button-notice:active,.wpmud .wrap-wp-hummingbird .button-notice:focus,.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active),.wpmud .wrap-wp-hummingbird .button-notice:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]){background-color:#888!important;color:#fff!important}.wpmud .wphb-progress-modal .wphb-progress{max-width:100%}.wpmud .wphb-progress-modal .wphb-dialog-content p{color:#666}.wpmud .wphb-progress-modal .wphb-notice-box p{color:#333;font-size:13px;line-height:22px}.wphb-cdn-block{border:1px solid #e6e6e6;border-radius:5px;padding:18px 0}.wphb-cdn-block>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:20px 30px 0}.wphb-cdn-block>div>label{margin:2px 0 0;color:#666}.wphb-cdn-block>p{color:#888!important;padding:0 30px 0 76px}.wpmud .wphb-advanced-minification-modal .box,.wpmud .wphb-basic-minification-modal .box,.wpmud .wphb-database-cleanup-modal .box{width:400px!important;margin-left:-200px!important;padding:40px 0 30px!important}.wpmud .wphb-advanced-minification-modal .title,.wpmud .wphb-basic-minification-modal .title,.wpmud .wphb-database-cleanup-modal .title{display:none}.wpmud .wphb-advanced-minification-modal h1,.wpmud .wphb-basic-minification-modal h1,.wpmud .wphb-database-cleanup-modal h1{color:#333;font-size:22px;font-weight:700;line-height:30px;text-transform:none}.wpmud .wphb-advanced-minification-modal p,.wpmud .wphb-basic-minification-modal p,.wpmud .wphb-database-cleanup-modal p{color:#666;font-size:13px;line-height:22px;margin:0 30px;text-align:center}.wpmud .wphb-advanced-minification-modal img,.wpmud .wphb-basic-minification-modal img{margin-left:0}.wpmud .wrap-wp-hummingbird .notice{margin:15px 0 0;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;width:100%}.wpmud .wrap-wp-hummingbird>.wphb-notice:not(.notice){width:600px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border-radius:0 0 5px 5px;padding:10px 30px;position:absolute!important;z-index:100;left:50%;margin-left:-300px;top:0}.wpmud .wphb-notice:not(.notice){border-radius:5px;color:#333;font-family:Roboto,Arial,sans-serif;font-size:15px;font-weight:400;line-height:18px;padding:15px 30px;position:relative;width:100%}.wpmud .wphb-notice.notice p{font-size:14px;line-height:1.5;margin:10px 0}.wpmud .wphb-notice p{color:#333}.wpmud .wphb-notice:not(.notice) p,.wpmud .wphb-notice:not(.notice) span,.wpmud .wphb-notice strong,.wpmud .wphb-notice ul{margin:0 0 10px -30px;padding:0 0 0 30px}.wpmud .wphb-notice:not(.notice) p:last-of-type{margin:0}.wpmud .wphb-notice.can-close .close{cursor:pointer;color:#333;font-size:12px;font-weight:700;line-height:36px;margin-left:0;opacity:.5;text-transform:uppercase}.wpmud .wphb-heading-status-green{color:#1abc9c}.wpmud .wphb-heading-status{font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:30px;margin-top:0}.wpmud .wphb-notice p>a{font-weight:400;margin-left:0!important}@media only screen and (max-width:783px){.wpmud .wrap-wp-hummingbird>.wphb-notice{width:85%}}@media only screen and (max-width:600px){.wpmud .wrap-wp-hummingbird>.wphb-notice{width:100%;top:46px;margin-left:-251px}}@media only screen and (max-width:480px){.wpmud .wphb-notice:not(.notice){padding:15px 20px}}.wphb-pills{display:inline-block;background-color:#ffd000;color:#333;border-radius:15px;width:39px;height:26px;font-size:12px;line-height:26px;text-align:center;font-weight:500}.wpmud .box-title .wphb-pills{margin:16px 0 0 10px}.wphb-pills.grey{background-color:#f2f2f2;color:#666}.wphb-pills.red{background-color:#ff6d6d;color:#fff}.wphb-pills.green{background-color:#1abc9c;color:#fff}.wphb-pills.with-arrow:after{border:8px solid transparent;content:\"\";height:0;pointer-events:none;position:absolute;width:0;z-index:1}.wphb-pills.with-arrow.right:after{border-left-color:#19b4cf;left:50%;margin-top:-8px;top:50%}.wphb-pills.with-arrow.left:after{border-right-color:#19b4cf;right:100%;margin-top:-8px;top:50%}.wphb-pills.with-arrow.right.grey:after{border-left-color:#f2f2f2}.wphb-pills.with-arrow.left.grey:after{border-right-color:#f2f2f2}.wphb-pills-group{border-collapse:collapse;border-spacing:0;font-size:0;display:inline-block;position:relative}.wphb-pills-group.stacked .wphb-pills{font-size:10px;line-height:12px;height:12px;text-align:left;max-width:69px;color:#888;display:block;background-color:transparent}.wphb-pills-group.stacked .wphb-pills:last-child{color:#1abc9c;background-color:transparent}.wphb-pills-group.stacked .dev-icon.dev-icon-caret_down{color:#1abc9c;margin-left:7px}.wphb-pills-group .wphb-pills{border-radius:0;width:80px;line-height:30px;height:30px;margin:0}.wphb-pills-group .wphb-pills:first-child{border-radius:5px 0 0 5px!important}.wphb-pills-group .wphb-pills:last-child{background-color:#17a8e3;color:#fff;border-radius:0 5px 5px 0!important}.wpmud .dev-list-stats .wphb-pills-group{font-size:0;line-height:1em}@media only screen and (max-width:600px){.wphb-pills{margin:0 0 0 10px}.wphb-pills-group .wphb-pills:first-child{border-radius:5px 5px 0 0!important}.wphb-pills-group .wphb-pills:last-child{border-radius:0 0 5px 5px!important}}@media only screen and (max-width:480px){.wphb-pills-group{border-collapse:inherit;border-spacing:inherit}.wphb-pills.with-arrow.left:after,.wphb-pills.with-arrow.right:after{border-top-color:#19b4cf;margin-top:0;margin-left:-8px;top:50%}.wphb-pills.with-arrow.right:after{border-left-color:transparent;left:50%}.wphb-pills.with-arrow.left:after{border-right-color:transparent;right:50%}.wphb-pills.with-arrow.right.grey:after{border-top-color:#eee;border-left-color:transparent}.wphb-pills.with-arrow.left.grey:after{border-top-color:#eee;border-right-color:transparent}}.wpmud .wphb-border-frame{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0 0!important}.wpmud .wphb-border-frame .table-header,.wpmud .wphb-border-frame .table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 80px 15px 30px}.wpmud .wphb-border-frame .table-header{color:#333;font-size:13px;font-weight:700;border-bottom:1px solid #e6e6e6}.wpmud .wphb-border-frame .table-row{border-bottom:1px solid #e6e6e6}.wpmud .wphb-border-frame .table-row:last-child{border-bottom:0}@media only screen and (max-width:783px){.wpmud .wphb-border-frame{border:0}}@media only screen and (max-width:480px){.wpmud .wphb-border-frame .table-header,.wpmud .wphb-border-frame .table-row{padding:15px 0}}.wpmud .wphb-disabled-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:hsla(0,0%,95%,.5)}.wpmud .settings-form span.desc,.wpmud .settings-form span.sub{display:block;margin:10px 0 0;font-size:13px;color:#888;line-height:22px}.wpmud .settings-form ol>li,.wpmud .settings-form span.sub{font-size:13px;color:#888;line-height:22px;margin:4px 0 0}.wpmud .settings-form span.dash-form-title,.wpmud .settings-form span.sub{display:block;font-size:13px;color:#888;line-height:22px;margin:10px 0 0}.wpmud .sui-box-settings-row .sui-box-settings-col-2 span.sub{margin-left:49px}.wpmud .settings-form ol{margin-left:15px}.wpmud .sui-box-settings-row textarea{height:180px}.wpmud .box-advanced-general textarea,.wpmud .box-minification-tools textarea{margin-top:0}.wpmud .box-minification-tools textarea{height:400px;max-width:100%;margin-bottom:0}.wpmud .settings-form span.dash-form-title{margin-bottom:15px;font-weight:500}.wpmud .wphb-dash-table-row span.sub{margin:0}.wpmud .settings-form .col-two-third>label,.wpmud .settings-form.dash-form>label{display:inline-block;padding:2px 10px 0;color:#666;line-height:30px;margin:0}.wpmud .settings-form .wphb-border-frame label{margin-top:25px;padding:0;color:#888;font-size:13px}.wpmud .settings-form .wphb-border-frame small{display:block;font-size:13px;color:#888;line-height:22px}.wpmud .settings-form.disabled{background-color:hsla(0,0%,95%,.5)!important}.wpmud .settings-form.disabled>*{opacity:.5}.wpmud .settings-form input[type=radio]{-webkit-box-shadow:inset 0 1px 2px transparent;box-shadow:inset 0 1px 2px transparent;border:1px solid #e6e6e6;background-color:#f8f8f8}.wpmud .settings-form input[type=radio]:checked{border:1px solid #17a8e3;background-color:#17a8e3}.wpmud .settings-form input[type=radio]:checked:before{width:8px;height:8px;margin:3px;background-color:#fff}@media only screen and (max-width:480px){.wpmud .settings-form input[type=radio]:checked:before{margin:5px}}.wpmud .settings-form input[type=radio]:checked+label{color:#333}.wpmud .settings-form input[type=radio]+label{display:inline-block;margin-top:0;font-size:15px}@media only screen and (max-width:480px){.wpmud .settings-form input[type=radio]{height:20px;width:20px}}.wpmud div[class^=box-dashboard-] .sui-box-title:before{font-family:Hummingbird,Arial,sans-serif;color:#333;float:left;font-size:20px;margin-right:10px;line-height:30px}.wpmud div[class^=box-dashboard-performance] .sui-box-title:before{content:\"\\B0\"}.wpmud div[class^=box-dashboard-caching-page] .sui-box-title:before{content:\"\\D2\"}.wpmud div[class^=box-dashboard-browser] .sui-box-title:before{content:\"\\C1\"}.wpmud div[class^=box-dashboard-cloudflare] .sui-box-title:before{content:\"\\D0\"}.wpmud div[class^=box-dashboard-caching-gravatar] .sui-box-title:before{content:\"\\B5\"}.wpmud div[class^=box-dashboard-smush] .sui-box-title:before{content:\"\\2021\"}.wpmud div[class^=box-dashboard-gzip] .sui-box-title:before{content:\"a\"}.wpmud div[class^=box-dashboard-minification] .sui-box-title:before{content:\"\\2264\"}.wpmud div[class^=box-dashboard-advanced-tools] .sui-box-title:before{content:\"Z\"}.wpmud div[class^=box-dashboard-uptime] .sui-box-title:before{content:\"\\B1\"}.wpmud div[class^=box-dashboard-reports] .sui-box-title:before{content:\"\\C7\"}.wpmud div[class^=box-dashboard-] .sui-box-footer .sui-button i{margin-right:5px}.wpmud .box-dashboard-welcome.sui-summary{background:#fff url(../image/hb-graphic-dash-top.png) no-repeat 30px 100%;background-size:192px 172px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .box-dashboard-welcome.sui-summary{background-image:url(../image/hb-graphic-dash-top@2x.png)}}.wpmud .box-dashboard-welcome.sui-summary .sui-button-green{border-radius:20px}.wpmud .box-dashboard-performance-module .sui-accordion:after{margin-bottom:0}@media (max-width:783px){.wpmud .box-dashboard-performance-module .sui-accordion.sui-table th{padding:0 15px 0 20px}}.wpmud .box-dashboard-performance-module .sui-accordion th{color:#333;font-size:13px;font-weight:700;line-height:30px;padding-top:0;padding-bottom:0}.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item:hover{cursor:default;background-color:transparent}@media (max-width:783px){.wpmud .box-dashboard-performance-module .sui-accordion .sui-accordion-item .sui-button{margin-right:20px}}.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title{font-size:13px;color:#333;font-weight:500;line-height:16px}.wpmud .box-dashboard-performance-module .sui-accordion td.sui-accordion-item-title i{font-size:16px}.wpmud .wphb-border-frame .wphb-caching-summary-item-type,.wpmud .wphb-border-frame .wphb-gzip-summary-item-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .sui-box .status-text{color:#888;font-size:13px;line-height:22px;margin-top:5px}.wpmud .box-dashboard-minification-network-module .wphb-dash-ao-upsell{background-color:hsla(0,0%,95%,.5);margin:0 -30px;padding:20px 30px}.wpmud .box-dashboard-minification-network-module .wphb-dash-ao-upsell .sui-button-green{border-radius:20px;float:right}.wpmud .box-dashboard-minification-module .wphb-pills{font-weight:700}.wpmud .wrap-wp-hummingbird .report-status{background-color:#f8f8f8;height:140px;width:100%;position:relative;border-radius:7px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wpmud .wrap-wp-hummingbird .report-status:hover{background-color:#f2f2f2;cursor:pointer}.wpmud .wrap-wp-hummingbird .report-status.with-corner:before{content:\"\";position:absolute;top:0;right:0;border:30px solid #d1f1ea;border-top-right-radius:7px;border-bottom-color:transparent;border-left-color:transparent}.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey:before{border-right-color:#e6e6e6;border-top-color:#e6e6e6}.wpmud .wrap-wp-hummingbird .report-status.with-corner.grey .corner i{color:#888;font-size:16px;margin-right:4px}.wpmud .wrap-wp-hummingbird .report-status i:before{color:#666;font-size:24px}.wpmud .wrap-wp-hummingbird .report-status strong{font-family:Roboto Condensed,Roboto,Arial,sans-serif;color:#666;font-weight:700;margin-top:10px;font-size:13px;line-height:20px}.wpmud .wrap-wp-hummingbird .report-status .corner{position:absolute;top:0;right:0;color:#1abc9c;font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif;padding-right:6px;padding-top:10px;text-transform:uppercase;font-size:13px}.wpmud .wphb-cross-crawl,.wpmud .wphb-cross-defender,.wpmud .wphb-cross-smush{min-height:150px;border-radius:5px 5px 0 0;background-size:cover}.wpmud .wphb-cross-crawl>span,.wpmud .wphb-cross-defender>span,.wpmud .wphb-cross-smush>span{width:56px;height:56px;display:block;border:3px solid #fff;border-radius:50%;position:relative;top:80px;left:15px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.25);box-shadow:0 1px 10px 0 rgba(0,0,0,.25)}.wpmud .wphb-cross-smush{background:url(../image/plugins-smush.jpg) 50%}.wpmud .wphb-cross-smush>span{background:#fff url(../image/plugins-smush-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-smush>span{background-image:url(../image/plugins-smush-icon@2x.png)}}.wpmud .wphb-cross-defender{background:url(../image/plugins-defender.jpg) 50%}.wpmud .wphb-cross-defender>span{background:#fff url(../image/plugins-defender-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-defender>span{background-image:url(../image/plugins-defender-icon@2x.png)}}.wpmud .wphb-cross-crawl{background:url(../image/plugins-crawl.jpg) 50%}.wpmud .wphb-cross-crawl>span{background:#fff url(../image/plugins-crawl-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .wphb-cross-crawl>span{background-image:url(../image/plugins-crawl-icon@2x.png)}}@media only screen and (max-width:480px){.wpmud .box-dashboard-minification-module .wphb-pills{display:block}.wpmud .box-dashboard-performance-module .sui-accordion .sui-button-ghost{padding:5px 6px 7px!important}.wpmud .box-dashboard-smush .buttons{margin-top:15px}.wpmud .sui-box .status-text{line-height:15px;margin-top:0;padding-left:10px;word-wrap:break-word;max-width:175px}}.wpmud .wrap-wphb-performance #wphb-error-details{display:none}.wpmud .wrap-wphb-performance #wphb-error-details code{background:#fff}.wpmud .wrap-wphb-performance .sui-actions-right .sui-tooltip{margin-right:10px}.wpmud .wrap-wphb-performance .sui-dismissed .sui-circle-score svg circle:last-child{stroke:#aaa}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-dismissed td:first-child{border-left:2px solid #aaa}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-error td:first-child{border-left:2px solid #ff6d6d}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-warning td:first-child{border-left:2px solid #fecf2f}.wpmud .wrap-wphb-performance .sui-accordion-item.sui-success td:first-child{border-left:2px solid #1abc9c}.wpmud .wrap-wphb-performance .box-performance-welcome.sui-summary{background-image:url(../image/graphic-hb-minify-summary@2x.png)}.wpmud .wrap-wphb-performance .performance-report-table tr:first-child>td{border-top:1px solid #e6e6e6}.wpmud .wrap-wphb-performance .performance-report-table ol li,.wpmud .wrap-wphb-performance .performance-report-table p{font-size:13px!important;color:#888;line-height:22px}.wpmud .wrap-wphb-performance .performance-report-table ol>p{margin-left:-30px;margin-bottom:15px}.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{color:#888;font-size:13px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;width:130px}.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type:first-letter{text-transform:capitalize}@media only screen and (max-width:1200px){.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{width:115px}}@media only screen and (max-width:1100px){.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{width:105px}}@media only screen and (max-width:783px){.wpmud .wrap-wphb-performance .performance-report-table .wphb-performance-report-item-type{display:none!important}}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content .wpdui-btn{text-transform:uppercase}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content .wpdui-btn:hover{color:#fff}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content a:not(.wpdui-btn),.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content a:not(.wpdui-btn):hover{color:#17a8e3;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content h4:first-child{margin-top:0}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content h4,.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content h5{font-family:Roboto,sans-serif;color:#333;font-size:13px;text-transform:none;line-height:23px;margin:20px 0;text-align:left}.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content.disable-buttons a.button,.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content.disable-buttons a.wpdui-btn{display:none}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .performance-report-table .sui-box-performance-report-additional-content{padding:15px 20px}}@media only screen and (max-width:783px){.wpmud .wrap-wphb-performance .performance-report-table td,.wpmud .wrap-wphb-performance .performance-report-table th{width:70%!important}}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .performance-report-table{margin-top:0}}.wpmud .wrap-wphb-performance .recipient{margin-bottom:10px;padding:5px 10px}.wpmud .wrap-wphb-performance .recipient:hover{border-radius:4px;background-color:#f8f8f8}.wpmud .wrap-wphb-performance .recipient:hover a>i{color:#333}.wpmud .wrap-wphb-performance .recipient img{border-radius:50px;width:30px;height:30px;margin-right:10px;display:inline-block;vertical-align:middle}.wpmud .wrap-wphb-performance .recipient .name{color:#333;font-weight:500}.wpmud .wrap-wphb-performance .recipient a>i{color:#888}.wpmud .wrap-wphb-performance .add-recipient{margin-top:15px}.wpmud .wrap-wphb-performance .add-recipient>*{margin-bottom:0;border-radius:0;border:1px solid #e6e6e6;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>button{background-color:#888!important;border-radius:0 4px 4px 0!important;min-width:60px}.wpmud .wrap-wphb-performance .add-recipient>input::-webkit-input-placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>input:-ms-input-placeholder,.wpmud .wrap-wphb-performance .add-recipient>input::-ms-input-placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient>input::placeholder{color:#aaa;font-weight:400}.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name{border-radius:4px 0 0 4px;border-right:0;background-color:#f8f8f8;margin:0}.wpmud .wrap-wphb-performance .add-recipient #wphb-username-search{background-color:#f8f8f8;margin:0}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .add-recipient #wphb-first-name,.wpmud .wrap-wphb-performance .add-recipient>button{border-radius:0!important;margin-bottom:5px;border:1px solid #e6e6e6}.wpmud .wrap-wphb-performance .add-recipient>button{margin-top:10px!important}}.wpmud .wrap-wphb-performance .add-recipient,.wpmud .wrap-wphb-performance .recipient,.wpmud .wrap-wphb-performance .recipient .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}@media only screen and (max-width:480px){.wpmud .wrap-wphb-performance .add-recipient,.wpmud .wrap-wphb-performance .recipient,.wpmud .wrap-wphb-performance .recipient .name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}.wpmud .wrap-wphb-performance .recipient .email,.wpmud .wrap-wphb-performance .recipient .name>span{font-size:13px}.wpmud .wrap-wphb-caching .wphb-caching-error{text-align:left}.wpmud .wrap-wphb-caching .wphb-caching-error a{text-decoration:underline}.wpmud .wrap-wphb-caching .wphb-border-frame .table-header .wphb-caching-summary-heading-type{-ms-flex-preferred-size:85px;flex-basis:85px}.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-type,.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-gzip-summary-item-type{-ms-flex-preferred-size:100px;flex-basis:100px}.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-expiry,.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-status{-ms-flex-preferred-size:80px;flex-basis:80px}.wpmud .wrap-wphb-caching .wphb-border-frame .table-row .wphb-caching-summary-item-type{font-size:13px;font-weight:500;color:#333}.wpmud .box-caching-summary{background:#fff url(../image/graphic-caching-top.png) no-repeat 30px 100%;background-size:192px 172px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.wpmud .box-caching-summary{background-image:url(../image/graphic-caching-top@2x.png)}}.wpmud .box-caching-page-caching .wphb-dash-table.three-columns>.wphb-dash-table-row>div{-ms-flex-preferred-size:25%;flex-basis:25%}.wpmud .box-caching-page-caching .wphb-dash-table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px;border-top:1px solid #e6e6e6}.wpmud .box-caching-page-caching .wphb-dash-table-row:first-child{border-top:0}.wpmud .box-caching-page-caching .wphb-dash-table-row:last-child{margin-bottom:-10px}.wpmud .box-caching-page-caching .wphb-dash-table-row>div{text-align:center}.wpmud .box-caching-page-caching .wphb-dash-table-row>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-preferred-size:50%!important;flex-basis:50%!important;text-align:left;font-size:13px;color:#333;font-weight:500;line-height:16px}.wpmud .box-caching-page-caching .wphb-dash-table-row>div:last-child{text-align:right}.wpmud .box-caching-status .cf-dash-notice .sui-upsell-notice span a{display:block;margin-top:6px;text-transform:uppercase;text-decoration:none;color:#888}.wpmud .box-caching-status .wphb-caching-summary-item-expiry .sui-tag{color:#333}.wpmud .box-caching-settings .sui-box-settings-col-1{vertical-align:top}.wpmud .box-caching-settings .cloudflare-submit{margin-top:30px;padding-bottom:30px}.wpmud .box-caching-settings .cloudflare-submit .cloudflare-how-to-title{font-size:13px}.wpmud .box-caching-settings .cloudflare-submit .sui-button{float:right}.wpmud .box-caching-settings .wphb-block-content-blue{background-color:#e0f6ff;border-radius:5px;padding:20px 30px;margin-left:0;font-size:13px;line-height:22px}.wpmud .box-caching-settings .cloudflare-step .sui-notice-warning .sui-button{color:#fff}.wpmud .box-caching-settings .select-container.server-type,.wpmud .box-caching-settings .wphb-expiry-select-box .wphb-expiry-select{max-width:240px}.wpmud .box-caching-settings .sui-border-frame .sui-form-field{margin-bottom:10px}.wpmud .box-caching-settings .wphb-expiry-changes .update-htaccess{margin-top:10px}.wpmud .box-caching-settings .wphb-server-instructions .wphb-listing li,.wpmud .box-caching-settings .wphb-server-instructions p{color:#888;font-size:13px;line-height:22px}.wpmud .box-caching-settings .wphb-server-instructions .sui-notice p{color:#333}.wpmud .box-caching-settings .wphb-server-instructions .wphb-listing li{margin-top:0}.wpmud .box-caching-rss .sui-box-footer .spinner{margin:2px 10px 0}.wpmud .box-caching-rss .sui-box-settings-row input[type=text]{margin:0;display:inline-block;width:80px}.wpmud .box-caching-rss .sui-box-settings-row label{margin-left:10px;margin-top:-5px;color:#666}.wpmud .box-caching-other-settings .spinner{margin:2px 10px 0 0}.wpmud #configure-gzip-link{color:#333;text-decoration:underline}.wpmud .box-gzip-summary .wphb-caching-summary-item-type{font-size:13px;font-weight:500;color:#333}.wpmud .box-gzip-settings .sui-box-settings-col-1{vertical-align:top}.wpmud .box-gzip-settings .select-container{max-width:240px}.wpmud .box-gzip-settings .wphb-server-instructions .wphb-listing li,.wpmud .box-gzip-settings .wphb-server-instructions p{color:#888;font-size:13px;line-height:22px}.wpmud .box-gzip-settings .wphb-server-instructions .wphb-listing li{margin-top:0}.wpmud .box-gzip-settings .sui-code-snippet{margin-top:1em}.wpmud .box-gzip-settings .wphb-server-instructions p{font-size:13px;color:#888;letter-spacing:-.25px;line-height:22px}@media screen and (min-width:960px){.wpmud .wphb-border-frame.two-columns .table-header,.wpmud .wphb-border-frame.two-columns .table-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wpmud .wphb-border-frame.two-columns .table-header>div:first-child,.wpmud .wphb-border-frame.two-columns .table-row>div:first-child{-ms-flex-preferred-size:50%;flex-basis:50%}}.wpmud .box-minification-empty-files .sui-dialog{text-align:left}.wpmud .sui-dialog .checkbox-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:52px}.wpmud .sui-dialog .checkbox-group input[type=checkbox]+label{padding:10px;width:70px;height:50px}.wpmud .sui-dialog .checkbox-group input[type=checkbox]+label>[class^=hb-]:before,.wpmud .wphb-minification-advanced-group input[type=checkbox]+label>[class^=hb-]:before{margin-right:0}.wpmud .checkbox-group{border-radius:41px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:40px}.wpmud .checkbox-group>span{color:#aaa;font-size:12px;line-height:40px}.wpmud .checkbox-group input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;display:block}.wpmud .checkbox-group input[type=checkbox]+label.toggle-label-background,.wpmud .checkbox-group input[type=checkbox]:checked+label{-webkit-box-shadow:none;box-shadow:none;background-color:#e1f6ff;border-color:#e1f6ff}.wpmud .checkbox-group input[type=checkbox]+label{background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:50px;position:relative;-webkit-transition-property:background,color;-o-transition-property:background,color;transition-property:background,color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;color:transparent!important;margin-bottom:0;margin-left:5px}.wpmud .checkbox-group input[type=checkbox]+label>i,.wpmud .checkbox-group input[type=checkbox]+label>span:not(.toggle){color:#888;padding:0;font-size:12px}.wpmud .checkbox-group input[type=checkbox]+label>[class^=hb-]:before{font-size:14px;vertical-align:-2px}.wpmud .checkbox-group input[type=checkbox]+label>[tooltip]{position:absolute;left:0;top:0;bottom:0;right:0;z-index:9}.wpmud .checkbox-group input[type=checkbox]+label.toggle-label-background>span:not(.toggle),.wpmud .checkbox-group input[type=checkbox]:checked+label>i,.wpmud .checkbox-group input[type=checkbox]:checked+label>span:not(.toggle){color:#17a8e3}.wpmud .checkbox-group input[type=checkbox]:disabled+label{background-color:#f8f8f8;border-color:#f8f8f8}.wpmud .checkbox-group input[type=checkbox]:disabled+label>i,.wpmud .checkbox-group input[type=checkbox]:disabled+label>span:not(.toggle){color:#ddd}.wpmud .checkbox-group label [class^=hb-]{display:block;padding:10px 0 4px}.wpmud .sui-notice-warning .wphb-switch-button{color:#333;text-decoration:underline}.wpmud .wphb-minification-files{background-color:#f8f8f8;padding-bottom:1px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-heading-divider{border-left:1px solid #e6e6e6;height:62px;margin-top:-21px;margin-bottom:-22px;margin-left:10px}.wpmud .box-minification-enqueued-files .sui-box-header .sui-button:last-child{margin-right:10px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button{height:60px;width:60px;display:block;margin:-15px -30px -15px 0}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i{font-size:20px;margin-left:20px;position:absolute;top:18px}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i:before{color:#aaa}.wpmud .box-minification-enqueued-files .box-title-advanced .wphb-switch-button>i:before{color:#17a8e3}.wpmud .wphb-minification-files-header{background-color:#fff;border-bottom:1px solid #e6e6e6;margin-bottom:30px;padding:30px}.wpmud .wphb-border-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;position:relative}.wpmud .wphb-minification-files-advanced .wphb-border-row,.wpmud .wphb-minification-files-advanced .wphb-minification-row-details,.wpmud .wphb-minification-files-basic .wphb-border-row{padding:10px 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wpmud .wphb-minification-files-advanced .wphb-minification-row-details{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wpmud .wphb-minification-files-basic .wphb-border-row{border-bottom:1px solid #e6e6e6}.wpmud .wphb-minification-files-advanced .wphb-border-row{padding:10px 30px 10px 20px;min-height:70px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05);margin-bottom:10px}.wpmud .wphb-minification-files-advanced .wphb-border-row:last-child,.wpmud .wphb-minification-files-basic .wphb-border-row:last-child{border-bottom:0}.wpmud .wphb-minification-files-table.wphb-minification-files-advanced,.wpmud .wphb-minification-files-table.wphb-minification-files-basic{background-color:#f8f8f8;margin:0 30px 30px}.wpmud .wphb-minification-files-table.wphb-minification-files-basic{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05)}.wpmud .wphb-minification-files-select h3,.wpmud .wphb-minification-files>h3{font-size:13px;font-weight:700;line-height:22px;color:#888;text-align:left;text-transform:none;margin:10px 30px}.wpmud .wphb-minification-file-info{float:left;line-height:18px;white-space:nowrap;width:280px}.wpmud .wphb-minification-file-info>*{color:#aaa;font-size:10px;font-weight:500;line-height:10px}.wpmud .wphb-minification-file-info>span:first-child{color:#666;display:block;font-size:13px;line-height:13px}.wpmud .wphb-minification-file-info>a{max-width:200px;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.wpmud .wphb-minification-file-info>span .original-size.crossed-out{text-decoration:line-through}.wpmud .wphb-minification-file-info>span .sui-icon-chevron-down:before{font-size:8px;position:relative;top:0}.wpmud .wphb-minification-file-info>span .compressed-size,.wpmud .wphb-minification-file-info>span .sui-icon-chevron-down:before{color:#1abc9c}.wpmud .wphb-border-row:not(.disabled) .wphb-minification-file-info:after{background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);content:\"\";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:40px}.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-queued,.wpmud .wphb-minification-files-basic .wphb-border-row .wphb-row-status.wphb-row-status-success{top:20px}.wpmud .wphb-border-row .wphb-row-status{position:absolute;height:20px;width:20px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.05);box-shadow:0 2px 7px 0 rgba(0,0,0,.05);left:-9px;-webkit-animation:pop .3s linear 1;animation:pop .3s linear 1;z-index:1}.wpmud .wphb-border-row .wphb-row-status i{position:absolute;height:12px;width:12px;font-size:12px;line-height:22px;left:4px}.wpmud .wphb-border-row .wphb-row-status i:before{color:#17a8e3}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-already-compressed i:before{color:#fecf2f}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-other i:before{color:#aaa}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued{top:24px;z-index:0}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-queued i:before{color:#aaa}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success{top:24px;z-index:0}.wpmud .wphb-border-row .wphb-row-status.wphb-row-status-success i:before{color:#1abc9c}.wpmud .wphb-minification-filter-buttons{padding:0 30px 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.wpmud .wphb-minification-filter-buttons .sui-actions-left{margin-left:0}.wpmud .wphb-minification-files-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;margin:0 50px}.wpmud .wphb-minification-files-select .sui-checkbox{margin-right:5px}.wpmud .wphb-minification-files-select .sui-checkbox span{margin-top:-4px}.wpmud .wphb-minification-files-select h3{margin:5px 5px 7px}.wpmud .wphb-minification-bulk-file-selector{float:left}.wpmud .wphb-minification-file-select{float:left;line-height:30px;margin-right:10px;margin-top:4px}.wpmud .wphb-minification-exclude{margin-left:30px}.wpmud .wphb-minification-filter{background-color:#fff;padding:0 30px;margin:10px 30px}.wpmud .wphb-minification-filter>div{height:78px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.wpmud .wphb-minification-filter>div>input{margin:0 10px!important;width:40%!important;background-color:#f8f8f8!important}.wpmud .wphb-minification-filter>div .wphb-block-title{color:#333;font:500 13px/30px Roboto,Arial,sans-serif;text-transform:none;margin-right:21px;margin-left:0}.wpmud .wphb-minification-filter .select-list-container{min-width:240px!important}.wpmud .wphb-border-row.disabled .checkbox-group,.wpmud .wphb-border-row.out-of-filter{display:none}.wpmud .wphb-border-row.disabled{background-color:#f2f2f2}.wpmud .wphb-minification-files-advanced .wphb-border-row.disabled{-webkit-box-shadow:none;box-shadow:none}.wpmud .wphb-border-row.disabled .wphb-filename-extension-css,.wpmud .wphb-border-row.disabled .wphb-filename-extension-javascript,.wpmud .wphb-border-row.disabled .wphb-filename-extension-js,.wpmud .wphb-border-row.disabled .wphb-filename-extension-other{opacity:.4}.wpmud .wphb-filename-extension-label{line-height:30px}.wpmud .wphb-border-row.disabled .wphb-minification-file-info>span{color:#aaa}.wpmud .wrap-wphb-minification .settings-form{margin:0}.wpmud .box-minification-settings .sui-notice-warning{margin-bottom:15px;padding:15px 20px}.wpmud .box-minification-settings .sui-notice-warning p{font-size:13px}.wpmud .box-minification-settings .sui-notice-warning p:first-of-type:before{font-size:16px}@media only screen and (max-width:1200px){.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{width:185px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info>a{max-width:100px}}@media only screen and (max-width:1100px){.wpmud .box-minification-enqueued-files .box-title .buttons{float:left;margin-right:-5px!important}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{width:130px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info>a{max-width:180px}.wpmud .wphb-minification-files-advanced .wphb-minification-exclude{margin-left:15px}}@media screen and (max-width:1060px){.wpmud .wphb-border-row,.wpmud .wphb-border-row-header{padding:15px}}@media only screen and (max-width:960px){.wpmud .box-minification-enqueued-files .box-title .buttons{float:right;margin-right:45px!important}}@media only screen and (max-width:783px){.wpmud .wphb-minification-files-advanced .fileinfo-group:after{font-family:dashicons,Arial,sans-serif;content:\"\\F347\";position:absolute;left:100%;margin-left:-70px;margin-top:5px}.wpmud .wphb-minification-files-advanced .fileinfo-group.opened:after{content:\"\\F343\"}.wpmud .wphb-minification-files-advanced .fileinfo-group{padding:10px 0;overflow:hidden}.wpmud .wphb-minification-file-info{width:55%;min-width:200px}.wpmud .wphb-minification-file-info>a{max-width:200px}.wpmud .wphb-minification-files-advanced .wphb-minification-row-details{display:none;margin:10px 0;border-top:1px solid #e6e6e6;padding-top:15px!important;width:100%;z-index:100}.wpmud .box-minification-enqueued-files .sui-box-header .wphb-switch-button>i{margin-left:15px}.wpmud .wphb-minification-files-advanced .wphb-minification-advanced-group{float:left}.wpmud .wphb-minification-files-advanced .wphb-minification-exclude{float:right;margin-top:7px}}@media only screen and (max-width:600px){.wpmud .box-minification-enqueued-files .box-title .buttons,.wpmud .box-minification-enqueued-files .box-title h3{float:none!important}.wpmud .box-minification-enqueued-files .box-title .wphb-switch-button{height:96px;margin-left:-60px;position:absolute;top:0}.wpmud .wphb-minification-file-info{width:185px}}@media only screen and (max-width:480px){.wpmud .wphb-minification-files-table.wphb-minification-files-advanced,.wpmud .wphb-minification-files-table.wphb-minification-files-basic{margin:0 10px 30px}.wpmud .wphb-minification-files-header{padding:20px}.wpmud .box-minification-enqueued-files .buttons .button{padding:7px!important}.wpmud .wphb-minification-filter-buttons{padding:0 20px 20px}.wpmud .wphb-minification-files-select{margin:0 20px}.wpmud .wphb-minification-files>h3{margin:10px}.wpmud .wphb-minification-files-advanced .wphb-border-row,.wpmud .wphb-minification-files-basic .wphb-border-row{padding:10px}.wpmud .wphb-minification-file-info{width:155px}.wpmud .wphb-minification-files-advanced .wphb-minification-file-info{min-width:170px}.wpmud .wphb-border-row .fileinfo-group{margin-top:0;margin-bottom:0}.wpmud .checkbox-group>span{line-height:20px;text-align:right;-ms-flex-item-align:center;align-self:center}.wpmud .checkbox-group input[type=checkbox]+label{width:60px}.wpmud .checkbox-group input[type=checkbox]+label>[class^=hb-]:before{margin-right:0}.wpmud .checkbox-group input[type=checkbox]+label>span[class^=hb]>span{display:none}.wpmud .wphb-minification-files-advanced .fileinfo-group:after{margin-left:-40px}}.sui-header .sui-actions-right .select-container,.sui-header .sui-actions-right label{margin-right:10px}.sui-header .sui-actions-right label{font-size:12px;color:#aaa}.wpmud .wrap-wphb-uptime .wphb-pills.green,.wpmud .wrap-wphb-uptime .wphb-pills.red{height:40px;line-height:40px;width:200px;border-radius:5px}.wpmud .wrap-wphb-uptime .downtime-chart svg g path{stroke:transparent}.wpmud .wrap-wphb-uptime .downtime-chart svg g rect{stroke:transparent;stroke-width:0}.wpmud .wrap-wphb-uptime .downtime-chart-key span{color:#aaa;font-size:12px;line-height:20px;margin-right:30px;font-weight:500}.wpmud .wrap-wphb-uptime .downtime-chart-key span:before{content:\"\";display:inline-block;height:16px;width:16px;border-radius:2px;margin-right:10px;vertical-align:sub}.wpmud .wrap-wphb-uptime .downtime-chart-key span.response-time-key:before{background-color:#e1f6ff;border-top:2px solid #24ade5;height:14px}.wpmud .wrap-wphb-uptime .downtime-chart-key span.uptime-key:before{background-color:#d1f1ea}.wpmud .wrap-wphb-uptime .downtime-chart-key span.downtime-key:before{background-color:#ff6d6d}.wpmud .wrap-wphb-uptime .downtime-chart-key span.unknown-key:before{background-color:#f8f8f8}.wpmud .wrap-wphb-uptime .downtime-chart div.google-visualization-tooltip,.wpmud .wrap-wphb-uptime .wphb-uptime-graph div.google-visualization-tooltip{font-family:Roboto,sans-serif;font-weight:500;color:#fff;font-size:12px;border:none;border-radius:5px;padding:8px 12px;background:#000}.wpmud .box-uptime-summary .sui-summary{background-image:url(../image/hb-graphic-uptime-up@2x.png)}.wpmud .box-uptime-response-time .uptime-chart{height:400px}.wpmud .box-uptime-response-time .uptime-chart svg g g rect{fill:#e6e6e6;stroke:transparent;stroke-width:0}.wpmud .box-uptime-response-time .uptime-chart svg g g text{fill:#fff;font-family:Roboto,Arial,sans-serif;font-size:13px;font-weight:400}.wpmud .box-uptime-response-time .uptime-chart svg g g g g rect:hover{stroke-width:0px;stroke:red;display:none}.wpmud .box-uptime-response-time .uptime-chart svg g g text:last-of-type{fill:#aaa;font-weight:500}.wpmud .box-uptime-response-time .downtime-chart{height:80px;margin-left:80px;max-width:90%}.wpmud .box-uptime-response-time .downtime-chart div div svg{height:58px!important;overflow:hidden}.wpmud .box-uptime-response-time .downtime-chart div div svg svg g text{display:none}.wpmud .box-uptime-response-time .wphb-uptime-graph div.google-visualization-tooltip .response-time-tooltip{font-size:15px;line-height:18px}.wpmud .box-uptime-response-time .wphb-uptime-graph div.google-visualization-tooltip .uptime-date-tooltip{font-size:11px;color:#aaa;line-height:14px;display:block}.wpmud .box-uptime-downtime .downtime-chart svg g text{font-family:Roboto,Arial,sans-serif;fill:#aaa;font-weight:500;font-size:12px;line-height:20px}.wpmud .box-uptime-downtime .dev-list-stats-item{margin-bottom:10px}.wpmud .box-uptime-downtime .sui-icon-chevron-down,.wpmud .box-uptime-downtime .sui-icon-chevron-up{padding:6px;margin-right:10px;vertical-align:middle;border-radius:5px;font-size:15px;line-height:10px}.wpmud .box-uptime-downtime .sui-icon-chevron-down:before,.wpmud .box-uptime-downtime .sui-icon-chevron-up:before{color:#fff}.wpmud .box-uptime-downtime .sui-icon-chevron-down{background-color:#ff6d6d}.wpmud .box-uptime-downtime .sui-icon-chevron-up{background-color:#1abc9c}.wpmud .box-uptime-downtime .wphb-pills-group{width:100%}.wpmud .box-uptime-downtime .wphb-pills.green,.wpmud .box-uptime-downtime .wphb-pills.red{text-align:left;color:#333;font-size:13px;height:56px;line-height:50px;padding-left:15px}.wpmud .box-uptime-downtime .wphb-pills.red[tooltip]:after{left:48%}.wpmud .box-uptime-downtime .wphb-pills.red{background-color:#ffe5e9;border-top:2px solid #ffe5e9;border-bottom:2px solid #ff6d6d;width:60%}.wpmud .box-uptime-downtime .wphb-pills.green{background-color:#d1f1ea;border-top:2px solid #1abc9c;border-bottom:2px solid #d1f1ea;width:40%}.wpmud .box-uptime-downtime span.list-detail-stats{position:absolute;font-size:13px;font-weight:500;line-height:22px;right:60%;color:#333;opacity:.5;margin-top:16px}.wpmud .box-uptime-downtime .wphb-image-pills-divider{display:inline-block;height:56px;margin-bottom:-25px;margin-left:-28px;position:absolute}@media only screen and (max-width:600px){.wpmud .select-container.uptime-data-range{position:absolute;top:0;right:0;margin-right:0}.wpmud .uptime-data-range .select-list-container{min-width:180px}.wpmud .wrap-wphb-uptime .actions>.documentation-button{margin-left:0!important}.wpmud .wrap-wphb-uptime .wphb-pills.green{position:absolute;top:0;right:0;height:30px;border-radius:0 4px 0 0!important;line-height:30px;padding-left:10px;width:160px}.wpmud .wrap-wphb-uptime .wphb-pills.red{width:100%;margin-top:30px;height:50px;border-radius:5px 0 5px 5px!important}.wpmud .box-uptime-downtime .sui-icon-chevron-down,.wpmud .box-uptime-downtime .sui-icon-chevron-up{padding:4px;border-radius:4px;font-size:12px;vertical-align:inherit}.wphb-image-pills-divider{display:inline-block;height:30px;margin-left:0;top:0;right:160px}.wpmud span.list-detail-stats{right:20px;margin-top:46px;opacity:.7}}@media only screen and (max-width:480px){.wpmud .uptime-chart{margin-left:-25px}}.wpmud [class^=box-advanced] .spinner{margin:5px 10px 0;vertical-align:top}.wpmud .box-advanced-db .wphb-border-frame{margin-top:30px!important}.wpmud .box-advanced-db .wphb-border-frame .table-header,.wpmud .box-advanced-db .wphb-border-frame .table-row{padding:20px 30px}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .table-header,.wpmud .box-advanced-db .wphb-border-frame .table-row{padding:15px 0}}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .table-header{padding:15px 0 0}}.wpmud .box-advanced-db .wphb-border-frame .table-header div{-ms-flex-preferred-size:50px;flex-basis:50px}.wpmud .box-advanced-db .wphb-border-frame .table-header div:first-child,.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child{-ms-flex-preferred-size:150px;flex-basis:150px}.wpmud .box-advanced-db .wphb-border-frame .table-row div{height:20px;font-size:13px;line-height:20px}.wpmud .box-advanced-db .wphb-border-frame .table-row div:first-child{color:#333;font-weight:500}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-info{font-size:16px;margin-left:10px}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-info:hover:before{color:#aaa}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-info:before{color:#ddd;vertical-align:middle}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete{width:30px;height:30px;display:inline-block;border-radius:4px;margin-top:-5px;text-align:center;vertical-align:middle;cursor:pointer}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover{background-color:#f5f5f5}.wpmud .box-advanced-db .wphb-border-frame .table-row .wphb-db-row-delete:hover .sui-icon-trash:before{color:#ff6d6d}.wpmud .box-advanced-db .wphb-border-frame .table-row .spinner{margin-top:1px}.wpmud .box-advanced-db .wphb-border-frame .table-row .sui-icon-trash:before{color:#888;font-size:12px;margin-top:8px}.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer{border-top:none}@media only screen and (max-width:783px){.wpmud .box-advanced-db .wphb-border-frame .sui-box-footer{padding:20px 0}}.wpmud .box-advanced-db-settings .settings-form .included-tables>label:first-child,.wpmud .box-advanced-db-settings .settings-form .schedule-box>label:first-child{margin-top:0}.wpmud .box-advanced-db-settings .settings-form .included-tables>label{margin-top:7px;color:#333}.wpmud .box-advanced-db-settings .wphb-db-cleanup-no-membership{padding-top:0}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table{border:none}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr{height:40px}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr:nth-child(odd){border-radius:4px;background-color:#fafafa}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td{vertical-align:top;padding:5px 20px;border-bottom:none;border-radius:4px}.wpmud .box-advanced-system-info .sui-table.wphb-sys-info-table tr td:first-child{color:#333;font-weight:500}.wpmud .box-advanced-system-info .wphb-system-info-dropdown{max-width:160px}#wpbody-content{padding-bottom:25px}.sui-header .sui-button i{margin-right:5px}.wpmud .wrap-wp-hummingbird .clear{padding:0}.wpmud .wrap-wp-hummingbird .mline{margin-bottom:30px}.wpmud .select-list-container{min-width:100px}.wpmud .select-list-container .list-value{color:#333;font-weight:500;padding:6px 8px 6px 15px}.wpmud .dev-list-stats>li.standalone{margin:0}.wpmud .dev-list-stats>li.small>li .list-detail-stats-heading,.wpmud .dev-list-stats>li.small>li .list-label-stats{line-height:26px}.wpmud .dev-list-stats>li .list-detail-stats-heading,.wpmud .dev-list-stats>li .list-label-stats{color:#333;font:500 13px/30px Roboto,Arial,sans-serif}.wpmud .dev-list-stats>li .list-detail-stats-heading{font-weight:400;font-size:18px;color:#666}.wpmud .dev-list-stats>li .list-detail-stats-heading.small{font-size:26px}.wpmud .dev-list-stats>li .list-detail-stats-heading-extra-info{color:#bababa;display:block;font:500 12px/16px Roboto,Arial,sans-serif;margin-top:5px}.wpmud .dev-list-stats>li .list-label-stats-date{margin-right:30px}.wpmud input[type=checkbox]{border-radius:4px;border:1px solid #e6e6e6;background-color:#f8f8f8}.wpmud [tooltip]:after{font:500 12px/18px Roboto,Arial,sans-serif;padding:8px 12px;background:#333;min-width:50px;max-width:250px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;text-transform:none}.wpmud .radio-group input[type=radio]+label>[tooltip]{position:absolute;left:0;top:0;bottom:0;right:0;z-index:9}.wpmud .wrap-wp-hummingbird .wphb-label{color:#fff;display:block;font:500 15px/20px Roboto,Arial,sans-serif;text-shadow:none;white-space:nowrap}.wpmud .wrap-wp-hummingbird .wphb-label-notice-inline{display:inline-block;font-size:13px;color:#888;margin:0 15px}.wpmud .wphb-image,.wpmud .wphb-image-icon-content{display:block;height:auto;max-width:100%}.wpmud .wphb-image-center,.wpmud .wphb-image-icon-content-center{margin-right:auto;margin-left:auto}.wpmud .wphb-image-icon-content-top{margin-bottom:30px}.wpmud .wphb-listing{margin:0}.wpmud .wphb-listing.bold li{font-weight:500}.wpmud .wphb-listing.wphb-listing-ordered{padding-left:20px}.wpmud .wphb-listing li{font-family:Roboto,Arial,sans-serif;font-size:15px;font-weight:400;line-height:21px;margin-top:10px;margin-bottom:0}.wpmud .wphb-listing li:first-child{margin-top:0}.wpmud .wphb-listing li :before{color:#17a8e3;top:0}.wpmud .wphb-listing li strong{font-weight:500}.wpmud .wphb-listing li p{font-size:13px;line-height:22px;margin-top:5px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.wphb-filename-extension{border-radius:4px;display:block;float:left;font-family:Roboto,Arial,sans-serif;font-size:9px;color:#fff;text-transform:uppercase;text-align:center;line-height:43px;height:30px;margin:0 10px 0 0;width:30px}.wphb-filename-extension.wphb-filename-extension-html{background-color:#f56418}.wphb-filename-extension.wphb-filename-extension-other{background-color:#aaa}.wphb-filename-extension.wphb-filename-extension-css{background-color:#25a8de}.wphb-filename-extension.wphb-filename-extension-media{background-color:#55ddb8}.wphb-filename-extension.wphb-filename-extension-images{background-color:#bdf2f7;color:#333}.wphb-filename-extension.wphb-filename-extension-javascript,.wphb-filename-extension.wphb-filename-extension-js{background-color:#f7e100;color:#333}.sui-list-label .wphb-filename-extension{margin:-5px 10px -5px 0}.sui-list-label .wphb-filename-extension-label{line-height:22px}"],"sourceRoot":""}
|
@@ -1,18 +0,0 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: 'wphb';
|
3 |
-
src: url('../fonts/wphb.eot?xjiybk');
|
4 |
-
src: url('../fonts/wphb.eot?xjiybk#iefix') format('embedded-opentype'),
|
5 |
-
url('../fonts/wphb.ttf?xjiybk') format('truetype'),
|
6 |
-
url('../fonts/wphb.woff?xjiybk') format('woff'),
|
7 |
-
url('../fonts/wphb.svg?xjiybk#icomoon') format('svg');
|
8 |
-
font-weight: normal;
|
9 |
-
font-style: normal;
|
10 |
-
}
|
11 |
-
|
12 |
-
#toplevel_page_wphb-minification .wp-menu-image:before,
|
13 |
-
#toplevel_page_wphb-performance .wp-menu-image:before,
|
14 |
-
#toplevel_page_wphb .wp-menu-image:before,
|
15 |
-
#toplevel_page_wphb-caching .wp-menu-image:before {
|
16 |
-
font-family: 'wphb';
|
17 |
-
content: "\e900";
|
18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binary file
|
@@ -1,233 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by IcoMoon</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="WPMU-DEV-Icon" horiz-adv-x="1024">
|
7 |
-
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
-
<missing-glyph horiz-adv-x="1024" />
|
9 |
-
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
-
<glyph unicode="!" glyph-name="fi-warning-alert" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM459.776 732.843c0 9.426 7.641 17.067 17.067 17.067h68.267c9.426 0 17.067-7.641 17.067-17.067v-330.752c0-9.426-7.641-17.067-17.067-17.067h-67.243c-9.426 0-17.067 7.641-17.067 17.067zM512 310.613c34.109-0.386 61.611-28.126 61.611-62.29 0-0.061 0-0.123 0-0.184 0-34.3-27.813-62.113-62.123-62.113s-62.123 27.813-62.123 62.123c0 0 0 0 0 0 0 34.498 27.966 62.464 62.464 62.464 0.060 0 0.12 0 0.18 0z" />
|
11 |
-
<glyph unicode="#" glyph-name="fi-align-justify" d="M972.8 960h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-46.421c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v46.421c0 28.277-22.923 51.2-51.2 51.2zM972.8 667.136h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-46.421c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v47.275c0 28.277-22.923 51.2-51.2 51.2zM972.8 375.125h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-46.421c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v47.275c0 28.277-22.923 51.2-51.2 51.2zM972.8 83.115h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-44.715c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v45.568c0 28.277-22.923 51.2-51.2 51.2z" />
|
12 |
-
<glyph unicode="$" glyph-name="fi-dollar" horiz-adv-x="657" d="M397.483 531.797v162.816c57.244-13.411 106.989-39.912 147.792-76.241l-0.336 0.294c3.046-2.866 7.159-4.627 11.684-4.627 5.721 0 10.784 2.815 13.881 7.135l0.035 0.051 68.267 96.768c2.941 3.182 4.744 7.454 4.744 12.146 0 5.442-2.426 10.318-6.256 13.605-64.084 57.685-146.852 95.709-238.205 104.009l-1.606 93.643c0 10.274-8.329 18.603-18.603 18.603h-73.728c-10.274 0-18.603-8.329-18.603-18.603v-91.136c-159.232-16.555-253.611-117.931-253.611-237.056 0-160.427 132.096-206.507 253.611-235.861v-182.955c-73.541 13.989-137.119 49.613-185.583 99.904l-1.126 0.107c-3.077 3.023-7.3 4.89-11.958 4.89-6.999 0-13.014-4.213-15.647-10.241l-0.043-0.11-67.584-96.939c-3.165-3.101-5.127-7.419-5.127-12.195 0-5.934 3.029-11.161 7.625-14.219l0.063-0.039c64.853-64.853 155.648-112.128 279.552-122.709v-87.552c-0.008-0.204-0.013-0.443-0.013-0.683 0-10.218 8.239-18.512 18.436-18.602h73.736c10.274 0 18.603 8.329 18.603 18.603v0 87.552c173.397 17.067 259.584 119.467 259.584 250.027 0 161.621-136.533 208.896-259.584 238.933zM286.549 558.251c-47.616 16.043-81.749 33.621-81.749 67.925 0 40.107 29.525 68.267 81.408 75.435zM397.483 192v158.037c51.2-17.067 88.405-35.499 88.405-74.24s-28.16-72.021-88.405-83.797z" />
|
13 |
-
<glyph unicode="%" glyph-name="fi-align-left" horiz-adv-x="1018" d="M967.339 960h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005zM50.005 521.387h670.208c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005h-670.208c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005zM867.157 82.261h-817.152c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h817.152c27.617 0 50.005 22.388 50.005 50.005v0 46.080c0 27.617-22.388 50.005-50.005 50.005zM50.005 228.523h570.197c27.617 0 50.005 22.388 50.005 50.005v0 46.080c0 27.617-22.388 50.005-50.005 50.005h-570.197c0 0 0 0 0 0-27.557 0-49.908-22.291-50.005-49.825v-46.089c0-27.617 22.388-50.005 50.005-50.005z" />
|
14 |
-
<glyph unicode="&" glyph-name="fi-align-right" horiz-adv-x="1018" d="M967.339 960h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005zM967.339 667.477h-670.208c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005h670.208c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005zM967.168 82.261h-816.981c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h816.981c27.617 0 50.005 22.388 50.005 50.005v0 46.080c0 27.617-22.388 50.005-50.005 50.005zM1017.515 324.779c0 27.617-22.388 50.005-50.005 50.005h-570.197c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005h570.027c27.617 0 50.005 22.388 50.005 50.005v0 46.080z" />
|
15 |
-
<glyph unicode="'" glyph-name="fi-quote-2" d="M214.357 82.432c-117.589 0-219.477 101.888-214.357 237.568 8.021 222.037 243.029 386.56 426.667 493.568l54.955-46.933c-131.413-78.336-259.755-199.168-267.264-339.456-5.12-141.141 167.083-206.165 167.083-211.627-2.56-73.045-75.776-133.291-167.083-133.291zM757.589 82.261c-117.419 0-219.307 102.4-214.187 237.568 7.851 221.867 242.859 386.389 425.643 493.568l54.955-46.763c-130.731-78.336-258.56-199.168-266.411-339.456-5.12-141.141 167.083-206.165 167.083-211.627-2.56-73.045-75.776-133.291-167.083-133.291z" />
|
16 |
-
<glyph unicode="(" glyph-name="fi-check" d="M1010.005 741.035l-68.267 68.267c-8.68 8.854-20.766 14.343-34.133 14.343s-25.453-5.489-34.126-14.335l-503.304-505.181-221.867 221.867c-8.68 8.854-20.766 14.343-34.133 14.343s-25.453-5.489-34.126-14.335l-68.274-68.274c-8.854-8.68-14.343-20.766-14.343-34.133s5.489-25.453 14.335-34.126l290.824-288.093c17.296-17.297 41.19-27.996 67.584-27.996s50.288 10.699 67.584 27.996l572.245 572.075c8.854 8.68 14.343 20.766 14.343 34.133s-5.489 25.453-14.335 34.126z" />
|
17 |
-
<glyph unicode=")" glyph-name="fi-close" horiz-adv-x="774" d="M505.344 448l256 256c8.075 8.115 13.067 19.304 13.067 31.659s-4.992 23.544-13.069 31.66l-55.465 54.612c-8.115 8.075-19.304 13.067-31.659 13.067s-23.544-4.992-31.66-13.069l-255.998-255.998-256 256c-8.042 7.814-19.032 12.632-31.147 12.632s-23.105-4.818-31.157-12.643l-55.115-54.944c-7.974-8.097-12.898-19.217-12.898-31.488s4.924-23.391 12.903-31.494l255.994-255.994-256-256c-8.075-8.115-13.067-19.304-13.067-31.659s4.992-23.544 13.069-31.66l55.124-54.612c8.096-8.116 19.291-13.137 31.659-13.137s23.563 5.021 31.658 13.136l256.001 256.001 256-256c8.115-8.075 19.304-13.067 31.659-13.067s23.544 4.992 31.66 13.069l54.953 54.953c8.075 8.115 13.067 19.304 13.067 31.659s-4.992 23.544-13.069 31.66z" />
|
18 |
-
<glyph unicode="*" glyph-name="fi-asterisk" horiz-adv-x="976" d="M960.341 301.397v0 0.853l-251.904 145.749 253.269 146.091c8.431 5.256 13.959 14.479 13.959 24.993 0 5.373-1.444 10.409-3.964 14.742l0.075-0.14-80.384 139.264c-5.26 8.415-14.473 13.93-24.975 13.93-5.106 0-9.907-1.304-14.089-3.596l0.153 0.077-255.147-145.237v293.376c-0.464 15.61-13.047 28.133-28.637 28.501l-161.827 0.001c-15.552-0.46-28.041-12.949-28.5-28.458l-0.001-0.043v-292.864l-254.123 146.603c-3.946 2.123-8.634 3.37-13.614 3.37-10.762 0-20.164-5.826-25.224-14.495l-0.075-1.163-81.408-139.093c-2.216-4.030-3.519-8.831-3.519-13.937 0-10.502 5.515-19.716 13.807-24.904l0.123-0.072 254.464-146.944-247.979-143.189c-2.348-0.69-4.386-1.561-6.292-2.637-8.651-5.101-14.464-14.526-14.464-25.307 0-5.353 1.433-10.371 3.936-14.693l-0.075 0.141 83.115-144.043c5.422-6.48 13.512-10.571 22.558-10.571 5.392 0 10.444 1.454 14.786 3.99l-0.139-0.075 252.928 145.92v-285.355c0-2.048 0-4.437 0-6.656 0-0.053-0.001-0.116-0.001-0.179 0-16.212 13.143-29.355 29.355-29.355 0.24 0 0.48 0.003 0.719 0.009l165.511-0.001c13.945 3.117 24.262 15.243 24.575 29.833l0.001 0.034v292.011l247.808-142.677c1.6-1.533 3.39-2.889 5.327-4.023 4.333-2.527 9.378-3.976 14.761-3.976 10.73 0 20.115 5.757 25.235 14.35l0.074 0.135 83.115 144.043c1.14 3.009 1.8 6.488 1.8 10.122 0 10.777-5.807 20.197-14.463 25.302z" />
|
19 |
-
<glyph unicode="+" glyph-name="fi-cross-close" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512s512 229.23 512 512zM680.107 235.349c-5.961-5.964-14.198-9.652-23.296-9.652s-17.335 3.689-23.296 9.652l-121.515 121.515-121.515-121.515c-5.961-5.964-14.198-9.652-23.296-9.652s-17.335 3.689-23.296 9.652l-49.835 49.835c-5.964 5.961-9.652 14.198-9.652 23.296s3.689 17.335 9.652 23.296l121.515 121.515-121.515 121.515c-5.964 5.961-9.652 14.198-9.652 23.296s3.689 17.335 9.652 23.296l49.835 49.835c5.961 5.964 14.198 9.652 23.296 9.652s17.335-3.689 23.296-9.652l121.515-120.832 121.515 121.515c5.961 5.964 14.198 9.652 23.296 9.652s17.335-3.689 23.296-9.652l49.835-49.835c5.964-5.961 9.652-14.198 9.652-23.296s-3.689-17.335-9.652-23.296l-121.515-121.515 121.515-121.515c5.964-5.961 9.652-14.198 9.652-23.296s-3.689-17.335-9.652-23.296z" />
|
20 |
-
<glyph unicode="," glyph-name="fi-clock" d="M512 823.467c207.365 0 375.467-168.102 375.467-375.467s-168.102-375.467-375.467-375.467c-207.365 0-375.467 168.102-375.467 375.467 0.677 207.091 168.375 374.79 375.401 375.466zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM774.144 638.293l-53.248 53.248c-4.962 4.662-11.661 7.527-19.029 7.527s-14.067-2.864-19.044-7.54l-170.652-170.653-93.696 93.696c-4.946 4.7-11.65 7.591-19.029 7.591s-14.083-2.891-19.041-7.602l-53.065-53.066c-4.951-4.865-8.020-11.631-8.021-19.114 0-0.020 0-0.043 0-0.066 0-7.378 3.001-14.055 7.85-18.877l165.719-165.719c4.849-4.851 11.549-7.851 18.95-7.851 0.058 0 0.116 0 0.174 0.001h1.015c7.274 0.098 13.834 3.079 18.603 7.851l242.347 242.347c4.857 4.876 7.86 11.602 7.86 19.029s-3.003 14.153-7.861 19.030z" />
|
21 |
-
<glyph unicode="-" glyph-name="fi-minus" horiz-adv-x="980" d="M935.083 531.627h-890.368c-24.656-0.097-44.618-20.058-44.715-44.705v-77.833c0.097-24.656 20.058-44.618 44.705-44.715h890.377c24.656 0.097 44.618 20.058 44.715 44.705v77.833c-0.097 24.656-20.058 44.618-44.705 44.715z" />
|
22 |
-
<glyph unicode="." glyph-name="fi-social-android" horiz-adv-x="867" d="M572.928 866.475l44.032 80.555c0.696 1.23 1.106 2.7 1.106 4.267 0 4.852-3.933 8.786-8.786 8.786-3.286 0-6.15-1.804-7.657-4.475l-44.567-80.94c-36.42 16.441-78.958 26.021-123.733 26.021s-87.314-9.579-125.677-26.801l-42.6 81.505c-1.513 2.739-4.383 4.563-7.68 4.563-4.829 0-8.744-3.915-8.744-8.744 0-1.533 0.394-2.974 1.087-4.226l44.009-80.51c-85.319-42.218-143.333-127.969-145.064-227.44l569.17-0.229c-1.801 99.634-59.797 185.306-143.562 226.824zM303.787 741.888c-13.196 0-23.893 10.697-23.893 23.893s10.697 23.893 23.893 23.893c13.196 0 23.893-10.697 23.893-23.893s-10.697-23.893-23.893-23.893zM563.029 741.888c-13.196 0-23.893 10.697-23.893 23.893s10.697 23.893 23.893 23.893c13.196 0 23.893-10.697 23.893-23.893s-10.697-23.893-23.893-23.893zM866.816 565.589c0 34.922-28.31 63.232-63.232 63.232s-63.232-28.31-63.232-63.232v-264.533c0-34.922 28.31-63.232 63.232-63.232s63.232 28.31 63.232 63.232zM716.8 616.96h-565.931v-409.6c0-37.703 30.564-68.267 68.267-68.267h45.909v-139.947c0-34.875 28.272-63.147 63.147-63.147s63.147 28.272 63.147 63.147v139.947h85.333v-139.947c0-34.922 28.31-63.232 63.232-63.232s63.232 28.31 63.232 63.232v139.947h45.397c12.636 0.101 24.409 3.707 34.419 9.893 20.1 11.527 33.657 33.090 33.847 57.835zM63.147 628.736c-34.836-0.097-63.050-28.311-63.147-63.137v-264.713c0-34.922 28.31-63.232 63.232-63.232s63.232 28.31 63.232 63.232v264.704c0 0 0 0 0 0 0 34.875-28.272 63.147-63.147 63.147-0.060 0-0.12 0-0.18 0z" />
|
23 |
-
<glyph unicode="/" glyph-name="fi-pencil" d="M0-34.987c-0.395-1.591-0.622-3.418-0.622-5.298 0-6.68 2.864-12.692 7.432-16.873 4.214-4.6 10.225-7.464 16.906-7.464 1.88 0 3.707 0.227 5.455 0.655l312.163 95.029 674.133 674.133c4.857 4.876 7.86 11.602 7.86 19.029s-3.003 14.153-7.861 19.030l-208.212 208.895c-4.849 4.847-11.546 7.845-18.944 7.845s-14.095-2.998-18.944-7.845l-674.304-674.816zM88.235 24.917l60.757 199.168 139.093-139.093z" />
|
24 |
-
<glyph unicode="0" glyph-name="fi-unlock" horiz-adv-x="808" d="M767.147 528.896h-507.563v93.696c-0.006 0.491-0.009 1.072-0.009 1.653 0 75.487 56.723 137.726 129.872 146.418 4.812 0.483 9.589 0.72 14.422 0.72 72.754 0 132.97-53.685 143.195-123.602 1.489-12.067 10.93-20.741 22.433-20.922h144.061c12.49 0.060 22.592 10.2 22.592 22.698 0 0.601-0.023 1.196-0.069 1.785-13.165 171.030-153.621 305.322-326.153 308.653-186.354 3.077-338.93-153.595-338.93-341.328v-90.453h-29.696c-0.002 0-0.004 0-0.006 0-22.57 0-40.912-18.104-41.295-40.583v-510.329c0-22.81 18.491-41.301 41.301-41.301h725.845c22.81 0 41.301 18.491 41.301 41.301v510.293c0 22.81-18.491 41.301-41.301 41.301z" />
|
25 |
-
<glyph unicode="1" glyph-name="fi-user-hero-points-trophy" horiz-adv-x="819" d="M795.648 769.195c0 13.007-10.545 23.552-23.552 23.552h-99.499v85.333s0 1.536 0 2.219c0.006 0.255 0.010 0.554 0.010 0.855 0 19.866-16.011 35.992-35.832 36.18h-480.786c-18.655-1.461-33.244-16.941-33.28-35.836s0-1.54 0-2.222v-85.333h-99.157c-0.001 0-0.002 0-0.002 0-13.007 0-23.552-10.545-23.552-23.552 0-0.12 0.001-0.24 0.003-0.359v0.018-322.048c0.097-12.934 10.604-23.381 23.551-23.381 0 0 0 0 0.001 0h102.4c17.299-112.496 100.743-201.565 208.74-226.959l1.862-157.382h-122.88c-16.966 0-30.72-13.754-30.72-30.72s13.754-30.72 30.72-30.72h368.299c16.966 0 30.72 13.754 30.72 30.72s-13.754 30.72-30.72 30.72h-122.88v157.013c109.86 25.763 193.304 114.833 210.408 225.792l102.595 1.536c0.007 0 0.014 0 0.022 0 12.647 0 22.966 9.969 23.528 22.477l0.002 0.051v322.048zM123.051 486.059h-61.611v245.248h61.611zM734.379 486.059h-61.781v245.248h61.269z" />
|
26 |
-
<glyph unicode="2" glyph-name="fi-user-reputation-points" d="M1021.44 565.76c-25.429-116.736-243.712-207.872-509.44-207.872-282.795 0-512 103.253-512 230.741v-140.629c0-127.488 229.205-230.741 512-230.741s512 103.253 512 230.741c-0.030 8.12-0.961 16.008-2.698 23.587zM512 76.629c-282.795 0-512 103.253-512 230.741v-140.629c0-127.488 229.205-230.741 512-230.741s512 103.253 512 230.741v140.629c0-127.488-229.205-230.741-512-230.741zM1024 729.259c0-127.659-229.205-230.059-512-230.059s-512 102.4-512 230.059 229.205 230.741 512 230.741 512-103.253 512-230.741z" />
|
27 |
-
<glyph unicode="3" glyph-name="fi-user-star-level-up" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM753.835 103.936l-241.835 168.277-241.835-168.277 85.333 281.941-234.837 178.176 294.571 5.973 96.768 278.357 96.768-278.357 294.571-5.973-234.837-178.005z" />
|
28 |
-
<glyph unicode="4" glyph-name="fi-map" d="M846.165 15.872l24.235-11.605 32.597-14.677 25.6 57.003-56.661 25.941zM921.6 803.669l-42.155 24.405h-1.365l-11.264 6.656-31.915-53.931 53.931-31.915zM1006.933 753.152l-45.397 26.624-31.915-53.931 37.205-21.845h57.173v18.944c0.004 0.192 0.006 0.418 0.006 0.644 0 12.57-6.795 23.553-16.912 29.477zM961.365 4.267l-15.36-34.133 46.933-20.992c2.607-1.187 5.653-1.878 8.862-1.878 0.065 0 0.129 0 0.194 0.001h-0.010c12.281 0.557 22.027 10.649 22.027 23.018 0 0.248-0.004 0.495-0.012 0.741l0.001 75.74h-62.635zM961.365 658.261h62.635v-93.867h-62.635v93.867zM961.365 345.429h62.635v-93.867h-62.635v93.867zM961.365 501.76h62.635v-93.867h-62.635v93.867zM961.365 188.928h62.635v-93.867h-62.635v93.867zM798.379 811.691l28.16 47.616-7.339 4.267-20.48 11.093-193.536-102.4-179.712 97.28h-1.365c-1.831 0.635-3.971 1.116-6.184 1.354-1.859 0.565-3.887 0.986-5.977 1.196-2.342-0.206-4.37-0.627-6.312-1.242-2.12-0.166-4.262-0.648-6.293-1.366l-0.834 0.058-179.883-97.28-179.541 97.28c-3.779 1.93-8.243 3.061-12.971 3.061s-9.192-1.131-13.136-3.137c-7.174-3.055-12.354-9.947-12.972-18.113l-0.004-788.552c0.277-7.992 4.945-14.831 11.654-18.206l193.146-105.186h1.195c3.582-1.678 7.778-2.657 12.203-2.657s8.621 0.979 12.383 2.732l0.843-0.076 179.541 97.621 180.565-97.621h1.195c3.601-1.724 7.827-2.731 12.288-2.731 0.034 0 0.074 0 0.114 0 4.423 0 8.61 1.007 12.345 2.805l0.853-0.074 180.395 96.597 4.608-0.853 25.6 57.003-30.549 14.507zM202.411 9.557l-136.533 73.557v702.293l136.533-73.557zM426.667 98.987v700.757l161.451-87.893v-699.733z" />
|
29 |
-
<glyph unicode="5" glyph-name="fi-link" d="M937.301 873.301c-53.634 53.723-127.776 86.958-209.68 86.958-76.505 0-146.238-28.998-198.807-76.602l0.252 0.225-149.845-149.845c-25.641-25.678-46.572-56.068-61.381-89.757-31.625-15.29-58.179-32.491-81.399-53.332l0.273 0.241-150.016-149.504c-52.643-53.447-85.149-126.857-85.149-207.859 0-163.629 132.648-296.277 296.277-296.277 81.002 0 154.411 32.506 207.896 85.186l149.808 149.809c20.597 22.947 37.798 49.501 50.462 78.489 36.317 17.445 66.707 38.376 92.389 64.021l149.671 150.013c47.233 52.28 76.134 121.907 76.134 198.285 0 81.784-33.137 155.828-86.717 209.439zM404.651 129.195v0c-27.058-27.058-64.439-43.794-105.728-43.794-82.579 0-149.522 66.943-149.522 149.522 0 41.289 16.736 78.67 43.794 105.728v0l109.227 109.227c27.506-103.779 107.646-183.862 209.402-210.823zM485.888 421.717c-24.767 24.736-40.86 58.152-43.325 95.295 74.658-4.508 134.018-63.81 139.045-138.017-37.57 2.016-70.991 18.113-95.717 42.89zM840.021 564.736l-118.613-118.613c-27.443 103.758-107.527 183.842-209.232 210.822l107.344 109.861 9.216 9.216c26.131 22.897 60.586 36.864 98.304 36.864 82.569 0 149.504-66.935 149.504-149.504 0-37.718-13.967-72.173-37.012-98.476z" />
|
30 |
-
<glyph unicode="6" glyph-name="fi-unlink" horiz-adv-x="1025" d="M129.536 783.36l109.397-110.080c5.875-5.875 13.99-9.508 22.955-9.508 17.929 0 32.463 14.534 32.463 32.463 0 8.964-3.634 17.080-9.508 22.955l-108.885 109.568c-5.652 4.91-13.084 7.903-21.215 7.903-17.909 0-32.427-14.518-32.427-32.427 0-8.131 2.993-15.563 7.936-21.254zM318.635 826.88l39.765-150.357c3.88-13.945 16.466-24.008 31.403-24.008 17.972 0 32.541 14.569 32.541 32.541 0 3.036-0.416 5.974-1.193 8.762l-39.711 149.275c-3.878 13.899-16.427 23.926-31.317 23.926-17.927 0-32.459-14.532-32.459-32.459 0-3.036 0.417-5.975 1.196-8.762zM127.829 567.467v0l149.845-40.107c2.559-0.725 5.497-1.142 8.533-1.142 17.927 0 32.459 14.532 32.459 32.459 0 14.891-10.027 27.439-23.697 31.263l-149.562 40.332c-2.559 0.725-5.497 1.142-8.533 1.142-17.927 0-32.459-14.532-32.459-32.459 0-14.891 10.027-27.439 23.697-31.263zM895.147 112.64l-110.080 110.080c-5.875 5.875-13.99 9.508-22.955 9.508-17.929 0-32.463-14.534-32.463-32.463 0-8.964 3.634-17.080 9.508-22.955l109.568-109.568c5.771-5.373 13.536-8.671 22.072-8.671 17.909 0 32.427 14.518 32.427 32.427 0 8.493-3.265 16.224-8.609 22.005zM706.048 69.12l-40.448 150.357c-3.88 13.945-16.466 24.008-31.403 24.008-17.972 0-32.541-14.569-32.541-32.541 0-3.036 0.416-5.974 1.193-8.762l40.052-149.616c3.878-13.899 16.427-23.926 31.317-23.926 17.927 0 32.459 14.532 32.459 32.459 0 3.036-0.417 5.975-1.196 8.762zM896.853 328.533v0l-149.845 40.107c-2.559 0.725-5.497 1.142-8.533 1.142-17.927 0-32.459-14.532-32.459-32.459 0-14.891 10.027-27.439 23.697-31.263l150.074-40.161c2.559-0.725 5.497-1.142 8.533-1.142 17.927 0 32.459 14.532 32.459 32.459 0 14.891-10.027 27.439-23.697 31.263zM492.032 428.203c-40.919 40.905-97.441 66.205-159.872 66.205-58.335 0-111.51-22.088-151.619-58.358l0.196 0.174-114.347-114.347c-38.111-40.385-61.537-94.988-61.537-155.062 0-124.89 101.243-226.133 226.133-226.133 60.074 0 114.677 23.425 155.173 61.64l114.236 114.243c36.095 39.914 58.183 93.089 58.183 151.424 0 62.431-25.3 118.953-66.206 159.873zM417.963 192l-109.397-109.397c-20.662-20.514-49.128-33.193-80.555-33.193-63.151 0-114.345 51.194-114.345 114.345 0 31.724 12.919 60.43 33.783 81.145l109.404 109.404c19.827 17.113 45.846 27.537 74.3 27.537 62.963 0 114.005-51.042 114.005-114.005 0-28.453-10.424-54.472-27.661-74.446zM958.464 893.781c-40.919 40.905-97.441 66.205-159.872 66.205-58.335 0-111.51-22.088-151.619-58.358l0.196 0.174-114.347-114.347c-37.354-40.216-60.276-94.288-60.276-153.712 0-124.89 101.243-226.133 226.133-226.133 59.467 0 113.573 22.954 153.941 60.486l114.207 114.218c36.095 39.914 58.183 93.089 58.183 151.424 0 62.431-25.3 118.953-66.206 159.873zM884.224 658.091l-109.397-109.397c-19.918-17.349-46.131-27.926-74.814-27.926-63.058 0-114.176 51.118-114.176 114.176 0 29.023 10.829 55.518 28.668 75.662l-0.104-0.12 109.397 109.397c19.827 17.113 45.846 27.537 74.3 27.537 62.963 0 114.005-51.042 114.005-114.005 0-28.453-10.424-54.472-27.661-74.446z" />
|
31 |
-
<glyph unicode="7" glyph-name="fi-list-number" d="M74.923 690.005l-41.643-41.813 16.043-16.896 22.016 22.357v-95.915h28.16v132.267h-24.576zM51.2 357.376c10.923 0 21.504-5.632 21.504-17.067 0-17.067-15.872-29.696-69.973-69.803v-22.187h99.669v24.576h-53.76c34.133 24.917 52.907 44.544 52.907 67.243 0 26.283-22.187 42.155-51.2 42.155-0.385 0.008-0.839 0.012-1.293 0.012-19.679 0-37.412-8.326-49.871-21.648l16.007-18.641c8.674 9.463 21.091 15.373 34.888 15.373 0.395 0 0.788-0.005 1.18-0.014zM73.557 6.656c15.583 1.746 27.742 14.315 28.837 29.935 0.006 22.118-18.938 35.942-49.829 35.942-0.979 0.053-2.125 0.083-3.277 0.083-18.944 0-35.996-8.101-47.88-21.028l13.952-17.113c8.612 8.446 20.422 13.658 33.449 13.658 0.241 0 0.481-0.002 0.721-0.005 13.617 0 24.54-5.12 24.54-15.701s-9.899-14.165-24.576-14.165c-4.949 0-14.165 0-17.067 0v-25.429h17.067c18.432 0 26.624-4.779 26.624-15.36s-8.875-17.067-24.917-17.067c-0.037 0-0.081 0-0.125 0-14.15 0-26.959 5.74-36.226 15.018l-14.849-18.261c12.162-13.097 29.476-21.266 48.697-21.266 1.301 0 2.593 0.037 3.875 0.111 31.567-0.008 52.047 16.035 52.047 38.904-0.683 16.957-14.020 30.59-30.788 31.738zM981.845 685.909h-773.803c-23.281 0-42.155-18.873-42.155-42.155v-38.912c0-23.281 18.873-42.155 42.155-42.155h773.803c23.281 0 42.155 18.873 42.155 42.155v38.912c0 23.281-18.873 42.155-42.155 42.155zM981.845 377.685h-773.803c-23.281 0-42.155-18.873-42.155-42.155v-38.912c0-23.281 18.873-42.155 42.155-42.155h773.803c0 0 0 0 0 0 23.221 0 42.057 18.776 42.154 41.975v39.092c0 23.281-18.873 42.155-42.155 42.155zM981.845 69.291h-773.803c-23.281 0-42.155-18.873-42.155-42.155v-38.912c0-23.281 18.873-42.155 42.155-42.155h773.803c23.281 0 42.155 18.873 42.155 42.155v38.912c0 23.281-18.873 42.155-42.155 42.155z" />
|
32 |
-
<glyph unicode="8" glyph-name="fi-list-bullet" d="M982.528 662.187h-759.125c-22.904 0-41.472-18.568-41.472-41.472v-38.229c0-22.904 18.568-41.472 41.472-41.472h759.125c22.904 0 41.472 18.568 41.472 41.472v38.229c0 22.904-18.568 41.472-41.472 41.472zM982.528 359.595h-759.125c-22.904 0-41.472-18.568-41.472-41.472v-38.229c0-22.904 18.568-41.472 41.472-41.472h759.125c0 0 0 0 0 0 22.904 0 41.472 18.568 41.472 41.472 0 0.060 0 0.12 0 0.18v38.049c0 22.904-18.568 41.472-41.472 41.472zM982.528 57.003h-759.125c-22.904 0-41.472-18.568-41.472-41.472v-38.229c0.097-22.831 18.627-41.301 41.472-41.301 0 0 0 0 0 0h759.125c22.904 0 41.472 18.568 41.472 41.472v38.229c0 22.904-18.568 41.472-41.472 41.472zM60.587 662.187c-33.461 0-60.587-27.126-60.587-60.587s27.126-60.587 60.587-60.587c33.461 0 60.587 27.126 60.587 60.587s-27.126 60.587-60.587 60.587zM60.587 371.712c-33.461-0.001-60.586-27.126-60.586-60.587s27.126-60.587 60.587-60.587c33.461 0 60.587 27.126 60.587 60.587 0 0.12 0 0.24-0.001 0.36 0 33.443-27.125 60.568-60.587 60.568zM60.587 57.173c-33.461 0-60.587-27.126-60.587-60.587s27.126-60.587 60.587-60.587c33.461 0 60.587 27.126 60.587 60.587s-27.126 60.587-60.587 60.587z" />
|
33 |
-
<glyph unicode="9" glyph-name="fi-lock" horiz-adv-x="808" d="M767.147 528.896h-29.696v97.963c-8.285 177.386-154.114 318.065-332.8 318.065s-324.515-140.679-332.772-317.323l-0.028-98.705h-30.549c-22.81 0-41.301-18.491-41.301-41.301v-510.293c0-22.81 18.491-41.301 41.301-41.301h725.845c22.81 0 41.301 18.491 41.301 41.301v510.293c0 22.81-18.491 41.301-41.301 41.301zM259.584 626.859c0 79.835 64.719 144.555 144.555 144.555s144.555-64.719 144.555-144.555v-97.963h-289.109z" />
|
34 |
-
<glyph unicode=":" glyph-name="fi-code" horiz-adv-x="1647" d="M7.68 417.792c-4.757 4.731-7.702 11.28-7.702 18.517s2.944 13.787 7.7 18.516l96.257 95.575 290.133 290.133c4.849 4.847 11.546 7.845 18.944 7.845s14.095-2.998 18.944-7.845l76.971-76.8c4.847-4.849 7.845-11.546 7.845-18.944s-2.998-14.095-7.845-18.944l-290.133-290.133 290.133-290.133c4.847-4.849 7.845-11.546 7.845-18.944s-2.998-14.095-7.845-18.944l-76.971-76.8c-4.849-4.847-11.546-7.845-18.944-7.845s-14.095 2.998-18.944 7.845l-290.133 290.133zM1639.595 417.792c4.757 4.731 7.702 11.28 7.702 18.517s-2.944 13.787-7.7 18.516l-96.428 95.575-290.133 290.133c-4.849 4.847-11.546 7.845-18.944 7.845s-14.095-2.998-18.944-7.845l-76.8-76.8c-4.847-4.849-7.845-11.546-7.845-18.944s2.998-14.095 7.845-18.944l290.133-290.133-290.133-290.133c-4.847-4.849-7.845-11.546-7.845-18.944s2.998-14.095 7.845-18.944l76.8-76.8c4.849-4.847 11.546-7.845 18.944-7.845s14.095 2.998 18.944 7.845l290.133 290.133zM694.955-62.464l-102.4 37.376c-10.309 3.77-17.534 13.493-17.534 24.904 0 3.315 0.61 6.487 1.723 9.411l339.395 933.706c3.811 10.23 13.495 17.384 24.85 17.384 3.335 0 6.526-0.617 9.465-1.743l102.219-37.315c10.23-3.811 17.384-13.495 17.384-24.85 0-3.335-0.617-6.526-1.743-9.465l-339.566-933.877c-3.77-10.309-13.493-17.534-24.904-17.534-3.315 0-6.487 0.61-9.411 1.723z" />
|
35 |
-
<glyph unicode=";" glyph-name="fi-quote" d="M121.515 523.776c-0.889 0.044-1.931 0.070-2.978 0.070-7.62 0-14.927-1.339-21.7-3.794 16.254 48.403 48.287 87.687 89.963 112.438l0.934 0.513h0.853c4.36 2.199 7.299 6.642 7.299 11.771 0 4.647-2.412 8.73-6.052 11.067l-0.052 0.031-51.2 31.915c-2.158 1.841-4.98 2.962-8.064 2.962-2.242 0-4.345-0.592-6.163-1.629l0.061 0.032c-73.388-49.549-121.696-131.41-124.407-224.705-0.009-79.423 51.191-124.309 108.193-124.309 53.055 0.286 96.021 43.073 96.597 96.031 0.102 1.586 0.16 3.374 0.16 5.175 0 45.526-36.906 82.432-82.432 82.432-0.116 0-0.232 0-0.348-0.001zM368.981 523.776c-0.889 0.044-1.931 0.070-2.978 0.070-7.62 0-14.927-1.339-21.7-3.794 16.218 48.471 48.258 87.819 89.964 112.608l0.933 0.513c4.36 2.199 7.299 6.642 7.299 11.771 0 4.647-2.412 8.73-6.052 11.067l-0.052 0.031-51.2 31.915c-2.158 1.841-4.98 2.962-8.064 2.962-2.242 0-4.345-0.592-6.163-1.629l0.061 0.032c-73.989-49.575-122.695-131.902-125.261-225.752-0.008-79.4 51.192-124.286 108.194-124.286 52.835 0.572 95.513 43.25 96.085 96.031 0.102 1.586 0.16 3.374 0.16 5.175 0 45.526-36.906 82.432-82.432 82.432-0.116 0-0.232 0-0.348-0.001zM668.501 555.861c-52.835-0.572-95.513-43.25-96.085-96.031-0.102-1.586-0.16-3.374-0.16-5.175 0-45.526 36.906-82.432 82.432-82.432 0.116 0 0.232 0 0.348 0.001 0.864-0.044 1.896-0.068 2.935-0.068 7.629 0 14.945 1.338 21.726 3.793-16.234-48.464-48.27-87.807-89.966-112.609l-0.932-0.513h-0.853c-4.36-2.199-7.299-6.642-7.299-11.771 0-4.647 2.412-8.73 6.052-11.067l0.052-0.031 51.2-31.915c2.183-1.753 4.97-2.835 8.007-2.901 2.206 0.033 4.258 0.598 6.057 1.57l-0.070-0.034c75.435 53.419 125.269 134.997 125.269 226.133 0 79.019-51.2 123.904-108.203 123.904zM915.797 555.861c-53.055-0.286-96.021-43.073-96.597-96.031-0.102-1.586-0.16-3.374-0.16-5.175 0-45.526 36.906-82.432 82.432-82.432 0.116 0 0.232 0 0.348 0.001 0.909-0.048 1.994-0.076 3.085-0.076 7.636 0 14.959 1.341 21.746 3.8-16.144-48.328-47.991-87.592-89.465-112.44l-0.921-0.511h-0.853c-4.36-2.199-7.299-6.642-7.299-11.771 0-4.647 2.412-8.73 6.052-11.067l0.052-0.031 51.2-31.915c2.183-1.753 4.97-2.835 8.007-2.901 2.206 0.033 4.258 0.598 6.057 1.57l-0.070-0.034c74.752 52.395 124.587 133.803 124.587 225.109 0 79.019-51.2 123.904-108.203 123.904z" />
|
36 |
-
<glyph unicode="<" glyph-name="fi-style-type" d="M600.235-4.608c0-0.042 0-0.092 0-0.143 0-15.931-7.276-30.162-18.685-39.552-11.343-10.55-26.453-17.019-43.073-17.137-0.026 0-0.030 0-0.033 0-11.14 0-21.521 3.244-30.253 8.839-9.496 6.164-17 15.152-21.316 25.776l-44.678 99.359h-283.307l-44.373-98.645c-4.412-10.932-11.786-19.9-21.129-26.154-8.647-5.591-18.965-8.837-30.041-8.837-0.251 0-0.501 0.002-0.75 0.005-16.766 0.139-32.034 6.598-43.532 17.111-11.636 9.226-19.065 23.426-19.065 39.361 0 0.006 0 0.013 0 0.019 0.497 9.522 2.9 18.373 6.832 26.334l225.616 474.401c5.839 13.038 15.402 23.536 27.33 30.381 11.701 6.853 25.389 10.801 39.998 10.801s28.297-3.948 40.055-10.835c11.808-6.995 21.526-17.206 27.932-29.427l225.816-475.714c3.869-7.822 6.285-16.984 6.652-26.671zM203.093 171.691h194.731l-96.939 217.429zM980.48 319.317q43.52-43.861 43.52-134.144v-188.928c0.067-1.036 0.105-2.247 0.105-3.466 0-15.424-6.089-29.425-15.995-39.732-10.73-9.683-25.041-15.619-40.738-15.619-1.273 0-2.536 0.039-3.789 0.116-0.367-0.026-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|