HEX
Server: LiteSpeed
System: Linux melbournecleaninggroup 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www-data (33)
PHP: 7.3.33-1+focal
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/wp-content/plugins/backup-guard-security-platinum/public/css/styles.css
.bg-container {
	float: left;
	background-color: #fff !important;
	margin-top: 20px;
	width: calc(100% - 20px);
	border: 0px #5c5c5c solid;
	position: relative;
}

#bg-wrapper {
	float: left;
	width: 100%;
	position: relative;
	font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333333;
}

#bg-wrapper a {
	font-size: 15px;
	color: #0021C8;
	text-decoration: none;
}

#bg-wrapper a:hover,
#bg-wrapper a:focus {
	color: #165ba8;
	text-decoration: underline;
}

.bg-content {
	margin-left: 210px;
	min-height: 540px;
	background-color: #fff;
	padding: 15px;
	position: relative;
}

.bg-content-dark {
	background-color: transparent;
}

.bg-content-full-width {
	margin: 0;
}

.bg-sidebar {
	width: 210px;
	float: left;
	margin-left: -100%;
	background-color: #3d3d3d;
}

.bg-form-control {
	box-shadow: none !important;
	border-bottom: 2px solid #000000 !important;
	border-right: 0px solid #000000 !important;
	border-top: 0px solid #000000 !important;
	border-left: 0px solid #000000 !important;
	display: block;
	width: 100%;
	padding-left: 0px !important;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	border-radius: 0 !important;
}

#bg-wrapper .bg-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 18px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#bg-wrapper .bg-btn:hover {
	text-decoration: none;
}

#bg-wrapper .bg-btn-success {
	color: #fff;
	background-color: #3fb618;
	border-color: #3fb618;
}

#bg-wrapper .bg-btn-success:hover,
#bg-wrapper .bg-btn-success:focus,
#bg-wrapper .bg-btn-success.focus,
#bg-wrapper .bg-btn-success:active,
#bg-wrapper .bg-btn-success.active {
	color: #fff;
	background-color: #2f8912;
	border-color: #2c8011;
}

#bg-wrapper .bg-btn-primary {
	color: #fff;
	background-color: #2780e3;
	border-color: #2780e3;
}

#bg-wrapper .bg-btn-primary:hover,
#bg-wrapper .bg-btn-primary:focus,
#bg-wrapper .bg-btn-primary.focus,
#bg-wrapper .bg-btn-primary:active,
#bg-wrapper .bg-btn-primary.active {
	color: #fff;
	background-color: #1967be;
	border-color: #1862b5;
}

.bg-text-primary,
.bg-text-primary:hover {
	color: #2780e3;
}

.bg-text-success,
.bg-text-success:hover {
	color: #3fb618;
}

.bg-text-danger,
.bg-text-danger:hover {
	color: #ff0039;
}

.bg-text-warning,
.bg-text-warning:hover {
	color: #ff7518;
}

.bg-text-info,
.bg-text-info:hover {
	color: #9954bb;
}

.bg-pull-right {
	float: right;
}

.bg-pull-left {
	float: left;
}

.bg-text-center {
	text-align: center;
}

.bg-tooltip {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #0021C8;
	cursor: pointer;
}

.bg-tooltip .bg-tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
	position: absolute;
	z-index: 1;
}

.bg-tooltip:hover .bg-tooltiptext {
	visibility: visible;
}

.bg-tooltip .bg-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* General screen related styles */

.bg-logged-msg-container {
	float: right;
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
}

/* Login screen related styles */

.bg-login-container {
	width: 300px;
	margin: 51px auto;
	overflow: auto;
}

.bg-login-container h1 {
	font-size: 22.5px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
}

.bg-login-container .bg-tooltip {
	padding: 10px 0;
	display: inline-block;
}

.bg-login-content {
	padding: 25px;
	background-color: #fff;
	overflow: auto;
}

#bg-login-error {
	display: none;
}

/* Assign license screen related styles */

.bg-license-container {
	width: 420px;
	margin: 51px auto;
	overflow: auto;
}

.bg-license-container h1 {
	font-size: 22.5px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
}

.bg-license-container .bg-tooltip {
	padding: 10px 0;
	display: inline-block;
}

.bg-license-content {
	padding-top: 0 !important;
	padding: 25px;
	background-color: #fff;
	overflow: auto;
	margin-top: 0 !important;
}

.bg-file-icon {
	background-image: url("default/fileicon.png") !important;
	background-size: cover;
	width: 15px !important;
	height: 15px !important;
	line-height: 15px !important;
	margin-top: 5px !important;
}

.bg-folder-icon{
	background-image: url("default/foldericon.png") !important;
	background-size: cover;
	width: 15px !important;
	height: 15px !important;
	line-height: 15px !important;
	margin-top: 5px !important;
}

.bg-no-icon{
	background: none !important;
	width: 5px !important;
}

.sg-login-logo {
	margin-left: 20px;
}

#wpcontent, #wpfooter {
	background: #f1f1f1;
}

.bg-login-content label {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.bg-license-content {
	text-align: center;
}

.bg-try-again {
	color: #0021C8 !important;
	margin-right: 20px;
}

p.bg-license-btn-wrapper {
	margin-top: 37px;
	text-align: center !important;
}

#link-btn {
	margin-top: 30px;
}

.sg-remove-backup {
	background-image: url("../img/delete-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 19px;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
	line-height: 1 !important;
}

.sg-bg-download-button {
	background-image: url("../img/download-backup.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 19px;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
}

.sg-bg-download-button::after {
	content: '';
	display: none;
}

.sg-restore-button {
	background-image: url("../img/restore-backup.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 19px;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
}

.sg-cancel-scan {
	background-image: url("../img/stop-action.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 19px;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
}

.sg-bg-download-button, .sg-restore-button {
	margin-left: 15px;
}

.sg-wrapper-less input[type=checkbox]:focus {
	outline: none !important;
	box-shadow: none !important;
}

.sg-top-info {
	height: 66px;
	padding-right: 44px;
}

.bg-logged-msg-container {
	float: right;
	font-size: 12px;
	display: inline-block;
	margin-top: 18px;
	margin-left: 5px;
}

.sg-backup-page-title {
	margin-top: 0px !important;
	font-weight: bold !important;
	margin-bottom: 36px !important;
}

.sg-action-menu-arrow {
	width: 11px;
	height: 6px;
	background-image: url("../img/action-menu-arrow.png");
	background-repeat: no-repeat;
	position: absolute;
	right: 17px;
	top: 20px;
	display: none;
}

[disabled]#bgs-delete-multi-reports, [disabled]#bgs-delete-multi-reports {
	background-color: #A4A4A4 !important;
	border-color: #A4A4A4 !important;
}

.sg-switch-container .bootstrap-switch-default {
	background-color: #000000 !important;
	color: #FFFFFF !important;
}

.sg-bg-bandwidth-monitoring-icon {
	display: inline-block;
	width: 16px;
	vertical-align: top;
}

.sg-bg-bandwidth-monitoring-text {
	display: inline-block;
	margin-right: 15px !important;
}

.sg-progress-percent-text {
	float: right;
}