body {
    color: #ccc;
    /* background-color: #d9d9d9; */
    background: url(https://css.vengefulsyndicate.com/theme.park/Resources/blur-noise.png), #161616 center center/cover no-repeat fixed;
}

#mini {
    background: #303030;
    padding: 0 15px;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

a {
    color: #a00000;
}

a:hover, a:focus {
    color: #c00000;
}

.introbar a {
    color: #fff;
}

#header {
    display: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #a00000;
    border-color: #900000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(153, 0, 0, .6);
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(153, 0, 0, .6); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(0, 0, 0, .6);
	text-shadow: 2px 2px 4px #000000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transform: scale(1.05);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #101010;
    border: 1px solid #000;
    border-top: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #900000;
    border-color: #600000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #a00000;
    border-color: #900000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(153, 0, 0, .6);
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(153, 0, 0, .6); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(0, 0, 0, .6);
	text-shadow: 2px 2px 4px #000000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transform: scale(1.05);
}

footer {
	display: none;
}

#page > .container {
    background: rgba(0,0,0,0.25);
}



#sidebar {
    background: none;
}

#sidebar a {
    color: #fff;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    text-shadow: 2px 2px 4px #000000;
}

#sidebar a:hover {
    text-decoration: none;
    background: #600000;
    color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transform: scale(1.05);
}

#sidebar a:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    margin-top: -7px;
    height: 33px;
    border-left: 2px solid #900000;
}

#sidebar li ul {
    margin: 12px;
    background: rgba(0, 0, 0, 0.25);
    background: none;
}

.breadcrumb {
    background-color: #202020;
}

.items > tbody > tr:nth-child(odd) > td, .items > tbody > tr:nth-child(odd) > th {
    background-color: rgba(0,0,0,0.5);
}

.detail-view > tbody > tr:nth-child(odd) > td, .detail-view > tbody > tr:nth-child(odd) > th {
    background-color: rgba(0,0,0,0.5);
}

.form-control {
    color: #fff;
    background-color: #202020;
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    border-color: #600000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 0, 0, 0.6);
}

.grid-view .filters input, .grid-view .filters select {
    width: 100%;
    border: 1px solid #000;
}

.server-list {
    background: rgba(0,0,0,0.25);
    border: 1px solid #000;
    color: #fff;
}

.server-list:hover {
    background: #a00000;
    color: #ffffff;
}

.server-list a {
    color: #fff;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #333;
    border-color: #000;
}

#console, #log-ajax, #chat-ajax {
    background: rgba(0,0,0,0.5);
    color: #eee;
}

.logArea {
    border: 1px solid #600000;
    background-color: #F4F4F4;
    color: #101010;
}

.console-date {
    color: #a1a1a1;
}