@charset "UTF-8";
div.debug-wrapper,
div.debug-wrapper * {
	box-sizing: border-box;
}

div.debug-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.debug-btn-title {
	width: 98%;
	border-bottom: 1px solid #eee;
	margin: 0 1%;
	padding: 5px;
	font-weight: normal;
	background-color: #fefefe;
	color: #777;
	margin-top: 10px;
	text-align: left;
}

div.debug-btn {
	width: 48%;
	display: inline-block;
	margin: 1%;
	padding: 10px;
	background-color: #eee;
	text-align: center;
}

a.debug-btn,
a.debug-btn:active,
a.debug-btn:hover {
	font-size: 12px;
	text-decoration: none !important;
}

.debug-btn img {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 7px;
	display: block;
	max-width: 100px;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.debug-btn img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

a.debug-btn.column {
	float: left;
	margin: 7px;
	opacity: 0.6;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

a.debug-btn.column:hover {
	opacity: 1;
}

a.debug-btn.column img {
	width: 22px;
	height: auto;
}

/** Admin Side **/

.dts_settings_debuggers {
	position: relative;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-attachment: local;
	background-size: contain;
}

.dts_settings_debuggers label {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dts_settings_debuggers.unchecked {
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	opacity: 0.7;
}
