default
8 years ago
bgstyle.less.css
3 years ago
bgstyle.wordpress.css
5 years ago
bootstrap-switch.min.css
6 years ago
bootstrap.css
10 years ago
deactivationSurvey.css
5 years ago
fonts.css
10 years ago
jquery.rateyo.css
9 years ago
main.css
3 years ago
popupTheme.css
3 years ago
spinner.css
3 years ago
styles.css
3 years ago
styles.css
646 lines
| 1 | /* phpcs:disable */ |
| 2 | |
| 3 | .bg-container { |
| 4 | float: left; |
| 5 | background-color: #333; |
| 6 | margin-top: 20px; |
| 7 | width: calc(100% - 20px); |
| 8 | border: 0px #5c5c5c solid; |
| 9 | position: relative; |
| 10 | } |
| 11 | |
| 12 | #bg-wrapper { |
| 13 | float: left; |
| 14 | width: 100%; |
| 15 | position: relative; |
| 16 | font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; |
| 17 | font-size: 15px; |
| 18 | line-height: 1.42857143; |
| 19 | color: #333333; |
| 20 | } |
| 21 | |
| 22 | #bg-wrapper a { |
| 23 | font-size: 15px; |
| 24 | color: #0021C8; |
| 25 | text-decoration: none; |
| 26 | } |
| 27 | |
| 28 | #bg-wrapper a:hover, |
| 29 | #bg-wrapper a:focus { |
| 30 | color: #165ba8; |
| 31 | text-decoration: underline; |
| 32 | } |
| 33 | |
| 34 | .bg-try-again { |
| 35 | color: #0021C8 !important; |
| 36 | margin-right: 20px; |
| 37 | } |
| 38 | |
| 39 | .bg-try-again:hover { |
| 40 | text-decoration: none !important; |
| 41 | } |
| 42 | |
| 43 | .bg-content { |
| 44 | margin-left: 210px; |
| 45 | min-height: 540px; |
| 46 | background-color: #fff; |
| 47 | padding: 15px; |
| 48 | position: relative; |
| 49 | } |
| 50 | |
| 51 | |
| 52 | .bg-content-dark { |
| 53 | background-color: transparent; |
| 54 | } |
| 55 | |
| 56 | .bg-content-full-width { |
| 57 | margin: 0; |
| 58 | } |
| 59 | |
| 60 | .bg-sidebar { |
| 61 | width: 210px; |
| 62 | float: left; |
| 63 | margin-left: -100%; |
| 64 | background-color: #3d3d3d; |
| 65 | } |
| 66 | |
| 67 | .bg-form-control { |
| 68 | box-shadow: none !important; |
| 69 | border-bottom: 2px solid #000000 !important; |
| 70 | border-right: 0px solid #000000 !important; |
| 71 | border-top: 0px solid #000000 !important; |
| 72 | border-left: 0px solid #000000 !important; |
| 73 | display: block; |
| 74 | width: 100%; |
| 75 | padding-left: 0px !important; |
| 76 | padding-top: 16px; |
| 77 | padding-bottom: 16px; |
| 78 | font-size: 18px; |
| 79 | border-radius: 0 !important; |
| 80 | } |
| 81 | |
| 82 | .sg-action-menu-arrow { |
| 83 | width: 11px; |
| 84 | height: 6px; |
| 85 | background-image: url("../img/action-menu-arrow.png"); |
| 86 | background-repeat: no-repeat; |
| 87 | position: absolute; |
| 88 | right: 17px; |
| 89 | top: 20px; |
| 90 | display: none; |
| 91 | } |
| 92 | |
| 93 | .bg-login-content label { |
| 94 | font-size: 16px; |
| 95 | line-height: 16px; |
| 96 | font-weight: bold; |
| 97 | } |
| 98 | |
| 99 | .sg-button-wrapper { |
| 100 | margin-right: 0 !important; |
| 101 | width: 100% !important; |
| 102 | } |
| 103 | |
| 104 | .sg-login-logo { |
| 105 | margin-left: 20px; |
| 106 | } |
| 107 | |
| 108 | #bg-wrapper .bg-btn { |
| 109 | display: inline-block; |
| 110 | margin-bottom: 0; |
| 111 | font-weight: normal; |
| 112 | text-align: center; |
| 113 | vertical-align: middle; |
| 114 | touch-action: manipulation; |
| 115 | cursor: pointer; |
| 116 | background-image: none; |
| 117 | border: 1px solid transparent; |
| 118 | white-space: nowrap; |
| 119 | padding: 10px 18px; |
| 120 | font-size: 15px; |
| 121 | line-height: 1.42857143; |
| 122 | border-radius: 0; |
| 123 | -webkit-user-select: none; |
| 124 | -moz-user-select: none; |
| 125 | } |
| 126 | |
| 127 | #bg-wrapper .bg-btn:hover { |
| 128 | text-decoration: none; |
| 129 | } |
| 130 | |
| 131 | #bg-wrapper .bg-btn-success { |
| 132 | color: #fff; |
| 133 | background-color: #3fb618; |
| 134 | border-color: #3fb618; |
| 135 | } |
| 136 | |
| 137 | #bg-wrapper .bg-btn-success:hover, |
| 138 | #bg-wrapper .bg-btn-success:focus, |
| 139 | #bg-wrapper .bg-btn-success.focus, |
| 140 | #bg-wrapper .bg-btn-success:active, |
| 141 | #bg-wrapper .bg-btn-success.active { |
| 142 | color: #fff; |
| 143 | background-color: #2f8912; |
| 144 | border-color: #2c8011; |
| 145 | } |
| 146 | |
| 147 | #bg-wrapper .bg-btn-primary { |
| 148 | color: #fff; |
| 149 | background-color: #2780e3; |
| 150 | border-color: #2780e3; |
| 151 | } |
| 152 | |
| 153 | #bg-wrapper .bg-btn-primary:hover, |
| 154 | #bg-wrapper .bg-btn-primary:focus, |
| 155 | #bg-wrapper .bg-btn-primary.focus, |
| 156 | #bg-wrapper .bg-btn-primary:active, |
| 157 | #bg-wrapper .bg-btn-primary.active { |
| 158 | color: #fff; |
| 159 | background-color: #1967be; |
| 160 | border-color: #1862b5; |
| 161 | } |
| 162 | |
| 163 | .bg-text-primary, |
| 164 | .bg-text-primary:hover { |
| 165 | color: #2780e3; |
| 166 | } |
| 167 | |
| 168 | .bg-text-success, |
| 169 | .bg-text-success:hover { |
| 170 | color: #3fb618; |
| 171 | } |
| 172 | |
| 173 | .sg-text-success { |
| 174 | color: #009F30; |
| 175 | } |
| 176 | |
| 177 | .sg-remove-backup { |
| 178 | background-image: url("../img/delete-icon.png"); |
| 179 | background-size: contain; |
| 180 | background-repeat: no-repeat; |
| 181 | width: 16px; |
| 182 | height: 19px; |
| 183 | text-decoration: none !important; |
| 184 | display: inline-block; |
| 185 | cursor: pointer; |
| 186 | } |
| 187 | |
| 188 | .sg-bg-download-button { |
| 189 | background-image: url("../img/download-backup.png"); |
| 190 | background-size: contain; |
| 191 | background-repeat: no-repeat; |
| 192 | width: 16px; |
| 193 | height: 19px; |
| 194 | text-decoration: none !important; |
| 195 | display: inline-block; |
| 196 | cursor: pointer; |
| 197 | } |
| 198 | |
| 199 | .sg-restore-button { |
| 200 | background-image: url("../img/restore-backup.png"); |
| 201 | background-size: contain; |
| 202 | background-repeat: no-repeat; |
| 203 | width: 16px; |
| 204 | height: 19px; |
| 205 | text-decoration: none !important; |
| 206 | display: inline-block; |
| 207 | cursor: pointer; |
| 208 | } |
| 209 | |
| 210 | .sg-bg-download-button, |
| 211 | .sg-restore-button { |
| 212 | margin-left: 15px; |
| 213 | } |
| 214 | |
| 215 | .bg-text-danger, |
| 216 | .bg-text-danger:hover { |
| 217 | color: #ff0039; |
| 218 | } |
| 219 | |
| 220 | .bg-text-warning, |
| 221 | .bg-text-warning:hover { |
| 222 | color: #ff7518; |
| 223 | } |
| 224 | |
| 225 | .bg-text-info, |
| 226 | .bg-text-info:hover { |
| 227 | color: #9954bb; |
| 228 | } |
| 229 | |
| 230 | .bg-pull-right { |
| 231 | float: right; |
| 232 | } |
| 233 | |
| 234 | .bg-pull-left { |
| 235 | float: left; |
| 236 | } |
| 237 | |
| 238 | .bg-text-center { |
| 239 | text-align: center; |
| 240 | } |
| 241 | |
| 242 | .bg-tooltip { |
| 243 | position: relative; |
| 244 | display: inline-block; |
| 245 | font-size: 15px; |
| 246 | color: #0021C8; |
| 247 | cursor: pointer; |
| 248 | } |
| 249 | |
| 250 | .bg-tooltip .bg-tooltiptext { |
| 251 | visibility: hidden; |
| 252 | width: 140px; |
| 253 | background-color: #333; |
| 254 | color: #fff; |
| 255 | text-align: center; |
| 256 | padding: 5px; |
| 257 | border-radius: 6px; |
| 258 | bottom: 100%; |
| 259 | left: 50%; |
| 260 | margin-left: -75px; |
| 261 | position: absolute; |
| 262 | z-index: 1; |
| 263 | } |
| 264 | |
| 265 | .bg-tooltip:hover .bg-tooltiptext { |
| 266 | visibility: visible; |
| 267 | } |
| 268 | |
| 269 | .bg-tooltip .bg-tooltiptext::after { |
| 270 | content: " "; |
| 271 | position: absolute; |
| 272 | top: 100%; |
| 273 | left: 50%; |
| 274 | margin-left: -5px; |
| 275 | border-width: 5px; |
| 276 | border-style: solid; |
| 277 | border-color: #333 transparent transparent transparent; |
| 278 | } |
| 279 | |
| 280 | /* General screen related styles */ |
| 281 | |
| 282 | .bg-logged-msg-container { |
| 283 | float: right; |
| 284 | font-size: 12px; |
| 285 | display: inline-block; |
| 286 | margin-top: 18px; |
| 287 | margin-left: 5px; |
| 288 | } |
| 289 | |
| 290 | /* Login screen related styles */ |
| 291 | |
| 292 | .bg-login-container { |
| 293 | width: 330px; |
| 294 | margin: 51px auto; |
| 295 | overflow: auto; |
| 296 | } |
| 297 | |
| 298 | .bg-login-container h1 { |
| 299 | font-size: 22.5px; |
| 300 | font-weight: normal; |
| 301 | margin-bottom: 20px; |
| 302 | margin-top: 0; |
| 303 | } |
| 304 | |
| 305 | .bg-login-container .bg-tooltip { |
| 306 | padding: 10px 0; |
| 307 | display: inline-block; |
| 308 | } |
| 309 | |
| 310 | .bg-login-content { |
| 311 | padding: 25px; |
| 312 | background-color: #fff; |
| 313 | overflow: auto; |
| 314 | } |
| 315 | |
| 316 | #bg-login-error { |
| 317 | display: none; |
| 318 | } |
| 319 | |
| 320 | /* Assign license screen related styles */ |
| 321 | |
| 322 | .bg-license-container { |
| 323 | width: 420px; |
| 324 | margin: 51px auto; |
| 325 | overflow: auto; |
| 326 | } |
| 327 | |
| 328 | .bg-license-container h1 { |
| 329 | font-size: 22.5px; |
| 330 | font-weight: normal; |
| 331 | margin-bottom: 10px; |
| 332 | margin-top: 0; |
| 333 | } |
| 334 | |
| 335 | .bg-license-container .bg-tooltip { |
| 336 | padding: 10px 0; |
| 337 | display: inline-block; |
| 338 | } |
| 339 | |
| 340 | .bg-license-content { |
| 341 | background-color: #fff; |
| 342 | overflow: auto; |
| 343 | box-sizing: border-box; |
| 344 | } |
| 345 | |
| 346 | .bg-file-icon { |
| 347 | background-image: url("default/fileicon.png") !important; |
| 348 | background-size: cover; |
| 349 | width: 15px !important; |
| 350 | height: 15px !important; |
| 351 | line-height: 15px !important; |
| 352 | margin-top: 5px !important; |
| 353 | } |
| 354 | |
| 355 | .bg-folder-icon { |
| 356 | background-image: url("default/foldericon.png") !important; |
| 357 | background-size: cover; |
| 358 | width: 15px !important; |
| 359 | height: 15px !important; |
| 360 | line-height: 15px !important; |
| 361 | margin-top: 5px !important; |
| 362 | } |
| 363 | |
| 364 | .bg-no-icon { |
| 365 | background: none !important; |
| 366 | width: 5px !important; |
| 367 | } |
| 368 | |
| 369 | .sg-switch-container .bootstrap-switch-default { |
| 370 | background-color: #000000 !important; |
| 371 | color: #FFFFFF !important; |
| 372 | } |
| 373 | |
| 374 | p.bg-license-btn-wrapper { |
| 375 | margin-top: 37px; |
| 376 | text-align: center !important; |
| 377 | } |
| 378 | |
| 379 | p.bg-license-btn-wrapper a.btn { |
| 380 | margin: 0 8px; |
| 381 | font-weight: normal !important; |
| 382 | text-decoration: none !important; |
| 383 | } |
| 384 | |
| 385 | p.bg-license-btn-wrapper a.btn-primary:focus, |
| 386 | p.bg-license-btn-wrapper a.btn-primary:hover { |
| 387 | color: #ffffff !important; |
| 388 | } |
| 389 | |
| 390 | #link-btn { |
| 391 | margin-top: 30px; |
| 392 | } |
| 393 | |
| 394 | select#product { |
| 395 | margin-top: 2px; |
| 396 | text-indent: 4px; |
| 397 | } |
| 398 | |
| 399 | .bg-license-content { |
| 400 | text-align: center; |
| 401 | } |
| 402 | |
| 403 | .bg-license-content.sg-wrapper-less { |
| 404 | margin-top: 0 !important; |
| 405 | } |
| 406 | |
| 407 | .sg-top-info { |
| 408 | height: 66px; |
| 409 | padding-right: 44px; |
| 410 | } |
| 411 | |
| 412 | .sg-backup-page-title { |
| 413 | margin-top: 0px !important; |
| 414 | font-weight: bold !important; |
| 415 | margin-bottom: 36px !important; |
| 416 | } |
| 417 | |
| 418 | .sg-bg-show { |
| 419 | display: block !important; |
| 420 | } |
| 421 | |
| 422 | .sg-info-wrapper { |
| 423 | line-height: 1; |
| 424 | margin-top: 27px; |
| 425 | } |
| 426 | |
| 427 | .sg-info-wrapper label { |
| 428 | margin-top: 0; |
| 429 | } |
| 430 | |
| 431 | label.sg-user-info { |
| 432 | font-weight: normal; |
| 433 | } |
| 434 | |
| 435 | .sg-info-content-wrapper label { |
| 436 | font-size: 18px; |
| 437 | } |
| 438 | |
| 439 | .sg-settings-container label { |
| 440 | font-weight: normal; |
| 441 | } |
| 442 | |
| 443 | #sg-email { |
| 444 | padding-right: 0; |
| 445 | } |
| 446 | |
| 447 | .sg-cloud-icon { |
| 448 | background-size: contain; |
| 449 | background-repeat: no-repeat; |
| 450 | display: inline-block; |
| 451 | width: 17px; |
| 452 | height: 16px; |
| 453 | margin-top: 3px; |
| 454 | margin-right: 18px; |
| 455 | } |
| 456 | |
| 457 | .sg-cloud-backup-guard { |
| 458 | background-image: url("../img/backup-cloud-icon.png"); |
| 459 | } |
| 460 | |
| 461 | .sg-cloud-dropbox { |
| 462 | background-image: url("../img/cloud-dropbox.png"); |
| 463 | } |
| 464 | |
| 465 | .sg-cloud-google-drive { |
| 466 | background-image: url("../img/cloud-google-drive.png"); |
| 467 | } |
| 468 | |
| 469 | .sg-cloud-ftp { |
| 470 | background-image: url("../img/cloud-ftp.png"); |
| 471 | } |
| 472 | |
| 473 | .sg-cloud-amazon { |
| 474 | background-image: url("../img/cloud-amazon.png"); |
| 475 | } |
| 476 | |
| 477 | .sg-cloud-one-drive { |
| 478 | background-image: url("../img/cloud-onedrive.png"); |
| 479 | } |
| 480 | |
| 481 | .sg-cloud-pcloud { |
| 482 | background-image: url("../img/cloud-pcloud.png"); |
| 483 | } |
| 484 | |
| 485 | .sg-cloud-box { |
| 486 | background-image: url("../img/cloud-box.png"); |
| 487 | } |
| 488 | |
| 489 | .sg-cancel-backup { |
| 490 | background-image: url("../img/stop-action.png"); |
| 491 | background-size: contain; |
| 492 | background-repeat: no-repeat; |
| 493 | width: 16px; |
| 494 | height: 19px; |
| 495 | text-decoration: none !important; |
| 496 | display: inline-block; |
| 497 | cursor: pointer; |
| 498 | } |
| 499 | |
| 500 | .sg-cloud-icon-wrapper, |
| 501 | .sg-cloud-label-wrapper { |
| 502 | display: inline-block; |
| 503 | vertical-align: top; |
| 504 | height: 39px; |
| 505 | line-height: 1; |
| 506 | font-weight: normal; |
| 507 | } |
| 508 | |
| 509 | .sg-cloud-label-with-info { |
| 510 | display: inline-block; |
| 511 | } |
| 512 | |
| 513 | .sg-schedule-icon { |
| 514 | text-decoration: none !important; |
| 515 | background-repeat: no-repeat; |
| 516 | background-size: contain; |
| 517 | display: inline-block; |
| 518 | cursor: pointer; |
| 519 | width: 24px; |
| 520 | height: 24px; |
| 521 | } |
| 522 | |
| 523 | .sg-schedule-edit { |
| 524 | background-image: url("../img/edit-icon.png"); |
| 525 | } |
| 526 | |
| 527 | .sg-schedule-delete { |
| 528 | background-image: url("../img/delete-icon.png"); |
| 529 | margin-left: 21px; |
| 530 | } |
| 531 | |
| 532 | .sg-schedule-pending { |
| 533 | color: #0021C8 !important; |
| 534 | } |
| 535 | |
| 536 | .sg-schedule-inactive { |
| 537 | color: #A4A4A4 !important; |
| 538 | } |
| 539 | |
| 540 | #sg-save-settings { |
| 541 | margin-top: 47px; |
| 542 | margin-bottom: 23px; |
| 543 | width: 132px; |
| 544 | } |
| 545 | |
| 546 | /* Generated by Glyphter (http://www.glyphter.com) on Thu Jul 30 2020*/ |
| 547 | @font-face { |
| 548 | font-family: 'GlyphterBG'; |
| 549 | src: url('../fonts/Glyphter.eot'); |
| 550 | src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'), |
| 551 | url('../fonts/Glyphter.woff') format('woff'), |
| 552 | url('../fonts/Glyphter.ttf') format('truetype'), |
| 553 | url('../fonts/Glyphter.svg#GlyphterBG') format('svg'); |
| 554 | font-weight: normal; |
| 555 | font-style: normal; |
| 556 | } |
| 557 | |
| 558 | [class*='sg-backup-']:before { |
| 559 | display: inline-block; |
| 560 | font-family: 'GlyphterBG' !important; |
| 561 | font-style: normal; |
| 562 | font-weight: normal; |
| 563 | line-height: 1; |
| 564 | -webkit-font-smoothing: antialiased; |
| 565 | -moz-osx-font-smoothing: grayscale |
| 566 | } |
| 567 | |
| 568 | /*Video tutorials font*/ |
| 569 | @font-face { |
| 570 | font-family: 'MenuGlyphter'; |
| 571 | src: url('../fonts/MenuGlyphter.eot'); |
| 572 | src: url('../fonts/MenuGlyphter.eot?#iefix') format('embedded-opentype'), |
| 573 | url('../fonts/MenuGlyphter.woff') format('woff'), |
| 574 | url('../fonts/MenuGlyphter.ttf') format('truetype'), |
| 575 | url('../fonts/MenuGlyphter.svg#MenuGlyphter') format('svg'); |
| 576 | font-weight: normal; |
| 577 | font-style: normal; |
| 578 | } |
| 579 | |
| 580 | [class*='sg-backup-menu-']:before { |
| 581 | display: inline-block; |
| 582 | font-family: 'MenuGlyphter'; |
| 583 | font-style: normal; |
| 584 | font-weight: normal; |
| 585 | line-height: 1; |
| 586 | -webkit-font-smoothing: antialiased; |
| 587 | -moz-osx-font-smoothing: grayscale; |
| 588 | margin-right: 15px; |
| 589 | } |
| 590 | |
| 591 | .sg-backup-menu-video:before { |
| 592 | content: '\0041'; |
| 593 | } |
| 594 | |
| 595 | .sg-backup-cross:before { |
| 596 | content: '\0041'; |
| 597 | } |
| 598 | |
| 599 | .sg-backup-report:before { |
| 600 | content: '\0042'; |
| 601 | } |
| 602 | |
| 603 | .sg-backup-delete:before { |
| 604 | content: '\0043'; |
| 605 | } |
| 606 | |
| 607 | .sg-backup-import:before { |
| 608 | content: '\0044'; |
| 609 | } |
| 610 | |
| 611 | .sg-backup-start:before { |
| 612 | content: '\0045'; |
| 613 | } |
| 614 | |
| 615 | .sg-backup-migrate:before { |
| 616 | content: '\0046'; |
| 617 | } |
| 618 | |
| 619 | .sg-backup-action-buttons { |
| 620 | display: flex !important; |
| 621 | vertical-align: middle; |
| 622 | line-height: 1 !important; |
| 623 | font-weight: normal !important; |
| 624 | } |
| 625 | |
| 626 | span.sg-backup-buttons-content { |
| 627 | display: inline-block; |
| 628 | vertical-align: middle !important; |
| 629 | } |
| 630 | |
| 631 | .sg-backup-buttons-text { |
| 632 | margin-left: 10px; |
| 633 | } |
| 634 | |
| 635 | .sg-blue-label { |
| 636 | color: #0021C8 !important; |
| 637 | } |
| 638 | |
| 639 | [disabled]#sg-delete-multi-backups, |
| 640 | [disabled]#sg-backup-with-migration { |
| 641 | background-color: #A4A4A4 !important; |
| 642 | border-color: #A4A4A4 !important; |
| 643 | } |
| 644 | |
| 645 | /* phpcs:enable */ |
| 646 |