.wp2pcloud-register-wrap {
	display: block;
	box-sizing: border-box;
	margin: 10px 20px 0 2px;
}

#wp2pcloud {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 2%;
	text-align: left;
}

#wp2pcloud h1 {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 9px 15px 4px 0;
	line-height: 29px;
}

#wp2pcloud-message {
	display: block;
	width: 300px;
	margin-bottom: 50px;
}

#wp2pcloud-error {
	margin-bottom: 30px;
}

#wp2pcloud-settings {
	display: block;
}

#wp2pcloud-login-form {
	display: block;
	width: 40%;
	padding-bottom: 100px;
	text-align: center;
}

#wp2pcloud .notice {
	display: flex;
	align-items: center;
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
}

#wp2pcloud .notice span {
	padding-left: 0;
	padding-right: 5px;
}

#wp2pcloud .notice button {
	margin-left: 10px;
}

#wp2pcloud .log_show {
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: 280px;
	background-color: black;
	color: #ffffff;
	overflow: hidden;
	overflow-y: auto;
}

.wp2pcloud-register-backups-table {
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.wp2pcloud-register-backups-table thead tr th {
	border: 1px solid #CCC;
	vertical-align: middle !important;
}

.wp2pcloud-register-backups-table thead tr th:nth-child(1) {
	text-align: left;
}

.wp2pcloud-register-backups-table thead tr th:nth-child(2),
.wp2pcloud-register-backups-table thead tr th:nth-child(3),
.wp2pcloud-register-backups-table thead tr th:nth-child(4) {
	text-align: center;
}

.wp2pcloud-register-backups-table tbody tr td {
	border: 1px solid #CCC;
	vertical-align: middle !important;
}

.wp2pcloud-register-backups-table tbody tr td:nth-child(1) {
	text-align: left;
}

.wp2pcloud-register-backups-table tbody tr td:nth-child(2),
.wp2pcloud-register-backups-table tbody tr td:nth-child(3),
.wp2pcloud-register-backups-table tbody tr td:nth-child(4) {
	text-align: center;
}

#wp2pcloud .schedule {
	display: block;
	width: 100%;
	margin-top: 20px;
}

#wp2pcloud .top {
	height: 54px;
	background-color: rgb(39, 40, 41);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
	margin: -4px 0 15px -19px;
}

#setting-error-settings_updated,
#setting-error-mysql-settings_updated {
	display: none;
	margin: 0 0 10px;
}

.pclprogressbar {
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	line-height: 1;
	height: 16px;
	position: relative;
	z-index: 1;
}

.pclprogressbar span.pclpr-l,
.pclprogressbar span.pclpr-r {
	padding-left: 0 !important;
	padding-right: 0 !important;
	flex: 0 0 1%;
	white-space: nowrap;
	line-height: 1;
	height: 16px;
	position: relative;
	z-index: 2;
}

.pclprogressbar span.pclpr-l {
	max-width: 26px;
}

.pclprogressbar span.pclpr-r {
	max-width: 42px;
}

.pclprogressbar span.pclpr-c {
	padding-left: 0 !important;
	padding-right: 0 !important;
	flex: 1 1 93%;
	max-width: 93%;
	white-space: nowrap;
	line-height: 1;
	height: 16px;
	position: relative;
	z-index: 4;
}

.pclprogressbar .pclpr-c strong,
.pclprogressbar .pclpr-c span {
	display: inline-block;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left;
	overflow: hidden;
	line-height: 1;
	height: 16px;
	position: relative;
	z-index: 5;
	background-color: #000;
}

.pcl_top_info{
	display: flex;
	margin: 5px 10px 5px 0;
	align-items: center;
}

#wp2pcloud_form #wp2pcloud_form_min_int {
	display: flex;
	align-items: center
}

#wp2pcloud_form #wp2pcloud_form_min_int #freq {
	margin-left: 10px;
	margin-right: 10px;
}

.pcl_dbg_area{
	display: flex;
	width: 100%;
	padding-bottom: 15px;
	text-align: right;
	align-items: flex-start;
	justify-content: flex-end;
}

.pcl_dbg_area button{
	cursor: pointer;
	font-size: 9px;
	border: 0;
	padding: 1px 2px;
	background: none;
	color: #CCC;
}
