/*!
 * snack.css - v2.7.0
 * A minimal CSS framework for web.
 * https://snack-ui.github.io/snack/
 *
 * Copyright (c) 2017 nzbin
 * Released under MIT License
 */
.theme-dark {
  background-color: #212121;
  color: #7f7f7f;
}
.theme-dark body {
  background-color: #212121;
  color: #7f7f7f;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #fff;
}
.theme-dark .table > thead > tr > th,
.theme-dark .table > thead > tr > td,
.theme-dark .table > tbody > tr > th,
.theme-dark .table > tbody > tr > td,
.theme-dark .table > tfoot > tr > th,
.theme-dark .table > tfoot > tr > td {
  border-color: #2d2d2d;
}
.theme-dark .table > thead,
.theme-dark .table > tfoot {
  background-color: #242424;
}
.theme-dark .table.bordered {
  border-color: #2d2d2d;
}
.theme-dark .table.bordered > thead > tr > th,
.theme-dark .table.bordered > thead > tr > td,
.theme-dark .table.bordered > tbody > tr > th,
.theme-dark .table.bordered > tbody > tr > td,
.theme-dark .table.bordered > tfoot > tr > th,
.theme-dark .table.bordered > tfoot > tr > td {
  border-color: #2d2d2d;
}
.theme-dark .table.striped > tbody > tr:nth-of-type(2n+2) {
  background-color: #242424;
}
.theme-dark .table.hover > tbody > tr:hover {
  background-color: #242424;
}
.theme-dark .btn.inverted {
  color: #fff;
}
.theme-dark .form-control {
  border-color: #404040;
  background-color: #353535;
  color: #fff;
}
.theme-dark .form-control:focus {
  background-color: #282828;
  border-color: #333333;
  box-shadow: none;
}
.theme-dark .box {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #1a1a1a;
}
.theme-dark .boxes {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-dark .boxes > .box.box-header {
  background-color: #242424;
}
.theme-dark .boxes > .box.box-footer {
  background-color: #242424;
}
.theme-dark .boxes.default {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-dark .boxes.inverted {
  border-color: #fff;
}
.theme-dark .boxes.secondary {
  border-width: 0;
}
.theme-dark .boxes.secondary > .box.box-header {
  background-color: transparent;
}
.theme-dark .boxes.secondary > .box.box-footer {
  background-color: transparent;
}

/*# sourceMappingURL=snack-themes.css.map */