/**
 * File contains Arinas Platform CSS definitions not included in projects.
 * Arinas Platform Management Console or Default request handler make use of these.
 */


/***********
 * General *
 ***********/
BODY {
    background-color: #eee;
    color: #c4c4c4;
    font-family: monospace;
    background-image: url('img/pool_table.png');
}

BODY.theme-desk {
	background: #eee url('img/old-desk2.jpg') fixed;
	background-size: 1280px auto;
	color: #d8d8d8;
}

/****************************
 * Header and common layout *
 ****************************/
.header {
	float: left; width: 100%;
	background-color: rgba(50,50,50,0.9);
	padding-top: 0;
	margin: 0;
	border-bottom: solid 1px rgb(30,30,30);
	font-family: Rajdhani-Medium;
}

.header.smc {
	/*background-color: rgba(245,165,0,0.75);*/
	background-color: rgba(160,0,0,0.85);
}

.header H2 {
	padding-left: 30px;
	margin: 8px 0 4px 0;
	width: 500px; float: left;
}

.header #title {
	color: gold; font-size: 1.2em;
}

.header #subtitle {
	color: #222; font-size: 1em;
}

.header #versionInfo {
	float: right;
	color: #CCC;
	padding-top: 3px;
	padding-right: 10px;
	font-family: monospace;
	text-align: right;
}

.smc #versionInfo {
	/*color: #333;*/
}

.error, .error #subtitle {
	color: #888;
}

.label {
	font-weight: bold; margin-bottom: 5px;
}

.info .label {
	font-size: 1.2em;
}

.information {
	padding-top: 4px;
	padding-bottom: 8px;
}

.content-div {
	float: left; padding: 15px 0 0 20px;
	font-family: Rajdhani-SemiBold;
}

.content-div.smc {
	font-size: 1.15em;
}

.content-div.info {
	margin: 0 auto;
	width: 680px;
	float: none;
	padding-top: 70px;
	margin-bottom: -15px;
	letter-spacing: 0.03em;
}

.clear-all {
	clear: both;
}

.subinfo {
	font-size: 1.1em;
	color: #555;
}

.subinfo .red {
	color: red;
	font-weight: bold;
}

/**********************
 * Management Console *
 **********************/
#commandList {
	border-radius: 4px;
	background-color: rgba(20,0,0,0.5);
	border: solid 2px darkgray;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
}

#commandList UL {
	border: solid 0px darkgreen; margin: 0; padding: 0 0 10px 5px;
}

#commandList UL LI {
	list-style: none;
	padding: 4px 0 3px 20px;
	background: url('img/list-bullet-command.png') left center no-repeat;
}

#commandResult {
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px darkgray;
}
