html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

#__blaze-root {
  min-height: 100vh; }

div::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 5px; }

div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
  background-color: #f1f1f1; }

div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  background: #888; }

div::-webkit-scrollbar-thumb:hover,
ul::-webkit-scrollbar-thumb:hover {
  background: #555; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Lato", sans-serif;
  background-color: #eeeeee;
  color: #27272b; }

p {
  font-size: 1em; }

a {
  color: #D8D8D8; }

input[type="number"] {
  text-align: right; }

hr {
  border-color: #D8D8D8; }

.btn, .btn-text, .btn-primary, .btn-default, .btn-danger {
  border-radius: 0.4em;
  text-decoration: none;
  display: inline-block;
  font-weight: 1em;
  padding: 0.5em 1em 0.5em;
  color: #27272b;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.btn-text {
  color: white;
  background: transparent; }

.btn-primary {
  color: white;
  background-color: #75C8D6;
  border-color: #6bbecc; }

.btn-default {
  color: #27272b;
  background-color: #D8D8D8;
  border-color: #cecece; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #cf4945; }

.row {
  padding: 10px; }

.header {
  background: white;
  border: none;
  border-bottom: 1px solid #CCC;
  position: fixed;
  z-index: 9;
  min-height: 4em;
  width: 100%;
  padding: 12px 15px 0px 15px;
  padding-left: 6em; }
  .header .page-title {
    font-size: 2em;
    font-weight: bold;
    color: #27272b;
    display: inline-block; }
    @media (max-width: 991px) {
      .header .page-title {
        font-size: 1.3em;
        padding: 0px;
        margin: 5px 0 0 0; } }
  .header .headerRightContent {
    float: right; }
  @media (max-width: 1008px) {
    .header {
      padding: 10px 15px 15px 15px;
      padding-left: 10px;
      position: relative;
      margin-top: 55px; }
      .header.fixed-small-screen-header {
        position: fixed;
        top: 0px; } }

.login-toggle {
  cursor: pointer; }

footer {
  text-align: center;
  color: black; }

.billboard {
  background: #484866;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #CCC; }

.app-layout {
  width: 100%;
  margin-left: 0;
  padding-left: 4em;
  padding-top: 105px;
  padding-bottom: 4em;
  min-height: 100vh;
  z-index: 0; }
  @media (max-width: 991px) {
    .app-layout {
      padding-bottom: 0px;
      padding-left: 0px; } }
  @media (min-width: 976px) {
    .app-layout {
      padding-top: 55px; } }

.match-stats-layout {
  width: 100%;
  min-height: 100vh;
  margin-left: 0; }

.panel {
  max-width: 100%; }

.panel-heading .panel-detail {
  float: right; }

.main-layout {
  width: 100%;
  min-height: 100vh;
  margin-left: 0;
  padding-top: 4em; }

.breadcrumb {
  margin-bottom: 0px;
  display: none; }

.page-header {
  margin: 10px 0px;
  padding: initial;
  display: flex;
  justify-content: space-between; }
  .page-header h3 {
    margin: 0px; }

.homepage-logo {
  max-width: 150px; }

.app-nav {
  background: #484866;
  position: fixed;
  z-index: 20;
  width: 4em;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
  transition: all 0.3s ease;
  border: none; }
  .app-nav li a {
    font-size: 11px; }
  .app-nav:hover {
    width: 15em; }
    .app-nav:hover a > span {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  .app-nav ul {
    padding: 0;
    list-style: none; }
  .app-nav li {
    background: #484866;
    border: none; }
  .app-nav a {
    background: #484866;
    width: 100%;
    padding: 10px 15px;
    margin-left: 0;
    color: white;
    display: block;
    white-space: nowrap;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: 0px solid transparent;
    transition: all 0.3s ease; }
    .app-nav a i {
      font-size: 2em;
      margin-right: 20px;
      width: 30px; }
    .app-nav a > span {
      transform: translate3d(20px, 0, 0);
      opacity: 0;
      transition: background 0.3s ease; }
    .app-nav a:hover {
      color: #484866;
      background: #D8D8D8; }

.page-title {
  margin-top: 0; }

.modal-dialog-center {
  margin-top: 10%; }

.modal-semi-medium {
  width: 30%; }

.user_id {
  color: #1b66ff;
  cursor: pointer; }

.heatmap {
  width: 100%;
  height: 100%; }

#timer .values {
  font-size: 80px; }

#timer button {
  font-size: 24px; }

.sessionLimitInput {
  margin-top: 20px;
  width: 100px;
  height: 50px;
  font-size: 20px;
  display: inline !important; }

button:disabled {
  background-color: darkgray; }

.modal-body {
  border-radius: 0px 0px 5px 5px; }

.set {
  background-color: #00a267; }

.top-nav-content li {
  padding: 5px 0px 5px 0px; }
  .top-nav-content li a {
    color: white;
    font-size: 18px;
    font-weight: 300; }
    .top-nav-content li a i {
      width: 30px; }

@media (max-width: 360px) {
  .courtSelectButton {
    max-width: 100px; } }

.redBackground {
  background-color: red; }

.blueBg {
  background-color: #c9e7f1; }

.pingStatus {
  margin: 10px; }
  .pingStatus.offline {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: red; }
  .pingStatus.online {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: green; }

.flexRow {
  display: flex;
  flex-direction: row; }

.flex1 {
  flex: 1; }

.vertical-align {
  display: flex;
  align-items: center; }

#loadingPage {
  display: flex; }
  #loadingPage .loading-indicator {
    margin: auto;
    padding-top: 10px;
    font-size: 18px;
    text-align: center; }

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.fof {
  display: table-cell;
  vertical-align: middle; }
  .fof h1 {
    font-size: 50px;
    display: inline-block;
    padding-right: 12px;
    animation: type 0.5s alternate infinite; }

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888; }
  to {
    box-shadow: inset -3px 0px 0px transparent; } }

.select2-container .select2-selection--single {
  height: 36px !important; }

.gameLabel {
  margin-bottom: 5px;
  font-weight: bold; }

.select2-selection__rendered {
  margin-top: 1px; }

.select2-container {
  display: block !important;
  width: 100% !important; }

.switchTab {
  background-color: #d6d6d6;
  border-radius: 5px;
  color: white; }
  .switchTab a {
    color: white; }

.btn-xs {
  line-height: 1 !important; }

.rankingBox {
  color: white;
  background-color: #484866;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 13px; }
  @media (max-height: 900px) {
    .rankingBox {
      padding: 8px; } }
  @media (max-height: 800px) {
    .rankingBox {
      padding: 5px; } }

.gameFolder {
  padding: 10px 45px 10px 10px;
  border-radius: 4px;
  position: relative;
  display: block;
  cursor: pointer; }
