PluginProbe
UpdraftCentral Dashboard / 0.8.12
UpdraftCentral Dashboard v0.8.12
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.12, at css/dashboard-design-temp.css

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