/* General things used by many things */

	/* Widths and sizing */
		.max-width-600 {
			max-width: 600px;
		}

		.width-900 {
			width: 900px;
		}

	/* End widths and sizing */

	/* Font styling */
		.no-decoration {
			text-decoration: none;
		}
	/* End font styling */
		
	/* End common elements/classes */

	.autobackup {
		padding: 6px;
		margin: 8px, 0px;
	}

	ul .disc { 
		list-style: disc inside; 
	}

	.hidden { 
		display:none; 
	}
	
	/* Alignment */
	.center-align-td {
		text-align: center;
	}

/* End of common elements */

h3 .thank-you {
	margin-top: 0px;
}

.ws_advert {
	max-width: 800px;
	font-size:140%;
	line-height: 140%;
	padding:14px;
	clear:left;
}

a .udp-logo {
	border: 0px;
	float: right; 
	height: 150px;
	width: 150px;
	margin: 20px 15px 15px 35px;
}

.dismiss-dash-notice {
	float: right;
	position: relative;
	top: -20px;
}

/* Taken straight from admin.php */

	#updraft-navtab-backups-content#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected {
		background-color: #ccc;
	}

	.updraft_settings_sectionheading { 
		display: none;
	}

	.updraft-backupentitybutton-disabled {
		background-color: transparent;
		border: none;
		color: #0074a2;
		text-decoration: underline;
		cursor: pointer;
		clear: none;
		float: left;
	}
	.updraft-backupentitybutton {
		margin-left: 8px;
	}
	.updraft-bigbutton {
		padding: 2px 0px;
		margin-right: 14px !important;
		font-size:22px !important;
		min-height: 32px;
		min-width: 180px;
	}

	.updraft_debugrow th {
		float: right;
		text-align: right !important;
		font-weight: bold;
		padding-right: 8px;
		min-width: 140px;
	}

	.updraft_debugrow td {
		min-width: 300px;
	}
	.updraftplus-morefiles-row-delete {
		cursor: pointer;
		color: red;
		font-size: 100%;
		font-weight: bold;
		border: 0px;
		border-radius: 3px;
		padding: 2px;
		margin: 0 6px;
	}
	.updraftplus-morefiles-row-delete:hover {
		cursor: pointer;
		color: white;
		background: red;
	}

	#updraft-wrap .form-table th {
		width: 230px;
	}
	.updraftplus-remove {
		background-color: #c00000;
		border: 1px solid #c00000;
		height: 22px;
		padding: 4px 3px 0;
		margin-right: 6px;
	}
	.updraft-viewlogdiv form {
		margin: 0;
		padding: 0;
	}
	.updraft-viewlogdiv {
		background-color: #ffffff;
		color: #000000;
		border: 1px solid #000000;
		height: 26px;
		padding: 0px;
		margin: 0 4px 0 0;
		border-radius: 3px;
		float: left;
	}
	.updraft-viewlogdiv input, .updraft-viewlogdiv a {
		border: none;
		background-color: transparent;
		color: #000;
		margin:0px;
		padding: 3px 4px;
		font-size: 16px;
	}
	.updraft-viewlogdiv:hover {
		background-color: #000000;
		color: #ffffff;
		border: 1px solid #ffffff;
		cursor: pointer;
	}
	.updraft-viewlogdiv input:hover, .updraft-viewlogdiv a:hover {
		color: #ffffff;
		cursor: pointer;
	}
	.updraftplus-remove a {
		color: white;
		padding: 4px 4px 0px;
	}
	.updraftplus-remove:hover {
		background-color: white;
		border: 1px solid #c00000;
	}
	.updraftplus-remove a:hover {
		color: #c00000;
	}
	.drag-drop #drag-drop-area2 {
		border: 4px dashed #ddd;
		height: 200px;
	}
	#drag-drop-area2 .drag-drop-inside {
		margin: 36px auto 0;
		width: 350px;
	}
	#filelist, #filelist2  {
		width: 100%;
	}
	#filelist .file, #filelist2 .file, .ud_downloadstatus .file, #ud_downloadstatus2 .file {
		padding: 5px;
		background: #ececec;
		border: solid 1px #ccc;
		margin: 4px 0;
	}

	ul.updraft_premium_description_list {
		list-style: disc inside;
	}
	ul.updraft_premium_description_list li {
		display: inline;
	}
	ul.updraft_premium_description_list li::after {
		content: " | ";
	}
	ul.updraft_premium_description_list li.last::after {
		content: "";
	}
	.updraft_feature_cell{
		background-color: #F7D9C9 !important;
		padding: 5px 10px 5px 10px;
	}
	.updraft_feat_table, .updraft_feat_th, .updraft_feat_table td{
		border: 1px solid black;
		border-collapse: collapse;
		font-size: 120%;
		background-color: white;
	}
	.updraft_tick_cell{
		text-align: center;
	}
	.updraft_tick_cell img{
		margin: 4px 0;
		height: 24px;
	}

	#filelist .fileprogress, #filelist2 .fileprogress, .ud_downloadstatus .dlfileprogress, #ud_downloadstatus2 .dlfileprogress {
		width: 0%;
		background: #f6a828;
		height: 5px;
	}
	.ud_downloadstatus .raw, #ud_downloadstatus2 .raw {
		margin-top: 8px;
		clear:left;
	}
	.ud_downloadstatus .file, #ud_downloadstatus2 .file {
		margin-top: 8px;
	}
	tr.updraftplusmethod h3 {
		margin: 0px;
	}
	#updraft_retain_db_rules .updraft_retain_rules_delete, #updraft_retain_files_rules .updraft_retain_rules_delete {
		cursor: pointer;
		color: red;
		font-size: 120%;
		font-weight: bold;
		border: 0px;
		border-radius: 3px;
		padding: 2px;
		margin: 0 6px;
	}
	#updraft_retain_db_rules .updraft_retain_rules_delete:hover, #updraft_retain_files_rules .updraft_retain_rules_delete:hover {
		cursor: pointer;
		color: white;
		background: red;
	}

	/* Selectric dropdown styling */
	.selectric-items .ico {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	height: 40px;
	width: 40px;
	margin: 0 6px 0 0;
	}

	.selectric-wrapper{
		width: 300px;
	}

	div.selectric {
		padding: 0 2px 4px;
		line-height: 28px;
		height: 34px;
		vertical-align: middle;
		background-color: #fff;
	}

	.selectric .label {
		line-height: 28px;
		height: 28px;
		margin: 0px 0px 0px 4px;
		font-size: 14px;
	}

	.selectric .button {
		width: 22px;
		height: 32px;
		border: none;
	}

	.selectric .button:after {
		border-top-color: #000;
	}

	.selectric-hover .selectric {
		border-color: #DDD;
		cursor: default;
	}

	.selectric-hover .selectric .button {
		cursor: default;
	}

	.selectric-hover .selectric .button:after {
		border-top-color: #000;
	}

	#updraft_backup_started {
		max-width: 800px;
		font-size: 140%;
		line-height: 140%;
		padding: 14px;
		clear:left;
	}

/* End stuff already in admin.php */
	
#plupload-upload-ui2 { 
	width: 80%;
}

.backup-restored {
	padding: 8px; 
}

.backup-restored span { 
	font-size: 120% 
}

.word-shell-advert {
	max-width: 800px; 
	font-size: 140%; 
	line-height: 140%; 
	padding: 14px;
}

.memory-limit { 
	padding:8px; 
}

.updraft_list_errors {
	padding: 8px;
}

/* .nav-tab {
	border-radius: 20px 20px 0 0;
}

.nav-tab-active {
	color: #df6926;
}

.nav-tab-wrapper {
	margin: 14px, 0px;
} */

#updraft-poplog-content {
	white-space: pre-wrap;
}

.next-backup {
	border: 0px;
	padding: 0px;
	margin: 0 10px 0 0;
}

.next-backup .not-scheduled {
	vertical-align: top;
	margin: 0px; 
	padding: 0px;
}

.next-backup .updraft_scheduled {
	width: 124px; 
	vertical-align:top; 
	margin: 0px; 
	padding: 0px;
}

.next-backup .updraft_scheduled, .next-backup .updraft_all-files {
	color:blue; margin: 0px; padding: 0px;
}	

.multisite-advert-width {
	width: 800px;
}

.updraft_settings_sectionheading {
	margin-top: 6px;
}

.premium-upgrade-prompt {
	font-size: 115%;
}

.updraft_feat_table {
	margin-top: 30px;
}

.show_admin_restore_in_progress_notice {
	padding: 8px;
}

.show_admin_restore_in_progress_notice .unfinished-restoration {
	font-size: 120%;
}

input #backupnow_includefiles_moreoptions {
	margin: 4px 16px 6px; 
	border: 1px dotted; 
	padding: 6px 10px;
}

.form-table #updraft_activejobsrow .minimum-height {
	min-height: 100px;
}

#updraft_lastlogmessagerow .last-message {
	padding-top: 20px;
	display: block;
}

.updraft_simplepie {
	vertical-align: top;
}

.download-backups {
	margin-top: 8px;
}

#updraft-navtab-backups-content .ud-whitespace-warning {
	background-color: pink;
	padding: 8px;
	margin: 4px;
	border: 1px dotted;
}

.download-backups .ul {
	list-style: none inside;
	max-width: 800px;
	margin-top: 6px;
	margin-bottom: 12px;
}

#updraft-plupload-modal {
	width: 75%; 
	margin: 16px;
	margin-left: 100px;
}

#updraft-plupload-modal p.upload {
	max-width: 610px;
}

#updraft-navtab-backups-content #plupload-upload-ui {
	width: 70%;
}

#ud_massactions {
	padding: 10px; 
	position: fixed; 
	right: 25%; 
	top: 25%; 
	border: 2px solid; 
	border-radius: 4px; 
	background: rgb(241, 241, 241);
	float: right;
}

#ud_massactions .updraftplus-remove {
	clear: left; 
	font-size: 16px; 
	text-align: center; 
	border-radius: 4px; 
	margin-top: 4px;
}

#ud_massactions .updraftplus-remove a {
	text-decoration: none;
}

#ud_massactions .updraft-viewlogdiv {
	font-size: 16px; 
	text-align:center; 
	border-radius: 4px; 
	margin-top: 4px;
}

#ud_massactions .updraft-viewlogdiv a {
	text-decoration: none; 
	position: relative; 
	top: 3px;
}

#ud_massactions .updraft-viewlogdiv a {
	text-decoration: none; 
	position: relative; 
	top: 3px;
}

#updraft-navtab-backups-content .updraft_existing_backups {
	margin-bottom: 12px;
}

#updraft-message-modal-innards {
	padding: 4px;
}

#updraft_delete_form p {
	margin-top: 3px; 
	padding-top: 0;
}

#updraft_restore_form .cannot-restore {
	margin: 8px 0;
}

#updraft_restorer_dboptions {
	padding: 12px; 
	margin: 8px 0 4px; 
	border: dashed 1px;
}

#updraft_restorer_dboptions h4 {
	margin: 0px 0px 6px; 
	padding:0px;
}

.updraft_debugrow th {
	vertical-align: top; 
	padding-top: 6px;
}

.expertmode p {
	font-size: 125%;
}

.expertmode .call-wp-action {
	width: 300px; 
	height: 22px;
}

.updraftplus-lock-advert {
	clear: left;
	max-width: 600px;
}

.uncompressed-data {
	clear: left;
	max-width: 600px;
}

.immediate-run {
	clear: left; 
	padding-top: 20px;
	max-width: 600px;
	margin:0;
}

.debug-table {
	border: none;
}

.delete-old-directories {
	padding: 8px;
}

.active-jobs {
	min-width: 480px;
	min-height: 48px;
	text-align: center;
	margin-top: 4px;
	padding: 8px;
	border: 1px solid;
	float: left;
	clear: left;
}

.job-id {
	min-width: 480px; 
	margin-top: 4px; 
	padding: 8px; 
	border: 1px solid;
	clear: left;
	float: left;
}

.next-resumption {
	font-weight: bold;
}

.updraft_percentage {
	z-index:-1; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	text-align: center; 
	background-color: #f6a828; 
}

.curstage {
	border-radius: 4px; 
	margin-top: 8px; 
	padding-top: 4px;
	border: 1px solid #aaa; 
	width: 100%; 
	height: 22px; 
	position: relative; 
	text-align: center; 
	font-style: italic;
}

.retain-files {
	width: 48px;
}

.backup-interval-description tr td div {
	max-width: 670px;
}

#updraft-manualdecrypt-modal {
	width: 85%; 
	margin: 6px;
	margin-left: 100px;
}

.directory-permissions {
	font-size: 110%;
	font-weight: bold;
}

.wordshell-advert {
	margin: 10px 0; 
	padding: 10px; 
	font-size: 140%; 
	background-color: lightYellow; 
	border-color: #E6DB55; 
	border: 1px solid; 
	border-radius: 4px;
}

.double-warning {
	border:1px solid; 
	padding: 6px;
}

.raw-backup-info {
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
}

.updraft_existingbackup_date {
	width: 22%;
	max-width: 140px !important;
}

.existing-backups-table {
	margin-top: 20px; 
	margin-left: 20px;
	width: 80%;
}

.tr-bottom-4 {
	margin-bottom: 4px;
}

.download-backups .backup-date {
	width: 172px;
	padding: 0;
	padding-left: 15px;
}

.download-backups .backup-data {
	width: 426px;
	padding: 0;
	padding-left: 15px;
}

.download-backups .updraft_backup_actions {
	width: 272px;
	padding: 0 0 10px 15px;
}

.existing-date {    
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;         
	max-width: 140px;
	width: 25%;
}

.line-break-tr {
	height: 2px; 
	padding: 1px; 
	margin: 0px;
}

.line-break-td {
	margin: 0; 
	padding: 0;
}

.td-line-color {
	height: 2px; 
	background-color: #888888;
}

.raw-backup {
	max-width: 140px;
}

.existing-backups-actions {
	padding: 1px; 
	margin:0px;
}

.existing-backups-border {
	height: 2px; 
	padding:  1px; 
	margin: 0px;
}

.existing-backups-border > td {
	margin: 0; 
	padding: 0;
}

.existing-backups-border > div {
	height: 2px; 
	background-color: #aaaaaa;
}

.updraft_existing_backup_date {
	max-width: 140px;
}

.restore-button {
	margin-right: 6px;
	float: left;
	clear: none;
}

.updraftplus-remove {
	font-size: 16px; 
	text-align: center; 
	border-radius: 4px;
}

.choose-components-button {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px !important; 
	height: 28px;
}

.before-restore-button {
	padding: 1px;
	margin: 0px;
}

.table-separator-tr {
	height: 2px;
	padding: 1px;
	margin: 0px;
}

.table-separator-td {
	margin: 0px;
	padding: 0px;
}

.end-of-table-div {
	height: 2px;
	background-color: #aaaaaa;
}

/* Main Buttons */
	.main-dashboard-buttons {    
		border-width: 4px!important;
		border-radius: 12px;
		letter-spacing: 0px;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0.7em;
		padding-right: 2em;
		padding: 0.3em 1em;
		line-height: 1.7em !important;
		background: transparent;
		position: relative;
		border: 2px solid;
		trasnsition: all 0.2s;
		vertical-align: baseline;
		box-sizing: border-box;
		text-align: justify;
		line-height: 1.3em;
		margin-left: .3em;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		text-decoration: none;
	}

	.button-restore {
		border-color: RGB(98, 158, 192);
		color: RGB(98, 158, 192);
	}

	.button-restore:hover, .button-migrate:hover, .button-backup:hover {
		border-color: #df6926;
		color: #df6926;
	}

	.button-migrate {
		color: rgb(238, 169, 32);
		border-color: rgb(238, 169, 32);
	}

	.button-backup {
		border-color: #84CA1B;
		color: #84CA1B;
	}
