@charset "UTF-8";
/*!
 * Copyright (c) (2017) - Aikar's Minecraft Timings Parser
 *
 *  Written by Aikar <aikar@aikar.co>
 *    + Contributors (See AUTHORS)
 *
 *  http://aikar.co
 *  http://starlis.com
 *
 *  @license MIT
 *
 */
/*
 * Aikar's Minecraft Timings Parser
 *
 * Written by Aikar <aikar@aikar.co> - Butchered by Fudgie <thomas@burnett-taylor.me>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 */
/* Muted Colour Pallette - Grouped by colour
 * I've denoted the darker shades with (D) and lighter shades with (L)
 *
 * #000000 - WET ASPHALT (L)
 * #000000 - Midnight Blue (D)
 *
 * A useful colour palette can be found here:
 * https://flatuicolors.com/
*/
/*
 * Aikar's Minecraft Timings Parser
 *
 * Written by Aikar <aikar@aikar.co>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 */
/*
 * Aikar's Minecraft Timings Parser
 *
 * Written by Aikar <aikar@aikar.co> - Butchered by Fudgie <thomas@burnett-taylor.me>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 */
/* Muted Colour Pallette - Grouped by colour
 * I've denoted the darker shades with (D) and lighter shades with (L)
 *
 * #000000 - WET ASPHALT (L)
 * #000000 - Midnight Blue (D)
 *
 * A useful colour palette can be found here:
 * https://flatuicolors.com/
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #58C3FF;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input:hover[type="submit"] {
    background-color: #0ca8ff;
    color: white; }
  button:disabled,
  input:disabled[type="submit"] {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  color: #DDD;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  transition: color 0.1s linear;
  color: #58C3FF;
  text-decoration: none; }
  a:hover {
    color: #0ca8ff; }
  a:active, a:focus {
    color: #0ca8ff;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: white;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: white;
  font-style: italic; }
  cite:before {
    content: "\2014   \A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #58C3FF;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(63, 186, 255, .7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

* {
  box-sizing: border-box; }

/*******************************************************************************
 * Aikar's Minecraft Timings Parser
 * Written by Aikar <aikar@aikar.co>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 ******************************************************************************/
body {
  height: 100%;
  background: black;
  color: white;
  font-size: 1em; }

pre, textarea {
  word-wrap: normal;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  overflow: visible;
  font-size: .7em; }

.hidden {
  display: none; }

hr {
  margin: 0;
  clear: both; }

section {
  position: relative; }

#top-ad {
  text-align: center; }

#content, #tab-bar {
  min-height: 300px; }

.dev-warning {
  padding: 5px;
  text-align: center;
  background-color: #2c5276;
  color: white; }

#loading-indicator-overlay {
  background: rgba(0, 0, 0, .5);
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  #loading-indicator-overlay > div {
    position: absolute;
    left: 40%;
    top: 130px; }

.region-details {
  clear: left;
  padding-left: 20px;
  padding-top: 10px; }

.world-item {
  clear: left; }

.sk-three-bounce > div {
  background-color: #1563bc;
  margin: 15px;
  width: 50px;
  height: 50px; }

#show-more {
  padding: 20px;
  max-width: 200px;
  margin: 20px auto auto;
  text-align: center;
  cursor: pointer;
  border: 3px solid #1563bc;
  background: #1a1a1a; }

#show-more:hover {
  background: #333; }

#controls {
  float: right;
  margin-top: -47px;
  margin-right: 0;
  height: 47px;
  overflow: hidden; }
  #controls #filter, #controls #type-toggle, #controls #sort-toggle {
    height: 47px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 3px;
    border: 2px solid #1563bc; }
    #controls #filter > div, #controls #type-toggle > div, #controls #sort-toggle > div {
      height: 45px;
      text-align: center;
      min-width: 60px;
      float: left;
      display: block;
      padding: 8px 14px;
      cursor: pointer;
      font-weight: 500;
      background: #2c5276; }
    #controls #filter .totalPct, #controls #filter .avg, #controls #filter .lag, #controls #type-toggle .totalPct, #controls #type-toggle .avg, #controls #type-toggle .lag, #controls #sort-toggle .totalPct, #controls #sort-toggle .avg, #controls #sort-toggle .lag {
      border-right: 2px solid #1563bc; }
    #controls #filter .active, #controls #type-toggle .active, #controls #sort-toggle .active {
      background: #1a1a1a; }
  #controls #filter {
    width: 225px; }

.timing-row {
  display: table-cell;
  width: 100%; }
  .timing-row .name {
    word-wrap: break-word;
    display: inline-block;
    color: white;
    max-width: 600px; }
    @media only screen and (max-width: 1381px) {
      .timing-row .name {
        max-width: 430px; } }
    @media only screen and (max-width: 1023px) {
      .timing-row .name {
        max-width: 350px; } }
    @media only screen and (max-width: 700px) {
      .timing-row .name {
        max-width: 300px; } }
  .timing-row > a {
    padding: 0 6px 0 0; }
  .timing-row .name, .timing-row .expand-control, .timing-row > a {
    float: left; }
  .timing-row .row-info {
    float: right; }
  .timing-row .row-info-avg {
    min-width: 350px;
    text-align: right; }
  .timing-row .row-info-total {
    margin: auto 20px; }
  .timing-row .row-info, .timing-row .row-info-total, .timing-row .row-info-avg {
    display: inline-block;
    max-width: 850px; }
    @media only screen and (max-width: 700px) {
      .timing-row .row-info, .timing-row .row-info-total, .timing-row .row-info-avg {
        display: block;
        text-align: left;
        min-width: inherit;
        width: 100%;
        margin: auto; } }
  .timing-row .count, .timing-row .totalPct, .timing-row .totalTime, .timing-row .avgMs, .timing-row .tickAvgMs {
    color: white; }

.expandable {
  display: block;
  clear: left;
  overflow: hidden; }

.expand-prefix, .expand-arrows {
  cursor: pointer;
  float: left; }

.expand-content {
  clear: left; }

.full-timing-row {
  width: 100%; }
  .full-timing-row .full-child {
    width: 100%;
    display: block !important; }
  .full-timing-row .indent {
    padding-left: 15px;
    border-left: 1.5px solid;
    display: table-cell; }
  .full-timing-row .depthnone {
    border-left: 0; }
  .full-timing-row .depth0 {
    border-left-color: #7ab1f0; }
  .full-timing-row .depth1 {
    border-left-color: #0b3360; }
  .full-timing-row .depth2 {
    border-left-color: #186fd3; }
  .full-timing-row .depth3 {
    border-left-color: #1257a5; }
  .full-timing-row .depth4 {
    border-left-color: #3589e8; }
  .full-timing-row .row-wrap {
    overflow: hidden;
    cursor: pointer; }
  .full-timing-row .expand-control {
    cursor: pointer;
    display: inline-block;
    color: #1563bc;
    padding: 3px 6px 0 0; }
  .full-timing-row .row-wrap:hover {
    background: #1563bc; }
    .full-timing-row .row-wrap:hover .expand-control {
      color: white; }
  .full-timing-row .children {
    clear: both;
    width: 100%; }

.themes {
  padding: 10px;
  overflow: hidden;
  float: right;
  margin: 10px;
  height: 92px; }
  .themes .theme-icon {
    margin: 5px;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    border: solid 1px white;
    white-space: nowrap;
    overflow: hidden; }
    .themes .theme-icon .theme-base, .themes .theme-icon .theme-bg, .themes .theme-icon .theme-accent {
      width: 100%;
      display: block; }
    .themes .theme-icon .theme-bg {
      height: 65%; }
    .themes .theme-icon .theme-accent {
      height: 10%; }
    .themes .theme-icon .theme-base {
      height: 25%; }
  .themes .theme-blue1 .theme-bg {
    background: #c6c6c7; }
  .themes .theme-blue1 .theme-accent {
    background: #217fbc; }
  .themes .theme-blue1 .theme-base {
    background: #2b3d51; }
  .themes .theme-blue1 .theme-bg, .themes .theme-blue1 .theme-accent, .themes .theme-blue1 .theme-base {
    border-right: 5px solid #3d5672; }
  .themes .theme-blue2 .theme-bg {
    background: #c6c6c7; }
  .themes .theme-blue2 .theme-accent {
    background: #2b3d51; }
  .themes .theme-blue2 .theme-base {
    background: #217fbc; }
  .themes .theme-blue2 .theme-bg, .themes .theme-blue2 .theme-accent, .themes .theme-blue2 .theme-base {
    border-right: 5px solid #359adb; }
  .themes .theme-blue1-dark .theme-bg {
    background: #333; }
  .themes .theme-blue1-dark .theme-accent {
    background: #1563bc; }
  .themes .theme-blue1-dark .theme-base {
    background: #1e3851; }
  .themes .theme-blue1-dark .theme-bg, .themes .theme-blue1-dark .theme-accent, .themes .theme-blue1-dark .theme-base {
    border-right: 5px solid #2c5276; }
  .themes .theme-dark .theme-bg {
    background: #222222; }
  .themes .theme-dark .theme-accent {
    background: #a1a1a1; }
  .themes .theme-dark .theme-base {
    background: #404040; }
  .themes .theme-dark .theme-bg, .themes .theme-dark .theme-accent, .themes .theme-dark .theme-base {
    border-right: 5px solid #5a5a5a; }
  .themes .theme-red .theme-bg {
    background: #333; }
  .themes .theme-red .theme-accent {
    background: #d65548; }
  .themes .theme-red .theme-base {
    background: #90180b; }
  .themes .theme-red .theme-bg, .themes .theme-red .theme-accent, .themes .theme-red .theme-base {
    border-right: 5px solid #bf200f; }
  .themes .theme-orange .theme-bg {
    background: #ecf0f1; }
  .themes .theme-orange .theme-accent {
    background: #e67e22; }
  .themes .theme-orange .theme-base {
    background: #c58000; }
  .themes .theme-orange .theme-bg, .themes .theme-orange .theme-accent, .themes .theme-orange .theme-base {
    border-right: 5px solid #f8a100; }

.warn-high {
  color: red; }

.warn-med {
  color: #ff7820; }

.warn-low {
  color: #ffbf2e; }

#tabs-config {
  overflow: hidden; }

/*******************************************************************************
 * Aikar's Minecraft Timings Parser
 * Written by Aikar <aikar@aikar.co>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 ******************************************************************************/
html, body, #body-wrap, #wrapper {
  min-height: 100%; }

.push, #footer {
  height: 70px; }

#footer {
  clear: both;
  color: white;
  background: #1e3851;
  opacity: 0.9;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 70px; }

#footer span {
  line-height: 30px;
  padding: 0 5px; }
  @media only screen and (max-width: 700px) {
    #footer span a {
      display: none; } }

/*
 * Aikar's Minecraft Timings Parser
 *
 * Written by Aikar <aikar@aikar.co>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 */
#bottom-ad {
  margin: 10px auto 40px;
  text-align: center; }

.ad_links {
  clear: both;
  margin: 2px auto;
  text-align: center;
  width: 728px;
  height: 15px; }
  @media only screen and (max-width: 700px) {
    .ad_links {
      display: none; } }

@media only screen and (max-width: 700px) {
  .advert {
    display: none; } }

.responsive-ad {
  width: 728px;
  height: 90px;
  text-align: center;
  background: white;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 701px) and (max-width: 1023px) {
    .responsive-ad {
      width: 468px;
      height: 60px; } }
  @media only screen and (max-width: 700px) {
    .responsive-ad {
      width: 320px;
      height: 50px; } }

#ad-top-banner {
  margin: 0 auto 15px;
  text-align: center; }

/*******************************************************************************
 * Aikar's Minecraft Timings Parser
 * Written by Aikar <aikar@aikar.co>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 ******************************************************************************/
#history-selector {
  padding: 10px;
  text-align: center;
  width: 69.5%; }
  #history-selector #tps-graph {
    width: 98%;
    height: 200px; }
  #history-selector #time-selector {
    height: 20px;
    width: auto;
    margin-left: 5px;
    text-align: center;
    padding: 0;
    position: relative; }
  #history-selector canvas {
    height: 220px !important; }

.canvas-wrapper {
  width: 100%;
  margin: auto; }

.rc-slider {
  position: relative;
  height: 18px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #1e3851;
  height: 4px;
  margin-top: 2px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 8px;
  border-radius: 6px;
  background-color: #2c5276; }

.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #104b8e;
  background-color: #1563bc; }

.rc-slider-handle:hover {
  border: solid 1px #104b8e;
  background-color: #104b8e; }

.rc-slider-handle-active:active {
  border-color: #1e3851;
  box-shadow: 0 0 5px #1563bc; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -5px;
  margin-left: -4px;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  background-color: black;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot:first-child {
  margin-left: -4px; }

.rc-slider-dot:last-child {
  margin-left: -4px; }

.rc-slider-dot-active {
  background-color: #1563bc;
  border-color: #1563bc; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

/*******************************************************************************
 * Aikar's Minecraft Timings Parser
 * Written by Aikar <aikar@aikar.co>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 ******************************************************************************/
.content {
  padding: 10px;
  background: #333;
  border: solid 1px silver;
  border-top: none; }

#content-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

#server-info, #history-selector {
  margin: 5px; }

#server-info {
  min-width: 400px; }

#header {
  width: 100%;
  background-color: #1e3851;
  height: 112px;
  position: relative; }
  #header .site-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    display: inline-block;
    color: white !important;
    font-size: 30px; }
    #header .site-title .subtitle {
      text-align: center;
      font-size: 16px; }
      #header .site-title .subtitle a {
        color: inherit; }

#header-right {
  float: right;
  margin: 10px; }

.row-double {
  padding: 10px; }

.section {
  padding: 10px;
  background-color: #333;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1); }
  .section .section-head {
    display: block; }
    .section .section-head .section-title {
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase; }
    .section .section-head .section-controls {
      float: right; }
      .section .section-head .section-controls a {
        font-size: 14px;
        margin-left: 3px; }

a.normal {
  color: inherit; }

#tab-bar {
  position: relative;
  margin: 10px; }
  #tab-bar li {
    cursor: pointer; }

.tabs {
  background-color: #2c5276;
  height: 47px; }
  .tabs .tab-title {
    /* Floating the tab divs left removes the spacing */
    border-radius: 0;
    margin: 0;
    color: white;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    border-bottom: solid 3px transparent;
    font-weight: bold;
    cursor: pointer; }
    .tabs .tab-title .active, .tabs .tab-title.active, .tabs .tab-title:hover {
      border-bottom: solid 3px #1563bc;
      color: whiteSmoke; }
    .tabs .tab-title a {
      padding: 10px 15px;
      color: inherit;
      display: block; }

a {
  color: #1563bc; }

a:hover {
  color: white; }

@media (max-width: 1300px) {
  .site-title {
    display: block;
    float: left;
    overflow: hidden; }
  .themes, #header-right {
    height: 110px;
    width: 450px;
    float: right;
    margin: 0 10px; } }

/* Small screens */
@media (max-width: 1100px) {
  #header {
    height: auto;
    padding-bottom: 5px; }
    #header .site-title {
      float: none;
      top: auto;
      top: initial;
      transform: none;
      width: 100%;
      margin: 10px;
      text-align: center;
      position: static;
      position: initial; }
  #header-right, .themes {
    width: 100%;
    margin: 5px 0;
    float: none;
    text-align: center; }
  #content-top {
    display: block; }
  #body-wrap .row-double {
    padding: 0; }
    #body-wrap .row-double #history-selector, #body-wrap .row-double #server-info {
      margin: 0;
      width: 100%;
      display: block;
      float: none; }
  #body-wrap #top-ad {
    margin: 10px auto; }
  #body-wrap #bottom-ad {
    margin-top: 30px !important; }
  #body-wrap #tab-bar {
    margin: 0; }
  #body-wrap #tab-bar .tabs {
    height: auto; }
    #body-wrap #tab-bar .tabs .tab-title {
      float: none; }
  #footer {
    height: auto;
    line-height: normal;
    line-height: initial;
    padding: 20px; }
    #footer #footer-left, #footer #footer-right {
      width: 100%;
      display: block;
      text-align: center; } }

.mc_0 {
  color: #000000; }

.mc_1 {
  color: #0000AA; }

.mc_2 {
  color: #00AA00; }

.mc_3 {
  color: #00AAAA; }

.mc_4 {
  color: #AA0000; }

.mc_5 {
  color: #AA00AA; }

.mc_6 {
  color: #FFAA00; }

.mc_7 {
  color: #AAAAAA; }

.mc_8 {
  color: #555555; }

.mc_9 {
  color: #5555FF; }

.mc_a {
  color: #55FF55; }

.mc_b {
  color: #55FFFF; }

.mc_c {
  color: #FF5555; }

.mc_d {
  color: #FF55FF; }

.mc_e {
  color: #FFFF55; }

.mc_f {
  color: #FFFFFF; }

.mc_l {
  font-weight: 900; }

.mc_m {
  text-decoration: line-through; }

.mc_n {
  text-decoration: underline; }

.mc_o {
  font-style: italic; }

.mc_r {
  text-decoration: none;
  font-style: inherit;
  color: inherit; }

/*
 * Aikar's Minecraft Timings Parser
 *
 * Written by Aikar <aikar@aikar.co> - Butchered by Fudgie <thomas@burnett-taylor.me>
 * http://aikar.co
 * http://starlis.com
 *
 * @license MIT
 */
#server-info {
  text-align: center;
  width: 30%;
  min-height: 318px; }
  #server-info .server-title {
    text-align: center;
    font-size: 30px;
    display: inline-block;
    padding: 10px; }
    #server-info .server-title .online-server {
      color: green; }
    #server-info .server-title .offline-server {
      color: red; }
    #server-info .server-title .server-icon {
      border-radius: 50%;
      float: left; }
    #server-info .server-title .server-name {
      float: left;
      margin-left: 10px; }
  #server-info table {
    text-align: left;
    text-align: initial; }
    #server-info table .fieldName {
      font-weight: bold;
      text-align: right;
      padding-right: 5px; }
    #server-info table .fieldValue {
      padding-left: 5px; }

/*!
 * Copyright (c) (2017) - Aikar's Minecraft Timings Parser
 *
 *  Written by Aikar <aikar@aikar.co>
 *    + Contributors (See AUTHORS)
 *
 *  http://aikar.co
 *  http://starlis.com
 *
 *  @license MIT
 *
 */
.plugin-row {
  margin: 20px auto; }
  .plugin-row .plugin-version {
    font-size: .6em;
    top: -0.1em; }

.plugin-timing-row {
  margin: 20px auto; }

/*# sourceMappingURL=timings-theme-blue1-dark.css.map*/