/* @override http://localhost/mark_story/site/debug_kit/css/debug_toolbar.css */
#debug-kit-toolbar {
	position: fixed;
	top: 0px;
	right:0px;
	width: 100%;
	height: 1%;
	overflow: visible;
	z-index:10000;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

/* panel tabs */
#debug-kit-toolbar #panel-tabs {
	float: right;
	list-style: none;
	margin: 0;
}
#debug-kit-toolbar .panel-tab {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#debug-kit-toolbar .panel-tab a {
	float: left;
	clear: none;
	background: #efefef;
	color: #222;
	padding: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	display: block;
	text-decoration:none;
}
#debug-kit-toolbar .panel-tab .active {
	background: #fff;
}
#debug-kit-toolbar .panel-tab a:hover {
	background: #f6f6f6;
	text-decoration:underline;
}
#debug-kit-toolbar .panel-tab.icon a {
	padding: 4px;
}

/* Hovering over link shows tab, useful for no js  */
#debug-kit-toolbar .panel-tab a:hover + .panel-content,
#debug-kit-toolbar .panel-tab a + .panel-content:hover {
	display: block;
}
#debug-kit-toolbar .panel-tab.icon a {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-bottom-left-radius: 8px 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px
}
#debug-kit-toolbar .panel-tab.icon img {
	display:block;
}

/* panel content */
#debug-kit-toolbar .panel-content {
	position: absolute;
	text-align: left;
	width: auto;
	top:28px;
	right:0px;
	background: #fff;
	color: #000;
	width:96%;
	padding:20px 2%;
	max-height: 550px;
	overflow:auto;
	border-bottom: 3px solid #333;
}

/* Hide panel content by default */
.panel-content {
	display: none;
}
.panel-content p {
	margin: 1em 0;
}
.panel-content h2 {
	padding: 0;
	margin-top:0;
}
.panel-content h3 {
	padding: 0;
	margin-top: 1em;
}
.panel-content .info {
	padding: 4px;
	border-top: 1px dashed #6c6cff;
	border-bottom: 1px dashed #6c6cff;
}
#debug-kit-toolbar h1,
#debug-kit-toolbar h2,
#debug-kit-toolbar h3,
#debug-kit-toolbar h4,
#debug-kit-toolbar h5,
#debug-kit-toolbar th {
	color: #5d1717;
	font-family: "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
	margin-bottom:0.6em;
	background:none;
}
#debug-kit-toolbar h1 {
	font-size: 18px;
}
#debug-kit-toolbar h2 {
	font-size: 16px;
}
#debug-kit-toolbar h4 {
	font-size: 14px;
}


/* panel tables */
#debug-kit-toolbar table.debug-table {
	width: auto;
	border: 0;
	clear:both;
}
#debug-kit-toolbar table.debug-table td,
#debug-kit-toolbar table.debug-table th {
	text-align: left;
	border: 0;
	padding: 3px;
}
#debug-kit-toolbar table.debug-table th {
	border-bottom: 1px solid #222;
	background: 0;
	color: #252525;
}
#debug-kit-toolbar table.debug-table tr:nth-child(2n+1) td {
	background:#f6f6f6;
}
#debug-kit-toolbar table.debug-table tr.even td {
	background:#f7f7f7;
}


/** code tables **/
#debug-kit-toolbar .code-table td {
	white-space: pre;
	font-family: monaco, corsiva, "courier new", courier, monospaced;
}
#debug-kit-toolbar .code-table td:first-child {
	width: 15%;
}
#debug-kit-toolbar .code-table td:last-child {
	width: 80%;
}

#debug-kit-toolbar .panel-content.request {
	display: block;
}

/** Neat Array styles **/
#debug-kit-toolbar .neat-array,
#debug-kit-toolbar .neat-array li {
	list-style:none;
	list-style-image:none;
}
.neat-array {
	padding: 1px 2px 1px 20px;
	background: #CE9E23;
	list-style: none;
	margin: 0 0 1em 0;
}
.neat-array .neat-array {
	padding: 0 0 0 20px;
	margin:0;
	border-top:1px solid #CE9E23;
}
.neat-array li {
	background: #FEF6E5;
	border-top: 1px solid #CE9E23;
	border-bottom: 1px solid #CE9E23;
	margin: 0;
	line-height: 1.5em;
}
.neat-array li:hover {
	background: #fff;
}
.neat-array li strong {
	padding: 0 8px;
	font-weight: bold;
}

/* expandable sections */
.neat-array li.expandable {
	cursor: pointer;
}
.neat-array .expanded {
	border-bottom:0;
}
.neat-array li.expandable.expanded > strong:before {
	content: 'v ';
}
.neat-array li.expandable.collapsed > strong:before,
.neat-array li.expandable.expanded .expandable.collapsed > strong:before {
	content: '> ';
}
.neat-array li {
	cursor: default;
}

#debug-kit-toolbar .debug-kit-graph-bar,
#debug-kit-toolbar .debug-kit-graph-bar-value {
	margin: 0;
	padding: 0px;
	border: none;
	overflow: hidden;
	height: 10px;
}
#debug-kit-toolbar .debug-kit-graph-bar {
	background-color: #ddd;
	padding:2px;
}
#debug-kit-toolbar .debug-kit-graph-bar-value {
	background-color: #CE9E23;
}
#sql_log-tab td {
	font-family: Monaco, 'Corsiva', "Courier New", Courier, monospaced;
}
/* previous panels */
#debug-kit-toolbar .panel-content-history {
	display: none;
	background:#eeffff;
}
#debug-kit-toolbar #history-tab a {
	float: none;
}
#debug-kit-toolbar #history-tab a.active {
	background: #FEF6E5;
}
#debug-kit-toolbar #history-tab a.loading:after {
	content : ' Loading...';
	font-style:italic;
}