/**************************************************************
   Debug information
 **************************************************************/
.debug-container {
	clear: both;
	padding: 8px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #fffcdf;
	border: solid 1px #e9d9c9;
	font-size: 11px;
	line-height: normal;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	color: #283841;
}

.debug-schema {
	background-color: #f9ded8;
	border: solid 1px #dec2be;
}

.debug-container h1 {
	font-size: 14px;
	font-weight: bold;
}

.debug-container h2 {
	font-size: 12px;
	margin-top: 10px;
}

.debug-container h3 {
	font-size: 11px;
}

.debug-container p {
	padding: 0px;
	margin: 0px;
}

.debug-container ul {
	padding-left: 20px;
}

.debug-container tbody tr:hover > td {
	background-color: transparent;
}

.debug-smalltext {
	font-size: 10px;
	color: gray;
}

.validated {
	color: #74ae79;
}

.not-validated {
	color: #C43737;
}

.debug-table {
	border-spacing: 0px;
	border-collapse: collapse;
}

.debug-table td {
	background: none;
	border-bottom: 1px solid #E9D9C9;
	padding-bottom: 1px;
	padding-top: 1px;
}

.debug-table tr.debug-failed {
	background: #f4cac9;
}

.debug-table tr.debug-failed:hover>td {
	background-color: #f4cac9;
}

.debug-table-compact {
	border-spacing: 0px;
	border-collapse: collapse;
}

.debug-table-compact td {
	background: none;
	padding: 0;
	border: none;
}

.debug-slowpageload {
	color: #C43737;
}

.ZFDebug_panel h4 {
    font-size: 11.5px;
    padding: 0px;
    margin: 5px 0px -2px;
    line-height: 12px;
}