@media (min-width: 768px) {
	body {
		background-color: #111;
		background: url(/img/Catalyst_4k_Clean.jpg) no-repeat center center fixed;
		background-size: cover !important;
	}
}


@media (max-width: 767px) {
	body {
        background-color: #000;
		overflow-x: hidden;		
	}

	.content {
		margin-left: 15px;
	}
}

.nobackground, .navbar {
       background: #000;
       box-shadow: 0 0 5px 5px rgba(6,6,6,0.95);
}

#navibar {
	background: #000;
	padding-bottom: 1em;
}

#details-menu {
	border-bottom: 1px solid #333;
}

/* Normalize Bootstrap 5 typography closer to historical site baseline (BS3-era). */
:root {
	font-size: 14px;
	--zk-color-green: #008000;
	--zk-color-red: #ff0000;
}

body {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 1rem;
	line-height: 1.42857143;
}

@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

.float-end {
	float: right !important;
}

.float-start {
	float: left !important;
}

@media (min-width: 768px) {
	#details-menu.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}
}

h1, .h1 {
	font-size: 2.57142857rem;
	line-height: 1.1;
}

h2, .h2 {
	font-size: 2.14285714rem;
	line-height: 1.1;
}

h3, .h3 {
	font-size: 1.71428571rem;
	line-height: 1.1;
}

h4, .h4 {
	font-size: 1.28571429rem;
	line-height: 1.1;
}

h5, .h5 {
	font-size: 1rem;
	line-height: 1.1;
}

h6, .h6 {
	font-size: 0.85714286rem;
	line-height: 1.1;
}

#navibar .navbar {
	--bs-navbar-padding-y: 0;
	--bs-navbar-nav-link-padding-x: 15px;
	--bs-nav-link-padding-y: 15px;
	--bs-nav-link-font-size: 14px;
}

#navibar .navbar > .container {
	padding-left: 15px;
	padding-right: 15px;
}

#navibar .navbar-brand {
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	margin-left: -15px;
	margin-right: 0;
	color: #fff;
}

#navibar .navbar-brand:hover,
#navibar .navbar-brand:focus {
	color: #fff;
}

#navibar .navbar-expand-lg .navbar-nav .nav-link,
#navibar .navbar-expand-lg .navbar-nav .dropdown-toggle {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 14px;
	line-height: 20px;
}

#navibar .navbar-nav .btn.nav-link {
	padding: 15px;
	color: #888;
	line-height: 20px;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-decoration: none;
}

#searchbox {
	line-height: 20px;
}

#navibar .navbar-nav .nav-search-item {
	display: flex;
	align-items: center;
}

#navibar .navbar-nav > li.nav-item:has(> #search) {
	display: flex;
	align-items: center;
}

#navibar #search {
	margin: 0;
}

#navibar #search .form-control,
#navibar #search .input-group-text {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
}

#navibar .navbar-nav .btn.nav-link:hover,
#navibar .navbar-nav .btn.nav-link:focus {
	color: #888;
}

#navibar .dropdown-menu .dropdown-item {
	font-size: 14px;
}

.table>:not(caption)>tr.error>td, .table>:not(caption)>tr.winwin>td {
	box-shadow: none;
}

#killmailstobdy tr.tr-killmail.error > td {
	background-color: #2F0202;
}

#killmailstobdy tr.tr-killmail.winwin > td {
	background-color: #001600;
}

.table tbody tr.error td
{
  background-color: #2F0202;
}

.table tbody tr.winwin td
{
  background-color: #001600;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
color: black;
 }

.item_dropped_row {
	background-color: #001600;
}
.item_dropped_row .price {
	color: var(--zk-color-green);
}
.item_dropped,
td.item_dropped,
.table .item_dropped {
	color: var(--zk-color-green);
}
.item_dropped_qty,
td.item_dropped_qty,
.table .item_dropped_qty {
	color: var(--zk-color-green);
}
.item_destroyed,
td.item_destroyed,
.table .item_destroyed,
.red {
	color: var(--zk-color-red);
}
.item_dropped a,
.item_destroyed a {
	color: inherit;
}
.green {
	color: var(--zk-color-green);
}

.item_row:has(td.item_destroyed) td.price {
	color: var(--zk-color-red) !important;
}
#tracked_items td.green {
	color: var(--zk-color-green);
}

#tracked_items td.red {
	color: var(--zk-color-red);
}

#statsbox .green,
#statsbox td.green,
#statsbox th.green {
	color: var(--zk-color-green);
}

#statsbox .red,
#statsbox td.red,
#statsbox th.red {
	color: var(--zk-color-red);
}

.rank-table td.green,
.rank-table th.green,
.rank-table .green {
	color: var(--zk-color-green);
}

.rank-table td.red,
.rank-table th.red,
.rank-table .red {
	color: var(--zk-color-red);
}

#war-eligible .datatable td.green,
#war-eligible .datatable th.green,
#war-eligible .datatable .green {
	color: var(--zk-color-green);
}

#war-eligible .datatable td.red,
#war-eligible .datatable th.red,
#war-eligible .datatable .red {
	color: var(--zk-color-red);
}

#war-eligible .datatable thead tr:last-child th:nth-child(1),
#war-eligible .datatable tbody td:nth-child(1) {
	width: 33.3333% !important;
	max-width: 33.3333% !important;
}

#war-eligible .datatable thead tr:last-child th:nth-child(2),
#war-eligible .datatable tbody td:nth-child(2) {
	width: 12% !important;
}

.overview-top .progress {
	--bs-progress-height: 20px;
}

.no-stripe {
	background-color: black;
}

.table-no-hover tbody tr:hover td, .table tbody tr:hover th {
	background-color: transparent;
}

.alert-danger {
	background-color: #800000;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

table a, .table a {
	color: #2a9fd6;
}

tr.heading {
	background-color: #000;
}

.nav .caret, .nav a:hover .caret {
	border-top-color: #888;
	border-bottom-color: #888;
}

input.datepicker {
	cursor: pointer !important;
	outline: none;
	color: #FFF; 
	width: 70px;
	background-color: #222;
	border: 1px solid #282828;	
	margin-right: 10px;
	margin-top: 0px !important;
	text-align: center;
}

pre {
	background-color: #000;
	font-weight: bold;
	color: #6E6E6E;
	border-color: #333;
}

.alltime-ranks {
    background-color: #060606;
}

.overview-top .table {
	--bs-table-bg: #000;
	--bs-table-accent-bg: #000;
	--bs-table-striped-bg: #000;
	--bs-table-hover-bg: #000;
}

.overview-top,
.overview-top table,
.overview-top tr,
.overview-top th,
.overview-top td,
.overview-top .table > :not(caption) > * > *,
.overview-top .alltime-ranks,
.overview-top .recent-ranks,
.overview-top .weekly-ranks {
	background-color: #000 !important;
}

.alert-success {
	background-color: green;
	border-color: green;
}

.alert-info {
	background-color: purple;
	border-color: solid 1px purple;
}

/*html, body {
    scrollbar-gutter: stable both-edges;
}*/

.table {
	--bs-table-color: #ababab;
	--bs-table-striped-color: #ababab;
	color: #ababab;
}
