
body { /* Body colors */
	font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#060606;
	color:white;
}

/* NAVBAR */

.navbar-fixed-top { /* Top Bar Style */
	background-color:#060606;
	border-color:#282828;
}

.navbar-nav>li>a, .tabs-left>li>a { /* Top Buttons Color && Admin Left Buttons Color */
color:#888888;
}

/* ADMIN TABS */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { /* Admin Left Active Button Style */
color:white;
background-color:initial;
border:none;
}

.nav-tabs>li>a { /* Admin Left Tabs Invisible Border That Fucks Style Sheet LOL */
border:none;
}

.nav>li>a:focus, .nav>li>a:hover { /* Admin Left Tabs Button Hovering */
color:white;
background-color:initial;
}

.nav>li>a {
color:#888888;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
color:white;
background-color:#282828;
}

/* Borders of various of various panels */

.page-header { 
border-bottom: 1px solid white;
}

.tabs-left {
border-right: 1px solid white !important; 
}

hr {
border-top: 1px solid white;
}

/* Profile stats */

.box-header, .box-content, .list-group-item, .box, .box-header i {
color:white;
background-color:#282828;
border:initial;
}

.box-header i {
border-right: none; 
}

.box-icon a, .box-icon a:link, .box-icon a:visited {
border-left: none;
}

/* Search and dropdown menus */

.panel-default, .form-control, .btn-default, .dropdown-menu, .btn-default:hover, .btn-default {
color:white;
background-color: #222222;
border:initial;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active, .btn-default:active, .btn-default.active:hover, .btn-default.focus, .btn-default:focus, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
color:white;
background-color: #282828;
border:initial;
}

.dropdown-menu>li>a {
color:white;
}

.dropdown-menu>li>a:hover {
color:white;
background-color:#282828;
}

a.list-group-item, button.list-group-item {
color:white;
}

a.list-group-item:hover , button.list-group-item:hover {
color:white;
background-color:#484848;
}

.close,.close:hover {
color:white;
}

/* Table main colum */

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
background-color:#282828;
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr:hover {
background-color:#282828;
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
background-color:initial;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
background-color:initial;
}

/* Unbanned */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
background-color:#2a2c52;
}


/* Global */
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
background-color: initial;
}


/* Expired */
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
background-color:#0c290c;
}

.panel-warning, .panel-danger, .panel-success {
background-color:#282828;
}

/* Progress bars */

.progress {
background: #888888;
}

/* Modals */
.modal-header, .modal-body, .modal-footer {
	color:white;
	background-color:#161616;
}

.input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 12px 15px 0px;
}

.bootstrap-touchspin .input-group-addon {
    vertical-align: top;
}

.bootstrap-touchspin-prefix {
	padding-left: 0 !important;
    padding-top: 10px !important;
}

.form-group .form-control {
    margin-bottom: 7px;
}

.bootstrap-touchspin .input-group-btn-vertical {
	padding-top: 1px !important;
    padding-bottom: 10px !important;
}

/* Icon Picker */
.iconpicker-popover.popover .popover-title, .iconpicker .iconpicker-items {
background-color:#282828 !important;
}

.iconpicker-popover.popover {
background-color:transparent !important;
}

.iconpicker-popover.popover.bottom>.arrow:after, .iconpicker-popover.popover.bottomRight>.arrow:after, .iconpicker-popover.popover.bottomLeft>.arrow:after {
border-bottom-color:#282828 !important;
}

.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
background-color: #888888 !important;
}
