body, html {
	height:100%;
	padding: 0;
	margin: 0;
}
body {
	background-color:#000;
	color:#0F0;
	font-family:monospace;
}
.left, .right {
	float:left;
	width: 50%;
	min-height: 100%;
}
div {
	font-weight:700;
}

div > span {
	font-weight:400;
}

ul {
	list-style-type: square;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(0, 255, 0, .5);
}

button {
	outline:none;
	border:1px solid #0F0;
	background-color:#000;
	font-family:monospace;
	color:#0F0;
	cursor:pointer;
	margin:5px 0;
	padding:3px;
	display: block;
}

button:disabled,button:disabled:hover {
	color:#007504;
	background-color:#000;
	border-color:#007504;
}

.button-section {
	/*width:300px;*/
	border:1px dashed #0F0;
	margin:20px;
	padding:20px;
	background-color: #000;
}

.button-section.compact {
	height: 20px;
	overflow: hidden;
}
.button-section.compact > .header {
	margin: -20px -20px 0 -20px;
	height: 60px;
	line-height: 60px;
	float: none;
	background-color: rgba(0, 255, 0, .1);
}
.button-section.compact > .header:after {
	content: ' +';
}
.button-section > .header {
	float:left;
	margin-top:-30px;
	margin-bottom:0;
	color:#0F0;
	font-size:16px;
	font-weight:700;
	background-color:#000;
	padding:0 10px;
	cursor: pointer;
}
.button-section:not(.compact) > .header:hover {
	-webkit-text-shadow: 0 0 5px rgba(0, 255, 0, .7);
	-moz-text-shadow: 0 0 5px rgba(0, 255, 0, .7);
	-ms-text-shadow: 0 0 5px rgba(0, 255, 0, .7);
	-o-text-shadow: 0 0 5px rgba(0, 255, 0, .7);
	text-shadow: 0 0 5px rgba(0, 255, 0, .7);
}

.spaced {
	margin-top:60px;
}
.spaced.thin {
	margin-top:10px;
}

.help {
	cursor:pointer;
	position: relative;
}

.help.stat:hover {
	background-color:rgba(0,255,0,.2);
}

.help:hover:before {
	content:attr(data-title);
	color:#0F0;
	position: absolute;
	top: -1px;
	left: 100%;
	margin-left: 2px;
	font-size: 14px;
	font-weight: normal;
	background-color: rgba(0, 55, 0, .95);
	padding: 10px;
	z-index: 2;
	width: 200px;
	border: 1px solid #0F0;
}
.right .help:hover:before {
	left: 0;
	margin-left: -222px;
}

.buildings {
	background-color:#000;
}

.rentRoom {
	padding:5px;
	margin: 2px;
	cursor:pointer;
	display: block;
}

.rentRoom.owned,
.rentRoom.owned:hover {
	border: 0;
	background-color: #000;
	color: #0F0;
}
.rentRoom:disabled {
	color:#007504;
	border: 1px solid #007504;
}

button:hover, .rentRoom:hover {
	background-color:#0F0;
	color:#000;
}

.jobList {

}
ul > li > button {
	margin-left: 10px;
}

.projectProgress {
	position: absolute;
	height: 5px;
	bottom: -6px;
	left: 0;
	width: 100%;
	min-width: 0%;
	background-color: #0F0;
}

#salaries-timer-bar-container {
	
}

#salaries-timer-bar-container .salaries-timer-bar,
#rents-timer-bar-container .rents-timer-bar {
	height: 10px;
	background-color: #0F0;
}

.startProject:disabled:after {
	content: attr(data-profit);
	margin-left: 5px;
}

#lottery #winner,
#lottery #owned {
	float: left;
	width: 50%;
	text-align: center;
}
#lottery #winner:before {
	content: 'Winner number: ';
}
#lottery #owned:before {
	content: 'Your number: ';
}
#lottery #info {
	background-color: rgba(0, 255, 0, .2);
	padding: 10px;
	text-align: center;
	margin: 5px 0;
	text-transform: uppercase;
}

.job-list > li > button {
	display: inline-block;
}
#employees-section .help.label {
	width: 70%;
	display: inline-block;
}
.hireContainer {
	text-align: right;
	width: 25%;
	display: inline-block;
}
.hireEmployee,
.fireEmployee,
.employeeCounter {
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.popup {
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.popup .container {
	position: fixed;
	background-color: #000;
	border: 1px solid #0F0;
	width: 300px;
	z-index: 2;
	top: 40%;
	left: 50%;
	margin-left: -150px;
}
.popup .container .title {
	text-align: center;
	font-weight: bold;
	color: #0F0;
}
.popup .container .description {
	text-align: center;
	font-weight: 100;
	color: #0F0;
}
.popup .container .closeBtn {
	margin: 10px auto;
	width: 100px;
}
/* ACHIEVEMENTS */
#achievement-list {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #0F0;
}
#achievement-list table:before {
	content: 'Achievements table';
	background-color: #0F0;
	color: #000;
	padding: 5px 10px;
	display: block;
}
#achievement-list table {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	border: 1px solid #0F0;
	border-collapse: collapse;
}
#achievement-list table tr td {
	padding: 5px 10px;
	color: #0F0;
	background-color: #000;
}
#achievement-list table tr.locked td {
	border: 1px dashed rgba(0, 255, 0, .5);
	color: rgba(0, 255, 0, .5);
}
#achievement-list table tr.unlocked td {
	border: 1px dashed #0F0;
}
#achievement-list table tr.locked td .achievement-progress-text {
	font-size: 12px;
	color: rgba(0, 255, 0, .3);
}
#achievement-list table tr.unlocked td .achievement-progress-text {
	display: none;
}

/* navbar */
.navbar {
	height: 60px;
	line-height: 60px;
	margin: 0;
	border-bottom: 1px solid #0F0;
	padding: 0 10px;
}
.navbar > .brand {
	float: left;
}
.navbar > .brand:before {
	content: '.-==[ ';
}
.navbar > .brand:after {
	content: ' CONSOLE v1.0 ]==-.';
}
.navbar > .menu {
	float: right;
}
.navbar > .menu > .dropdown {
	min-width: 100px;
	text-align: center;
}

/* dropdowns */
.dropdown {
    position: relative;
    display: inline-block;
    line-height: initial;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #000;
    border: 1px solid #0F0;
    min-width: 100px;
}
.dropdown .dropdown-button {
	width: 100%;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropdown-button {
	background-color: #0F0;
	color: #000;
}
.dropdown-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropdown-content ul > li {
	padding: 5px 10px;
	cursor: pointer;
	text-align: left;
	width: 200px;
}
.dropdown-content ul > li.disabled {
	color: rgba(0, 255, 0, .5);
	cursor: default;
}
.dropdown-content ul > li:not(.disabled):hover {
	background-color: rgba(0, 255, 0, .2);
}

.dropdown-content a {
	color: #0F0;
	text-decoration: none;
	display: block;
}

/* Command prompt */
#command-prompt {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	border-top: 1px solid #0F0;
	background-color: #000;
}
#command-prompt > input[type=text] {
	background-color: #000;
	color: #0F0;
	font-size: 14px;
	outline: none;
	float: left;
	width: 95%;
	border: 0;
}
#command-prompt:before {
	content: '>';
	color: #0F0;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}
#command-prompt .multiplier {
	font-size: 14px;
}
.command-prompt-number-key-up {
	position: fixed;
	color: #0F0;
}