@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono';
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-family: 'Roboto Mono', monospace;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
}
body {
  -webkit-text-size-adjust: 100%;
  padding-top: calc(1rem + 16px);
}
header {
  display: block;
  position: fixed;
  z-index: 1024;
  top: 0;
  left: 0;
  height: calc(1rem + 16px);
  width: 100%;
  font-size: 0.8em;
  background: #000;
}
header left,
header right {
  height: calc(1rem + 16px);
  background: inherit;
  white-space: nowrap;
}
header left > *,
header right > * {
  display: inline-block;
  line-height: calc(1rem + 16px);
}
header left p,
header right p {
  margin: 0;
  padding: 0;
}
header left {
  position: absolute;
  left: 0;
}
header right {
  position: absolute;
  right: 0;
}
header actions {
  border-left: solid 1px #222;
}
header actions > * {
  display: inline-block;
  line-height: calc(1rem + 16px);
}
header actions button,
header actions a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  padding: 0 12px;
  margin: 0;
  font-size: 1em;
  text-decoration: none;
  color: #ddd;
  outline: none;
  border: none;
  border-right: solid 1px #111;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  transition: all 0.3s ease;
}
header actions button *,
header actions a * {
  pointer-events: none;
}
header actions button > i,
header actions a > i {
  margin-right: 4px;
}
header actions button:hover,
header actions a:hover {
  color: #fff;
  transition: all 0.1s ease;
}
header actions button:active,
header actions a:active {
  transition: all 0s ease;
}
header #title {
  padding: 0 12px;
  font-weight: bold;
  color: #b4cc7e;
  border-right: solid 1px #222;
}
header machine {
  padding: 0 12px;
  border-right: solid 1px #222;
}
header machine:before {
  content: "MACHINE:";
  color: #eee;
  margin-right: 4px;
}
header pid {
  padding: 0 12px;
  color: #ccc;
  border-right: solid 1px #222;
}
header pid:before {
  content: "PID:";
  margin-right: 4px;
}
header uptime {
  padding: 0 12px;
  min-width: 12em;
  color: #ccc;
  border-right: solid 1px #222;
}
header uptime:before {
  content: "UPTIME:";
  margin-right: 4px;
}
header uptime:after {
  content: "s";
}
header #now {
  padding: 0 12px;
  color: #f0f0f0;
  border-right: solid 1px #222;
}
header #now:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 6px;
}
header #now .yyyymmdd {
  margin-right: 6px;
}
header #follow {
  color: #fff;
  transition: all 0.3s ease;
}
header #follow > i {
  margin-right: 4px;
}
header #follow.enable {
  color: #c1e31c;
}
header #follow.enable:hover {
  color: #d4eb60;
  transition: all 0.1s ease;
}
header #follow.enable:active {
  color: #9ab616;
  transition: all 0s ease;
}
header #rec {
  color: #fff;
  background: #000;
  transition: all 0.3s ease;
}
header #rec:hover {
  background: #111;
  transition: all 0.1s ease;
}
header #rec:active {
  background: #222;
  transition: all 0s ease;
}
header #rec.enable {
  color: #fff;
  background: #f00;
}
header #rec.enable:hover {
  background: #f22;
}
header #rec.enable:active {
  background: #e00;
}
header #rec > i {
  margin-right: 4px;
}
#logs {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#logs [data-column='date'] {
  width: 8%;
}
#logs [data-column='method'] {
  width: 4%;
}
#logs [data-column='host'] {
  width: 12%;
}
#logs [data-column='path'] {
  width: 22%;
}
#logs [data-column='ua'] {
  width: 37%;
}
#logs [data-column='ip'] {
  width: 10%;
}
#logs [data-column='worker'] {
  width: 7%;
}
#logs > thead {
  display: block;
  position: fixed;
  z-index: 1;
  top: calc(1rem + 16px);
  left: 0;
  width: 100%;
  font-size: 0.8em;
  background: #222;
}
#logs > thead.dragging > tr > th:not(.chosen) {
  background: transparent !important;
}
#logs > thead > tr {
  display: block;
  position: relative;
  width: 100%;
}
#logs > thead > tr > th {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: left;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
  overflow: hidden;
}
#logs > thead > tr > th:hover {
  background: #333;
}
#logs > thead > tr > th.chosen {
  background: #f33;
}
#logs > thead > tr > th:after {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  height: 1em;
}
#logs > thead > tr > th.desc:after {
  content: "\f106";
}
#logs > thead > tr > th.asc:after {
  content: "\f107";
}
#logs > tbody {
  display: block;
  font-size: 0.8em;
}
#logs > tbody > tr {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 0;
  width: 100%;
  cursor: default;
}
#logs > tbody > tr:nth-child(even) {
  background: rgba(255,255,255,0.05);
}
#logs > tbody > tr:hover {
  background: rgba(255,255,255,0.1);
}
#logs > tbody > tr:focus {
  background: #02d7e1;
  outline: none;
}
#logs > tbody > tr:focus,
#logs > tbody > tr:focus * {
  color: #000 !important;
}
#logs > tbody > tr > td {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 12px;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#logs > tbody > tr > td[data-column='date'] {
  color: rgba(255,255,255,0.5);
}
#logs > tbody > tr > td[data-column='host'] {
  color: #008080;
}
#logs > tbody > tr > td[data-column='ua'] {
  color: rgba(255,255,255,0.7);
}
#logs > tbody > tr > td[data-column='worker'] {
  color: rgba(255,255,255,0.5);
}
@media (max-width: 800px) {
  html {
    font-size: 0.5em;
  }
}
