@import url("reset.css");

input[type="checkbox"] {
	border: none;
	outline: none;
}



div#adminTools {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
	font-size: 10px;
	padding: 10px;
	padding-right: 50%;
	background-color: rgba(0,0,0,0.7);
}

.console {
	padding-bottom: 200px;
}

p#consoleTitle {
	position: absolute;
	right: 0;
	top: 0;
	width: 51%;
	margin: 10px;
	
}

p#consoleTitle span {
	position: absolute;
	right: 10px;
}

p#console {
	position: absolute;
	right: 0;
	width: 50%;
	top: 20px;
	bottom: 0;
	padding: 10px;
	overflow: auto;
	line-height: 15px;
	margin: 10px;
	background-color: rgba(255,255,255,0.78);
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


a#devBtn{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
a#devBtn.down {
	opacity: 1;
	filter: alpha(opacity=100);
}

.inactive {
	display: none !important;
	visibility: hidden !important;
}

.kndCustomError {
	padding: 5px;
	overflow: hidden;
	margin: 10px!important;
	opacity: 0.8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.kndCustomError.Warning {
	background-color: #ffe9e9;
}

.kndCustomError.Notice {
	background-color: #eee;
}

.kndCustomError.Error {
	background-color: #ffa2a2;
}

.kndCustomError h1 {
	font: normal normal normal 1.5em sans-serif!important;
	margin: 10px;
	float: none;
}

.kndCustomError dt {
	font-weight: bold!important;
	float: left!important;
	text-align: right!important;
	width: 12em!important;
}

.kndCustomError dd {
	margin-left: 13em!important;
}

.kndCustomError dd.backtrace pre {
	font-size: 1.2em!important;
	height: 350px!important;
	overflow: hidden;
}