#ctl-options .form-table th {
	display: none;
}

.ctl-table {
	display: none;
}

#ctl-success, #ctl-error {
	max-height: 0;
	color: #fff;
	font-size: 14px;
	padding: 0;
	transition: 0.5s all;
}

#ctl-success {
	background: #8BC34A;
}

#ctl-error {
	background: #FF9800;
}

#ctl-success.active, #ctl-error.active {
	padding: 10px 25px;
	max-height: 34px;
	height: 14px;
	line-height: 14px;
}

#ctl-options .nav-tab-wrapper {
	width: 125px;
	float: left;
	padding-top: 22px;
	border-bottom: none;
	text-align: center;
}

body.js #ctl-options .ctl-table {
	width: calc(100% - 125px);
	float: left;
	clear: none;
}

#ctl-options .nav-tab {
	cursor: pointer;
	margin: 0 0 23px 0;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#ctl-options .submit, #ctl-convert-existing-slugs {
	clear: both;
	float: left;
	margin-top: 0;
	padding-bottom: 0;
}

#ctl-convert-existing-slugs .submit {
	margin-top: 0;
}

#ctl-options .nav-tab-active {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.nav-tab-current {
	box-shadow: 0 0 5px 5px #fff;
}

.ctl-table.active {
	display: block;
}

.ctl-table-cell {
	float: left;
	position: relative;
	margin-bottom: 1em;
}

.ctl-table-cell label {
	width: 2.4em;
	display: inline-block;
	text-align: right;
	margin-right: 0.2em;
}

.ctl-table-cell input {
	width: 3em !important;
	display: inline-block;
}

.ctl-table-cell #ctl-edit-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.4em !important;
	padding: 0;
	border: 1px solid #007cba;
	box-shadow: 0 0 0 1px #007cba;
	outline: 2px solid #0000;
	border-radius: 4px;
	line-height: 2;
}

.ctl-edit-label-error {
	background: #FF9800;
}

.ctl-plus {
	position: relative;
	float: left;
	display: inline-block;
}

.ctl-plus button {
	border: none;
	cursor: pointer;
	height: 24px;
	width: 24px;
	padding: 0;
	position: absolute;
	top: 0.35em;
	left: 1.8em;
}

.ctl-plus button:focus {
	outline: none;
}

#appreciation {
	clear: both;
}

#ctl-confirm-popup {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(241,241,241,0.8);
	z-index: 9999;
}

#ctl-confirm-content {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.ctl-table-cell label {
		width: 2.2em;
	}

	.ctl-table-cell input {
		width: 2.8em !important;
	}

	#ctl-options .submit {
		padding-top: 20px;
	}
}
