body {
    background-color:#000; color:#FFF;
} header {
	transition: all .2s ease-in-out;
	color: #FFF;
	height:124px;

} footer > div > small > p {
    color:#FFF;
} h2 {
    background-color: rgba(0,0,0,0.8); background:
    -webkit-linear-gradient(left,rgba(0,0,0,.8)
    0,rgba(0,0,0,.8) 100%) no-repeat; color:#FFF;
}

header.fixed {
    background-color: #000;
	height:50px;
} header.fixed > .header {
    margin-top:8px;
}

@media screen and (max-width: 724px) {
    header.fixed {
      height:75px;
    }
}

.main-content {
    background-color: rgba(0,0,0,0.8); background:
    -webkit-linear-gradient(left,rgba(0,0,0,.8)
    0,rgba(0,0,0,.8) 100%) no-repeat; color:#FFF;
} .nav-content {
    background-color: rgba(0,0,0,0.8); background:
    -webkit-linear-gradient(left,rgba(0,0,0,.8)
    0,rgba(0,0,0,.8) 100%) no-repeat; color:#FFF;
} .admin .main-content {
    background-color: rgba(0,0,0,0.8); background:
    -webkit-linear-gradient(left,rgba(0,0,0,.8)
    0,rgba(0,0,0,.8) 100%) no-repeat; color:#FFF;
} .page.form {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	border:1px solid #000;
}

.input-group-addon {
    background-color:unset;
    background-color:#111;
    border: 1px solid #444;
    color:#FFF;
}

.form-control {
    color: #EEE;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #CCC;
    background-color: #000;
}

.cssmenu ul li.active a {
    color: #0000ff;
} .swd-layout-cell div:hover {
    background-color: #000;
} .content {
    background-color: #000;
} .content .title h1 {
    color:#FFF; background: -webkit-linear-gradient(left,rgba(0,0,0,.4)
    0,rgba(0,0,0,0) 100%) no-repeat;
} .content .title h2 {
    color:#FFF; background: -webkit-linear-gradient(left,rgba(0,0,0,.8)
    0,rgba(0,0,0,.1) 100%) no-repeat;
}

.admin .swd-layout-cell div {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
