.det-header-wrapper {
	padding: 20px;
	overflow: hidden;
}
.det-title-left {
	width: 80%;
	float: left;
}
h1.det-title-main {
	padding: 0;
	line-height: 1.3em;
	font-size: 42px;
	margin-top: 5px;
}
.det-title-sub {
	color: #777;
	font-weight: 400;
	margin-left: 3px;
}
.det-title-right {
	float: right;
}
.det-title-right img {
	width: 100px;
	height: 100px;
}
.button.det-btn {
	border: none;
	color: #fff;
	text-align: center;
	padding: 3px;
	max-width: 250px;
	height: auto;
	margin-bottom: 15px;
	display: block;
	font-weight: 700;
	box-shadow: none;
}
.det-btn.det-save-button {
	background-color: #1a7fc2;
	margin-bottom: 0;
	margin-top: 30px;
	padding: 3px 10px;
}
.det-btn.det-save-button:hover {
	background: #0e629a;
	color: #fff;
}
.det-btn.det-save-button:focus {
	background: #0e629a;
	color: #fff;
}
.det-settings-tabs-list {
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.det-settings-tabs-list li {
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 0.5em;
}
.det-tab-list-item {
	background: #e5e5e5;
	padding: 9px 15px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
}
.det-tab-list-item:focus {
	box-shadow: none;
}
li.ui-state-default:not(.ui-state-active):hover a {
	background: #fff;
	color: #444;
}
li.ui-state-active a {
	outline: none;
	color: #000;
	background: transparent;
	box-shadow: none;
	border-bottom: 1px solid #f1f1f1;
}
.det-row {
	width: 100%;
	overflow: hidden;
}
.det-settings-tabs {
	padding: 15px 25px;
	margin-top: -3em;
}
.det-elements-table {
	border-collapse: collapse;
	margin-top: 0.5em;
	margin-left: 5px;
	width: 80%;
	clear: both;
}
.det-elements-table th {
	vertical-align: top;
	text-align: left;
	padding: 20px 10px 20px 0;
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
}
.det-elements-table tr {
	border-bottom: 1px solid #ddd;
}
.det-elements-table td {
	margin-bottom: 9px;
	padding: 15px 10px;
	line-height: 1.3;
	vertical-align: middle;
}
.det-elements-table .det-element-desc {
	font-weight: 300;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}
.switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 33px;
}
.switch input {
	display: none;
}
.slider,
.pro-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f2f2f2;
	box-shadow: 0 0 2px 1px #ccc inset;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.slider:before,
.pro-slider:before {
	position: absolute;
	content: "";
	height: 27.5px;
	width: 27.5px;
	left: 0;
	bottom: 1.1px;
	background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 0;
	margin: 0;
	border: 1px solid #c6c6c6;
	box-shadow: 0 2.5px 5px #b8b8b9;
}
input:checked + .slider {
	background-color: #18a4fd;
	box-shadow: 0 0 2px 1px #149afd inset;
	border: 1px solid #149afd;
}
input:focus + .slider {
	box-shadow: 0 0 1px #18a4fd;
}
input:checked + .slider:before {
	box-shadow: 0 2.5px 5px #0d6fbd;
	border: 1px solid #0d6fbd;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}
.slider.round {
	border: 1px solid #b8b8b9;
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
