body {
  background: #000;
  color: rgba(238, 238, 238, 0.8) !important;
}
body header nav {
  background: #292929 !important;
}
body header nav .nav-wrapper.blue {
  background: rgba(255, 255, 255, 0) !important;
}
body header nav.navbar-sub {
  background: #0d0d0d !important;
}
body header nav li:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}
body header nav li.active {
  background-color: #0d0d0d;
}
body header .pinned.blue {
  background: #0d0d0d !important;
}
body header .pinned.blue a:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}
body .page-title.blue {
  background: rgba(255, 255, 255, 0) !important;
}

.btn-large.blue,
.btn.blue {
  background: #242424 !important;
}
.btn-large.blue:hover,
.btn.blue:hover {
  background: #404040 !important;
}

.parallax::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #080a0e;
}

.grey-text.text-lighten-3 {
  color: rgba(238, 238, 238, 0.68) !important;
}

i.medium {
  font-size: 4rem;
  line-height: 4rem;
}

.amber {
  background: #1a1c21 !important;
}

.welcome-toggle .card-panel {
  text-align: center;
}

a,
.white-text,
.blue-text {
  color: rgba(238, 238, 238, 0.8) !important;
}

.grey-text.text-darken-4 {
  color: #7a7a7a !important;
}

main a {
  border-bottom: solid 1px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #2d2d2d;
  z-index: 1;
}

.scroll::-webkit-scrollbar-track {
  background-color: #0e0e0e;
}

.collapsible-header {
  background-color: #151515;
  border-bottom: 1px solid #000;
}

.collapsible-body {
  background: rgba(21, 21, 21, 0.6);
  border-bottom: 1px solid #000;
}

table.striped > tbody > tr:nth-child(odd),
table.striped > tbody > tr {
  background-color: #151515;
  border-bottom: 1px solid #000;
}

.grey.lighten-2 {
  background-color: #191919 !important;
}

.black-text {
  color: #bebebe !important;
}

main a.modal-trigger {
  border-bottom: solid 0px;
}

.collection {
  border: none;
}
.collection.with-header .collection-header {
  background-color: #151515;
  border-bottom: 1px solid #000;
}
.collection .collection-item {
  background: rgba(21, 21, 21, 0.6);
  border-bottom: 1px solid #000;
}

.chip {
  color: rgba(255, 255, 255, 0.6);
  background-color: #151515;
}

.grey.lighten-5 {
  background-color: #0d0d0d !important;
}

.tabs {
  background-color: #151515;
}
.tabs .tab a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.tabs .indicator {
  height: 5px;
  background-color: #c1c1c1;
}

.dropdown-button {
  border-bottom: solid 0px !important;
}

footer.page-footer {
  background: #1a1c21 !important;
}

.white {
  background-color: #333333 !important;
}

.nav-wrapper.blue form {
  background: #242424 !important;
}

.input-field input[type=search]:focus {
  background-color: #656565;
  color: #fff;
}

.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close {
  color: #fff;
}

.card-panel {
  background-color: #080a0e;
}

.current-users {
  background-color: #080a0e;
  color: #bebebe;
}

.player-chart-bar {
  background-color: #bebebe;
}

.active-by-time td.grey-1 {
  background-color: #080a0e;
}

.active-by-time td.blue-1 {
  background-color: rgba(88, 107, 144, 0.2);
}

.active-by-time td.blue-2 {
  background-color: rgba(88, 107, 144, 0.5);
}

.active-by-time td.blue-3 {
  background-color: rgba(88, 107, 144, 0.7);
}

.active-by-time td.blue-4 {
  background-color: #586b90;
}

.yellow {
  background-color: #383418 !important;
}

.btn, .btn-large {
  background-color: #204440;
}

.dropdown-content {
  background-color: #1a1c21;
}
.dropdown-content li:hover {
  background-color: #242424;
}
.dropdown-content li.active {
  background-color: #242424;
}

.modal {
  border: solid 2px #151515;
  background-color: #000000;
}

select {
  background-color: black;
}

.modal .modal-footer {
  background-color: #151515;
}

#league-table .card-panel {
  background-color: #1a1c21 !important;
}

/*
.red {
  background-color: #794844 !important;
}
.blue {
  background-color: #1a1c21 !important;
}

.orange {
  background-color: #6f532a !important;
}
*/
.card-panel.green {
  background-color: #001001 !important;
}
.card-panel.red {
  background-color: #130100 !important;
}

.red.lighten-4 {
  background-color: #1f0709 !important;
}

.card {
  background-color: #1a1c21;
}
.card .card-reveal {
  background-color: #292929;
}

tr.highlight {
  background-color: #77702b !important;
}

.popular-maps tr:hover {
  background: #bebebe;
  color: #080a0e;
  cursor: pointer;
}

tt {
  background-color: lightblue;
}

/*# sourceMappingURL=dark.css.map */
