PluginProbe
UpdraftCentral Dashboard / 0.8.13
UpdraftCentral Dashboard v0.8.13
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / css / dashboard-design-temp.css

dashboard-design-temp.css in UpdraftCentral Dashboard 0.8.13, at css/dashboard-design-temp.css

2,045 lines 95.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Core variables
3 */
4 /*-----------------------------------------------------------------------------------
5 * Dashboard Design
6 *
7 * This is CSS sheet is for the new styling of the dashboard for later integration
8 * in to the main CSS. When integrated some of the '!important' declarations
9 * can be removed.
10 *
11 /*-----------------------------------------------------------------------------------*/
12 #updraftcentral_dashboard .container:before, #updraftcentral_dashboard .container:after,
13 #updraftcentral_dashboard .row:before,
14 #updraftcentral_dashboard .row:after {
15 content: none !important; }
16
17 #updraftcentral_dashboard .col {
18 -ms-flex-preferred-size: 0;
19 flex-basis: 0;
20 -ms-flex-positive: 1;
21 -webkit-box-flex: 1;
22 flex-grow: 1;
23 max-width: 100%; }
24
25 .order-1 {
26 -ms-flex-order: 1;
27 -webkit-box-ordinal-group: 2;
28 order: 1; }
29
30 .order-2 {
31 -ms-flex-order: 2;
32 -webkit-box-ordinal-group: 3;
33 order: 2; }
34
35 .order-3 {
36 -ms-flex-order: 3;
37 -webkit-box-ordinal-group: 4;
38 order: 3; }
39
40 .order-4 {
41 -ms-flex-order: 4;
42 -webkit-box-ordinal-group: 5;
43 order: 4; }
44
45 .order-last {
46 -ms-flex-order: 100;
47 -webkit-box-ordinal-group: 101;
48 order: 100; }
49
50 html {
51 font-size: 16px !important;
52 margin: 0 !important; }
53
54 button,
55 textarea,
56 input {
57 outline: none !important; }
58
59 #wpadminbar {
60 visibility: hidden !important;
61 display: none !important; }
62
63 body {
64 background: #F3F5F7 !important;
65 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif !important;
66 font-weight: 400 !important;
67 font-size: 1rem !important;
68 color: #6E7078 !important; }
69
70 a#updraftcentral_addsite_help,
71 a#updraftcentral_addsite_expertoptions_show {
72 color: #DE6726;
73 text-decoration: none;
74 padding: 0;
75 margin: 0;
76 outline: none; }
77 a#updraftcentral_addsite_help:hover, a#updraftcentral_addsite_help:focus,
78 a#updraftcentral_addsite_expertoptions_show:hover,
79 a#updraftcentral_addsite_expertoptions_show:focus {
80 color: #9f4818;
81 text-decoration: none; }
82 a#updraftcentral_addsite_help:visited,
83 a#updraftcentral_addsite_expertoptions_show:visited {
84 color: #DE6726; }
85
86 #updraftcentral_dashboard {
87 background: #F3F5F7;
88 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
89 font-weight: 400;
90 font-size: 1rem;
91 color: #6E7078; }
92 #updraftcentral_dashboard.updraft-fullscreen {
93 background: #F3F5F7; }
94 #updraftcentral_dashboard a {
95 color: #DE6726;
96 text-decoration: none;
97 padding: 0;
98 margin: 0;
99 outline: none;
100 -webkit-box-shadow: none;
101 box-shadow: none; }
102 #updraftcentral_dashboard a:hover, #updraftcentral_dashboard a:focus {
103 color: #9f4818;
104 text-decoration: none; }
105 #updraftcentral_dashboard a:visited {
106 color: #DE6726; }
107 #updraftcentral_dashboard table,
108 #updraftcentral_dashboard .table {
109 width: 100%;
110 text-align: left; }
111 #updraftcentral_dashboard ul, #updraftcentral_dashboard ol {
112 margin: 0 0 1rem 0;
113 padding: 0; }
114 #updraftcentral_dashboard label {
115 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
116 font-weight: 300;
117 font-size: 1.125rem;
118 margin-top: 0;
119 margin-bottom: 0; }
120 #updraftcentral_dashboard .label-top {
121 width: 100%;
122 display: block; }
123 #updraftcentral_dashboard textarea,
124 #updraftcentral_dashboard select,
125 #updraftcentral_dashboard input[type=text],
126 #updraftcentral_dashboard input[type=password],
127 #updraftcentral_dashboard input[type=search],
128 #updraftcentral_dashboard input[type=checkbox],
129 #updraftcentral_dashboard input[type=radio],
130 #updraftcentral_dashboard input[type=number],
131 #updraftcentral_dashboard input[type=time] {
132 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
133 font-weight: 400;
134 font-size: 1rem;
135 line-height: 1.25;
136 color: #6E7078;
137 margin-bottom: 15px;
138 padding: 5px 12px;
139 border: 1px solid #C6C9D5;
140 border-radius: 1px !important;
141 appearance: none;
142 -moz-appearance: none;
143 /* Firefox */
144 -webkit-appearance: none;
145 /* Safari and Chrome */
146 box-shadow: none;
147 box-sizing: border-box; }
148 #updraftcentral_dashboard input[type=number] {
149 width: 60px; }
150 #updraftcentral_dashboard input[type=text],
151 #updraftcentral_dashboard input[type=number],
152 #updraftcentral_dashboard input[type=password],
153 #updraftcentral_dashboard select {
154 height: 34px;
155 width: auto;
156 display: inline-block; }
157 #updraftcentral_dashboard input[type=text]:focus,
158 #updraftcentral_dashboard input[type=number]:focus,
159 #updraftcentral_dashboard input[type=password]:focus,
160 #updraftcentral_dashboard select:focus {
161 border-color: #94979F; }
162 #updraftcentral_dashboard input[type=text].field-error,
163 #updraftcentral_dashboard input[type=number].field-error,
164 #updraftcentral_dashboard input[type=password].field-error,
165 #updraftcentral_dashboard select.field-error {
166 border: 1px solid #DE6726 !important; }
167 #updraftcentral_dashboard input[type=checkbox] {
168 appearance: checkbox;
169 -moz-appearance: checkbox;
170 /* Firefox */
171 -webkit-appearance: checkbox;
172 /* Safari and Chrome */
173 margin: 2px 10px 3px 0;
174 display: inline-block; }
175 #updraftcentral_dashboard input[type=radio] {
176 appearance: radio;
177 -moz-appearance: radio;
178 /* Firefox */
179 -webkit-appearance: radio;
180 /* Safari and Chrome */
181 margin: 1px 10px 3px 0; }
182 #updraftcentral_dashboard select {
183 width: 100%;
184 background-color: #fff;
185 background: url(../images/icons/chevron-down-grey.png) no-repeat 97% 50% #fff;
186 padding-right: 43px; }
187 #updraftcentral_dashboard textarea {
188 width: 100%;
189 height: auto;
190 min-height: 150px; }
191 #updraftcentral_dashboard .form-group {
192 margin-bottom: 0 !important; }
193 #updraftcentral_dashboard h1, #updraftcentral_dashboard .h1,
194 #updraftcentral_dashboard h2, #updraftcentral_dashboard .h2,
195 #updraftcentral_dashboard h3, #updraftcentral_dashboard .h3,
196 #updraftcentral_dashboard h4, #updraftcentral_dashboard .h4,
197 #updraftcentral_dashboard h5, #updraftcentral_dashboard .h5,
198 #updraftcentral_dashboard h6, #updraftcentral_dashboard .h6 {
199 color: #6E7078;
200 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
201 font-weight: 400;
202 margin-bottom: 10px; }
203 #updraftcentral_dashboard h1, #updraftcentral_dashboard .h1 {
204 font-size: 2.5rem !important; }
205 #updraftcentral_dashboard h2, #updraftcentral_dashboard .h2 {
206 font-size: 1.75rem !important; }
207 #updraftcentral_dashboard h3, #updraftcentral_dashboard .h3 {
208 font-size: 1.375rem !important; }
209 #updraftcentral_dashboard h4, #updraftcentral_dashboard .h4 {
210 font-size: 1.375rem !important; }
211 #updraftcentral_dashboard h5, #updraftcentral_dashboard .h5 {
212 font-size: 1.125rem !important; }
213 #updraftcentral_dashboard h6, #updraftcentral_dashboard .h6 {
214 font-size: 1rem !important; }
215 #updraftcentral_dashboard .txt-small {
216 font-size: 85%; }
217 #updraftcentral_dashboard .screen-title {
218 font-size: 2.2rem !important;
219 font-weight: 300;
220 float: left; }
221 #updraftcentral_dashboard .field-error-text {
222 color: #DE6726 !important;
223 font-size: 0.8rem !important;
224 font-weight: 400 !important;
225 margin-top: -10px !important; }
226 #updraftcentral_dashboard .btn {
227 width: auto;
228 border: 0 none;
229 font-size: 0.938rem;
230 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
231 font-weight: 400;
232 border-radius: 3px;
233 padding: .4rem 1rem;
234 line-height: 1.5;
235 display: inline-block;
236 border-radius: 3px; }
237 #updraftcentral_dashboard .btn:hover {
238 border: 0 none; }
239 #updraftcentral_dashboard .btn.btn-primary {
240 width: auto;
241 border: 0 none;
242 font-size: 0.938rem;
243 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
244 font-weight: 400;
245 border-radius: 3px;
246 padding: .4rem 1rem;
247 line-height: 1.5;
248 display: inline-block;
249 border-radius: 3px;
250 color: #ffffff !important;
251 background-color: #DE6726; }
252 #updraftcentral_dashboard .btn.btn-primary:hover {
253 border: 0 none; }
254 #updraftcentral_dashboard .btn.btn-primary:hover, #updraftcentral_dashboard .btn.btn-primary:focus {
255 background-color: #b5521c; }
256 #updraftcentral_dashboard .btn.btn-secondary {
257 width: auto;
258 border: 0 none;
259 font-size: 0.938rem;
260 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
261 font-weight: 400;
262 border-radius: 3px;
263 padding: .4rem 1rem;
264 line-height: 1.5;
265 display: inline-block;
266 border-radius: 3px;
267 color: #ffffff !important;
268 background-color: #94979F; }
269 #updraftcentral_dashboard .btn.btn-secondary:hover {
270 border: 0 none; }
271 #updraftcentral_dashboard .btn.btn-secondary:hover, #updraftcentral_dashboard .btn.btn-secondary:focus {
272 background-color: #afb1b7; }
273 #updraftcentral_dashboard .btn.btn-outline-primary {
274 width: auto;
275 border: 0 none;
276 font-size: 0.938rem;
277 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
278 font-weight: 400;
279 border-radius: 3px;
280 padding: .4rem 1rem;
281 line-height: 1.5;
282 display: inline-block;
283 border-radius: 3px;
284 color: #DE6726 !important;
285 border: 1px solid #DE6726 !important;
286 background: transparent;
287 background-color: transparent;
288 font-weight: 400; }
289 #updraftcentral_dashboard .btn.btn-outline-primary:hover {
290 border: 0 none; }
291 #updraftcentral_dashboard .btn.btn-outline-primary:hover, #updraftcentral_dashboard .btn.btn-outline-primary:focus {
292 color: #fff !important;
293 background: #DE6726;
294 background-color: #DE6726;
295 border: 1px solid #DE6726 !important; }
296 #updraftcentral_dashboard .btn.btn-outline-secondary {
297 width: auto;
298 border: 0 none;
299 font-size: 0.938rem;
300 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
301 font-weight: 400;
302 border-radius: 3px;
303 padding: .4rem 1rem;
304 line-height: 1.5;
305 display: inline-block;
306 border-radius: 3px;
307 color: #94979F !important;
308 border: 1px solid #94979F !important;
309 background: transparent;
310 background-color: transparent;
311 font-weight: 400; }
312 #updraftcentral_dashboard .btn.btn-outline-secondary:hover {
313 border: 0 none; }
314 #updraftcentral_dashboard .btn.btn-outline-secondary:hover, #updraftcentral_dashboard .btn.btn-outline-secondary:focus {
315 color: #fff !important;
316 background: #94979F;
317 background-color: #94979F;
318 border: 1px solid #94979F !important; }
319 #updraftcentral_dashboard .btn.btn-refresh {
320 color: #94979F;
321 background: transparent; }
322 #updraftcentral_dashboard .btn.btn-refresh:hover, #updraftcentral_dashboard .btn.btn-refresh:focus {
323 color: #DE6726; }
324 #updraftcentral_dashboard .btn.active.focus, #updraftcentral_dashboard .btn.active:focus, #updraftcentral_dashboard .btn.focus, #updraftcentral_dashboard .btn.btn:active.focus, #updraftcentral_dashboard .btn.btn:active:focus, #updraftcentral_dashboard .btn.btn:focus {
325 -webkit-box-shadow: none;
326 box-shadow: none; }
327 #updraftcentral_dashboard .btn.btn-sm {
328 font-size: 0.868rem !important;
329 padding: .3rem 0.5rem !important; }
330 #updraftcentral_dashboard .button-primary,
331 #updraftcentral_dashboard #updraftplus-settings-save {
332 width: auto;
333 border: 0 none;
334 font-size: 0.938rem;
335 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
336 font-weight: 400;
337 border-radius: 3px;
338 padding: .4rem 1rem;
339 line-height: 1.5;
340 display: inline-block;
341 border-radius: 3px;
342 width: auto;
343 border: 0 none;
344 font-size: 0.938rem;
345 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
346 font-weight: 400;
347 border-radius: 3px;
348 padding: .4rem 1rem;
349 line-height: 1.5;
350 display: inline-block;
351 border-radius: 3px;
352 color: #ffffff !important;
353 background-color: #DE6726; }
354 #updraftcentral_dashboard .button-primary:hover,
355 #updraftcentral_dashboard #updraftplus-settings-save:hover {
356 border: 0 none; }
357 #updraftcentral_dashboard .button-primary:hover,
358 #updraftcentral_dashboard #updraftplus-settings-save:hover {
359 border: 0 none; }
360 #updraftcentral_dashboard .button-primary:hover, #updraftcentral_dashboard .button-primary:focus,
361 #updraftcentral_dashboard #updraftplus-settings-save:hover,
362 #updraftcentral_dashboard #updraftplus-settings-save:focus {
363 background-color: #b5521c; }
364 #updraftcentral_dashboard #updraftcentral_dashboard_newsite.btn {
365 border-radius: 50%;
366 width: 55px;
367 height: 55px;
368 font: 0/0 a;
369 padding: 10px; }
370 #updraftcentral_dashboard #updraftcentral_dashboard_newsite.btn .dashicons-plus {
371 width: 100%;
372 height: 100%; }
373 #updraftcentral_dashboard .updraft_download_button {
374 width: auto;
375 border: 0 none;
376 font-size: 0.938rem;
377 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
378 font-weight: 400;
379 border-radius: 3px;
380 padding: .4rem 1rem;
381 line-height: 1.5;
382 display: inline-block;
383 border-radius: 3px;
384 color: #94979F !important;
385 border: 1px solid #94979F !important;
386 background: transparent;
387 background-color: transparent;
388 font-weight: 400;
389 margin-top: 10px;
390 padding: 0.2rem 0.8rem;
391 margin-right: 4px; }
392 #updraftcentral_dashboard .updraft_download_button:hover {
393 border: 0 none; }
394 #updraftcentral_dashboard .updraft_download_button:hover, #updraftcentral_dashboard .updraft_download_button:focus {
395 color: #fff !important;
396 background: #94979F;
397 background-color: #94979F;
398 border: 1px solid #94979F !important; }
399 #updraftcentral_dashboard .restore-button {
400 float: none;
401 display: inline-block; }
402 @media screen and (min-width: 1200px) {
403 #updraftcentral_dashboard .restore-button {
404 float: left; } }
405 #updraftcentral_dashboard .restore-button .button-primary {
406 width: auto;
407 border: 0 none;
408 font-size: 0.938rem;
409 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
410 font-weight: 400;
411 border-radius: 3px;
412 padding: .4rem 1rem;
413 line-height: 1.5;
414 display: inline-block;
415 border-radius: 3px;
416 color: #ffffff !important;
417 background-color: #DE6726;
418 height: auto;
419 margin: 0;
420 float: none !important; }
421 #updraftcentral_dashboard .restore-button .button-primary:hover {
422 border: 0 none; }
423 #updraftcentral_dashboard .restore-button .button-primary:hover, #updraftcentral_dashboard .restore-button .button-primary:focus {
424 background-color: #b5521c; }
425 @media screen and (min-width: 1200px) {
426 #updraftcentral_dashboard .restore-button .button-primary {
427 float: left;
428 margin: 0 10px 0 0; } }
429 #updraftcentral_dashboard .updraftplus-remove {
430 float: none !important;
431 display: inline-block; }
432 @media screen and (min-width: 1200px) {
433 #updraftcentral_dashboard .updraftplus-remove {
434 float: left; } }
435 #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link {
436 width: auto;
437 border: 0 none;
438 font-size: 0.938rem;
439 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
440 font-weight: 400;
441 border-radius: 3px;
442 padding: .4rem 1rem;
443 line-height: 1.5;
444 display: inline-block;
445 border-radius: 3px;
446 color: #ffffff !important;
447 background-color: #94979F;
448 height: auto;
449 float: none; }
450 #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link:hover {
451 border: 0 none; }
452 #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link:hover, #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link:focus {
453 background-color: #afb1b7; }
454 @media screen and (min-width: 1200px) {
455 #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link {
456 float: left; } }
457 #updraftcentral_dashboard .btn.update-info {
458 background-color: transparent !important;
459 color: #94979F !important;
460 padding: .5rem .5rem; }
461 #updraftcentral_dashboard .btn.update-failure-messages-text, #updraftcentral_dashboard .btn.update-in-progress {
462 display: none; }
463 #updraftcentral_dashboard .btn.update-in-progress {
464 width: 120px !important;
465 background-color: transparent;
466 border: 1px solid #DE6726;
467 color: #DE6726 !important; }
468 #updraftcentral_dashboard .updraftcentral_action_show_all_updates .dashicons-cloud:before {
469 content: "";
470 width: 20px;
471 height: 20px;
472 display: inline-block;
473 margin: 0;
474 vertical-align: top;
475 background: url(../images/icons/updates-outline-icon-white.svg) no-repeat left center;
476 background-size: 20px; }
477 #updraftcentral_dashboard table,
478 #updraftcentral_dashboard .table {
479 margin-bottom: 15px; }
480 @media screen and (min-width: 1200px) {
481 #updraftcentral_dashboard table,
482 #updraftcentral_dashboard .table {
483 border-bottom: 0 none; } }
484 #updraftcentral_dashboard table th,
485 #updraftcentral_dashboard table td,
486 #updraftcentral_dashboard table .th,
487 #updraftcentral_dashboard table .td,
488 #updraftcentral_dashboard .table th,
489 #updraftcentral_dashboard .table td,
490 #updraftcentral_dashboard .table .th,
491 #updraftcentral_dashboard .table .td {
492 padding: 12px 0;
493 border: 0 none;
494 float: none !important;
495 position: relative; }
496 #updraftcentral_dashboard table th,
497 #updraftcentral_dashboard table .th,
498 #updraftcentral_dashboard .table th,
499 #updraftcentral_dashboard .table .th {
500 font-size: 0.875rem;
501 font-weight: 600;
502 text-transform: uppercase; }
503 @media screen and (min-width: 1200px) {
504 #updraftcentral_dashboard table th,
505 #updraftcentral_dashboard table .th,
506 #updraftcentral_dashboard .table th,
507 #updraftcentral_dashboard .table .th {
508 border-bottom: 1px solid #EAEDF0; } }
509 #updraftcentral_dashboard table tr,
510 #updraftcentral_dashboard table .tr,
511 #updraftcentral_dashboard .table tr,
512 #updraftcentral_dashboard .table .tr {
513 border: 0 none !important; }
514 #updraftcentral_dashboard table td,
515 #updraftcentral_dashboard table .td,
516 #updraftcentral_dashboard .table td,
517 #updraftcentral_dashboard .table .td {
518 font-size: 1rem;
519 vertical-align: middle; }
520 #updraftcentral_dashboard table td:last-of-type,
521 #updraftcentral_dashboard table .td:last-of-type,
522 #updraftcentral_dashboard .table td:last-of-type,
523 #updraftcentral_dashboard .table .td:last-of-type {
524 border-bottom: 1px solid #EAEDF0; }
525 @media screen and (max-width: 1200px) {
526 #updraftcentral_dashboard table td,
527 #updraftcentral_dashboard table .td,
528 #updraftcentral_dashboard .table td,
529 #updraftcentral_dashboard .table .td {
530 text-align: left; } }
531 @media screen and (min-width: 1200px) {
532 #updraftcentral_dashboard table td,
533 #updraftcentral_dashboard table .td,
534 #updraftcentral_dashboard .table td,
535 #updraftcentral_dashboard .table .td {
536 border-bottom: 1px solid #EAEDF0; } }
537 #updraftcentral_dashboard table td a,
538 #updraftcentral_dashboard table .td a,
539 #updraftcentral_dashboard .table td a,
540 #updraftcentral_dashboard .table .td a {
541 margin: 0;
542 padding: 0; }
543 #updraftcentral_dashboard table td p,
544 #updraftcentral_dashboard table .td p,
545 #updraftcentral_dashboard .table td p,
546 #updraftcentral_dashboard .table .td p {
547 margin: 0;
548 padding: 0; }
549 #updraftcentral_dashboard #updraft-central-navigation {
550 background: #fff;
551 padding: 10px 2% 10px 18px;
552 position: relative;
553 z-index: 10; }
554 #updraftcentral_dashboard #updraft-central-navigation .updraftcentral_site_selected {
555 display: none; }
556 #updraftcentral_dashboard #updraft-central-navigation .updraft-central-logo {
557 width: auto;
558 margin: 0;
559 padding: 0; }
560 @media screen and (max-width: 670px) {
561 #updraftcentral_dashboard #updraft-central-navigation .updraft-central-logo {
562 position: absolute;
563 left: 50%;
564 -webkit-transform: translatex(-50%);
565 transform: translatex(-50%); } }
566 @media screen and (min-width: 670px) {
567 #updraftcentral_dashboard #updraft-central-navigation .updraft-central-logo {
568 display: inline-block;
569 float: left;
570 padding-left: 0;
571 margin: 0; } }
572 #updraftcentral_dashboard #updraft-central-navigation .top_menu_right {
573 width: auto;
574 float: right;
575 white-space: nowrap;
576 display: inline-block;
577 text-align: right; }
578 #updraftcentral_dashboard #updraft-central-navigation .top_menu_right a {
579 color: #C6C9D5;
580 text-decoration: none; }
581 #updraftcentral_dashboard #updraft-central-navigation .top_menu_right a:visited {
582 color: #C6C9D5;
583 text-decoration: none; }
584 #updraftcentral_dashboard #updraft-central-navigation .top_menu_right a:hover {
585 color: #6E7078;
586 text-decoration: none; }
587 #updraftcentral_dashboard #updraft-central-navigation .top_menu_right #updraftcentral_licence_info {
588 font-size: 18px;
589 line-height: 1;
590 margin-right: 12px; }
591 #updraftcentral_dashboard #updraft-central-navigation button.btn {
592 padding: 0; }
593 #updraftcentral_dashboard #updraft-central-navigation button.btn:focus, #updraftcentral_dashboard #updraft-central-navigation button.btn:hover {
594 background-color: #ececec; }
595 #updraftcentral_dashboard #updraft-central-navigation button.btn:focus span.dashicons, #updraftcentral_dashboard #updraft-central-navigation button.btn:hover span.dashicons {
596 mix-blend-mode: exclusion; }
597 #updraftcentral_dashboard #updraft-central-navigation .dashicons {
598 font-size: 30px;
599 color: #C6C9D5;
600 height: 30px;
601 width: 30px;
602 cursor: pointer; }
603 #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraftcentral-help-icon {
604 background: url(../images/icons/help-icon.svg) no-repeat center center; }
605 #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraftcentral-settings-icon {
606 background: url(../images/icons/settings-icon.svg) no-repeat center center; }
607 #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraftcentral-profile {
608 display: none;
609 background: url(../images/icons/profile-icon.svg) no-repeat center center; }
610 #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraft-full-screen-icon {
611 background: url(../images/icons/fullscreen-icon.svg) no-repeat center center; }
612 #updraftcentral_dashboard #updraft-central-navigation .updraft-mobile-menu {
613 color: #94979F;
614 float: left; }
615 #updraftcentral_dashboard.updraft-fullscreen #updraft-central-content-container {
616 height: 100vh; }
617 #updraftcentral_dashboard #updraft-central-content-container {
618 height: 100vh; }
619 #updraftcentral_dashboard #updraft-central-content-container #updraft-central-content {
620 padding: 30px 15px 50px 15px; }
621 @media screen and (min-width: 670px) {
622 #updraftcentral_dashboard #updraft-central-content-container #updraft-central-content {
623 padding-left: 40px;
624 padding-right: 40px; } }
625 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar {
626 width: 200px;
627 padding-top: 30px;
628 float: left;
629 overflow-y: auto;
630 overflow-x: visible;
631 height: 100%;
632 background: #fff;
633 border: 0 none;
634 border-bottom: none;
635 display: block; }
636 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .logo {
637 display: block;
638 display: none; }
639 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .logo img {
640 margin-left: auto;
641 margin-right: auto; }
642 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .logo img.logo-landscape {
643 display: none; }
644 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar.sidebar-folded .logo img.logo-portrait {
645 display: none; }
646 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar.sidebar-folded .logo img.logo-landscape {
647 display: block; }
648 @media screen and (max-width: 670px) {
649 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar {
650 border-right: 1px solid #EAEDF0; } }
651 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within {
652 background: #f9f9f9; }
653 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container.hidden-modules {
654 border-top: 1px solid #EAEDF0; }
655 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container.hidden-modules .updraft-menu-item:hover {
656 border-left: 4px solid #ffffff; }
657 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item,
658 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-links,
659 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-active,
660 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-links-active {
661 background: #fff; }
662 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item,
663 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item-links,
664 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item-active,
665 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item-links-active {
666 background: #f9f9f9; }
667 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .menu-label {
668 margin: 0;
669 padding: 0; }
670 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item {
671 height: 48px;
672 font-size: 0.938rem;
673 color: #6E7078;
674 text-align: left;
675 line-height: 48px;
676 text-transform: uppercase;
677 vertical-align: middle;
678 padding: 0 0 0 18px;
679 border-left: 4px solid #fff;
680 cursor: pointer;
681 font-weight: normal; }
682 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:hover, #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:focus {
683 background: #fff;
684 color: #6E7078;
685 border-left: 4px solid #DE6726; }
686 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:hover .menu-label, #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:focus .menu-label {
687 color: #DE6726; }
688 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons {
689 height: 48px;
690 width: auto;
691 margin: 0 6px 0 0;
692 color: #6E7078; }
693 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons:before {
694 content: "";
695 height: 48px;
696 width: 20px;
697 display: inline-block;
698 margin: 0;
699 vertical-align: middle; }
700 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.sites:before {
701 background: url(../images/icons/site-outline-icon.svg) no-repeat left center; }
702 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.backups:before {
703 background: url(../images/icons/backup-outline-icon.svg) no-repeat left center; }
704 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.updates:before {
705 background: url(../images/icons/update-outline-icon.svg) no-repeat left center; }
706 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.updraftvault:before {
707 background: url(../images/icons/vault-outline-icon.svg) no-repeat left center; }
708 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.advancedtools:before {
709 background: url(../images/icons/tool-outline-icon.svg) no-repeat left center; }
710 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.users:before {
711 background: url(../images/icons/user-outline-icon.svg) no-repeat left center; }
712 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.comments:before {
713 background: url(../images/icons/comment-outline-icon.svg) no-repeat left center; }
714 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.analytics:before {
715 background: url(../images/icons/analytics-outline-icon.svg) no-repeat left center; }
716 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.dashicons-info:before {
717 background: url(../images/icons/upgrade-outline-icon.svg) no-repeat left center; }
718 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.wpo:before {
719 background: url(../images/icons/wpo-outline-icon.svg) no-repeat left center; }
720 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.modules-open:before {
721 background: url(../images/icons/hidden-modules-icon.svg) no-repeat left center; }
722 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.modules-close:before {
723 background: url(../images/icons/hidden-modules-close-icon.svg) no-repeat left center;
724 background-size: 16px; }
725 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.dashicons-visibility:before {
726 background: url(../images/icons/view-outline-icon.svg) no-repeat left center;
727 background-size: 19px; }
728 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-active,
729 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-links-active {
730 border-left: 4px solid #DE6726; }
731 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar.sidebar-folded .updraft-menu-item {
732 padding: 0 0 0 18px !important; }
733 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .module-visibility {
734 -webkit-appearance: none;
735 -moz-appearance: none;
736 appearance: none;
737 background: none;
738 border: none;
739 position: absolute;
740 cursor: pointer;
741 right: 5px;
742 top: 5px;
743 padding: 7px;
744 z-index: 1;
745 color: #C6C9D5; }
746 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .module-visibility:hover span {
747 color: #6E7078; }
748 #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .module-visibility:focus span {
749 color: #DE6726; }
750 #updraftcentral_dashboard #updraft-central-sidebar-button .updraft-central-sidebar-button-icon {
751 display: inline-block;
752 position: relative;
753 padding: 8px;
754 -webkit-box-sizing: content-box;
755 box-sizing: content-box;
756 border-radius: 3px; }
757 #updraftcentral_dashboard #updraft-central-sidebar-button .updraft-central-sidebar-button-icon img {
758 vertical-align: middle;
759 -webkit-transform: translateY(-3px);
760 transform: translateY(-3px); }
761 #updraftcentral_dashboard #updraft-central-sidebar-button:focus .updraft-central-sidebar-button-icon {
762 -webkit-box-shadow: 0 0 0 2px #de6726;
763 box-shadow: 0 0 0 2px #de6726; }
764 @media screen and (min-width: 670px) {
765 #updraftcentral_dashboard #updraft-central-sidebar-button {
766 display: block;
767 position: relative;
768 top: 0;
769 -webkit-transform: translatey(50%);
770 transform: translatey(50%);
771 background-color: #fff;
772 width: 100%;
773 border-radius: 0;
774 z-index: 1000; } }
775 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites {
776 width: 100%;
777 display: block;
778 margin: 0;
779 padding: 0;
780 background-color: transparent;
781 border-radius: 0; }
782 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row {
783 padding: 12px 12px 15px 12px;
784 border: 1px solid #EAEDF0;
785 border-radius: 0;
786 text-align: center;
787 margin-bottom: 12px;
788 position: relative;
789 -ms-flex-align: center;
790 -webkit-box-align: center;
791 align-items: center; }
792 @media screen and (min-width: 1200px) {
793 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row {
794 padding: 6px 25px 9px 25px;
795 text-align: left;
796 -webkit-box-pack: justify;
797 -ms-flex-pack: justify;
798 justify-content: space-between; } }
799 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_container {
800 margin-top: 15px;
801 margin-right: 0;
802 text-align: center; }
803 @media screen and (min-width: 1200px) {
804 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_container {
805 margin-top: 4px;
806 text-align: right; } }
807 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_extracontents {
808 width: 100%; }
809 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_sitelabel {
810 width: 100% !important;
811 padding-left: 0;
812 padding-right: 0; }
813 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_sitelabel .updraft_site_title {
814 font-size: 1.375rem;
815 font-weight: 400;
816 display: block;
817 max-width: 100% !important; }
818 @media screen and (min-width: 1200px) {
819 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_sitelabel .updraft_site_title {
820 min-width: 330px;
821 max-width: 500px; } }
822 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_url_after_description {
823 font-size: 0.875rem;
824 padding: 0;
825 display: inline-block; }
826 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_url_after_description:hover, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_url_after_description:focus {
827 color: #9f4818;
828 text-decoration: underline; }
829 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_site_buttons {
830 padding: 0; }
831 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_sort_icon {
832 display: none; }
833 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons {
834 width: 100% !important; }
835 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .icon-row-1,
836 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .icon-row-2 {
837 display: inline-block; }
838 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn {
839 width: 112px;
840 padding: 0.25rem 0.5rem; }
841 @media screen and (min-width: 1200px) {
842 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn {
843 width: auto; } }
844 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary {
845 background: transparent;
846 color: #6E7078 !important;
847 font-size: 0.813rem !important;
848 font-weight: normal; }
849 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:hover, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:focus, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary[aria-expanded=true] {
850 color: #DE6726 !important;
851 background-color: #ECECEC; }
852 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:hover span.dashicons, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:focus span.dashicons, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary[aria-expanded=true] span.dashicons {
853 mix-blend-mode: multiply; }
854 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons {
855 width: 100%;
856 height: auto;
857 display: block;
858 margin-left: auto;
859 margin-right: auto;
860 margin-bottom: 7px; }
861 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons:before {
862 content: "";
863 height: 20px;
864 display: inline-block;
865 vertical-align: middle; }
866 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wordpress-alt:before {
867 width: 20px;
868 background: url(../images/icons/wordpress-logo-icon.svg) no-repeat center center; }
869 @media screen and (min-width: 1200px) {
870 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary.more-option {
871 height: 57px; } }
872 @media screen and (max-width: 1200px) {
873 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary.more-option .dashicons-menu {
874 margin-bottom: 0;
875 border-top: 1px solid #EAEDF0;
876 padding-top: 10px; } }
877 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary.more-option .dashicons-menu:before {
878 width: 32px;
879 background: url(../images/icons/more-icon.svg) no-repeat center center; }
880 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-existing-backup:before {
881 width: 25px;
882 background: url(../images/icons/folder-icon.svg) no-repeat center center; }
883 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-backup-now:before {
884 width: 24px;
885 background: url(../images/icons/backup-icon.svg) no-repeat center center; }
886 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-configure:before {
887 width: 24px;
888 background: url(../images/icons/configure-icon.svg) no-repeat center center; }
889 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-show-updates:before {
890 width: 26px;
891 background: url(../images/icons/updates-icon.svg) no-repeat center center; }
892 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-media-document:before {
893 width: 25px;
894 background: url(../images/icons/folder-icon.svg) no-repeat center center; }
895 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-settings:before {
896 width: 21px;
897 background: url(../images/icons/tool-icon.svg) no-repeat center center; }
898 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-plus:before {
899 width: 31px;
900 background: url(../images/icons/add-user-icon.svg) no-repeat center center; }
901 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-users:before {
902 width: 20px;
903 background: url(../images/icons/user-icon.svg) no-repeat center center; }
904 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-comments:before {
905 width: 24px;
906 background: url(../images/icons/comments-icon.svg) no-repeat center center; }
907 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-tools:before {
908 width: 24px;
909 background: url(../images/icons/configure-icon.svg) no-repeat center center; }
910 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-analytics:before {
911 width: 30px;
912 background: url(../images/icons/analytics-icon.svg) no-repeat center center; }
913 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-edit-analytics:before {
914 width: 30px;
915 background: url(../images/icons/edit-analytics-icon.svg) no-repeat center center; }
916 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-tag:before {
917 width: 30px;
918 background: url(../images/icons/tag-icon.svg) no-repeat center center; }
919 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo:before {
920 width: 30px;
921 background: url(../images/icons/wpo-icon.svg) no-repeat center center; }
922 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-table:before {
923 width: 30px;
924 background: url(../images/icons/table-info-icon.svg) no-repeat center center; }
925 @media screen and (max-width: 576px) {
926 #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .updraftcentral-show-in-tab-backups .btn {
927 width: 84px; } }
928 #updraftcentral_dashboard #updraftcentral_sites_search_area {
929 margin-bottom: 30px; }
930 #updraftcentral_dashboard #updraftcentral_sites_search_area .form-control.udc_search_tag {
931 height: 52px;
932 padding: 12px 12px;
933 border: 1px solid #EAEDF0;
934 border-radius: 0 !important;
935 font-weight: normal; }
936 #updraftcentral_dashboard #updraftcentral_sites_search_area .form-control.udc_search_tag:focus {
937 border-color: #6E7078; }
938 #updraftcentral_dashboard .updraftcentral-filter-search label {
939 display: none; }
940 #updraftcentral_dashboard .updraftcentral-filter-search .input-group-btn {
941 display: inline-block; }
942 #updraftcentral_dashboard .updraftcentral-filter-search .updraftcentral-filter-btn {
943 height: 38px; }
944 #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar {
945 border: 0 none;
946 margin-bottom: 20px; }
947 #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar #uc_task_progress_status {
948 font-size: 0.938rem;
949 font-style: normal;
950 font-weight: 300;
951 top: 25px; }
952 #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar .ui-progressbar-value {
953 margin: 0;
954 background-color: #DE6726;
955 border-radius: 3px;
956 height: 12px;
957 float: left; }
958 #updraftcentral_dashboard .updraft_existing_backups_output > button.btn-refresh,
959 #updraftcentral_dashboard .updraft_site_settings_output > button.btn-refresh,
960 #updraftcentral_dashboard .updraft_module_output > button.btn-refresh {
961 margin-bottom: 20px; }
962 #updraftcentral_dashboard .updraftcentral_action_box {
963 padding: 0;
964 margin: 0 0 20px 0;
965 text-align: right; }
966 #updraftcentral_dashboard .updraftcentral_action_box #updraftcentral_dashboard_newsite img {
967 margin-left: auto;
968 margin-right: auto; }
969 #updraftcentral_dashboard .updraft_updates_output {
970 margin-top: 30px; }
971 @media screen and (min-width: 991px) {
972 #updraftcentral_dashboard .updraft_updates_output {
973 text-align: left; } }
974 #updraftcentral_dashboard .updraft_updates_output .update-buttons {
975 margin-top: 10px; }
976 @media screen and (min-width: 991px) {
977 #updraftcentral_dashboard .updraft_updates_output .update-buttons {
978 margin-top: 0px; } }
979 #updraftcentral_dashboard .updraft_updates_output .update-item {
980 padding: 0.5rem 0;
981 border-bottom: 1px solid #EAEDF0; }
982 @media screen and (max-width: 1200px) {
983 #updraftcentral_dashboard .updraft_updates_output .update-item {
984 margin-left: 0;
985 margin-right: 0; } }
986 #updraftcentral_dashboard .updraft_updates_output.updraft_module_output .filter-by-keyword-container {
987 margin-bottom: 30px; }
988 #updraftcentral_dashboard .updraft_updates_output .filter-section .filter-elements,
989 #updraftcentral_dashboard .updraft_updates_output .filter-section .filter_type {
990 margin-top: 0 !important; }
991 #updraftcentral_dashboard .updraft_updates_output .filter-section .filter-elements {
992 margin-bottom: 20px; }
993 @media screen and (min-width: 992px) {
994 #updraftcentral_dashboard .updraft_updates_output .filter-section .filter-elements {
995 margin-bottom: 0;
996 text-align: right; } }
997 #updraftcentral_dashboard .updraft_updates_output .filter-section .filter_type {
998 display: inline-block;
999 margin-right: 13px;
1000 margin-left: 0; }
1001 @media screen and (min-width: 992px) {
1002 #updraftcentral_dashboard .updraft_updates_output .filter-section .filter_type {
1003 margin-left: 20px;
1004 margin-right: 0; } }
1005 #updraftcentral_dashboard .expertmode {
1006 margin-top: 30px; }
1007 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu {
1008 padding-bottom: 10px; }
1009 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_text.dashicons-info {
1010 color: #6E7078; }
1011 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_button {
1012 color: #6E7078 !important;
1013 border: 1px solid #fff; }
1014 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_button.active, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_button:hover {
1015 background: transparent;
1016 border: 1px solid #94979F; }
1017 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content {
1018 margin-top: 30px;
1019 padding: 0; }
1020 @media screen and (max-width: 1200px) {
1021 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content thead, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content tbody, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content th, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content td, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content tr {
1022 width: 100%;
1023 display: block; } }
1024 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table th,
1025 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table td {
1026 font-size: 1rem;
1027 font-weight: 400;
1028 text-align: left;
1029 vertical-align: top;
1030 border-bottom: 1px solid #EAEDF0; }
1031 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table th {
1032 width: 100%;
1033 min-height: 24px;
1034 -webkit-box-sizing: content-box;
1035 box-sizing: content-box;
1036 padding-right: 10px;
1037 padding-left: 13px;
1038 background-color: #fbf9f9; }
1039 @media screen and (min-width: 1200px) {
1040 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table th {
1041 width: 33%;
1042 background-color: transparent;
1043 padding-left: 0; } }
1044 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table td {
1045 padding-left: 13px; }
1046 @media screen and (min-width: 1200px) {
1047 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table td {
1048 width: 67%;
1049 padding-left: 0px; } }
1050 #updraftcentral_dashboard .advanced_settings_container .advanced_tools {
1051 padding-bottom: 20px; }
1052 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary {
1053 width: auto;
1054 border: 0 none;
1055 font-size: 0.938rem;
1056 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1057 font-weight: 400;
1058 border-radius: 3px;
1059 padding: .4rem 1rem;
1060 line-height: 1.5;
1061 display: inline-block;
1062 border-radius: 3px;
1063 color: #ffffff !important;
1064 background-color: #DE6726;
1065 height: auto;
1066 margin: 0;
1067 float: none !important;
1068 margin-bottom: 20px !important; }
1069 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary:hover {
1070 border: 0 none; }
1071 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary:hover, #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary:focus {
1072 background-color: #b5521c; }
1073 @media screen and (min-width: 1200px) {
1074 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary {
1075 float: left;
1076 margin: 0 10px 0 0; } }
1077 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings p {
1078 margin-bottom: 5px; }
1079 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary {
1080 width: auto;
1081 border: 0 none;
1082 font-size: 0.938rem;
1083 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1084 font-weight: 400;
1085 border-radius: 3px;
1086 padding: .4rem 1rem;
1087 line-height: 1.5;
1088 display: inline-block;
1089 border-radius: 3px;
1090 color: #ffffff !important;
1091 background-color: #DE6726;
1092 height: auto;
1093 margin: 0;
1094 float: none !important; }
1095 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary:hover {
1096 border: 0 none; }
1097 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary:hover, #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary:focus {
1098 background-color: #b5521c; }
1099 @media screen and (min-width: 1200px) {
1100 #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary {
1101 float: left;
1102 margin: 0 10px 0 0; } }
1103 #updraftcentral_dashboard .updraft_existing_backups_output {
1104 margin-top: 30px; }
1105 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups {
1106 padding: 0;
1107 margin: 0; }
1108 @media screen and (max-width: 1200px) {
1109 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups table, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups thead, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups tbody, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups th, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups td, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups tr {
1110 width: 100%;
1111 display: block; } }
1112 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups tr {
1113 display: none; }
1114 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table thead {
1115 display: none; }
1116 @media screen and (max-width: 1200px) {
1117 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row {
1118 display: block; } }
1119 @media screen and (min-width: 1200px) {
1120 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row {
1121 display: table-row; } }
1122 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td {
1123 vertical-align: top;
1124 text-align: center; }
1125 @media screen and (min-width: 1200px) {
1126 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td {
1127 text-align: left; } }
1128 @media screen and (min-width: 1200px) {
1129 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_date {
1130 width: 180px;
1131 text-align: left; } }
1132 @media screen and (min-width: 1200px) {
1133 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.before-restore-button {
1134 width: 160px; } }
1135 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage {
1136 padding-top: 0px;
1137 padding-bottom: 0px; }
1138 @media screen and (min-width: 1200px) {
1139 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage {
1140 width: 140px;
1141 min-width: 140px;
1142 padding: 12px 0;
1143 padding-right: 20px; } }
1144 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage .stored_icon {
1145 width: 20px;
1146 height: auto;
1147 display: inline-block;
1148 margin-right: 5px; }
1149 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage .stored_icon:last-of-type {
1150 margin-right: 0; }
1151 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_data {
1152 padding-bottom: 0; }
1153 @media screen and (min-width: 1200px) {
1154 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_data {
1155 padding: 12px 0; } }
1156 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label .delete-backup-container,
1157 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label div {
1158 display: inline-block;
1159 float: none; }
1160 @media screen and (min-width: 1200px) {
1161 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label .delete-backup-container,
1162 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label div {
1163 float: left; } }
1164 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label .updraft-backup-label {
1165 display: none; }
1166 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table .updraft-viewlogdiv {
1167 display: none; }
1168 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span {
1169 width: 17px;
1170 height: 17px;
1171 font: 0/0 a;
1172 margin: 0 5px 0 0; }
1173 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span:before {
1174 content: "";
1175 width: 100%;
1176 height: 100%;
1177 display: inline-block;
1178 margin-top: 2px; }
1179 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span.dashicons-arrow-right:before {
1180 background: url(../images/icons/chevron-right-orange.svg) no-repeat center center; }
1181 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span.dashicons-arrow-down:before {
1182 background: url(../images/icons/chevron-down-orange.svg) no-repeat center center; }
1183 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data:hover {
1184 color: #DE6726; }
1185 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table .delete-backup-container {
1186 margin: 4px 0 0 0;
1187 font: 0/0 a; }
1188 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table .delete-backup-container input[type=checkbox] {
1189 margin: 0 10px 0 0; }
1190 #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups #btn-backup-bulk-delete {
1191 margin-top: 0;
1192 margin-bottom: 15px; }
1193 #updraftcentral_dashboard .updraft_existing_backups_output .dashicons-image-rotate {
1194 top: 0;
1195 left: 0; }
1196 #updraftcentral_dashboard .existing-backups-table thead tr td[colspan="3"],
1197 #updraftcentral_dashboard .existing-backups-table thead tr td[colspan="4"],
1198 #updraftcentral_dashboard .existing-backups-table tbody tr td[colspan="4"] {
1199 display: none; }
1200 #updraftcentral_dashboard .updraft_site_settings_output {
1201 margin-top: 30px; }
1202 @media screen and (max-width: 1200px) {
1203 #updraftcentral_dashboard .updraft_site_settings_output table, #updraftcentral_dashboard .updraft_site_settings_output thead, #updraftcentral_dashboard .updraft_site_settings_output tbody, #updraftcentral_dashboard .updraft_site_settings_output th, #updraftcentral_dashboard .updraft_site_settings_output td, #updraftcentral_dashboard .updraft_site_settings_output tr {
1204 width: 100%;
1205 display: block; } }
1206 #updraftcentral_dashboard .updraft_site_settings_output table {
1207 width: 100% !important; }
1208 @media screen and (min-width: 1200px) {
1209 #updraftcentral_dashboard .updraft_site_settings_output th {
1210 width: 25%; } }
1211 #updraftcentral_dashboard .updraft_site_settings_output hr {
1212 width: 0px !important;
1213 display: none; }
1214 #updraftcentral_dashboard .updraft_site_settings_output .updraft_settings_sectionheading {
1215 font-size: 1.375rem !important; }
1216 #updraftcentral_dashboard .updraft_site_settings_output > .form-table {
1217 width: 100%; }
1218 @media screen and (min-width: 1200px) {
1219 #updraftcentral_dashboard .updraft_site_settings_output > .form-table {
1220 width: 75%; } }
1221 #updraftcentral_dashboard .updraft_site_settings_output > .form-table div {
1222 float: none !important; }
1223 #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules select {
1224 margin-top: 15px; }
1225 #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete {
1226 color: #6E7078;
1227 font-size: 1.4rem;
1228 font-weight: 300;
1229 line-height: 1.2;
1230 margin: 0;
1231 padding: 0px 0 2px 0; }
1232 #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete .dashicons {
1233 vertical-align: middle; }
1234 #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete:hover {
1235 background-color: transparent; }
1236 #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete:hover .dashicons {
1237 color: #F00; }
1238 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container {
1239 -webkit-column-count: auto !important;
1240 -moz-column-count: auto !important;
1241 column-count: auto !important;
1242 height: auto;
1243 display: -webkit-box;
1244 display: -ms-flexbox;
1245 display: flex;
1246 -ms-flex-wrap: wrap;
1247 flex-wrap: wrap; }
1248 @media screen and (max-width: 582px) {
1249 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container {
1250 -webkit-column-count: auto !important;
1251 -moz-column-count: auto !important;
1252 column-count: auto !important; } }
1253 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
1254 width: 30%;
1255 margin: 0 10px 10px 0;
1256 padding: 12px;
1257 line-height: 1.4 !important;
1258 background-color: #fff;
1259 border: 1px solid #e0e0e0;
1260 border-radius: 0;
1261 display: -webkit-box;
1262 display: -ms-flexbox;
1263 display: flex;
1264 -webkit-box-align: center;
1265 -ms-flex-align: center;
1266 align-items: center;
1267 word-break: break-word; }
1268 @media screen and (max-width: 582px) {
1269 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
1270 width: 47%; } }
1271 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked,
1272 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked {
1273 margin: 0 0 0 7px;
1274 line-height: 1.1;
1275 vertical-align: middle; }
1276 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked {
1277 color: #DE6726; }
1278 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked-image,
1279 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked-image {
1280 vertical-align: middle; }
1281 body.updraftcentral-medium #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
1282 width: 47%; }
1283 body.updraftcentral-medium #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked-image,
1284 body.updraftcentral-medium #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked-image {
1285 width: 60px; }
1286 body.updraftcentral-small #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
1287 width: 100%; }
1288 body.updraftcentral-small #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked-image,
1289 body.updraftcentral-small #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked-image {
1290 width: 60px; }
1291 #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container input.labelauty:checked + label {
1292 background-color: #EAEDF0 !important; }
1293 #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td {
1294 margin: 15px 0 0 0;
1295 padding: 0;
1296 border-bottom: 1px solid #EAEDF0;
1297 list-style-type: none; }
1298 #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td .nav-tab {
1299 color: #94979F;
1300 padding: 4px 20px;
1301 border-radius: 2px 2px 0px 0px;
1302 background: #F3F5F7;
1303 border-top: 1px solid #EAEDF0;
1304 border-left: 0 none;
1305 border-right: 1px solid #EAEDF0;
1306 border-bottom: 1px solid #EAEDF0;
1307 font-size: 1rem;
1308 font-weight: 400; }
1309 #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td .nav-tab:hover {
1310 border-color: #EAEDF0;
1311 background: #ffffff; }
1312 #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td .nav-tab.nav-tab-active {
1313 background: #ffffff;
1314 border-bottom: 1px solid #ffffff; }
1315 #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td:first-child a {
1316 border-left: 1px solid #EAEDF0; }
1317 #updraftcentral_dashboard table.updraftcentral_comparison td {
1318 text-align: center;
1319 border-bottom: 1px solid #EAEDF0; }
1320 #updraftcentral_dashboard table.updraftcentral_comparison td.logo img {
1321 margin: 0 auto; }
1322 #updraftcentral_dashboard .updraftcentral_comment_filters {
1323 margin-top: 30px; }
1324 #updraftcentral_dashboard .updraftcentral_user_filters {
1325 margin-top: 30px; }
1326 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group {
1327 text-align: left; }
1328 @media screen and (max-width: 1200px) {
1329 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group th {
1330 display: none; } }
1331 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td.wp-optimize-settings-optimization-run {
1332 text-align: right; }
1333 @media screen and (max-width: 1200px) {
1334 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td.wp-optimize-settings-optimization-run {
1335 text-align: left; } }
1336 #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button {
1337 width: auto;
1338 border: 0 none;
1339 font-size: 0.938rem;
1340 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1341 font-weight: 400;
1342 border-radius: 3px;
1343 padding: .4rem 1rem;
1344 line-height: 1.5;
1345 display: inline-block;
1346 border-radius: 3px;
1347 width: auto;
1348 border: 0 none;
1349 font-size: 0.938rem;
1350 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1351 font-weight: 400;
1352 border-radius: 3px;
1353 padding: .4rem 1rem;
1354 line-height: 1.5;
1355 display: inline-block;
1356 border-radius: 3px;
1357 color: #DE6726 !important;
1358 border: 1px solid #DE6726 !important;
1359 background: transparent;
1360 background-color: transparent;
1361 font-weight: 400; }
1362 #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:hover {
1363 border: 0 none; }
1364 #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:hover {
1365 border: 0 none; }
1366 #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:hover, #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:focus {
1367 color: #fff !important;
1368 background: #DE6726;
1369 background-color: #DE6726;
1370 border: 1px solid #DE6726 !important; }
1371 #updraftcentral_dashboard .updraftcentral_wpo_rows #wp_optimize_status_box {
1372 border-top: 1px solid #EAEDF0 !important; }
1373 #updraftcentral_dashboard .updraftcentral_wpo_rows form#settings_form {
1374 border-bottom: 1px solid #EAEDF0 !important;
1375 padding-bottom: 17px; }
1376 @media screen and (max-width: 1200px) {
1377 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group table, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group thead, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group tbody, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group th, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group tr {
1378 width: 100%;
1379 display: block; } }
1380 @media screen and (max-width: 1200px) {
1381 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td,
1382 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-checkbox {
1383 display: inline-block; }
1384 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td {
1385 width: 80%; }
1386 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-checkbox {
1387 width: 25px; }
1388 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-info,
1389 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-run {
1390 width: 100%;
1391 display: block; }
1392 #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-info {
1393 padding: 0; } }
1394 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list th,
1395 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td,
1396 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list .th,
1397 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list .td {
1398 border-bottom: 1px solid #EAEDF0; }
1399 @media screen and (max-width: 991px) {
1400 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list thead {
1401 border: none;
1402 clip: rect(0 0 0 0);
1403 height: 1px;
1404 margin: -1px;
1405 overflow: hidden;
1406 padding: 0;
1407 position: absolute;
1408 width: 1px; }
1409 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list tr {
1410 display: block;
1411 margin-bottom: .625em; }
1412 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td {
1413 display: block;
1414 text-align: right; }
1415 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td:before {
1416 /*
1417 * aria-label has no advantage, it won't be read inside a table
1418 content: attr(aria-label);
1419 */
1420 content: attr(data-label);
1421 float: left; }
1422 #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td:last-child {
1423 border-bottom: 0; } }
1424 #updraftcentral_dashboard .updraftcentral_updraftvault_filters {
1425 margin-top: 30px; }
1426 #updraftcentral_dashboard .updraftcentral_updraftvault_filters hr {
1427 display: none; }
1428 #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn {
1429 width: auto;
1430 border: 0 none;
1431 font-size: 0.938rem;
1432 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1433 font-weight: 400;
1434 border-radius: 3px;
1435 padding: .4rem 1rem;
1436 line-height: 1.5;
1437 display: inline-block;
1438 border-radius: 3px;
1439 color: #ffffff !important;
1440 background-color: #94979F; }
1441 #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn:hover {
1442 border: 0 none; }
1443 #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn:hover, #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn:focus {
1444 background-color: #afb1b7; }
1445 #updraftcentral_dashboard .updraftcentral_updraftvault_table {
1446 border: 0 none;
1447 text-align: left; }
1448 #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary {
1449 width: auto;
1450 border: 0 none;
1451 font-size: 0.938rem;
1452 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1453 font-weight: 400;
1454 border-radius: 3px;
1455 padding: .4rem 1rem;
1456 line-height: 1.5;
1457 display: inline-block;
1458 border-radius: 3px;
1459 color: #ffffff !important;
1460 background-color: #DE6726; }
1461 #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary:hover {
1462 border: 0 none; }
1463 #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary:hover, #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary:focus {
1464 background-color: #b5521c; }
1465 #updraftcentral_dashboard .updraftcentral_updraftvault_table .row {
1466 border-bottom: 1px solid #EAEDF0;
1467 border-top: 0 none; }
1468 #updraftcentral_dashboard .updraftcentral_updraftvault_header .col-md-6 {
1469 width: auto !important;
1470 text-align: left; }
1471 #updraftcentral_dashboard .updraftcentral_updraftvault_header .per_page_label {
1472 width: auto;
1473 max-width: 100%;
1474 font-size: 1rem;
1475 padding-right: 0;
1476 display: inline-block; }
1477 #updraftcentral_dashboard .updraftcentral_updraftvault_header .col-md-2 {
1478 width: auto !important;
1479 display: inline-block; }
1480 #updraftcentral_dashboard .updraftcentral_updraftvault_header .per_page {
1481 width: 100px; }
1482 @media screen and (min-width: 1200px) and (max-width: 1380px) {
1483 #updraftcentral_dashboard.updraftcentral_mode_backups .updraftcentral_row_site_buttons.col-xl-4 {
1484 -webkit-box-flex: 0;
1485 -ms-flex: 0 0 43.333333%;
1486 flex: 0 0 43.333333%;
1487 max-width: 43.333333%; } }
1488 @media screen and (min-width: 1200px) and (max-width: 1380px) {
1489 #updraftcentral_dashboard.updraftcentral_mode_backups .updraftcentral_row_sitelabel.col-xl-5 {
1490 -webkit-box-flex: 0;
1491 -ms-flex: 0 0 28.333333%;
1492 flex: 0 0 28.333333%;
1493 max-width: 28.333333%; } }
1494 @media screen and (min-width: 1200px) and (max-width: 1380px) {
1495 #updraftcentral_dashboard.updraftcentral_mode_backups .updraftcentral_tags.col-xl-3 {
1496 -webkit-box-flex: 0;
1497 -ms-flex: 0 0 20%;
1498 flex: 0 0 20%;
1499 max-width: 20%; } }
1500
1501 #updraftcentral_modal_dialog a,
1502 .bootbox.modal a {
1503 color: #DE6726;
1504 text-decoration: none;
1505 padding: 0;
1506 margin: 0;
1507 outline: none; }
1508 #updraftcentral_modal_dialog a:hover, #updraftcentral_modal_dialog a:focus,
1509 .bootbox.modal a:hover,
1510 .bootbox.modal a:focus {
1511 color: #9f4818;
1512 text-decoration: none; }
1513 #updraftcentral_modal_dialog a:visited,
1514 .bootbox.modal a:visited {
1515 color: #DE6726; }
1516
1517 #updraftcentral_modal_dialog .modal-header h1,
1518 #updraftcentral_modal_dialog .modal-header h2,
1519 #updraftcentral_modal_dialog .modal-header h3,
1520 #updraftcentral_modal_dialog .modal-header h4,
1521 #updraftcentral_modal_dialog .modal-header h5,
1522 #updraftcentral_modal_dialog .modal-header h6,
1523 #updraftcentral_modal_dialog .modal-body h1,
1524 #updraftcentral_modal_dialog .modal-body h2,
1525 #updraftcentral_modal_dialog .modal-body h3,
1526 #updraftcentral_modal_dialog .modal-body h4,
1527 #updraftcentral_modal_dialog .modal-body h5,
1528 #updraftcentral_modal_dialog .modal-body h6,
1529 .bootbox.modal .modal-header h1,
1530 .bootbox.modal .modal-header h2,
1531 .bootbox.modal .modal-header h3,
1532 .bootbox.modal .modal-header h4,
1533 .bootbox.modal .modal-header h5,
1534 .bootbox.modal .modal-header h6,
1535 .bootbox.modal .modal-body h1,
1536 .bootbox.modal .modal-body h2,
1537 .bootbox.modal .modal-body h3,
1538 .bootbox.modal .modal-body h4,
1539 .bootbox.modal .modal-body h5,
1540 .bootbox.modal .modal-body h6 {
1541 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif !important;
1542 font-weight: 300 !important;
1543 margin-bottom: 10px; }
1544
1545 #updraftcentral_modal_dialog .modal-header p,
1546 #updraftcentral_modal_dialog .modal-body p,
1547 .bootbox.modal .modal-header p,
1548 .bootbox.modal .modal-body p {
1549 padding-bottom: 15px; }
1550
1551 #updraftcentral_modal_dialog .modal-header .txt-small,
1552 #updraftcentral_modal_dialog .modal-body .txt-small,
1553 .bootbox.modal .modal-header .txt-small,
1554 .bootbox.modal .modal-body .txt-small {
1555 font-size: 85%; }
1556
1557 #updraftcentral_modal_dialog .modal-header h1,
1558 #updraftcentral_modal_dialog .modal-header h2,
1559 #updraftcentral_modal_dialog .modal-header h3,
1560 #updraftcentral_modal_dialog .modal-header h4,
1561 #updraftcentral_modal_dialog .modal-header h5,
1562 #updraftcentral_modal_dialog .modal-header h6,
1563 .bootbox.modal .modal-header h1,
1564 .bootbox.modal .modal-header h2,
1565 .bootbox.modal .modal-header h3,
1566 .bootbox.modal .modal-header h4,
1567 .bootbox.modal .modal-header h5,
1568 .bootbox.modal .modal-header h6 {
1569 margin-bottom: 0; }
1570
1571 #updraftcentral_modal_dialog .modal-content,
1572 .bootbox.modal .modal-content {
1573 border: 0 none;
1574 border-radius: 6px; }
1575
1576 #updraftcentral_modal_dialog .modal-header,
1577 #updraftcentral_modal_dialog .modal-body,
1578 #updraftcentral_modal_dialog .modal-footer,
1579 .bootbox.modal .modal-header,
1580 .bootbox.modal .modal-body,
1581 .bootbox.modal .modal-footer {
1582 padding: 25px; }
1583
1584 #updraftcentral_modal_dialog .modal-body label,
1585 #updraftcentral_modal_dialog .modal-body .updraftcentral_addsite_label,
1586 .bootbox.modal .modal-body label,
1587 .bootbox.modal .modal-body .updraftcentral_addsite_label {
1588 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1589 font-weight: 300;
1590 font-size: 1.125rem;
1591 margin-top: 0;
1592 margin-bottom: 0; }
1593 #updraftcentral_modal_dialog .modal-body label.label-top,
1594 #updraftcentral_modal_dialog .modal-body .updraftcentral_addsite_label.label-top,
1595 .bootbox.modal .modal-body label.label-top,
1596 .bootbox.modal .modal-body .updraftcentral_addsite_label.label-top {
1597 width: 100%;
1598 display: block; }
1599
1600 #updraftcentral_modal_dialog .modal-body textarea,
1601 #updraftcentral_modal_dialog .modal-body select,
1602 #updraftcentral_modal_dialog .modal-body input[type=text],
1603 #updraftcentral_modal_dialog .modal-body input[type=password],
1604 #updraftcentral_modal_dialog .modal-body input[type=checkbox],
1605 #updraftcentral_modal_dialog .modal-body input[type=radio],
1606 #updraftcentral_modal_dialog .modal-body input[type=number],
1607 .bootbox.modal .modal-body textarea,
1608 .bootbox.modal .modal-body select,
1609 .bootbox.modal .modal-body input[type=text],
1610 .bootbox.modal .modal-body input[type=password],
1611 .bootbox.modal .modal-body input[type=checkbox],
1612 .bootbox.modal .modal-body input[type=radio],
1613 .bootbox.modal .modal-body input[type=number] {
1614 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1615 font-weight: 400;
1616 font-size: 1rem;
1617 line-height: 1.25;
1618 color: #6E7078;
1619 margin-bottom: 15px;
1620 padding: 5px 12px;
1621 border: 1px solid #C6C9D5;
1622 border-radius: 1px !important;
1623 appearance: none;
1624 -moz-appearance: none;
1625 /* Firefox */
1626 -webkit-appearance: none;
1627 /* Safari and Chrome */
1628 box-shadow: none;
1629 box-sizing: border-box; }
1630
1631 #updraftcentral_modal_dialog .modal-body input[type=number],
1632 .bootbox.modal .modal-body input[type=number] {
1633 width: 60px; }
1634
1635 #updraftcentral_modal_dialog .modal-body input[type=text],
1636 #updraftcentral_modal_dialog .modal-body input[type=password],
1637 #updraftcentral_modal_dialog .modal-body select,
1638 .bootbox.modal .modal-body input[type=text],
1639 .bootbox.modal .modal-body input[type=password],
1640 .bootbox.modal .modal-body select {
1641 height: 34px;
1642 width: auto;
1643 display: inline-block; }
1644 #updraftcentral_modal_dialog .modal-body input[type=text]:focus,
1645 #updraftcentral_modal_dialog .modal-body input[type=password]:focus,
1646 #updraftcentral_modal_dialog .modal-body select:focus,
1647 .bootbox.modal .modal-body input[type=text]:focus,
1648 .bootbox.modal .modal-body input[type=password]:focus,
1649 .bootbox.modal .modal-body select:focus {
1650 border-color: #94979F; }
1651 #updraftcentral_modal_dialog .modal-body input[type=text].field-error,
1652 #updraftcentral_modal_dialog .modal-body input[type=password].field-error,
1653 #updraftcentral_modal_dialog .modal-body select.field-error,
1654 .bootbox.modal .modal-body input[type=text].field-error,
1655 .bootbox.modal .modal-body input[type=password].field-error,
1656 .bootbox.modal .modal-body select.field-error {
1657 border: 1px solid #DE6726 !important; }
1658
1659 #updraftcentral_modal_dialog .modal-body input[type=checkbox],
1660 .bootbox.modal .modal-body input[type=checkbox] {
1661 appearance: checkbox;
1662 -moz-appearance: checkbox;
1663 /* Firefox */
1664 -webkit-appearance: checkbox;
1665 /* Safari and Chrome */
1666 margin: 2px 10px 3px 0;
1667 display: inline-block; }
1668
1669 #updraftcentral_modal_dialog .modal-body input[type=radio],
1670 .bootbox.modal .modal-body input[type=radio] {
1671 appearance: radio;
1672 -moz-appearance: radio;
1673 /* Firefox */
1674 -webkit-appearance: radio;
1675 /* Safari and Chrome */
1676 margin: 1px 10px 3px 0; }
1677
1678 #updraftcentral_modal_dialog .modal-body select,
1679 .bootbox.modal .modal-body select {
1680 width: 100%;
1681 background-color: #fff;
1682 background: url(../images/icons/chevron-down-grey.png) no-repeat 97% 50% #fff;
1683 padding-right: 43px; }
1684
1685 #updraftcentral_modal_dialog .modal-body textarea,
1686 .bootbox.modal .modal-body textarea {
1687 width: 100%;
1688 height: auto;
1689 min-height: 150px; }
1690
1691 #updraftcentral_modal_dialog .modal-body .form-group,
1692 .bootbox.modal .modal-body .form-group {
1693 margin-bottom: 0 !important; }
1694
1695 #updraftcentral_modal_dialog .modal-body .field-error-text,
1696 .bootbox.modal .modal-body .field-error-text {
1697 color: #DE6726 !important;
1698 font-size: 0.8rem !important;
1699 font-weight: 400 !important;
1700 margin-top: -10px !important;
1701 margin-bottom: 10px; }
1702
1703 #updraftcentral_modal_dialog .modal-header,
1704 .bootbox.modal .modal-header {
1705 background-color: #F3F5F7;
1706 padding-top: 10px;
1707 padding-bottom: 10px;
1708 border-radius: 6px 6px 0 0; }
1709 #updraftcentral_modal_dialog .modal-header .modal-title,
1710 .bootbox.modal .modal-header .modal-title {
1711 font-size: 1.375rem;
1712 font-weight: 300 !important;
1713 color: #6E7078; }
1714
1715 #updraftcentral_modal_dialog .modal-header .close,
1716 #updraftcentral_modal_dialog .modal-body .close,
1717 .bootbox.modal .modal-header .close,
1718 .bootbox.modal .modal-body .close {
1719 width: 26px;
1720 height: 26px;
1721 color: #000;
1722 font-size: 1.4rem;
1723 font-weight: 300;
1724 line-height: 0;
1725 margin: 0;
1726 padding: 0px 0 2px 0;
1727 opacity: 0.2;
1728 text-shadow: 0px 0px 0px transparent;
1729 border: 2px solid #000;
1730 border-radius: 50%; }
1731 #updraftcentral_modal_dialog .modal-header .close:hover,
1732 #updraftcentral_modal_dialog .modal-body .close:hover,
1733 .bootbox.modal .modal-header .close:hover,
1734 .bootbox.modal .modal-body .close:hover {
1735 opacity: 0.2; }
1736
1737 #updraftcentral_modal_dialog .modal-footer,
1738 .bootbox.modal .modal-footer {
1739 padding-top: 15px;
1740 border: 0 none; }
1741
1742 #updraftcentral_modal_dialog .btn-primary,
1743 #updraftcentral_modal_dialog .modal-footer .btn-primary,
1744 .bootbox.modal .btn-primary,
1745 .bootbox.modal .modal-footer .btn-primary {
1746 width: auto;
1747 border: 0 none;
1748 font-size: 0.938rem;
1749 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1750 font-weight: 400;
1751 border-radius: 3px;
1752 padding: .4rem 1rem;
1753 line-height: 1.5;
1754 display: inline-block;
1755 border-radius: 3px;
1756 color: #ffffff !important;
1757 background-color: #DE6726; }
1758 #updraftcentral_modal_dialog .btn-primary:hover,
1759 #updraftcentral_modal_dialog .modal-footer .btn-primary:hover,
1760 .bootbox.modal .btn-primary:hover,
1761 .bootbox.modal .modal-footer .btn-primary:hover {
1762 border: 0 none; }
1763 #updraftcentral_modal_dialog .btn-primary:hover, #updraftcentral_modal_dialog .btn-primary:focus,
1764 #updraftcentral_modal_dialog .modal-footer .btn-primary:hover,
1765 #updraftcentral_modal_dialog .modal-footer .btn-primary:focus,
1766 .bootbox.modal .btn-primary:hover,
1767 .bootbox.modal .btn-primary:focus,
1768 .bootbox.modal .modal-footer .btn-primary:hover,
1769 .bootbox.modal .modal-footer .btn-primary:focus {
1770 background-color: #b5521c; }
1771
1772 #updraftcentral_modal_dialog .btn-secondary,
1773 #updraftcentral_modal_dialog .modal-footer .btn-secondary,
1774 .bootbox.modal .btn-secondary,
1775 .bootbox.modal .modal-footer .btn-secondary {
1776 width: auto;
1777 border: 0 none;
1778 font-size: 0.938rem;
1779 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1780 font-weight: 400;
1781 border-radius: 3px;
1782 padding: .4rem 1rem;
1783 line-height: 1.5;
1784 display: inline-block;
1785 border-radius: 3px;
1786 color: #ffffff !important;
1787 background-color: #94979F; }
1788 #updraftcentral_modal_dialog .btn-secondary:hover,
1789 #updraftcentral_modal_dialog .modal-footer .btn-secondary:hover,
1790 .bootbox.modal .btn-secondary:hover,
1791 .bootbox.modal .modal-footer .btn-secondary:hover {
1792 border: 0 none; }
1793 #updraftcentral_modal_dialog .btn-secondary:hover, #updraftcentral_modal_dialog .btn-secondary:focus,
1794 #updraftcentral_modal_dialog .modal-footer .btn-secondary:hover,
1795 #updraftcentral_modal_dialog .modal-footer .btn-secondary:focus,
1796 .bootbox.modal .btn-secondary:hover,
1797 .bootbox.modal .btn-secondary:focus,
1798 .bootbox.modal .modal-footer .btn-secondary:hover,
1799 .bootbox.modal .modal-footer .btn-secondary:focus {
1800 background-color: #afb1b7; }
1801
1802 #updraftcentral_modal_dialog .modal-content .modal-body ul,
1803 .bootbox.modal .modal-content .modal-body ul {
1804 list-style-type: disc;
1805 margin: 0 0 20px 0;
1806 padding-left: 20px; }
1807
1808 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs,
1809 .bootbox.modal .modal-content .modal-body .ui-tabs {
1810 width: auto; }
1811 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel,
1812 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
1813 width: 100%; }
1814 @media screen and (min-width: 576px) {
1815 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel,
1816 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
1817 width: 74%; } }
1818 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav,
1819 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
1820 width: 100%;
1821 margin: 0 0 20px 0;
1822 padding: 0;
1823 border-bottom: 1px solid #F3F5F7; }
1824 @media screen and (min-width: 576px) {
1825 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav,
1826 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
1827 width: 22%;
1828 margin: 0 4% 0 0;
1829 border: none 0; } }
1830 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
1831 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
1832 width: 50%;
1833 margin: 0;
1834 font-weight: 300;
1835 float: left;
1836 clear: none;
1837 text-align: center; }
1838 @media screen and (min-width: 576px) {
1839 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
1840 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
1841 width: 100%;
1842 display: block;
1843 margin-bottom: 1px;
1844 clear: left;
1845 text-align: left; } }
1846 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active,
1847 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
1848 text-decoration: none;
1849 font-weight: 300;
1850 background-color: #F3F5F7; }
1851 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a,
1852 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
1853 text-transform: uppercase;
1854 text-decoration: none;
1855 color: #6E7078;
1856 padding: 8px 25px; }
1857 #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover,
1858 .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
1859 text-decoration: none;
1860 background-color: #F3F5F7; }
1861
1862 #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs,
1863 .bootbox.modal .modal-content .modal-body ul.nav-tabs {
1864 margin: 15px 0 0 0;
1865 padding: 0;
1866 border-bottom: 1px solid #EAEDF0;
1867 list-style-type: none; }
1868 #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item,
1869 .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item {
1870 margin-bottom: -1px; }
1871 #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item a,
1872 .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item a {
1873 color: #94979F;
1874 padding: 4px 20px;
1875 border-radius: 2px 2px 0px 0px;
1876 background: #F3F5F7;
1877 border-top: 1px solid #EAEDF0;
1878 border-left: 0 none;
1879 border-right: 1px solid #EAEDF0;
1880 border-bottom: 1px solid #EAEDF0;
1881 font-size: 1rem;
1882 font-weight: 400; }
1883 #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item a:hover,
1884 .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item a:hover {
1885 border-color: #EAEDF0;
1886 background: #ffffff; }
1887 #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item.selected a,
1888 .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item.selected a {
1889 background: #ffffff;
1890 border-bottom: 1px solid #ffffff; }
1891 #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item:first-child a,
1892 .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item:first-child a {
1893 border-left: 1px solid #EAEDF0; }
1894
1895 #updraftcentral_modal_dialog .addsite_dialog .modal-body {
1896 padding: 25px; }
1897 @media screen and (min-width: 576px) {
1898 #updraftcentral_modal_dialog .addsite_dialog .modal-body {
1899 padding-left: 0; } }
1900 #updraftcentral_modal_dialog .addsite_dialog .modal-body .updraftcentral_addsite_expertoptions h4 {
1901 margin-bottom: 4px; }
1902 #updraftcentral_modal_dialog .addsite_dialog .modal-body .updraftcentral_addsite_expertoptions .updraftcentral-authentication-explanation {
1903 margin-bottom: 15px; }
1904
1905 #updraftcentral_modal_dialog #updraftcentral_addsite_key {
1906 height: 250px;
1907 margin-bottom: 5px; }
1908
1909 #updraftcentral_modal_dialog .modal-dialog.backup-now .modal-body span#backupnow_remote_container {
1910 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1911 font-weight: 300;
1912 font-size: 1.125rem;
1913 margin-top: 0;
1914 margin-bottom: 0;
1915 display: block;
1916 margin-bottom: 30px; }
1917 #updraftcentral_modal_dialog .modal-dialog.backup-now .modal-body span#backupnow_remote_container em {
1918 font-style: normal !important; }
1919
1920 .modal-body .dashicons-admin-tools {
1921 display: none; }
1922
1923 #updraftcentral_modal_dialog .modal-body #updates-section-description ul {
1924 margin: 10px 0 20px 0;
1925 padding-left: 0;
1926 list-style: circle; }
1927
1928 #updraftcentral_modal_dialog .modal-body .comment_settings_form select {
1929 width: auto;
1930 margin-left: 3px;
1931 margin-right: 5px; }
1932
1933 #updraftcentral_modal_dialog .modal-body .comment_settings_form textarea {
1934 width: 100%; }
1935
1936 #updraftcentral_modal_dialog .modal-body .comment_settings_form .heading {
1937 font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
1938 font-weight: 300;
1939 font-size: 1.125rem;
1940 margin-top: 0;
1941 margin-bottom: 0;
1942 margin-top: 25px; }
1943
1944 #updraftcentral_panel_notices {
1945 padding: 25px;
1946 border: 1px solid #EAEDF0;
1947 border-radius: 0;
1948 background: #fff;
1949 padding: 40px; }
1950 #updraftcentral_panel_notices table {
1951 text-align: center; }
1952
1953 #updraftcentral_notice_container .updraftcentral_notice_contents {
1954 width: 100%; }
1955
1956 #updraftcentral_notice_container .updraftcentral_notice {
1957 padding: 25px;
1958 border: 1px solid #EAEDF0;
1959 border-radius: 0;
1960 background: #fff;
1961 margin: 12px 0;
1962 clear: both; }
1963 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader {
1964 width: 100%;
1965 margin-top: 40px; }
1966 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .file {
1967 background: transparent;
1968 border: 0 none;
1969 margin: 20px 0 0 0;
1970 padding: 0; }
1971 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .file .dlfileprogress {
1972 border: 0 none;
1973 border-radius: 6px;
1974 height: 8px;
1975 background: #DE6726; }
1976
1977 #updraftcentral_notice_container .updraftcentral_notice_level_notice,
1978 #updraftcentral_notice_container .updraftcentral_notice_level_info {
1979 border: none; }
1980
1981 #updraftcentral_dashboard_existingsites .updraft_site_actions.show .dropdown-menu[x-placement="bottom-end"].dropdown-menu-right.show {
1982 -webkit-transform: none !important;
1983 transform: none !important;
1984 right: 0 !important; }
1985
1986 .dropdown-menu {
1987 min-width: 160px !important;
1988 border: 1px solid #EAEDF0 !important;
1989 border-radius: 0 !important;
1990 top: 52px !important;
1991 left: 0 !important;
1992 color: #6E7078 !important;
1993 font-size: 0.913rem !important;
1994 font-weight: 300; }
1995 @media screen and (min-width: 1200px) {
1996 .dropdown-menu {
1997 top: 100% !important;
1998 left: -86px !important; } }
1999 .dropdown-menu .btn {
2000 width: auto !important; }
2001 .dropdown-menu .dropdown-item {
2002 padding: 7px 12px !important;
2003 color: #6E7078 !important;
2004 font-size: 0.913rem !important;
2005 font-weight: normal; }
2006 .dropdown-menu .dropdown-item:hover {
2007 background: #F3F5F7 !important; }
2008 .dropdown-menu .updraft-dropdown-item {
2009 color: #6E7078;
2010 font-size: 0.913rem !important;
2011 font-weight: normal; }
2012
2013 .more-option-container {
2014 display: block !important; }
2015 @media screen and (min-width: 1200px) {
2016 .more-option-container {
2017 display: inline-block !important; } }
2018 .more-option-container .more-option {
2019 width: 100% !important;
2020 padding: 0;
2021 margin-top: 12px; }
2022 @media screen and (min-width: 1200px) {
2023 .more-option-container .more-option {
2024 width: auto;
2025 margin-top: 0;
2026 margin-left: 8px !important;
2027 margin-right: 0 !important; } }
2028
2029 .txt-left {
2030 text-align: left !important; }
2031
2032 .full-width {
2033 width: 100%; }
2034
2035 em,
2036 .txt-italic {
2037 font-style: italic;
2038 font-weight: 300; }
2039
2040 .padding-none {
2041 padding: 0 !important; }
2042
2043 .margin-none {
2044 margin: 0 !important; }
2045