body {
	background-color: #333;
	color: #eee;
}

h1, h2, h3, h4, h5, h6
{
	color: #fff;
}

.nvtooltip.xy-tooltip {
	background-color: #333;
	color: #eee;	
}

.table.table-striped tbody tr:nth-child(2n+1) td {
    background: #333!important;
}
pages.css:1
.table.table-striped tbody tr td {
    background: #222!important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #111;
}

.table.table-striped tbody tr td {
    background: #222 !important;
}

.table.table-hover tbody tr:hover td {
    background: #444!important;
}

.table tbody tr td[class*='sorting_'] {
    color: #aaa;
}

.table thead tr th[class*='sorting_'] {
    color: #aaa;
}

.table thead tr th {
    color: #eee;
    background-color: #111;    
}

.btn-default, .btn-default:focus {
    color: #eee;
    background-color: #333;
}
.panel {
background-color: #333;
}

.form-group-default {
    background-color: #222;
    color: #ddd;
}

.form-group-default.focused {
    background-color: #000;
    color: #fff;
}

.form-control {
  	color: #fff;
}

.input-group .form-control {
  	color: #000;
}

.form-group-default.disabled {
    background: #333;
    color: #ddd;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #333;
    color: #ddd;
}

.select2-drop {
    background: #333;
    color: #eee;
}

.select2-search input {
    background: #000 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
}

.nav-tabs > li > a {
    color: #999;
}

.line-chart .tick text, .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    fill: #aaa;
}

.nv-legend-text {
	fill: #fff;
}

.alert-info
{
	background-color: #2b6a94;
	color: #daeffd;
}

.profile-dropdown-toggle
{
	color: #000;
}

.form-inline .form-control
{
	background-color: #222;
}

.form-control .input-sm
{
	background-color: #000;
}
