/*
 * Sections: you can search for these for quicker navigation through this CSS file
 * 
 * 1. Dashboard notices
 * 2. Managing sites
 * 3. General page layout + typography
 * 4. Universal state elements (e.g. spinners)
 * 5. Backup related 
 * 6. Dropdown menu
 * 7. UpdraftPlus settings
 * 
 * Spinner images, to be incorporated: wp-includes/images/spinner.gif  wp-includes/images/spinner-2x.gif
 * 
 */

/* 1. Dashboard notices */

#updraftcentral_dashboard {
	font-size: 1.2rem;
	line-height: 1.5;
}

#updraftcentral_dashboard h1, #updraftcentral_dashboard h2, #updraftcentral_dashboard h3, #updraftcentral_dashboard h4, #updraftcentral_dashboard h5, #updraftcentral_dashboard h6 {
	color: #df6926;
	font-weight: normal;
}

#updraftcentral_dashboard button:hover, #updraftcentral_dashboard button:focus,#updraftcentral_dashboard input[type="#updraftcentral_dashboard button"]:hover,#updraftcentral_dashboard input[type="#updraftcentral_dashboard button"]:focus,#updraftcentral_dashboard input[type="reset"]:hover,#updraftcentral_dashboard input[type="reset"]:focus,#updraftcentral_dashboard input[type="submit"]:hover,#updraftcentral_dashboard input[type="submit"]:focus,
#updraftcentral_dashboard button, #updraftcentral_dashboard button[disabled]:hover, #updraftcentral_dashboard button[disabled]:focus,#updraftcentral_dashboard input[type="#updraftcentral_dashboard button"],#updraftcentral_dashboard input[type="#updraftcentral_dashboard button"][disabled]:hover,#updraftcentral_dashboard input[type="#updraftcentral_dashboard button"][disabled]:focus,#updraftcentral_dashboard input[type="reset"],#updraftcentral_dashboard input[type="reset"][disabled]:hover,#updraftcentral_dashboard input[type="reset"][disabled]:focus,#updraftcentral_dashboard input[type="submit"],#updraftcentral_dashboard input[type="submit"][disabled]:hover,#updraftcentral_dashboard input[type="submit"][disabled]:focus {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
}
	

#updraftcentral_dashboard_loading {
	margin-top: 12px;
}

#updraftcentral_notice_container .updraftcentral_notice {
	border-left: 5px solid;
	border: 1px solid #555;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 12px 6px 12px 12px;
	margin: 12px 0;
	clear: both;
}

#updraftcentral_notice_container .updraftcentral_notice_dismiss::before {
	background: none;
	color: #b4b9be;
	content: "\f153";
	display: block;
	font: normal 16px/20px dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#updraftcentral_notice_container .updraftcentral_notice_contents {
	width: 95%;
}

#updraftcentral_notice_container .updraftcentral_notice_dismiss {
	float: right;
	position: relative;
	top: -4px;
	border: medium none;
	margin: 0px;
	padding: 9px;
	background: transparent none repeat scroll 0% 0%;
	color: #B4B9BE;
	cursor: pointer;
}

#updraftcentral_notice_container .updraftcentral_notice_dismiss:hover::before, #updraftcentral_notice_container .updraftcentral_notice_dismiss:active::before, #updraftcentral_notice_container .updraftcentral_notice_dismiss:focus::before {
	color: #c00;
}

#updraftcentral_notice_container .updraftcentral_notice_dismiss:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}

#updraftcentral_notice_container .ie8 .updraftcentral_notice_dismiss:focus {
	outline: 1px solid #5b9dd9;
}


#updraftcentral_notice_container .updraftcentral_notice.updraftcentral_notice_new {
	display:none;
}

#updraftcentral_notice_container .updraftcentral_notice_level_error {
	border-left: 4px solid red;
}

#updraftcentral_notice_container .updraftcentral_notice_level_notice, #updraftcentral_notice_container .updraftcentral_notice_level_info {
	border-left: 4px solid #46B450;
}

#updraftcentral_addsite_help, #updraftcentral_editsite_expertoptions {
	font-size: 65%;
	/*font-style: italic;*/
}

#updraftcentral_addsite_key, #updraftcentral_addsite_description {
	width: 100%;
	margin-bottom: 14px;
}

#updraftcentral_editsite_expertoptions {
	clear: left;
	padding-top: 6px;
}

#updraftcentral_editsite_expertoptions label {
	width: 170px;
}

#updraftcentral_addsite_help {
	color: #0275d8;
}

#updraftcentral_editsite_expertoptions h3, #updraftcentral_editsite_expertoptions h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin-bottom:0;
	padding-bottom: 0;
}

#updraftcentral_editsite_expertoptions h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin-top:20px;
	font-size: 22px;
	letter-spacing: 0;
	margin-bottom: 0;	
}

/* 2. Managing sites */

#updraftcentral_debug_level {
	width: 40px;
}

/* It doesn't show, until Modernizr has verified that the browser is compatible */
#updraftcentral_dashboard_existingsites_container {
	display: none;
}

#updraftcentral_panel_thefuture {
	margin-left: 1.2em;
	margin-right: 1.2em;
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	background-color: #EAEAEA;
	padding: 20px;
	border-radius: 6px;
}

#updraftcentral_panel_thefuture p {
	max-width: 800px;
}

#updraftcentral_panel_thefuture h3 {
	margin-top: 0px;
}

.updraftcentral .updraftcentral_dashboard_newsite {
	float: right;
	min-width: 100px;
	min-height: 40px;
	font-size: 140%;
}

div.updraftcentral_row_sitelabel br.updraft-full-hidden {
	display: none;
}

div.updraft-cancel-new-site {
	width: 30%;
    display: inline-block;
}

div.add-new-site {
	width: 70%;
    float: left;
}

div.updraftcentral_row_site_buttons a.updraftcentral_button_link {
	color: #fff;
}

div.updraftcentral_row_site_buttons a.updraftcentral_button_link:hover {
	color: #fff;
	text-decoration: none;
}

div.updraftcentral_row_sitelabel input.updraftcentral_site_description {
	height: 18px;
	width: 100px;
}

div.updraftcentral_site_row .updraftcentral_site_url_after_description {
	font-size: 75%;
}

div.updraft_site_actions {
	display: inline-block;
}

div.updraft_site_actions .btn {
	text-transform: capitalize;
}

div.updraftcentral_site_row.row {
	margin-left: 0;
	margin-right: 0;
}

div.updraft_site_title {
	display: inline-block;
	min-width: 330px;
	max-width: 500px;
	font-weight: bold;
}
div.updraft_site_title a {
	line-height: 30px;
}

div .updraft_no_sites {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2%;
}

span.dashicon-fix {
	line-height: 1.3;
}

button.updraftcentral_site_dashboard {
	min-width: 155px;
}

span.dashicon-fix {
	line-height: 1.3;
}

div.updraftcentral_site_row,
div.updraftcentral_site_row:hover {
	background-color: #fff;
	border-radius: 6px;
}

hr {
	margin: 0;
}

.updraftcentral_site_row {
	padding: 8px 0;
	background-color: #F7F7F7;
    border-radius: 6px;
}

.updraftrc_site_row {
	padding: 16px 0;
}

.updraftcentral_row_container {
	text-align: right;
	margin-right: 20px;
}

/* 3. General page layout + typography */

.width-100-percent {
	width: 100%;
}

/* Reduce the z-index for the Divi header, so that it doesn't cover the modal */
body.et_full_width_page #main-header {
	z-index:999;
}

/* Remove the page header */
h1.main_title { display: none; }

.top-buffer {
	margin-top: 2%;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraft-hidden, #updraftcentral_modal_dialog .updraft-hidden, #updraftcentral_dashboard_existingsites .updraft_existing_backups_output .updraft-hidden, h1.pagetitle, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .hidden, .updraft-mobile-menu {
	display: none;
}





/* Below is all for the navigation menu */
#updraft-central-navigation {
	background-color: #df6926;
	border-radius: 10px 10px;
	min-height: 80px;
}
#updraft-central-navigation:after{
	clear: both;
	content: "";
	display: block;
}

#updraft-central-navigation .updraftcentral_licence_info{
	color:white;
}

.updraft-central-logo {
	display: inline-block;
	margin-left: -3px;
	width:50%;
	padding-left: 8px;
	padding-right: 8px;
}
.updraft-central-logo img {
	height: 80px;
	padding:5px;
}

#updraft-central-navigation .updraftcentral_licence_info *{
	vertical-align: middle;
}

#updraft-central-navigation .top_menu_right {
	display: block;
	padding:4px;
	text-align: right;
	white-space: nowrap;
}
#updraft-central-navigation .top_menu_right * {
	vertical-align: middle;
}
#updraft-central-navigation .top_menu_right .dashicons  {
	color: white;
	cursor: pointer;
	font-size: 30px;
	height:30px;
	width: 30px;
}
#updraft-central-navigation .top_menu_right .dashicons:hover {
	color: black;
	cursor: pointer;
}

/*Mobile menu*/
#updraft-central-navigation .dashicons.updraft-mobile-menu{
	display: inline-block;
	width: 50%;
	text-align: right;
	font-size: 80px;
	height: 80px;
	margin-left: -3px;
}

.updraft-menu-item, 
.updraft-menu-item-links {
	display: none;
	border-top:1px solid white;
	color:white;
	font-weight: bold;
	padding:8px;	
}
.updraft-menu-item:hover,
.updraft-menu-item-links:hover {
	background-color: #BF5519;
	cursor: pointer;
}
.updraft-menu-item-active,
.updraft-menu-item-links-active {
	background-color: #BF5519;
}

/* screen has a min width */
@media (min-width: 583px) {
	
	.updraft-menu-item, 
	.updraft-menu-item-links {
		display: inline-block;
		min-width: 115px;
		height: 80px;
		padding: 26px 8px 0 8px;
		border:none;
		border-right: 1px solid #fff;
		margin-left:-4px;
		text-align: center;
		
	}
	
	.updraft-central-logo {
		float: left;
		width:auto;
	}
	
	#updraft-central-navigation .dashicons.updraft-mobile-menu {
		display: none;
	}
	
	#updraft-central-navigation .top_menu_right{
		white-space: nowrap;
	}
	#updraft-central-navigation .top_menu_right {
		float: right;
		width:auto;
	}
}



/*
.updraft-full-screen:hover {
	color: #000;
	cursor: pointer;
}
*/
/*#updraft-central-navigation .updraft_central_center span.dashicons.dashicons-editor-help {
	color: #fff;
	width: 30px;
	font-size: 30px;
	margin: 8px 5px;
}

#updraft-central-navigation .updraft_central_center span.dashicons.dashicons-editor-help:hover {
	color: #000;
	cursor: pointer;
}*/

/* End navigation menu CSS */

/* Twenty Fourteen max-width fix */
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 100% !important;
}

#updraftcentral_dashboard_existingsites {
	display: block;
	margin-left: 1.2em;
    margin-right: 1.2em;
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	background-color: #EAEAEA;
    padding: 10px;
    border-radius: 6px;
}

.updraftcentral_dashboard.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.updraftcentral_site_row .updraft_site_actions.has-site-info {
	min-width: 0px;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th {
	max-width: 150px;
}

/* 4. Universal state elements (e.g. spinners) */

#updraftcentral_dashboard.updraft-fullscreen {
	background-color: #fff;
}

.updraftcentral_loading_spinner {
	position: relative;
}

div.updraftcentral_site_row .dashicons-menu::before {
	font-size: 180%;
}

.updraftcentral_spinner {
	font-size: 10px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 999;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;
    background-image: url("../images/updraft-central-orange-md.png");
    height: 25px;
    width: 25px;
	-webkit-animation: udp 2s infinite ease;
	-moz-animation: udp 2s infinite ease;
	-ms-animation: udp 2s infinite ease;
	-o-animation: udp 2s infinite ease;
	animation: udp 2s infinite ease;
}

@-webkit-keyframes udp {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes udp {
	0% {
		-moz-transform: rotate(0deg);
	}
	
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes udp {
	0% {
		-ms-transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes udp {
	0% {
		-o-transform: rotate(0deg);
	}
	
	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes udp {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.dashicon-image-rotating {
	animation: refresh 2s infinite ease;
}

@-webkit-keyframes refresh {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes refresh {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes refresh {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes refresh {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes refresh {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

span.c-indicator {
	background-color: #d1d1d1;
}

button.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

button.btn-default:hover, button.btn-default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

button.btn-updraftplus {
	color: #fff;
	background-color: #df6926;
	border-color: #df6926;
}

button.btn-updraftplus:hover {
	background-color: #BF5519;
	border-color: #BF5519;
}

button.btn-black-outline {
	color: #636363;
	background-color: transparent;
	background-image: none;
	border-color: #636363;
}

button.btn-black-outline:hover {
	color: #fff;
	background-color: #636363;
	border-color: #636363;
}

button.btn-updraftplus-outline {
	color: #df6926;
	border-color: #df6926;
	background-color: transparent;
    background-image: none;
}

button.btn-updraftplus-outline:hover {    
	color: #fff;
    border-color: #df6926;
    background-color: #df6926;
}

button.btn-settings-outline {
	color: #686868;
	border-color: #686868;
	background-color: transparent;
    background-image: none;
}

button.btn-settings-outline:hover, button.btn-settings-outline:focus {
	color: #fff;
    border-color: #686868;
    background-color: #686868;
}

.updraftcentral_action_box {
	display: block;
	margin-top: 10px;
	text-align: center;
	padding: 5px 5px;
/* 	width: 85%; */
	margin: 10px auto 0px auto;
	min-height: 40px;
}

.updraftcentral_action_box .btn {
	margin: 0px 3%;
	min-width: 120px;
}


/* For Divi theme and other possible table CSS conflict */
table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
	max-width: 100% !important;
}

.updraftcentral-hide-in-other-tabs, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraft-directory-not-writable-blurb, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_cloudfiles_newapiuser {
	display: none;
}

#updraftcentral_notice_container .updraftcentral_notice .updraftmessage.fade {
	display: block;
	opacity: inherit;
}

#updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .updraftplus_downloader_closebutton {
	float: right;
	margin-bottom: 8px;
}

.phpinfo {
	font-style: italic;
}

.phpinfo:hover {
	cursor: pointer;
}

#updraftcentral_modal_dialog .modal-dialog {
	margin-top: 5%;
}

#updraftcentral_modal_dialog p {
	padding-bottom: 4px;
	margin-bottom: 0px;
}

#updraftcentral_modal_dialog .initially-hidden {
	display: none;
}

#updraftcentral_modal_dialog .modal-header .close {
	margin-top: 5px;
	position: absolute;
	right: 15px;
}

.updraft_site_unlicensed {
	color: red;
	font-style: italic;
}

#updraftcentral_licence_info {
	/* The default is to not display licence information. Customisers can over-ride this. */
	display: none;
}

#updraftcentral_licence_info:hover {
	opacity: 50%;
}

#updraftcentral_licence_info a {
	color: white;
}

#updraftcentral_licence_info a:hover {
	color: black;
}

#updraftcentral_modal_dialog .modal-content {
	border-radius: 0.4rem;
}

#updraftcentral_modal_dialog .modal-dialog.backup-now {
	font-size: 13px;
}

#updraftcentral_modal_dialog .modal-header {
	border-bottom: none;
	border-radius: 0.3rem 0.3rem 0 0;
	padding: 15px 15px 0;
	background-color: #df6926;
	color: #fff;
}

#updraftcentral_modal_dialog pre {
	width: 580px;
	height: 330px;
	overflow-y: auto;
	max-width: 550px;
	max-height: 300px;
}

#updraftcentral_modal_dialog .modal-content .modal-body ul {
	list-style-type: none;
	margin: 0 10px;
}

#updraftcentral_modal_dialog .modal-header h4 {
	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 0;
}

#updraftcentral_modal_dialog .modal-body h3 {
	margin-top: 0;
	margin-bottom: 0;
}


#updraftcentral_modal_dialog .modal-footer .btn-warning {
	color: #f0ad4e;
	background-color: transparent;
	background-image: none;
	border-color: #f0ad4e;
}

#updraftcentral_modal_dialog .modal-footer .btn-primary, .modal-footer .btn-primary {
	color: #0275d8;
	background-color: transparent;
	background-image: none;
	border-color: #0275d8;
}

#updraftcentral_modal_dialog .modal-footer .btn-primary:hover, .modal-footer .btn-primary:hover {
	color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.modal-footer .btn-default {
	color: #686868;
	border-color: #686868;
	background-color: transparent;
    background-image: none;
}

.modal-footer .btn-default:hover, .modal-footer .btn-default:focus {
	color: #fff;
    border-color: #686868;
    background-color: #686868;
}

#updraftcentral_modal_dialog .modal-footer .btn-primary:hover, #updraftcentral_modal_dialog .modal-footer .btn-warning:focus {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
}

#updraftcentral_modal_dialog .modal-footer .btn-warning:hover, #updraftcentral_modal_dialog .modal-footer .btn-warning:focus {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.updraft_existing_backups_output > .dashicons-image-rotate, .updraft_site_settings_output > .dashicons-image-rotate, .updraft_module_output > .dashicons-image-rotate {
	float: right;
	position: relative;
	top: 6px;
	left: -12px;
}

.updraft_existing_backups_output > .dashicons-image-rotate:hover, .updraft_site_settings_output > .dashicons-image-rotate:hover, .updraft_module_output > .dashicons-image-rotate:hover {
	cursor: pointer;
}

button.btn {
	text-transform: capitalize;
}

.bootbox-body h2 {
	color: #df6926;
}


/* 5. Backup related */

label.backupnow_includecloud {
	/*cursor:pointer;*/
}

/* Below is adapted from: http://www.hongkiat.com/blog/css3-checkbox-radio/ */
.modal-body label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
	margin-top: 20px;
    margin-bottom: 0;
}

label.backupnow_includedb::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #EAEAEA;
	border-radius: 4px;
}

.updraft_existing_backups .rescanning {
	font-style: italic;
	padding-bottom: 10px;
}

label[for=backupnow_label]::before {
	display: none;
}

label[for=backupnow_label] {
	padding-left: 0;
} 

#updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .dlfileprogress {
	width: 0;
	background: #f6a828;
	height: 5px;
}

.updraftplus_downloader .raw {
	margin: 8px 0 10px;
}

.updraftplus_downloader .file {
	display: block;
    height: auto;
	padding: 5px;
    background: #ececec;
    border: solid 1px #ccc;
    margin: 8px 0 0;
}

 /* Existing backup related CSS */
.updraft_diskspaceused_update, .updraft_rescan_local, .updraft_rescan_remote {
	cursor: pointer;
	text-decoration: underline;
}
 
input:disabled + label::before {
	cursor: not-allowed;
	background-color: rgba(173, 173, 173, 1);
}
 
.updraft_existing_backups_output h2, #updraftcentral_modal_dialog #updraftcentral_phpinfo_results img,
	#updraftcentral_dashboard_existingsites .updraft_existing_backups_output .ud-whitespace-warning {
	display: none;
}
 
.download-backups {    
	padding: 10px;
    margin: 10px 10px 0 10px;
    background-color: #fff;
    border-radius: 6px;
}
 
.ud-whitespace-warning a {
	text-decoration: underline;
}
 
#updraftcentral_modal_dialog #updraftcentral_phpinfo_results {
	height: 300px;
	max-height: 300px;
	overflow: auto;
}

.updraft_download_button {
	background-color: transparent;
    border-radius: 4px;
	font-size: 1rem;
	letter-spacing: 0;
    line-height: 0.7em;
	width: 95px;
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 8px;
	word-wrap: normal;
 }
 
.updraft_download_button:hover, .restore-button button:hover, 
	.updraft_download_button:focus, .restore-button button:focus {
	background-color: #df6926;
	color: #fff;
	border-color: #df6926;
 }

.existing-backups-table thead tr th.backup-date, .existing-backups-table thead tr th.backup-data, 
	.existing-backups-table thead tr th.updraft_backup_actions {
	padding: 10px;
}

.updraft_backup_actions, tb.before-restore-button, .updraft_existingbackup_date {
	width: 200px;
}
 
.restore-button button {
    border-radius: 4px;
    line-height: 0.7em;
	font-size: 1rem;
	letter-spacing: 0;
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 8px;
	width:85px;
 }
 
 button.updraft_download_button:last-child {
	margin-bottom: 5px;
 }
#updraftcentral_dashboard .updraftplus-remove,
#updraftcentral_dashboard .updraft-viewlogdiv{
	//margin-bottom: 10px;
}

#updraftcentral_dashboard .updraft-delete-link,
#updraftcentral_dashboard .updraft-log-link {
	width:85px;
	cursor:pointer;
	background-color: #0275d8;
	border-color: #0275d8;
	color:white;
	padding: 8px;
	border-radius: 4px;
	font-size: 1rem;
	line-height: 0.7rem;
	display: block;
	margin:5px 5px 0 5px;
	text-align:center;
}

#updraftcentral_dashboard .updraft-delete-link:hover,
#updraftcentral_dashboard .updraft-delete-link:focus,
#updraftcentral_dashboard .updraft-log-link:hover, 
#updraftcentral_dashboard .updraft-log-link:focus {
	text-decoration: none;
	color:white;
}

 
 .restore-button, .updraftplus-remove, .updraft-viewlogdiv {
	display: inline-block;
    //margin-bottom: 10px;
 }

.download-backups ul li {
	list-style: none;
}
	
.download-backups ul li:last-child {
	font-size: 12px;
}

#updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader {
    margin-top: 4px;
    width: 75%;
    border: 0;
}

.existing-backups-table thead tr td[colspan="3"], 
.existing-backups-table thead tr td[colspan="4"],
.existing-backups-table tbody tr td[colspan="4"] {
	display: none; /* Hide the empty columns/rows which come back from UDP */
}

table.existing-backups-table {
    border-spacing: 0;
	border-collapse: separate;
	border: none;
}

.existing-backups-table th, .existing-backups-table td {
    border: 1px solid #eee;
}

.existing-backups-table thead tr:first-child th:first-child {
    border-radius: 0.6em 0 0 0;
	width: 145px;
}

.existing-backups-table thead tr:first-child th:last-child {
    border-radius: 0 0.6em 0 0;
}

.existing-backups-table tbody tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 0.6em;
}

.existing-backups-table tbody tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 0.6em 0;
}

.updraft_diskspaceused_update {
	font-style: italic;
}
 
button.updraft_delete_downloaded_backup, button.updraft_downloaded {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
	color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
    padding: .25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
 }
 
 button.updraft_delete_downloaded_backup:hover, button.updraft_downloaded:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
 }

.entry-content a {
	/* Over ride the WP box shadow - true with the default theme of WP 4.4 */
	box-shadow: none;
}

div.updraftcentral_notice div.updraftcentral_notice_contents h2 {
	font-size: 1.2em;
	padding-bottom: 0;
}

div.updraftcentral_notice_contents .backup_state {
	line-height: 2;
	margin-top: 10px;
}

div.updraftcentral_notice_contents .job-id {
	margin-top: 10px;
}

div.job-id a, div.job-id a:last-child:hover {
	border-radius: 4px;
	padding: 5px;
	line-height: 0.7em;
	margin: 5px 5px 0 5px;
    word-wrap: normal;
    word-break: normal;
	white-space: nowrap;
}

div.job-id .curstage {
	margin-top: 10px;
	font-style: italic;
}

div.job-id a.updraft-log-link {
	cursor: pointer;
	color: #686868;
    line-height: 0.8em;
    margin: 5px 5px 0 5px;
}

div.job-id a.updraft-log-link:hover, div.job-id a.updraft-log-link:focus {
	background-color: #686868;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	border-radius: 4px;
}

div.active-jobsupdraft_finished {
	margin-top: 15px;
}

.updraft_jobinfo_delete {
	cursor: pointer;
    background-color: transparent;
    border: 1px solid #D01D1D;
    color: #D01D1D;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px !important;
    line-height: 0.7em !important;
    margin: 5px 5px 0 5px !important;
    text-align: center;
    padding: .25rem .75rem !important;
}

.updraft_jobinfo_delete:focus, .updraft_jobinfo_delete:hover {
	background-color: #d01d1d;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	line-height: 0.7em;
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: .25rem .75rem;
}

/* 6. Dropdown menus */

div.updraft-dropdown {
	display: inline-block;
	float: right;
	top: 4px;
}

#updraftcentral_dashboard_existingsites ul.updraft-dropdown-menu {
	margin-top: -5px !important;
	padding-bottom: 0;
	padding-left: 0;
}

div.updraft-dropdown ul li {
	/* Blame IE for the below */
	list-style: 		none !important;
	list-style-type: 	none !important;
}

.updraft-dropdown a:hover, .updraft-dropdown a:focus {
	text-decoration: none;
}

.dropdown-menu.updraft-dropdown-menu {
	top: 145%;
	left: 5px;
	padding: 0;
	margin: 0;
	/*min-width: 165px;*/
	width: auto;
}

li.dropdown-submenu > a::before {
	display: none;
}

ul.updraft-dropdown-menu li a span {
	text-transform: capitalize;
}

.updraft-dropdown-menu::after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: 117px;
}

.updraft-dropdown-menu::before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ccc;
	border-width: 12px;
	margin-left: 115px;
}

/* Dropdown enhancement CSS:  https://github.com/behigh/bootstrap_dropdowns_enhancement/blob/master/dist/css/dropdowns-enhancement.css */
.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:hover,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  color: #999999;
}

.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu > li > label {
  margin-bottom: 0;
  cursor: pointer;
}

.dropdown-menu > li > input[type="radio"],
.dropdown-menu > li > input[type="checkbox"] {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.dropdown-menu > li > label:focus,
.dropdown-menu > li > input:focus ~ label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-center {
  right: 50%;
  left: auto;
}
.dropdown-menu.pull-middle {
  right: 0%;
  /* Changed from right: 100% */
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto;
}

.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.bullet {
  margin-top: 8px;
}

.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -7px;
  left: 9px;
}

.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}

.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}

.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}

.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}

.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}

.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}

.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}

.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}

.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}

.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}

.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}
.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}

.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* End the dropdown enhancement CSS */

ul .row_backupnow, ul .row_siteinfo, ul .updraft-dropdown-item {
	color: #2b2d2f;	
	cursor: pointer;
	text-align: left;
	text-indent: 8px;
	text-decoration: none;
}

ul .row_backupnow a, ul .row_siteinfo a, ul .updraft-dropdown-item {
	text-decoration: none;
	color: #2b2d2f;
	box-shadow: none;
	display: block;
	width: 100%;
	clear: both;
	padding: 8px 0;
	font-weight: bold;
	width: 195px;
}

ul .row_backupnow:hover, ul .row_siteinfo:hover, ul .row_backupnow:hover a, ul .row_siteinfo:hover a, ul .updraft-dropdown-item:hover {
	color: #2b2d2f;
	text-decoration: none;
	background-color: #eee;
}

#updraftcentral_dashboard_existingsites ul {
	list-style-type: none;
	list-style: none;
}

ul.updraft-dropdown-menu .dashicons {
	margin-right: 5px;
}


/* 7. UpdraftPlus settings */
.updraftcentral_row_extracontents .updraft_site_settings_output select {
	margin-right: 10px;
}

.updraftcentral_row_extracontents .updraft_site_settings_output #updraft_webdav_settings_url {
	width: 100%;
}

.updraftcentral_row_extracontents .updraft_site_settings_output select#updraft_startday_files {
	margin-left: 10px;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output  .updraftplus-morefiles-row {
	float: left;
	clear: left;
}

.updraft_site_settings_output {
	margin-top: 10px;
}

th h2 {
	margin-bottom:0.5em;
}

.updraft_site_settings_output .form-table th {
	width: 25%;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.updraft_site_settings_output .form-table td {
	max-width: 100% !important;
	padding: 5px 5px 10px;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th img {
	width:100%;
	max-width: 150px;
}

.updraft_site_settings_output .form-table td img {
	width:auto;
	max-width: 100%;
}

tr.updraftplusmethod.azure td  img {
	width: 100%;
	max-width: 400px;
}

.updraft_site_settings_output select {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: auto;
}

.updraft_site_settings_output select:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.updraft_site_settings_output input[type="text"], .updraft_site_settings_output input[type="email"], .updraft_site_settings_output input[type="url"], 
.updraft_site_settings_output input[type="password"], .updraft_site_settings_output input[type="search"], .updraft_site_settings_output input[type="tel"], 
.updraft_site_settings_output textarea, .updraft_site_settings_output select {
	margin: 0 0 5px 0;
	border-radius: 4px;
	padding: 2px 2px 2px 8px !important;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

.updraft_site_settings_output input[type="number"], .updraft_site_settings_output input[type="text"].fix-time {
	background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	margin: 5px 5px 10px;	
	padding: 0 2px;
	text-align: center;
	width: 65px;
}

.updraft_site_settings_output h2 {
	text-align: left;
	margin-top: 1.5em;
	font-weight: bold;
}

.updraft-fullscreen #updraftcentral_modal_dialog {
	background-color: #fff;
	background-color: transparent;
}

.updraft_site_settings_output button.button-primary, .updraft_site_settings_output input.button-primary {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
	letter-spacing: initial;
	padding: .25rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	text-transform: capitalize;
}

.updraft_site_settings_output button.button-primary:hover, .updraft_site_settings_output button.button-primary:focus,
.updraft_site_settings_output input.button-primary:hover, .updraft_site_settings_output input.button-primary:focus {
	color: #fff;
	background-color: #025aa5;
	border-color: #01549b;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output td, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output table {
	border: none;
}

button#updraftvault_showoptions, button#updraftvault_connect {
	margin-top:5px;
}

/* Remote Storage/Updraft Method Plus */
input#updraft_s3_path {
	margin-left: 10px;
	margin-right: 0;
	width: 93%;
	width: 330px;
}

 
/*Commented out the stuff to make the checkboxs look better as it was turing into too much work - do this later not a priority.

.updraft_site_settings_output label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.updraft_site_settings_output label::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #EAEAEA;
	border-radius: 4px;
}

label[for=updraft_include_uploads_exclude]::before, label[for=updraft_include_others_exclude]::before, label[for=updraft_include_more_path_0]::before, #updraft_servicecheckbox_updraftvault::before {
	display: none;
}

.updraft_site_settings_output input[type=checkbox] {
	display: none;
}

.updraft_site_settings_output #remote-storage-container input[type=checkbox] {
	display: initial;
}

.updraft_site_settings_output input[type=checkbox] label::before {
	border-radius: 3px;
}

.updraft_site_settings_output input[type=checkbox]:checked + label::before {
	content: "\2713";
	font-size: 15px;
	color: #0275d8;
	text-align: center;
	line-height: 15px;
	font-weight: bold;
	border-radius: 4px;
 } */
 
 #updraft_include_others_exclude input[type="text"], input#updraft_include_uploads_exclude {
	width: 80%;
}

.updraft_site_settings_output a:hover {
	cursor: pointer;
}

#updraftvault_settings_default div:nth-child(2), #updraftvault_settings_default div:nth-child(3) {
	display: inline-block;
}

#updraftvault_settings_default div:nth-child(2) {
	margin-right: 20%;
}

#updraftvault_settings_default p:last-child {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#updraftvault_email, #updraftvault_pass, #updraft_dropbox_folder {
	width: 330px;
	margin-left: 5px;
}

#updraftvault_connect_go {
	display: block;
	margin: 10px 0 0 0;
}

#updraft_sftp_settings_key {
	height: 105px;
}

#updraftvault_settings_showoptions div {
	display: inline-block;
}

.updraft_site_settings_output div.error, .updraft_site_settings_output p.double-warning {
	color: #9C1515;
}

.updraft_site_settings_output h2.updraft_settings_sectionheading:nth-child(2) {
	border-bottom: 1px solid black;
}

.updraft_interval, #updraft_startday_files, .updraft_interval_database, #updraft_startday_db {
	margin-bottom: 5px;
}

.nav-tab {
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-left: .5em;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	background: #e4e4e4;
	color: #555;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
	outline: 0;
	border-radius: 6px 6px 0 0;
}

.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:active, .nav-tab-active:focus .nav-tab-active:hover {
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	color: #000;
}

.nav-tab:focus, .nav-tab:hover {
	background-color: #fff;
	color: #464646;
}

.updraft_site_settings_output table.form-table:nth-child(1), 
.updraft_site_settings_output table.form-table:nth-child(3) {
	width: 90%;
	margin: 0 auto;
}

.updraft_report_another_p {
	clear: left;
}

.updraft_site_settings_output input, .updraft_site_settings_output select {
	margin-bottom: 0 5px 0 5px;
}

.updraft_site_settings_output label, .updraft_site_settings_output input[type="checkbox"] {
	cursor: pointer;
}

.updraft_site_settings_output a {
	text-decoration: underline;
}

span.updraftplus-morefiles-row-delete, span.updraft_retain_rules_delete {
	cursor: pointer;
	color: #F00;
	font-size: 100%;
	font-weight: bold;
	border: 0px;
	border-radius: 4px;
	padding: 2px;
	margin: 0 6px;
}

span.updraftplus-morefiles-row-delete:hover, span.updraft_retain_rules_delete:hover {
	color: #FFF;
	background-color: #F00;
	cursor: pointer;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output tr#remote_storage_tabs td {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 0;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form label { 
	float: left; 
	clear: left; 
	width: 170px;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form input[type="text"], #updraft_s3newapiuser_form select { 
	float: left; 
	width: 310px; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form input[type="checkbox"] { 
	float: left; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form label { 
	float: left; 
	clear: left; 
	width: 170px;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form input[type="text"], #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form select { 
	float: left; 
	width: 310px; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form input[type="checkbox"] { 
	float: left; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form p { 
	padding-top: 0; 
	clear: left; 
	float: left;
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form .updraft-s3newapiuser-first-para { 
	margin: 1px; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form .updraft-s3newapiuser-settings-para {
	margin-top: 3px; 
	padding-top: 0; 
	clear: left; 
	float: left; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form #updraft-s3newapiuser-results { 
	clear: left; 
	float: left; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form #updraft-s3newapiuser-results p { 
	margin: 1px 0; 
	padding: 1px 0; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form .updraft_s3newapiuser_checkboxexplain { 
	width: 310px; 
	float: left; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form .updraft_s3newapiuser_textexplain { 
	float: left; 
	width: 30px; 
	position: relative; 
	top: 3px; 
}

#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_s3newapiuser_form #updraft_s3newapiuser_bucket { 
	width: 280px; 
}

.updraft_site_settings_output table tr th h3 {
	word-wrap: normal;
	white-space: nowrap;
}

div#updraft_include_more_options div:nth-child(3), .updraft_report_another_p {
	clear: both;
}

.updraft_site_settings_output a.nav-tab {
	text-decoration: none;
}

.updraft-dashicon-big {
	color: #000;
	float: right;
	height: 35px;
	width: 35px;
	font-size: 35px;
}

/* Expert Settings */
tr.expertmode td input.updraft_split_every {
	width: auto;
}
