body {
    background-color: #3f3f3f;
    color: rgba(255,255,255,0.6);
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #262626;
}

.ticketcontent, .ticketheader, .control-label, .node-tree, .modal-dialog {
    color: #000000;
}
#instance-info
{
	color: rgba(255,255,255,0.6);
}
.dz-message
{
	color: rgba(255,255,255,0.6);
}
.floatHelp
{
	background: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.8);
}
.floatHelptext
{
	color: rgba(0,0,0,1);
	font-weight: 200;
}
#instance-info:hover
{
	color: rgba(255,255,255,1);
	cursor: pointer;
}
select {
    color: #000000;
}
.control-label
{
	color: rgba(255,255,255,0.9);
}
 #instance a
{
	color: rgba(70,255, 70, 0.5);
}
 #instance a:hover
{
	color: rgba(70,255, 70, 0.8);
	text-decoration: none;
}
.well
{
	background-color: rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.8);
}
.well .form-control
{
	background-color: #343434;
	border: 1px solid rgba(0,0,0,0.3);
	color: rgba(255,255,255,0.8);
}
.json-editor-btn-collapse
{
	display: none;
}