.add-workers {

}
.input-group {
	display:none;
}
#table-container {
	margin-top:60px;
}
.glyphicon-refresh {
	font-size:24px;
}
.workerrow{
	padding:2px;
	border-bottom:solid 1px #f0f0f0;
}
.workerrow:hover {
	background-color:#e0e0e0;
}

.success {
	color:black;
}
.simple-border {
	border:solid 1px #aaa;
}
.worker-name {
	width:150px;
	height:40px;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	text-overflow:ellipsis;
	padding:7px;
}

.worker-graph {
	border:1px solid black;
	width:200px;
	height:40px;
}

.instance-graph {
	border:1px solid black;
	width:200px;
	height:40px;
}
tr {
	height:47px;
}

.cpu-graph-line {
	fill:none;
	stroke:steelblue;
	stroke-width:1pt;
}

.graph-legend {
    strole:black;
    stroke-width:0.1pt;
    font-size:7pt;
}

.graph-background {
    fill:none;
    stroke:#aaa;
    stroke-width:0.5pt;
}

.info-button {
	float:right;
}

.syslog-console {
	position:absolute;
	top:100px;
	left:60px;
	right:60px;
}

.syslog-console pre {
	color:green;
	background-color:black;
	overflow: scroll;
	height:400px;
}

.btn span.badge-danger{
color:white;
background-color:#f00;
}

.webnode{
cursor:pointer;	
}

#poolmenu {
    
}
.stackmenu {
    
}

.stackmenu ul{
    list-style-type: none;
    padding:0px
}

.stackmenu ul li {
    margin:0px;
    padding:0px;
}

.stackmenu ul li:first-child {
    border-top:solid 1px #ddd;
}

.stackmenu ul li a{
    display: block;
    color:#454545;
    padding:20px;
    margin:0px;
    border-bottom: solid 1px #ddd;
    border-right:solid 1px #ddd;
}

#stackdata {
    padding:20px;
}