/**
 * File contains request and debug log specific CSS definitions for Arinas Platform.
 * This file may be included in projects in order to display solid logs.
 */

/***********
 * Logging *
 ***********/
.log-header {
	font-family: monospace;
	size: 0.8em;
	float: left;
	/*margin-top: 15px;*/
}

.log-window {
	float: right;
	margin-left: 16px;
}

.log-window A {
	padding-left: 8px;
}

.log-section {
	clear: both;
	border: 1px solid black;
	color: whitesmoke;
	/* text-shadow: 1px 1px 1px #111; */
	padding: 5px;
	background-color: rgb(252, 252, 103);
	opacity: 0.75;
	line-height: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.log-section PRE {
	margin: 0;
}

.log-bold {
	font-weight: bold;
}

.log-TIME {
	color: peru;
}

.log-CODE {
	color: yellow;
}

.log-CODE .marker {
	color: red;
}

.log-STACK {
	color: limegreen;
}

.log-level-DEBUG {
	font-size: 13px;
	color: gray;
}

.log-level-INFO {
	font-size: 13px;
	color: green;
}

.log-level-WARN {
	font-size: 13px;
	color: orange;
}

.log-level-ERROR {
	font-size: 13px;
	color: red;
}


/****************
 * Trees in log *
 ****************/
.log-tree-bind {
	color: gray;
}
.log-tree-key {
	color: orange;
}
.log-tree-null {
	color: gainsboro;
}
.log-tree-string {
	color: mediumseagreen;
}
.log-tree-int {
	color: orangered;
}
.log-tree-double {
	color: firebrick;
}
.log-tree-bool {
	color: mediumpurple;
}
.log-tree-temporal {
	color: hotpink;
}
.log-tree-binary {
	color: lavender;
}
.log-tree-type {
	color: lightskyblue;
}
.log-tree-empty {
	color: darkslategray;
}
