@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Source+Code+Pro);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400); 

body {
	background-color: #f0f0f0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	border: 0;
}

header {
	width: 100%;
	background-color: #329ED8; /*#EE7836;*/
	height: 80px;
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

header #logo {
	margin: 30px 0 0 30px;
}

#divLog {
    float: left;
}

#taLog,
#taProgramInput {
    font-family: "Source Code Pro", sans-serif;
}

#taProgramInput {
    font-size: 13px;
}

h1 {
   color: black;
	font-size: 24pt;
	font-weight: normal;
	font-style: normal;	
   border-bottom: 1px solid black;
}

h2 {
   color: black;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;	
}

#display {
	background-color:#DFDBC3;
	border: 2px solid red; 
	cursor: default;
}

footer {
   padding-top: 90px;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   text-align: center;
   clear: both;
}

#divConsole {
	/*opacity: 0.5;*/
}

#divButtonBar
{
	float: right;
	
}
#divButtonBar input
{
	/*opacity: 0.35;*/
	margin-right: 35px;
	width: 12%;
	height: 12%;
}

#divButtonBar input:last-child
{
	margin: 0;
}

#clock {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
}

#date
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	clear: both;
}

#date,
#status,
#taskBar
{
	float: right;
}

#status
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 15px;
}

#clock,
#date,
#status
{
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#divButtonBar {
    margin-top: 20px;
    margin-left: 20px;
}

#memory-monitor {
    width: 278px;
    height: 364px;
    overflow: auto;
    float: left;
}

#memory-monitor table {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-spacing: 2px;
}


#process-monitor,
#ready-queue-monitor {
    width: 415px;
    float: left;
}

#process-monitor .title,
#ready-queue-monitor .title {
    
    font-weight: 600;
}

th {
    font-weight: 600;
}

#process-monitor tr, 
#process-monitor td
#ready-queue-monitor tr, 
#ready-queue-monitor td {
    width: 80px;
    text-align: center;
}

#process-monitor table,
#ready-queue-monitor table {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-spacing: 0px;
    border: 1px solid #000;
}

#divUserProgramInput {
    float: left;
}

#file-system-monitor {
    height: 364px;
    overflow: scroll;
}

#cpu-monitor {
    /*width: 500px;
    height: 300px;*/
    float: left;
    width: 125px;
}

#cpu-monitor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-item {
    /*border: 1px solid black;
    border-radius: 8px;*/
}

.dashboard-item .figure {
    font-family: "Source Sans Pro";
    margin-top: 15px;
}

.dashboard-item .figure span {
    display: block;
    text-align: center;
}

.dashboard-item .figure .title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
}

.dashboard-item .figure .status {
    font-size: 42px;
    line-height: 35px;
    padding: 0;
    margin: 0;
}