PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.6.6
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.6.6
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | css/frame.css +405 -1493 4.0.31.6.6 View file →
@@ -1,52 +1,29 @@
1 1 #content {
2 - overflow: auto;
3 2 position: absolute;
4 - z-index: 75;
5 3 top: 0;
6 4 right: 0;
7 5 bottom: 60px;
8 6 left: 0;
9 - width: auto;
7 + z-index: 75;
8 + overflow: auto;
10 9 background-color: white;
11 10 }
12 11
13 12 #canvas {
14 13 position: absolute;
14 + left: 10px;
15 + right: 310px;
15 16 top: 10px;
16 - right: 310px;
17 17 bottom: 10px;
18 - left: 10px;
19 18 }
20 -#control_wrapper_canvas:not(:empty) {
21 - margin: 15px 0 0 5px;
22 - position: relative;
23 - z-index: 1;
24 -}
25 -#control_wrapper_canvas:not(:empty) + #canvas .google-visualization-table {
26 - top: 60px;
27 -}
28 -.vz-vertical .google-visualization-table {
29 - left: 70px;
30 -}
31 -.google-visualization-controls-categoryfilter label.google-visualization-controls-label {
32 - vertical-align: middle;
33 -}
34 -.google-visualization-controls-categoryfilter li.goog-inline-block {
35 - margin: 0 0.2em;
36 -}
37 -.google-visualization-controls-categoryfilter li {
38 - padding: 0 0.2em;
39 -}
40 -.goog-combobox input {
41 - min-height: auto;
42 -}
19 +
43 20 .loader {
44 21 position: absolute;
22 + left: 50%;
45 23 top: 50%;
46 - left: 50%;
24 + margin-left: -16px;
47 25 margin-top: -16px;
48 - margin-left: -16px;
49 26 }
50 27
51 28 /******************************************************************************/
52 29 /******************************** SIDEBAR ***********************************/
@@ -52,288 +29,220 @@
52 29 /******************************** SIDEBAR ***********************************/
53 30 /******************************************************************************/
54 31
55 32 #sidebar {
56 - overflow-x: hidden;
57 - overflow-y: auto;
58 33 position: absolute;
59 - z-index: 80;
60 34 top: 0;
61 35 right: 0;
62 36 bottom: 60px;
63 - width: 350px;
64 - border-left: 1px solid #ddd;
65 - background: #f8f9fa;
66 - overscroll-behavior: contain;
37 + width: 299px;
38 + z-index: 75;
39 + background: whitesmoke;
40 + border-left: 1px solid #DFDFDF;
41 + overflow: auto;
42 + -webkit-overflow-scrolling: touch;
67 43 }
68 44
69 -.viz-group {
45 +.group-wrapper {
46 + border-top: 1px solid #DFDFDF;
70 47 margin: 0;
71 - font-size: 12px;
72 - line-height: 18px;
48 + padding: 0;
73 49 list-style: none;
74 50 }
75 51
76 -.viz-group .viz-group-header .viz-group-title {
77 - margin: 10px 0;
78 - padding: 15px 20px;
79 - border-top: 1px solid #ddd;
80 - border-bottom: 1px solid #ddd;
81 - color: #555d66;
82 - background: #fff;
52 +.group {
53 + margin: 0;
54 + list-style: none;
55 + font-size: 12px;
56 + line-height: 18px;
83 57 }
84 58
85 -.viz-group-wrapper ul .viz-group-title {
86 - border-top: 1px solid #e5e5e5;
87 -}
59 +.group.open {
60 + border-bottom: 1px solid #DFDFDF;
88 61
89 -.viz-group-wrapper ul li {
90 - border-top: 1px solid #e5e5e5;
91 62 }
92 63
93 -.viz-group-wrapper ul ul li.viz-subsection {
94 - margin: 5px;
95 - border: 1px solid #ddd;
96 -}
97 -
98 -.viz-group-wrapper .viz-group .viz-group .viz-group-title {
64 +.group-title {
65 + border-top: 1px solid white;
66 + border-bottom: 1px solid #DFDFDF;
99 67 position: relative;
68 + cursor: pointer;
69 + -webkit-user-select: none;
70 + -moz-user-select: none;
71 + -ms-user-select: none;
72 + user-select: none;
100 73 margin: 0;
101 - padding: 12px 36px 12px 16px;
102 - border-top: none;
103 - border-bottom: none;
104 - border-left: 4px solid transparent;
105 - color: #555d66;
106 - background-color: #fff;
107 - font-size: 13px;
108 - font-weight: 600;
109 - line-height: 1.4;
110 - cursor: pointer;
111 - transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s border-color ease-in-out;
74 + padding: 10px 20px;
75 + font-size: 15px;
76 + font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
77 + font-weight: normal;
78 + text-shadow: 0 1px 0 white;
79 + background: whiteSmoke;
80 + background-image: -webkit-gradient(linear, left bottom, left top, from(#EEE), to(whiteSmoke));
81 + background-image: -webkit-linear-gradient(bottom, #EEE, whiteSmoke);
82 + background-image: -moz-linear-gradient(bottom, #EEE, whiteSmoke);
83 + background-image: -o-linear-gradient(bottom, #EEE, whiteSmoke);
84 + background-image: -ms-linear-gradient(bottom, #EEE, whiteSmoke);
85 + background-image: linear-gradient(bottom, #EEE, whiteSmoke);
86 + font-family: "Open Sans",sans-serif;
87 + font-weight: 700;
112 88 }
113 89
114 -.viz-title-small {
115 - font-size: smaller;
90 +.group-title:hover,
91 +.group.open .group-title {
92 + color: white;
93 + text-shadow: 0 -1px 0 #333;
94 + background: gray;
95 + background-image: -webkit-gradient(linear, left bottom, left top, from(#6D6D6D), to(gray));
96 + background-image: -webkit-linear-gradient(bottom, #6D6D6D, gray);
97 + background-image: -moz-linear-gradient(bottom, #6D6D6D, gray);
98 + background-image: -o-linear-gradient(bottom, #6D6D6D, gray);
99 + background-image: -ms-linear-gradient(bottom, #6D6D6D, gray);
100 + background-image: linear-gradient(bottom, #6D6D6D, gray);
101 + font-family: "Open Sans", sans-serif;
102 + font-weight: 700;
116 103 }
117 104
118 -.viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
119 -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
120 - border-left-color: #0073aa;
121 - color: #0073aa;
122 - background: #f3f3f5;
123 -}
124 -
125 -.viz-group-wrapper .viz-group .viz-group .viz-group-title:after {
105 +.group-title::after {
106 + content: '';
107 + width: 0;
108 + height: 0;
109 + border-color: #CCC transparent;
110 + border-style: solid;
111 + border-width: 6px 6px 0;
126 112 position: absolute;
113 + top: 15px;
114 + right: 20px;
127 115 z-index: 1;
128 - top: 50%;
129 - right: 12px;
130 - transform: translateY(-50%);
131 - color: inherit;
132 - font: 400 18px/1 dashicons;
133 - content: "\f345";
134 - opacity: 0.6;
135 116 }
136 117
137 -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after {
138 - content: "\f347";
118 +.group-title:hover::after,
119 +.group.open .group-title::after {
120 + border-color: #EEE transparent;
139 121 }
140 122
141 -.viz-group-wrapper .viz-group .customize-section-back {
142 - display: block;
143 - float: left;
144 - width: 42px;
145 - height: 49px;
146 - margin: 0 15px 0 0;
147 - padding: 0;
148 - border: none;
149 - border-top: 1px solid #ddd;
150 - border-right: 1px solid #ddd;
151 - border-left: 4px solid #fff;
152 - background: #fff;
153 - box-shadow: none;
154 - cursor: pointer;
155 - transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
123 +.group:hover .group-title {
124 + border-top-color: gray;
156 125 }
157 126
158 -.viz-group-wrapper .viz-group .customize-section-back:hover {
159 - border-left-color: #0073aa;
160 - outline: 0;
161 - color: #0073aa;
162 - background: #f3f3f5;
127 +.group.open .group-title {
128 + border-top-color: #6D6D6D;
163 129 }
164 130
165 -.viz-group-wrapper .viz-group .customize-section-back:before {
166 - position: relative;
167 - top: -11px;
168 - left: -2px;
169 - font: 400 20px/72px dashicons;
170 - content: "\f341";
131 +.group.open .group-title::after {
132 + border-width: 0 6px 6px;
171 133 }
172 134
173 -.viz-group-wrapper.full-height {
174 - float: left;
175 - position: relative;
176 - width: 100%;
177 - height: 100%;
135 +.group-content {
178 136 margin: 0;
179 - padding-bottom: 60px;
180 -}
181 -
182 -.viz-group.bottom-fixed {
183 - display: block;
184 - position: fixed;
185 - width: 350px;
186 - padding: 12px;
187 - margin: 0 auto;
188 -}
189 -
190 -.viz-group ul li h2,
191 -.viz-group ul li h3 {
192 - padding: 7px 15px 7px 35px;
193 -}
194 -
195 -.viz-group h2 .dashicons,
196 -.viz-group h3 .dashicons {
197 - margin-right: 5px;
198 - vertical-align: -5px;
199 -}
200 -
201 -.viz-group-content {
202 137 display: none;
203 - margin: 0;
204 - padding: 0;
205 - background-color: #fff;
138 + background-color: #FDFDFD;
139 + padding: 10px 0 20px 0;
140 + overflow: hidden;
206 141 }
207 142
208 -div.viz-group-content {
209 - padding: 15px;
143 +div.group-content {
144 + padding: 10px 20px 20px;
210 145 }
211 146
212 -.viz-group.open > .viz-group-content {
147 +.group.open .group-content {
213 148 display: block;
214 149 }
215 150
216 -.viz-group-description {
151 +.group-description {
152 + font-size: 12px;
153 + color: #555;
154 + padding: 5px 20px 10px;
217 155 margin: 0;
218 - padding: 5px;
219 - color: #555;
220 - font-size: 12px;
221 - text-align: left;
222 156 }
223 157
224 -div.viz-group-content .viz-group-description {
225 - padding: 5px;
158 +div.group-content .group-description {
159 + padding: 0;
160 + font-weight: 300;
226 161 font-family: "Montserrat",sans-serif;
227 - font-weight: 300;
228 162 }
229 163
230 -.initial-screen .viz-group-description {
164 +.initial-screen .group-description {
231 165 padding: 0;
166 + font-weight: 300;
167 + font-family: "Montserrat",sans-serif;
232 168 padding: 10px 20px 20px;
233 - font-family: "Montserrat",sans-serif;
234 - font-weight: 300;
235 169 }
236 170
237 -.viz-section-title {
171 +.section-title {
238 172 display: block;
173 + font-weight: bold;
239 174 position: relative;
240 - margin-bottom: 0;
241 - padding: 10px 36px 10px 16px;
242 - border-top: 1px solid #e5e5e5;
243 - border-left: 3px solid transparent;
244 - background-color: #f8f9fa;
245 - font-size: 12px;
246 - font-weight: 600;
247 - color: #555d66;
248 - text-transform: uppercase;
249 - letter-spacing: 0.4px;
250 175 cursor: pointer;
251 - transition: border-left-color 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
176 + padding: 4px 20px;
177 + margin-bottom: 5px;
178 + background-color: rgba(0, 0, 0, 0.02);
179 + border-top: 1px solid #eeeeee;
180 + -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
181 + box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
182 + border-bottom: 1px solid #eeeeee;
252 183 }
253 184
254 -.viz-section-title:hover,
255 -.viz-section-title.open {
256 - border-left-color: #0073aa;
257 - color: #0073aa;
258 - background-color: #f0f6fb;
259 -}
260 -
261 -.viz-group-wrapper ul ul li .viz-section-title {
262 - border-left: 3px solid transparent;
263 -}
264 -
265 -.viz-section-title::after {
185 +.section-title::after {
186 + content: '';
187 + width: 0;
188 + height: 0;
189 + border-color: #CCC transparent;
190 + border-style: solid;
191 + border-width: 4px 4px 0;
266 192 position: absolute;
267 - top: 50%;
268 - right: 10px;
269 - transform: translateY(-50%);
270 - color: inherit;
271 - font: 400 16px/1 dashicons;
272 - content: "\f345";
273 - opacity: 0.6;
193 + top: 13px;
194 + right: 20px;
195 + z-index: 1;
274 196 }
275 197
276 -.viz-section-title.open::after {
277 - content: "\f347";
198 +.section-title.open::after {
199 + border-width: 0 4px 4px;
278 200 }
279 201
280 -.section-items,
281 -.viz-section-items {
202 +.section-items {
282 203 display: none;
283 - padding: 15px;
204 + padding: 5px 20px 10px 20px;
284 205 }
285 206
286 -.viz-section-items.open {
207 +.section-items.open {
287 208 display: block;
288 209 }
289 210
290 211 .more-info {
291 - display: none;
292 - float: right;
293 - color: #21759b;
212 + text-decoration: none;
213 + color: #21759B;
294 214 font-size: 85%;
295 215 font-weight: normal;
296 - text-decoration: none;
216 + float: right;
217 + display: none;
297 218 }
298 219
299 -.viz-info-msg {
300 - font-weight: bold !important;
301 - font-style: italic;
302 -}
303 -
304 -.viz-info-msg::before {
305 - font-family: dashicons;
306 - content: "\f488";
307 - margin-right: 5px;
308 -}
309 -
310 -.viz-section-description {
311 - margin: 0;
220 +.section-description {
312 221 /*display: none;*/
313 222 padding: 0;
223 + margin: 0;
224 + font-size: 11px;
314 225 color: gray;
315 - font-size: 11px;
316 226 }
317 227
318 -.viz-section-table {
228 +.section-table {
319 229 width: 100%;
320 230 }
321 231
322 -.section-delimiter,
323 -.viz-section-delimiter {
232 +.section-delimiter {
324 233 margin: 15px 0;
325 - border-top: 1px solid #e5e5e5;
234 + border-top: 1px dashed #ccc;
326 235 }
327 236
328 -.viz-section-table-column {
237 +.section-table-column {
329 238 width: 50%;
330 - padding: 0 1px;
331 239 text-align: left;
332 240 vertical-align: top;
241 + padding: 0 1px;
333 242 }
334 243
335 -.viz-section-item {
244 +.section-item {
336 245 margin-bottom: 10px;
337 246 }
338 247
339 248 .control-select,
@@ -343,48 +252,47 @@
343 252
344 253 .control-check {
345 254 float: right;
346 255 }
347 -
348 256 .control-check::after {
349 257 clear: both;
350 258 }
351 259
352 -.viz-section-description ul {
260 +.section-description ul {
353 261 margin: 0 0 0 25px;
354 262 list-style: circle;
355 263 }
356 264
357 -.viz-section-description li {
265 +.section-description li {
266 + list-style: circle;
358 267 margin: 0;
359 - list-style: circle;
360 268 }
361 269
362 270 #rate-the-plugin {
363 271 margin-top: 40px;
364 272 padding: 20px;
365 - border-top: 1px solid #e5e5e5;
273 + border-top: 1px dashed #ddd;
366 274 text-align: center;
367 275 }
368 276
369 -.rate-the-plugin {
277 +.rate-the-plugin{
370 278 width: 40% !important;
371 - margin-top: -5px;
279 + margin-top: -5px;
372 280 }
373 281
374 282 #rate-stars {
283 + margin: 15px auto;
375 284 width: 100px;
376 285 height: 20px;
377 - margin: 15px auto;
378 - background-image: url("../images/star.png");
286 + background-image: url('../images/star.png');
379 287 background-repeat: repeat-x;
380 288 background-position: right center;
381 289 }
382 290
383 291 #rate-link {
292 + text-decoration: none;
384 293 font-family: "Montserrat",sans-serif;
385 - font-weight: 400;
386 - text-decoration: none;
294 + font-weight: 400;
387 295 }
388 296
389 297 #flattr {
390 298 margin-top: 15px;
@@ -390,286 +298,98 @@
390 298 margin-top: 15px;
391 299 text-align: center;
392 300 }
393 301
394 -#viz-tabs {
395 - display: none;
396 -}
397 -
398 -#viz-tabs.done {
399 - display: block;
400 -}
401 -
402 -#viz-tabs .ui-tabs-panel {
403 - padding: 0;
404 -}
405 -
406 -#viz-tabs .wp-color-picker {
407 - width: 4rem !important;
408 -}
409 -
410 -/* Modern flat tab nav */
411 -#viz-tabs .ui-tabs-nav {
412 - display: flex;
413 - padding: 0;
414 - margin: 0;
415 - background: #fff;
416 - border: none;
417 - border-bottom: 2px solid #e5e5e5;
418 - border-radius: 0;
419 - box-shadow: none;
420 -}
421 -
422 -#viz-tabs .ui-tabs-nav li {
423 - flex: 1;
424 - margin: 0;
425 - border: none;
426 - border-bottom: 2px solid transparent;
427 - border-radius: 0;
428 - background: transparent;
429 - top: 2px;
430 - transition: border-color 0.15s ease-in-out;
431 -}
432 -
433 -#viz-tabs .ui-tabs-nav li a {
434 - display: block;
435 - width: 100%;
436 - padding: 10px 0;
437 - color: #555d66;
438 - font-size: 13px;
439 - font-weight: 500;
440 - text-align: center;
441 - box-sizing: border-box;
442 -}
443 -
444 -#viz-tabs .ui-tabs-nav li:hover a {
445 - color: #0073aa;
446 -}
447 -
448 -#viz-tabs .ui-tabs-nav .ui-state-active {
449 - border-bottom-color: #0073aa;
450 - background: transparent;
451 -}
452 -
453 -#viz-tabs .ui-tabs-nav .ui-state-active a {
454 - color: #0073aa;
455 - font-weight: 600;
456 -}
457 -
458 -#viz-tabs .ui-tabs-nav li a:focus,
459 -#viz-tabs .ui-tabs-nav li.ui-state-focus a {
460 - outline: none;
461 - box-shadow: none;
462 - border-radius: 2px;
463 -}
464 -
465 -.viz-info-panel {
466 - display: flex;
467 - flex-direction: column;
468 - padding: 16px;
469 - gap: 14px;
470 - background: #fff;
471 - border-bottom: 1px solid #e5e5e5;
472 -}
473 -
474 -.viz-info-panel label {
475 - margin: 0;
476 - padding: 0;
477 - font-weight: bold;
478 -}
479 -
480 -.viz-info-panel input {
481 - flex: 1;
482 -}
483 -
484 -.viz-info-panel .viz-info-item {
485 - display: flex;
486 - flex-direction: column;
487 - flex: 1;
488 - gap: 3px;
489 -}
490 -
491 -.viz-info-panel .viz-info-row {
492 - display: flex;
493 - flex-direction: row;
494 - gap: 5px;
495 -}
496 -
497 302 /******************************************************************************/
498 303 /******************************** TOOLBAR ***********************************/
499 304 /******************************************************************************/
500 305
501 306 #toolbar {
502 - overflow: hidden;
307 + height: 36px;
308 + padding: 12px 16px;
503 309 position: absolute;
504 310 z-index: 100;
311 + left: 0;
505 312 right: 0;
313 + text-align: center;
506 314 bottom: 0;
507 - left: 0;
508 - height: 36px;
509 - padding: 12px 16px;
510 - border-top: 1px solid #dfdfdf;
315 + border-top: 1px solid #DFDFDF;
316 + overflow: hidden;
317 + -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
511 318 box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
512 - text-align: center;
513 319 }
514 320
515 321 #toolbar .push-right {
516 322 float: right;
517 - margin-right: 10px;
518 323 }
519 324
520 -#toolbar .push-left {
521 - float: left;
325 +.toolbar-div a{
326 + float:left;
522 327 }
523 -
524 -.toolbar-div a {
525 - float: left;
526 -}
527 -
528 -.toolbar-div {
529 - display: inline-block;
530 - float: left;
328 +.toolbar-div{
329 + display: inline-block;
330 + vertical-align: top;
531 331 width: 30%;
532 - vertical-align: top;
332 + float:left;
533 333 }
534 334
535 -#chart-select {
536 - display: flex;
537 - padding: 12px 8px;
538 - justify-content: center;
539 - align-items: center;
540 - gap: 12px;
541 -}
542 -
543 -#chart-select label {
544 - font-weight: bold;
545 -}
546 -
547 335 /******************************************************************************/
548 336 /******************************** TYPE PICKER ******************************/
549 337 /******************************************************************************/
550 338
551 -.type-box span {
552 - display: block;
553 - position: absolute;
554 - right: 0;
555 - bottom: 0;
556 - width: 100%;
557 - padding: 6px 0;
558 - border-top: 1px solid #e5e5e5;
559 - background-color: #fff;
560 - font-weight: 600;
561 - font-size: 12px;
562 - text-align: center;
563 - color: #555d66;
564 -}
565 -
566 -.type-box .pro-upsell {
567 - color: #d63638;
568 -}
569 -
570 339 #type-picker {
571 - max-width: 960px;
572 - margin: 30px auto;
573 - padding: 0 16px;
574 - display: flex;
575 - flex-wrap: wrap;
576 - gap: 16px;
340 + margin: 50px auto;
341 + width: 952px;
577 342 }
578 343
579 344 .type-box {
580 - position: relative;
581 - border: 1px solid #ddd;
582 - border-left: 3px solid transparent;
583 - background-color: #fff;
584 - box-shadow: 0 1px 3px rgba(0,0,0,0.08);
585 - border-radius: 2px;
586 - overflow: hidden;
587 - transition: border-left-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
345 + float: left;
346 + margin: 0 20px 20px 0;
347 + border: 1px dashed #ddd;
348 + -webkit-box-shadow: 0px 0px 8px #ddd;
349 + box-shadow: 0px 0px 8px #ddd;
350 + background-color: #efefef;
588 351 }
589 352
590 -.type-box:hover,
591 -.type-box:has(.type-label-selected) {
592 - border-left-color: #0073aa;
593 - box-shadow: 0 2px 6px rgba(0,114,170,0.15);
353 +.type-box:nth-child(3n+3) {
354 + margin-right: 0px;
594 355 }
595 356
596 -.type-box.viz-hidden {
597 - display: none;
598 -}
599 -
600 -.type-box .pro-upsell .visualizder-pro-label {
601 - display: inline;
602 - position: absolute;
603 - top: 0;
604 - width: 74px;
605 - height: 17px;
606 - border: none;
607 - color: #fff;
608 - z-index: 4;
609 - background: #d63638;
610 - font-size: 10px;
611 - font-weight: 600;
612 - letter-spacing: 0.5px;
613 - line-height: 17px;
614 - text-align: center;
615 -}
616 -
617 357 .type-label {
618 358 display: block;
619 359 width: 270px;
620 - height: 205px;
360 + height: 195px;
621 361 padding: 15px;
622 - border: none;
623 - background-color: #f9f9f9;
624 - background-image: url(../images/chart_types_v395.png);
362 + background-color: white;
363 + background-image: url(../images/chart_types_g.png);
625 364 background-repeat: no-repeat;
626 365 background-position: center center;
627 - background-size: 900px 1150px;
628 - filter: grayscale(100%);
629 - cursor: pointer;
630 - transition: filter 0.15s ease-in-out, background-color 0.15s ease-in-out;
366 + border: 1px solid #e0e0e0;
631 367 }
632 368
633 -#type-picker.lib-ChartJS .type-label {
634 - background-image: url(../images/chart_types_chartjs.png);
635 -}
636 -
637 -#type-picker.lib-DataTable .type-label {
638 - background-image: url(../images/chart_types_datatable.png);
639 -}
640 -
641 369 .type-label-selected,
642 -.type-box .type-label:hover {
643 - filter: grayscale(0);
644 - background-color: #f0f7fb;
370 +.type-label:hover {
371 + background-image: url(../images/chart_types.png);
645 372 }
646 373
647 -.type-label:focus,
648 -.viz-group-title:focus,
649 -.viz-section-title:focus {
650 - outline: 2px solid #2271b1;
651 - outline-offset: 2px;
652 -}
653 -
654 374 .type-box-area .type-label {
655 - background-position: -8px -225px;
375 + background-position: 0px -225px;
656 376 }
657 377
658 378 .type-box-line .type-label {
659 - background-position: -600px 0;
379 + background-position: -600px 0px;
660 380 }
661 381
662 382 .type-box-scatter .type-label {
663 - background-position: -300px 0;
383 + background-position: -300px 0px;
664 384 }
665 385
666 386 .type-box-pie .type-label {
667 - background-position: 0 0;
387 + background-position: 0px 0px;
668 388 }
669 389
670 390 .type-box-gauge .type-label {
671 - background-position: -7px -450px;
391 + background-position: 0px -450px;
672 392 }
673 393
674 394 .type-box-geo .type-label {
675 395 background-position: -600px -450px;
@@ -675,9 +395,9 @@
675 395 background-position: -600px -450px;
676 396 }
677 397
678 398 .type-box-candlestick .type-label {
679 - background-position: -304px -450px;
399 + background-position: -300px -450px;
680 400 }
681 401
682 402 .type-box-bar .type-label {
683 403 background-position: -300px -225px;
@@ -682,38 +402,60 @@
682 402 .type-box-bar .type-label {
683 403 background-position: -300px -225px;
684 404 }
685 405
686 -.type-box-bubble .type-label {
687 - background-position: -604px -906px;
688 -}
689 -
690 406 .type-box-column .type-label {
691 407 background-position: -600px -225px;
692 408 }
693 409
694 -.type-box-dataTable .type-label,
695 -.type-box-table .type-label,
696 -.type-box-tabular .type-label {
410 +.type-box-table .type-label {
697 411 background-position: -301px -670px;
698 412 }
699 413
700 414 .type-box-timeline .type-label {
701 - background-position: -8px -670px;
415 + background-position: -2px -670px;
702 416 }
703 417
704 418 .type-box-combo .type-label {
705 - background-position: -606px -670px;
419 + background-position: -597px -670px;
706 420 }
707 421
708 -.type-box-polarArea .type-label {
709 - background-position: -2px -912px;
422 +a.pro-upsell {
423 + margin: 0;
424 + display: flex;
425 + align-items: center;
426 + height: 20px;
427 + padding:10px 20px;
428 + border-radius: 50px;
429 + -moz-border-radius: 50px;
430 + -webkit-border-radius: 50px;
431 + background-color: #4285F4;
432 + text-decoration: none;
433 + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
434 + border: 1px solid #2c80d6;
435 + transition: all .5s ease-in;
436 + top: 10px;
437 + position: relative;
438 + }
439 +
440 + a.pro-upsell:hover {
441 + background-color: #5a95f5;
442 + box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
710 443 }
711 444
712 -.type-box-radar .type-label {
713 - background-position: -301px -899px;
714 -}
445 + a.pro-upsell span {
446 + color: #fff;
447 + margin-right: 10px;
448 + display:inline-block;
449 + }
715 450
451 + a.pro-upsell {
452 + font-weight: bold;
453 + font-size: 13px;
454 + color: #fff;
455 + display: inline;
456 + }
457 +
716 458 /******************************************************************************/
717 459 /******************************** OTHER STYLES ******************************/
718 460 /******************************************************************************/
719 461
@@ -718,33 +460,30 @@
718 460 /******************************************************************************/
719 461
720 462 #thehole {
721 463 position: absolute;
464 + left: 0;
722 465 top: 0;
723 - left: 0;
724 466 width: 1px;
725 467 height: 1px;
726 468 border: 0;
727 - opacity: 0;
728 -
729 - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
730 - -moz-opacity: 0;
469 + opacity: 0;
470 + -moz-opacity: 0;
471 + filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
731 472 }
732 473
733 -.locker,
734 -.locker-loader {
474 +.locker, .locker-loader {
475 + left: 0;
476 + top: 0;
735 477 position: absolute;
736 - top: 0;
737 - left: 0;
738 478 }
739 479
740 480 .locker {
741 481 z-index: 1000;
742 - opacity: 0.8;
743 482 background-color: white;
744 -
745 483 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
746 484 filter: alpha(opacity=80);
485 + opacity: 0.8;
747 486 }
748 487
749 488 .locker-loader {
750 489 z-index: 1001;
@@ -751,210 +490,253 @@
751 490 background: url(../images/ajax-loader.gif) no-repeat center center;
752 491 }
753 492
754 493 .file-wrapper {
755 - display: inline-block;
756 - width: auto;
757 - max-width: 133px;
494 + display: inline-block;
495 + width: auto;
496 + max-width: 133px;
758 497 }
759 498
760 499 .file {
761 - position: fixed;
762 - max-width: 138px;
763 - margin-top: -6px;
764 - margin-left: -33px;
765 - opacity: 0;
766 - font-size: 22px;
767 - cursor: pointer;
768 -
769 - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
770 - -moz-opacity: 0;
500 + font-size: 22px;
501 + position: fixed;
502 + opacity: 0;
503 + margin-left: -33px;
504 + margin-top: -6px;
505 + -moz-opacity: 0;
506 + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
507 + cursor: pointer;
508 + max-width: 138px;
771 509 }
772 510
773 511 #remote-file {
774 - display: inline-block;
775 - float: right;
776 - margin-left: 6px;
512 + float: right;
513 + display: inline-block;
514 + margin-left: 6px;
777 515 }
778 516
779 -.form-inline {
780 - display: table;
781 - /*margin: 0 auto;*/
782 - width: 100%;
783 - vertical-align: middle;
784 -}
517 + .form-inline {
518 + /*margin: 0 auto;*/
519 + width:100%;
520 + display: table;
521 + vertical-align: middle;
522 + }
785 523
786 -.computer-btn {
787 - overflow: hidden;
788 - left: -18px;
524 + .computer-btn{
525 + color: #646464 !important;
526 + border: medium none rgb(100, 100, 100) !important;
527 + background: #E6E6E6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
789 528 padding-left: 27px !important;
790 - border: medium none rgb(100, 100, 100) !important;
791 - border: 1px solid #b0b0b0 !important;
792 - color: #646464 !important;
793 - background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
794 - box-shadow: none !important;
795 - text-shadow: none!important;
529 + transition: all 0.3s ease 0s;
796 530 font-family: "Open Sans",sans-serif;
797 531 font-weight: 700;
532 + border: 1px solid #B0B0B0 !important;
533 + box-shadow: none !important;
534 + text-shadow:none!important;
535 + left: -18px;
536 + overflow: hidden;
537 +
538 + }
539 +
540 + .computer-btn:hover{
541 + color: white !important;
542 + background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
798 543 transition: all 0.3s ease 0s;
799 -}
800 -
801 -.computer-btn:hover {
802 544 padding-left: 27px !important;
545 + -webkit-transition: all .3s ease;
546 + -moz-transition: all .3s ease;
547 + -ms-transition: all .3s ease;
548 + -o-transition: all .3s ease;
549 + transition: all .3s ease;
550 + box-shadow: 0px 1px 0px rgba(171, 171, 171, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
803 551 border: 1px solid #2f8cea !important;
804 - color: white !important;
805 - background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
806 - box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
807 552 box-shadow: none !important;
808 - transition: all 0.3s ease 0s;
809 - transition: all 0.3s ease;
810 -}
811 553
812 -.from-web {
813 - margin-top: 0;
554 +
555 + }
556 +
557 + .just-on-pro{
558 + background: #F5F5F5 url("../images/available_pro.png") no-repeat scroll 0px 1px !important;
559 + width: 250px;
560 + height: 100px;
561 + cursor:not-allowed;
562 + opacity: 0.8;
563 + margin-bottom: 10px;
564 + }
565 +
566 +
567 +
568 + .from-web{
569 + margin-top: 0px;
814 570 margin-bottom: 15px !important;
815 571 }
816 572
817 -.from-web-btn {
573 + .from-web-btn{
574 + color: #646464 !important;
575 + border: medium none #646464 !important;
576 + background: #E6E6E6 url("../images/web.png") no-repeat scroll 7px 1px !important;
818 577 padding-left: 25px !important;
819 - border: medium none #646464 !important;
820 - border: 1px solid #b0b0b0 !important;
821 - color: #646464 !important;
822 - background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
578 + transition: all 0.3s ease 0s;
579 + border: 1px solid #B0B0B0 !important;
823 580 box-shadow: none !important;
824 581 font-family: "Open Sans",sans-serif;
825 582 font-weight: 700;
826 - transition: all 0.3s ease 0s;
827 583 /*margin-left: 2px !important;*/
828 584 }
829 585
830 -.from-web-btn:hover {
586 + .from-web-btn:hover{
587 + color: white !important;
588 + background: #89B158 url("../images/web.png") no-repeat scroll 7px -38px !important;
589 + transition: all 0.3s ease 0s;
831 590 padding-left: 25px !important;
591 + -webkit-transition: all .3s ease;
592 + -moz-transition: all .3s ease;
593 + -ms-transition: all .3s ease;
594 + -o-transition: all .3s ease;
595 + transition: all .3s ease;
832 596 /*margin-left: 2px !important;*/
833 - border: 1px solid #89b158 !important;
834 - color: white !important;
835 - background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
597 + border: 1px solid #89B158 !important;
836 598 box-shadow: none !important;
837 - transition: all 0.3s ease 0s;
838 - transition: all 0.3s ease;
839 599 }
840 600
841 -.preview {
601 +.preview{
842 602 width: 100%;
843 603 }
844 604
605 +
845 606 #sidebar > ul > div.initial-screen > div {
846 607 padding: 0 20px;
847 608 }
848 609
849 -.from-chart-btn {
610 +.from-chart-btn{
611 + color: #646464 !important;
612 + border: medium none #646464 !important;
613 + background: #E6E6E6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
850 614 padding-left: 25px !important;
851 - border: medium none #646464 !important;
852 - border: 1px solid #b0b0b0 !important;
853 - color: #646464 !important;
854 - background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
615 + transition: all 0.3s ease 0s;
616 + border: 1px solid #B0B0B0 !important;
855 617 box-shadow: none !important;
856 618 font-family: "Open Sans",sans-serif;
857 619 font-weight: 700;
858 - transition: all 0.3s ease 0s;
859 620 /*margin-left: 2px !important;
860 621 margin-top: 2px !important;*/
861 622 }
862 623
863 -.from-chart-btn:hover {
864 - padding-left: 25px !important;
865 - /*margin-left: 2px !important;*/
866 - border: 1px solid #10aecb !important;
867 - color: white !important;
868 - background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
869 - box-shadow: none !important;
870 - transition: all 0.3s ease 0s;
871 - transition: all 0.3s ease;
872 - /*margin-top: 2px !important;*/
873 -}
624 + .from-chart-btn:hover{
625 + color: white !important;
626 + background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
627 + transition: all 0.3s ease 0s;
628 + padding-left: 25px !important;
629 + -webkit-transition: all .3s ease;
630 + -moz-transition: all .3s ease;
631 + -ms-transition: all .3s ease;
632 + -o-transition: all .3s ease;
633 + transition: all .3s ease;
634 + /*margin-left: 2px !important;*/
635 + border: 1px solid #10aecb !important;
636 + box-shadow: none !important;
637 + /*margin-top: 2px !important;*/
638 + }
874 639
875 -input#existing-chart {
876 - /*left: 18px;
640 + input#existing-chart {
641 + /*left: 18px;
877 642 width: 110px;
878 - position: relative;*/
643 + position: relative;*/
879 644 }
880 645
881 -select#chart-id {
882 - float: right;
883 - width: 146px;
884 - margin-right: 14px;
885 -}
646 + select#chart-id {
647 + float: right;
648 + width: 95px;
649 + }
886 650
887 -button#editor-chart-button {
888 - display: block;
889 - margin: 0 auto;
651 + button#editor-chart-button {
652 + margin: 0 auto;
653 + display: block;
654 + background-color: #2f8cea !important;
655 + color: white !important;
656 + border: 1px solid #2c80d6 !important;
657 + box-shadow: none !important;
658 + -webkit-transition: all .3s ease;
659 + -moz-transition: all .3s ease;
660 + -ms-transition: all .3s ease;
661 + -o-transition: all .3s ease;
662 + transition: all .3s ease;
663 + text-shadow: none;
664 + }
665 +
666 +.preview-btn{
667 + font-family: "Open Sans",sans-serif;
668 + font-weight: 700;
669 + background-color: #2f8cea !important;
670 + color: white !important;
890 671 border: 1px solid #2c80d6 !important;
891 - color: white !important;
892 - background-color: #2f8cea !important;
893 672 box-shadow: none !important;
894 - text-shadow: none;
895 - transition: all 0.3s ease;
673 + -webkit-transition: all .3s ease;
674 + -moz-transition: all .3s ease;
675 + -ms-transition: all .3s ease;
676 + -o-transition: all .3s ease;
677 + transition: all .3s ease;
896 678 }
897 679
898 -.preview-btn {
899 - border: 1px solid #2c80d6 !important;
900 - color: white !important;
901 - background-color: #2f8cea !important;
902 - box-shadow: none !important;
680 +.preview-btn:hover{
903 681 font-family: "Open Sans",sans-serif;
904 682 font-weight: 700;
905 - transition: all 0.3s ease;
906 -}
907 -
908 -.preview-btn:hover {
683 + background-color: #2c80d6 !important;
684 + color: white !important;
909 685 border: 1px solid #2c80d6 !important;
910 - color: white !important;
911 - background-color: #2c80d6 !important;
912 686 box-shadow: none !important;
913 - font-family: "Open Sans",sans-serif;
914 - font-weight: 700;
915 - transition: all 0.3s ease;
687 + -webkit-transition: all .3s ease;
688 + -moz-transition: all .3s ease;
689 + -ms-transition: all .3s ease;
690 + -o-transition: all .3s ease;
691 + transition: all .3s ease;
916 692 }
917 693
918 -.show-live-btn {
694 +.show-live-btn{
695 + margin-top: 15px !important;
919 696 width: 100%;
920 - margin-top: 15px !important;
921 - border-color: #e98b00 !important;
922 - background-color: #f90 !important;
923 - box-shadow: none !important;
697 + background-color: #F90 !important;
698 + border-color: #E98B00 !important;
924 699 font-family: "Open Sans",sans-serif;
925 700 font-weight: 700;
701 + box-shadow: none !important;
926 702 }
927 703
928 -.show-live-btn:hover {
704 +
705 +.show-live-btn:hover{
706 + margin-top: 15px !important;
929 707 width: 100%;
930 - margin-top: 15px !important;
931 - border-color: #e98b00 !important;
932 708 background-color: #ea8c00 !important;
933 - box-shadow: none !important;
709 + border-color: #E98B00 !important;
934 710 font-family: "Open Sans",sans-serif;
935 711 font-weight: 700;
936 - transition: all 0.3s ease;
712 + box-shadow: none !important;
713 + -webkit-transition: all .3s ease;
714 + -moz-transition: all .3s ease;
715 + -ms-transition: all .3s ease;
716 + -o-transition: all .3s ease;
717 + transition: all .3s ease;
937 718 }
938 719
939 720 .check-pro-btn {
721 + height: 40px;
722 + width: 245px;
940 723 display: block;
941 - width: 245px;
942 - height: 40px;
943 724 margin: 0 auto;
944 725 }
945 726
946 -.advanced-settings-btn,
947 -.return-settings-btn {
727 +.advanced-settings-btn, .return-settings-btn {
728 + cursor: pointer;
948 729 display: block;
730 + margin: 0 auto;
731 + line-height: 34px;
732 + font-size: 17px;
949 733 height: auto;
950 - margin: 0 auto;
951 - margin-top: 5px;
734 + -webkit-border-radius: 3px;
735 + -moz-border-radius: 3px;
736 + border-radius: 3px;
952 737 margin-bottom: 20px;
953 - border-radius: 3px;
954 - font-size: 17px;
955 - line-height: 34px;
956 - cursor: pointer;
738 + margin-top:5px;
957 739 }
958 740
959 741 .return-settings-btn {
960 742 width: 90%;
@@ -968,910 +750,40 @@
968 750 margin: 10px auto;
969 751 }
970 752
971 753 .hidden-setting {
972 - display: none;
754 + display:none;
973 755 }
974 756
975 -.viz-select-library {
976 - color: #0085ba;
977 -}
978 -.viz-select-library.viz-hide-library {
979 - display: none;
980 -}
981 757
982 -.viz-select-library option:first-child {
983 - font-weight: bold;
984 -}
985 758
986 759 /* ====== RESPONSIVE ====== */
987 760
761 +
988 762 @media (max-width: 1366px) {
989 - #rate-stars {
990 - margin: 3px 0 10px 40%;
991 - }
992 -
993 - .rate-the-plugin {
994 - margin-left: -8%;
995 - }
763 + .group-title {
764 + padding: 4px 20px;
765 + font-weight: 400;
766 + font-size: 14px;
767 + }
768 + .group-title::after {
769 + top: 10px;
770 + }
771 + #rate-stars {
772 + margin: 3px 0 10px 40%;
773 + }
774 + .rate-the-plugin {
775 + margin-left: -8%;
776 + }
996 777 }
997 778
998 779 @media screen and (max-width: 782px) {
999 - .button.button-primary.file-wrapper.computer-btn,
1000 - #remote-file,
1001 - #existing-chart {
1002 - height: 28px;
1003 - margin-bottom: 4px;
780 +.button.button-primary.file-wrapper.computer-btn, #remote-file, #existing-chart {
1004 781 padding: 0 10px 1px;
1005 - font-size: 13px;
1006 - line-height: 26px;
1007 - vertical-align: middle;
782 + line-height: 26px;
783 + font-size: 13px;
784 + vertical-align: middle;
785 + height: 28px;
786 + margin-bottom: 4px;
1008 787 }
1009 -}
1010 788
1011 -#vz-chart-settings h2:hover,
1012 -#vz-chart-permissions h2:hover,
1013 -.sidebar-footer-link h2:hover,
1014 -#vz-chart-review a:hover {
1015 - text-decoration: none;
1016 -}
1017 -
1018 -#vz-chart-review a {
1019 - color: #00a0d2;
1020 - text-decoration: none;
1021 -}
1022 -
1023 -#vz-chart-settings h2,
1024 -#vz-chart-permissions h2,
1025 -.sidebar-footer-link h2,
1026 -#vz-chart-review h2 {
1027 - padding: 0;
1028 - border: none;
1029 - font-size: 12px;
1030 - font-weight: 400;
1031 -}
1032 -
1033 -#vz-chart-review {
1034 - right: 0;
1035 - bottom: 10px;
1036 - box-sizing: border-box;
1037 - width: 40%;
1038 - padding-right: 6px;
1039 - text-align: right;
1040 -}
1041 -
1042 -#vz-chart-settings.bottom-fixed h2 {
1043 - padding-left: 6px;
1044 -}
1045 -
1046 -#vz-chart-settings {
1047 - bottom: 40px;
1048 - left: 0;
1049 - box-sizing: border-box;
1050 - width: 33%;
1051 - text-align: left;
1052 -}
1053 -
1054 -#vz-chart-permissions:not(.open) h2 {
1055 - display: inline-block;
1056 - width: 100%;
1057 - margin: 0;
1058 - text-align: right;
1059 -}
1060 -
1061 -#vz-chart-permissions {
1062 - right: 0;
1063 - bottom: 40px;
1064 - box-sizing: border-box;
1065 - width: 33%;
1066 - text-align: left;
1067 -}
1068 -
1069 -#vz-chart-permissions h2,
1070 -#vz-chart-settings h2,
1071 -.sidebar-footer-link h2 {
1072 - display: inline;
1073 - color: #00a0d2;
1074 - background: none;
1075 - font-family: "Open Sans",sans-serif;
1076 - cursor: pointer;
1077 -}
1078 -
1079 -.sidebar-footer-link,
1080 -#vz-chart-review,
1081 -#vz-chart-permissions,
1082 -#vz-chart-settings {
1083 - display: inline;
1084 - background: none;
1085 - cursor: pointer;
1086 -}
1087 -
1088 -.sidebar-footer-link > ul,
1089 -#vz-chart-source > ul,
1090 -#vz-chart-permissions > ul,
1091 -#vz-chart-settings > ul {
1092 - position: relative;
1093 - z-index: 10;
1094 - border-bottom: 1px solid #ddd;
1095 -}
1096 -
1097 -#vz-chart-copyright {
1098 - bottom: 60px;
1099 - text-align: center;
1100 - z-index: 999;
1101 - background: #f3f3f3;
1102 -}
1103 -
1104 -/* Import steps — stepped data-source + schedule flow */
1105 -.vz-import-step-btn {
1106 - width: 100%;
1107 - margin-bottom: 4px !important;
1108 - text-align: left;
1109 -}
1110 -
1111 -.vz-import-step-toggle {
1112 - display: flex;
1113 - justify-content: space-between;
1114 - align-items: center;
1115 - width: 100%;
1116 - margin: 0;
1117 - padding: 5px 10px;
1118 - background: #f0f0f1;
1119 - border: 1px solid #c3c4c7;
1120 - border-radius: 2px;
1121 - cursor: pointer;
1122 - font-size: 13px;
1123 - color: #50575e;
1124 - line-height: 2;
1125 -}
1126 -
1127 -.vz-import-step-toggle:hover {
1128 - background: #e5e5e5;
1129 - border-color: #a7aaad;
1130 -}
1131 -
1132 -.vz-import-step-toggle .dashicons {
1133 - transition: transform 0.2s ease;
1134 - flex-shrink: 0;
1135 -}
1136 -
1137 -.vz-import-step-toggle[aria-expanded="true"] .dashicons {
1138 - transform: rotate(180deg);
1139 -}
1140 -
1141 -#vz-wp-sync-options,
1142 -#vz-db-sync-options {
1143 - padding-top: 8px;
1144 -}
1145 -
1146 -#sidebar {
1147 - border-left: 1px solid #ddd;
1148 - background: #f3f3f3;
1149 -}
1150 -
1151 -#vz-chart-permissions.open h2 {
1152 - position: absolute;
1153 - right: 6px;
1154 - bottom: 28px;
1155 - left: auto;
1156 - width: 50%;
1157 - text-align: right;
1158 -}
1159 -
1160 -#vz-chart-settings.open h2 {
1161 - position: absolute;
1162 - bottom: 28px;
1163 - left: 6px;
1164 -}
1165 -
1166 -#vz-chart-permissions .viz-group-header,
1167 -#vz-chart-settings.open .viz-group-header {
1168 - display: block;
1169 -}
1170 -
1171 -#vz-chart-permissions .viz-group-header,
1172 -#vz-chart-settings .viz-group-header {
1173 - display: none;
1174 -}
1175 -
1176 -.sidebar-footer-link.open h2 {
1177 - position: absolute;
1178 - bottom: 28px;
1179 - left: 20px;
1180 -}
1181 -
1182 -.sidebar-footer-link.open .viz-group-header {
1183 - display: block;
1184 -}
1185 -
1186 -.sidebar-footer-link .viz-group-header {
1187 - display: none;
1188 -}
1189 -
1190 -#vz-csv-file-form,
1191 -#vz-one-time-import,
1192 -#vz-schedule-import,
1193 -#vz-permissions .only-pro-content,
1194 -.edit-data-content {
1195 - text-align: center;
1196 -}
1197 -
1198 -#csv-file {
1199 - margin: 15px 0;
1200 - padding: 0;
1201 -}
1202 -
1203 -.visualizer-input,
1204 -.visualizer-select {
1205 - width: 100%;
1206 - margin: 0 0 15px;
1207 -}
1208 -
1209 -.viz-group .dashicons-lock {
1210 - display: none;
1211 -}
1212 -
1213 -.only-pro-feature .dashicons-lock {
1214 - display: inline;
1215 -}
1216 -
1217 -.viz-section-title .dashicons,
1218 -.viz-group-title .dashicons {
1219 - width: 18px;
1220 - height: 18px;
1221 - margin-left: 3px;
1222 - font-size: 18px;
1223 -}
1224 -
1225 -.only-pro-feature input,
1226 -.only-pro-feature button,
1227 -.only-pro-feature select {
1228 - cursor: not-allowed !important;
1229 - pointer-events: none;
1230 -}
1231 -
1232 -.only-pro-feature > div {
1233 - position: relative;
1234 -}
1235 -
1236 -.only-pro-content {
1237 - position: absolute;
1238 - top: 0;
1239 - bottom: 0;
1240 - left: 0;
1241 - width: 100%;
1242 - opacity: 0;
1243 - pointer-events: none;
1244 - background: rgba(253,253,253,0.9);
1245 - transition: 0.5s ease;
1246 -}
1247 -
1248 -.only-pro-feature:hover .only-pro-content {
1249 - opacity: 1;
1250 - pointer-events: auto;
1251 -}
1252 -
1253 -.only-pro-container {
1254 - display: flex;
1255 - align-items: center;
1256 - justify-content: center;
1257 - width: 100%;
1258 - height: 100%;
1259 -}
1260 -
1261 -.only-pro-inner {
1262 - display: flex;
1263 - flex-direction: column;
1264 - align-items: center;
1265 - justify-content: center;
1266 - gap: 12px;
1267 -}
1268 -
1269 -.only-pro-content p {
1270 - margin: 0;
1271 - font-size: 14px;
1272 - font-weight: 700;
1273 -}
1274 -
1275 -.only-pro-content a {
1276 - display: inline-block;
1277 - padding: 7px 12px;
1278 - color: #fff;
1279 - background: #3F57E1;
1280 - font-weight: 600;
1281 - text-decoration: none;
1282 - transition: 0.1s ease;
1283 - border-width: 1px;
1284 - border-style: solid;
1285 - border-radius: 3px;
1286 -}
1287 -
1288 -.only-pro-content a:hover {
1289 - background: #2D419B;
1290 -}
1291 -
1292 -.only-pro-anchor {
1293 - position: relative;
1294 -}
1295 -
1296 -#sidebar::-webkit-scrollbar {
1297 - width: 4px;
1298 -}
1299 -
1300 -#sidebar::-webkit-scrollbar-thumb {
1301 - background: #999;
1302 -}
1303 -
1304 -span.viz-section-error {
1305 - color: #ff0000;
1306 -}
1307 -
1308 -#visualizer-error-manual {
1309 - color: #ff595e;
1310 -}
1311 -
1312 -#vz-chart-permissions {
1313 - width: 43%;
1314 -}
1315 -
1316 -#vz-chart-permissions {
1317 - color: #ce484c;
1318 -}
1319 -
1320 -#vz-chart-permissions {
1321 - right: 6px;
1322 - bottom: 40px;
1323 - width: 35%;
1324 -}
1325 -
1326 -#permissions-form .only-pro-feature > ul {
1327 - position: relative;
1328 - text-align: center;
1329 -}
1330 -
1331 -/******************************************************************************/
1332 -/******************************** DB WIZARD ***********************************/
1333 -/******************************************************************************/
1334 -.db-wizard-condition .select-condition {
1335 - display: none;
1336 -}
1337 -
1338 -.db-wizard-condition .select-condition.active {
1339 - display: block;
1340 - max-width: 50%;
1341 - margin-top: 10px;
1342 - padding-top: 10px;
1343 - border-top: 1px solid #eee;
1344 - font-weight: 500;
1345 -}
1346 -
1347 -.db-wizard-results {
1348 - width: calc(100% - 350px);
1349 -}
1350 -
1351 -#db-wizard-form {
1352 - padding: 25px;
1353 -}
1354 -
1355 -.db-wizard-query label {
1356 - display: block;
1357 - min-width: 150px;
1358 - padding: 20px 0 5px;
1359 - color: rgba(0,0,0,0.85);
1360 - font-size: 18px;
1361 - font-weight: 500;
1362 -}
1363 -
1364 -.db-wizard-query .db-wizard-where label,
1365 -.db-wizard-query .db-wizard-from label {
1366 - padding-top: 0;
1367 -}
1368 -
1369 -.db-wizard-query > div:not(:last-child) {
1370 - margin-bottom: 15px;
1371 -}
1372 -
1373 -.db-wizard-query .select-condition > div {
1374 - display: block;
1375 -}
1376 -
1377 -.db-wizard-query .chosen-container {
1378 - width: auto;
1379 -}
1380 -
1381 -.db-wizard-query .chosen-container-single .chosen-single {
1382 - border: 1px solid #ccc;
1383 - background: #fff;
1384 - box-shadow: none;
1385 - font-size: 13px;
1386 - font-weight: 500;
1387 -}
1388 -
1389 -.db-wizard-templates,
1390 -.db-wizard-templates > div {
1391 - display: block;
1392 -}
1393 -
1394 -.db-wizard-templates > div {
1395 - box-sizing: border-box;
1396 - width: 50%;
1397 - margin-top: 20px;
1398 - padding: 20px;
1399 - border: 1px solid #efefef;
1400 -}
1401 -
1402 -.db-wizard-templates > div:first-child {
1403 - margin-top: 0;
1404 -}
1405 -
1406 -.db-wizard-query .chosen-container-multi .chosen-choices {
1407 - padding: 5px;
1408 - border-color: #ccc;
1409 - background: #fff;
1410 - box-shadow: none;
1411 -}
1412 -
1413 -.db-wizard-results .dataTables_wrapper .dataTables_filter input,
1414 -.db-wizard-query .select-condition-operand input,
1415 -.db-wizard-limit input {
1416 - width: 50%;
1417 - padding-left: 7px;
1418 - border: 1px solid #ccc;
1419 - border-radius: 6px;
1420 - background: #fff;
1421 - box-shadow: none;
1422 - font-size: 13px;
1423 -}
1424 -
1425 -.db-wizard-limit input {
1426 - display: inline;
1427 - width: 150px;
1428 - margin: 0 0 20px 20px;
1429 -}
1430 -
1431 -.db-wizard-limit label {
1432 - display: inline;
1433 -}
1434 -
1435 -.db-wizard-query .select-condition-operand input::-webkit-input-placeholder {
1436 - color: #cdcdcd;
1437 -}
1438 -
1439 -.db-wizard-query .select-condition-operand input:-ms-input-placeholder {
1440 - color: #cdcdcd;
1441 -}
1442 -
1443 -.db-wizard-query .select-condition-operand input::placeholder {
1444 - color: #cdcdcd;
1445 -}
1446 -
1447 -.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice {
1448 - padding: 5px 30px 5px 5px;
1449 - border-color: #ccc;
1450 - background: #fff;
1451 - box-shadow: none;
1452 - font-weight: 600;
1453 -}
1454 -
1455 -.db-wizard-results table > thead > tr > th {
1456 - padding: 15px 8px;
1457 - border: none;
1458 - color: #252422;
1459 - background: #fff;
1460 - font-size: 18px;
1461 - font-weight: 500;
1462 - text-align: left;
1463 -}
1464 -
1465 -.db-wizard-results table > tbody > tr > td,
1466 -.dataTables_info {
1467 - padding: 15px 8px;
1468 - border-top: 1px solid #a2a2a2;
1469 - color: #252422;
1470 - font-size: 14px;
1471 - font-weight: 300;
1472 -}
1473 -
1474 -.db-wizard-results table > tbody > tr.odd {
1475 - background-color: #f7f7f7;
1476 -}
1477 -
1478 -.db-wizard-results table.dataTable.no-footer {
1479 - border: none;
1480 -}
1481 -
1482 -.db-wizard-results .dataTables_wrapper .dataTables_info {
1483 - border-top: 1px solid #ccc5b9;
1484 - color: #a2a2a2;
1485 - font-size: 12px;
1486 - font-weight: 500;
1487 -}
1488 -
1489 -.db-wizard-results .dataTables_filter label {
1490 - font-size: 18px;
1491 - font-weight: 500;
1492 -}
1493 -
1494 -.db-wizard-where-template-remove,
1495 -.db-wizard-where-template-add {
1496 - width: auto;
1497 - height: 25px;
1498 - margin-top: 10px;
1499 - border: none;
1500 - border-radius: 3px;
1501 - color: #fff;
1502 - font-size: 12px;
1503 - cursor: pointer;
1504 - transition: 0.3s ease;
1505 -}
1506 -
1507 -.db-wizard-where-template-remove:hover,
1508 -.db-wizard-where-template-add:hover {
1509 - opacity: 0.8;
1510 -}
1511 -
1512 -.db-wizard-results .dataTables_wrapper .dataTables_filter {
1513 - float: none;
1514 - text-align: left;
1515 -}
1516 -
1517 -.db-wizard-where-template-add {
1518 - background-color: #34a85e;
1519 -}
1520 -
1521 -.db-wizard-where-template-remove {
1522 - background-color: #ff0d00;
1523 -}
1524 -
1525 -#db-query-form .CodeMirror-wrap {
1526 - height: 200px;
1527 - padding: 15px;
1528 - color: #fff;
1529 - background: #282923;
1530 - font-size: 15px;
1531 -}
1532 -
1533 -#db-query-form .CodeMirror-wrap .CodeMirror-cursor {
1534 - border-left: 1px solid #fff !important;
1535 -}
1536 -
1537 -#db-query-form .CodeMirror-wrap .CodeMirror-placeholder {
1538 - color: #fff;
1539 -}
1540 -
1541 -#db-query-form .CodeMirror-wrap pre {
1542 - color: #fff !important;
1543 -}
1544 -
1545 -#db-query-form .CodeMirror-wrap pre .cm-keyword {
1546 - color: #FF6188 !important;
1547 -}
1548 -
1549 -#db-query-form .CodeMirror-wrap pre .cm-builtin {
1550 - color: #78DCE8 !important;
1551 -}
1552 -
1553 -#db-query-form .CodeMirror-wrap pre .cm-comment {
1554 - color: #74705d !important;
1555 -}
1556 -
1557 -#db-query-form .CodeMirror-wrap pre .cm-number,
1558 -#db-query-form .CodeMirror-wrap pre .cm-string {
1559 - color: #A9DC76 !important;
1560 -}
1561 -
1562 -.visualizer-db-query-form > div {
1563 - display: block;
1564 - width: 15%;
1565 - vertical-align: middle;
1566 -}
1567 -
1568 -#visualizer-db-query {
1569 - padding: 20px;
1570 -}
1571 -
1572 -.visualizer-db-query-form > div:first-child {
1573 - width: 100%;
1574 - margin-bottom: 20px;
1575 -}
1576 -
1577 -.db-wizard-error {
1578 - color: #f00;
1579 - padding: 16px 0;
1580 -}
1581 -
1582 -.db-wizard-hints,
1583 -.json-wizard-hints,
1584 -.html-table-editor-hints {
1585 - margin-bottom: 30px;
1586 - color: #0085ba;
1587 -}
1588 -
1589 -.db-wizard-hints .visualizer-emboss,
1590 -.db-wizard-hints a,
1591 -.html-table-editor-hints a,
1592 -.json-wizard-hints .visualizer-emboss,
1593 -.json-wizard-hints a {
1594 - color: #f92472;
1595 -}
1596 -
1597 -.db-wizard-hints ul,
1598 -.html-table-editor-hints ul,
1599 -.json-wizard-hints ul {
1600 - list-style: square;
1601 - padding: 0 16px;
1602 -}
1603 -
1604 -.db-wizard-results .dataTables_wrapper .dataTables_info {
1605 - width: calc(100% - 17px);
1606 -}
1607 -
1608 -
1609 -/******************************************************************************/
1610 -/************************ manual config JSON editor *************************/
1611 -/******************************************************************************/
1612 -code.viz-manual-config-example {
1613 - display: block;
1614 - white-space: pre;
1615 - background: #f5f5f5;
1616 - border: 1px solid #e0e0e0;
1617 - border-radius: 3px;
1618 - padding: 6px 8px;
1619 - margin-top: 6px;
1620 - font-size: 11px;
1621 - line-height: 1.5;
1622 -}
1623 -
1624 -
1625 -textarea[name="manual"] + .CodeMirror {
1626 - background: #282923;
1627 - color: #f8f8f2;
1628 - border-radius: 4px;
1629 - height: 200px;
1630 - font-size: 13px;
1631 -}
1632 -
1633 -textarea[name="manual"] + .CodeMirror .CodeMirror-scroll {
1634 - min-height: 200px;
1635 -}
1636 -
1637 -textarea[name="manual"] + .CodeMirror .CodeMirror-gutters {
1638 - background: #1e1f1c;
1639 - border-right: 1px solid #404040;
1640 - color: #75715e;
1641 -}
1642 -
1643 -textarea[name="manual"] + .CodeMirror .CodeMirror-linenumber {
1644 - color: #75715e;
1645 -}
1646 -
1647 -textarea[name="manual"] + .CodeMirror .CodeMirror-cursor {
1648 - border-left: 1px solid #f8f8f0;
1649 -}
1650 -
1651 -textarea[name="manual"] + .CodeMirror .CodeMirror-selected {
1652 - background: #49483e;
1653 -}
1654 -
1655 -textarea[name="manual"] + .CodeMirror pre.CodeMirror-line,
1656 -textarea[name="manual"] + .CodeMirror pre.CodeMirror-line-like {
1657 - color: #f8f8f2;
1658 -}
1659 -
1660 -textarea[name="manual"] + .CodeMirror .cm-string {
1661 - color: #A9DC76;
1662 -}
1663 -
1664 -textarea[name="manual"] + .CodeMirror .cm-number {
1665 - color: #AB9DF2;
1666 -}
1667 -
1668 -textarea[name="manual"] + .CodeMirror .cm-atom {
1669 - color: #78DCE8;
1670 -}
1671 -
1672 -textarea[name="manual"] + .CodeMirror .cm-punctuation,
1673 -textarea[name="manual"] + .CodeMirror .cm-bracket {
1674 - color: #f8f8f2;
1675 -}
1676 -
1677 -/******************************************************************************/
1678 -/******************************** data tables *******************************/
1679 -/******************************************************************************/
1680 -.db-wizard-results .dt-button {
1681 - display: none !important;
1682 -}
1683 -
1684 -.dt-button.buttons-print {
1685 - display: none;
1686 -}
1687 -
1688 -/******************************************************************************/
1689 -/******************************** json table *********************************/
1690 -/******************************************************************************/
1691 -#json-conclude-form .results {
1692 - min-width: 10px !important;
1693 -}
1694 -
1695 -#json-conclude-form .json-table {
1696 - width: 85%;
1697 -}
1698 -
1699 -#vz-import-json-url,
1700 -#vz-import-json-root,
1701 -#vz-import-json-paging {
1702 - width: 75%;
1703 -}
1704 -
1705 -#json-conclude-form .json-table,
1706 -#json-conclude-form button#visualizer-json-conclude {
1707 - display: inline-block;
1708 - vertical-align: middle;
1709 -}
1710 -
1711 -.viz-editor-table tbody tr:first-child {
1712 - background-color: #ececec !important;
1713 -}
1714 -
1715 -.viz-editor-table tr th {
1716 - background-color: #cccccc;
1717 -}
1718 -
1719 -.viz-editor-table thead tr th:nth-child(n+1) {
1720 - cursor: move !important;
1721 -}
1722 -
1723 -#json-conclude-form .json-wizard-hints .info,
1724 -.html-table-editor-hints .info {
1725 - margin: 1% 0px;
1726 -}
1727 -
1728 -.viz-step.ui-state-active {
1729 - border-color: #0085BA !important;
1730 - background: #0085BA !important;
1731 - color: #ffffff;
1732 -}
1733 -
1734 -.viz-substep {
1735 - outline: 0 !important;
1736 - border: 0 !important;
1737 - background: none !important;
1738 - text-transform: uppercase;
1739 -}
1740 -
1741 -.viz-substep.ui-state-active {
1742 -}
1743 -
1744 -.viz-substep ~ .ui-accordion-content {
1745 - outline: 0 !important;
1746 - border: 0 !important;
1747 - font-size: smaller;
1748 -}
1749 -
1750 -.viz-substep ~ div {
1751 - display: table;
1752 -}
1753 -
1754 -.viz-substep ~ div > div {
1755 - display: table-row;
1756 -}
1757 -
1758 -.viz-substep ~ div > div div {
1759 - display: table-cell;
1760 - padding: 5px;
1761 -}
1762 -
1763 -.json-wizard-header .field-title {
1764 - position: absolute;
1765 - left: 30px;
1766 -}
1767 -/******************************************************************************/
1768 -/******************************** html table editor **************************/
1769 -/******************************************************************************/
1770 -.viz-simple-editor-type,
1771 -.viz-simple-editor {
1772 - display: none;
1773 -}
1774 -
1775 -.viz-table-editor {
1776 - width: 75%;
1777 - margin-left: 2%;
1778 -}
1779 -
1780 -.viz-html-table,
1781 -button#visualizer-save-html-table {
1782 - display: inline-block;
1783 - vertical-align: middle;
1784 -}
1785 -
1786 -
1787 -/******************************************************************************/
1788 -/******************************** text area editor **************************/
1789 -/******************************************************************************/
1790 -.viz-text-editor {
1791 - padding: 20px;
1792 - z-index: 9999;
1793 - box-sizing: border-box;
1794 - padding-right: 320px;
1795 -}
1796 -
1797 -.viz-text-editor textarea {
1798 - width: 85%;
1799 - overflow: auto;
1800 - background: #282923;
1801 - color: #ffffff;
1802 - padding: 15px;
1803 - height: 400px;
1804 - font-size: 15px;
1805 -}
1806 -
1807 -.viz-text-editor textarea,
1808 -button#viz-text-editor-button {
1809 - display: inline-block;
1810 - vertical-align: middle;
1811 -}
1812 -
1813 -.viz-simple-editor .viz-html-table {
1814 - width: 95%;
1815 -}
1816 -
1817 -/******************************************************************************/
1818 -/******************************** chartjs ***********************************/
1819 -/******************************************************************************/
1820 -
1821 -canvas.chartjs-render-monitor {
1822 - height: 500px !important;
1823 -}
1824 -
1825 -/******************************************************************************/
1826 -/******************************** Frontend Actions ***********************************/
1827 -/******************************************************************************/
1828 -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1829 - text-align: center;
1830 -}
1831 -
1832 -/******************************************************************************/
1833 -/******************************** chart type box upsell ***********************/
1834 -/******************************************************************************/
1835 -
1836 -.pro-upsell .pro-upsell-overlay {
1837 - position: absolute;
1838 - width: 100%;
1839 - height: 100%;
1840 - left: 0;
1841 - top: 0;
1842 - display: grid;
1843 - place-items: center;
1844 - background-color: rgba(255, 255, 255, 0.7);
1845 - z-index: 1;
1846 - opacity: 0;
1847 - visibility: hidden;
1848 - transition: all .3s ease-in-out;
1849 -}
1850 -.pro-upsell:hover .pro-upsell-overlay{
1851 - opacity: 1;
1852 - visibility: visible;
1853 -}
1854 -
1855 -.pro-upsell .pro-upsell-overlay .button {
1856 - width: 155px;
1857 - height: 39px;
1858 - background: #007CBA;
1859 - border-radius: 4px;
1860 - display: flex;
1861 - align-items: center;
1862 - text-align: center;
1863 - color: #FFFFFF;
1864 - justify-content: center;
1865 -}
1866 -.pro-upsell .pro-upsell-overlay .button.button-secondary{
1867 - background: #ffffff;
1868 - color: #007CBA;
1869 -}
1870 -.pro-upsell .pro-upsell-overlay .pro-upsell-action {
1871 - display: flex;
1872 - gap: 20px;
1873 -}
1874 -.pro-upsell .pro-upsell-overlay .pro-upsell-action .button{
1875 - width: 100%;
1876 - text-align: center;
1877 789 }