@charset "UTF-8";
/*
  
TODO: move fonts to local hosting - only host the needed weights/styles not all weights styles

overpass    200, 500, 600
purple      #533feb
green       #88ffc6

dark        #46494d
medium      #98a0a6
light       #f5f7fa

padding     8, 16, 20, 32, 64, 128, 256, 512, 1024
font size   12, 16, 64
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//overpass-30e2.kxcdn.com/overpass.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

* {
  box-sizing: border-box; }

::selection {
  background: #a0ffd1; }

::-moz-selection {
  background: #a0ffd1; }

html, body, #root {
  height: 100%; }

body {
  overflow-y: scroll; }

body {
  font: 400 16px/1 'overpass', sans-serif;
  background: #f5f7fa;
  text-align: center;
  padding: 8px; }

.app-page.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left; }

.app-page .section {
  margin-bottom: 32px; }

.app-page .boxes {
  display: flex;
  margin: 8px 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%; }

.app-page .boxes-col {
  width: 100%; }

.app-page .box {
  border-radius: 4px;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px 0 rgba(70, 73, 77, 0.16);
  padding: 16px;
  flex: 1;
  flex-basis: 100%;
  min-width: 40px; }

.app-page .box-totals {
  background: #46494d;
  color: #fff;
  padding: 24px 16px 0 16px; }

.app-page .box-pages, .app-page .box-referrers, .app-page .box-graph {
  background: #fff; }

.app-page nav.main-nav ul {
  width: 100%;
  text-align: right;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0; }

.app-page nav li {
  display: inline-block; }

.app-page nav li a {
  transition: color .2s ease;
  position: relative;
  display: inline-block;
  padding: 0 8px 0 0; }

.app-page nav.main-nav li a {
  padding: 6px 8px 6px 0; }

.app-page nav li a:hover {
  color: #98a0a6; }

.app-page .date-nav ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase; }

.app-page .date-nav li,
.app-page .date-nav li a {
  color: #46494d; }

.app-page nav.date-nav li a:hover {
  color: #98a0a6; }

.app-page nav.date-nav li.active a:hover {
  color: #46494d; }

.app-page nav.date-nav li.active a:after {
  content: "";
  background: #88ffc6;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 4px;
  z-index: -1;
  margin: 0 0 0 -4px;
  transition: all .4s ease; }

.app-page .date-nav .custom {
  float: right; }

.app-page .date-nav .custom input {
  background: transparent;
  border: 0;
  width: 68px;
  outline: 0;
  font-weight: 500;
  cursor: pointer; }
  .app-page .date-nav .custom input:hover, .app-page .date-nav .custom input:focus {
    color: #533feb; }

.app-page nav li.visitors {
  color: #533feb; }

.app-page nav li.signout a {
  padding-right: 0; }

.app-page nav li.logo {
  float: left; }

.app-page nav li.logo a {
  color: #533feb;
  display: inline-block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48' xml:space='preserve'%3e%3cpath style='fill:%23533feb;' d='M47.882,26.381C47.96,25.598,48,24.804,48,24c0.001-6.623-2.688-12.632-7.029-16.971 C36.632,2.688,30.623-0.001,24,0C17.377-0.001,11.368,2.688,7.029,7.029C2.688,11.368-0.001,17.377,0,24 c0,3.917,0.941,7.624,2.609,10.892c0,0,0,0,0,0c1.985,3.891,4.998,7.165,8.682,9.47C14.975,46.667,19.338,48.001,24,48 c6.221,0.001,11.901-2.372,16.162-6.258C44.424,37.858,47.284,32.45,47.882,26.381C47.882,26.381,47.882,26.381,47.882,26.381 C47.882,26.381,47.882,26.381,47.882,26.381C47.882,26.381,47.882,26.381,47.882,26.381C47.882,26.381,47.882,26.381,47.882,26.381 z M24,2.824c5.852,0.001,11.137,2.368,14.974,6.202c3.596,3.599,5.902,8.472,6.175,13.891l-8.386-8.386 c-0.263-0.263-0.627-0.414-0.998-0.414s-0.735,0.151-0.998,0.413L22.588,26.709l-5.59-5.59c-0.551-0.551-1.445-0.551-1.997,0 l-10.69,10.69C3.353,29.394,2.824,26.762,2.824,24c0.001-5.852,2.368-11.137,6.202-14.974C12.863,5.192,18.148,2.824,24,2.824z'/%3e%3cpath style='fill:%23fff;' d='M4.312,31.809l10.69-10.69c0.551-0.551,1.445-0.551,1.997,0l5.59,5.59l12.178-12.178 c0.263-0.263,0.626-0.413,0.998-0.413s0.735,0.151,0.998,0.414l8.386,8.386c-0.273-5.42-2.579-10.293-6.175-13.891 C35.137,5.192,29.852,2.824,24,2.824C18.148,2.824,12.863,5.192,9.026,9.026C5.192,12.863,2.824,18.148,2.824,24 C2.824,26.762,3.353,29.394,4.312,31.809z'/%3e%3c/svg%3e") top left no-repeat;
  background-size: 24px 24px;
  height: 24px;
  padding: 6px 0 6px 32px; }

.app-page .main-nav ul {
  display: inline-block;
  padding: 0; }

.app-page .spacer {
  color: #98a0a6;
  padding: 0 8px; }

.app-page .header div, .app-page .date-nav a, .app-page .total-heading {
  font-size: 12px;
  text-transform: uppercase;
  color: #98a0a6; }

.app-page .total-numbers {
  font-size: 44px;
  letter-spacing: -3px;
  margin-bottom: 32px;
  font-weight: 200; }

.app-page .totals-detail {
  width: 48%;
  display: inline-block; }

.app-page .total-heading {
  color: #fff;
  opacity: .6; }

.app-page .table-row {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  padding: 0 16px; }

.app-page .cell {
  flex-grow: 1;
  width: 20%;
  text-align: left;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.app-page .main-col {
  width: 56%;
  margin-right: 4%; }

.app-page .header:after {
  display: none; }

.app-page .table-row:after {
  content: "";
  background: #88ffc6;
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  opacity: .2;
  border-right: 2px solid #45ce8c; }

.app-page .w100:after {
  width: 99%; }

.app-page .w99:after {
  width: 99%; }

.app-page .w98:after {
  width: 98%; }

.app-page .w97:after {
  width: 97%; }

.app-page .w96:after {
  width: 96%; }

.app-page .w95:after {
  width: 95%; }

.app-page .w94:after {
  width: 94%; }

.app-page .w93:after {
  width: 93%; }

.app-page .w92:after {
  width: 92%; }

.app-page .w91:after {
  width: 91%; }

.app-page .w90:after {
  width: 90%; }

.app-page .w89:after {
  width: 89%; }

.app-page .w88:after {
  width: 88%; }

.app-page .w87:after {
  width: 87%; }

.app-page .w86:after {
  width: 86%; }

.app-page .w85:after {
  width: 85%; }

.app-page .w84:after {
  width: 84%; }

.app-page .w83:after {
  width: 83%; }

.app-page .w82:after {
  width: 82%; }

.app-page .w81:after {
  width: 81%; }

.app-page .w80:after {
  width: 80%; }

.app-page .w79:after {
  width: 79%; }

.app-page .w78:after {
  width: 78%; }

.app-page .w77:after {
  width: 77%; }

.app-page .w76:after {
  width: 76%; }

.app-page .w75:after {
  width: 75%; }

.app-page .w74:after {
  width: 74%; }

.app-page .w73:after {
  width: 73%; }

.app-page .w72:after {
  width: 72%; }

.app-page .w71:after {
  width: 71%; }

.app-page .w70:after {
  width: 70%; }

.app-page .w69:after {
  width: 69%; }

.app-page .w68:after {
  width: 68%; }

.app-page .w67:after {
  width: 67%; }

.app-page .w66:after {
  width: 66%; }

.app-page .w65:after {
  width: 65%; }

.app-page .w64:after {
  width: 64%; }

.app-page .w63:after {
  width: 63%; }

.app-page .w62:after {
  width: 62%; }

.app-page .w61:after {
  width: 61%; }

.app-page .w60:after {
  width: 60%; }

.app-page .w59:after {
  width: 59%; }

.app-page .w58:after {
  width: 58%; }

.app-page .w57:after {
  width: 57%; }

.app-page .w56:after {
  width: 56%; }

.app-page .w55:after {
  width: 55%; }

.app-page .w54:after {
  width: 54%; }

.app-page .w53:after {
  width: 53%; }

.app-page .w52:after {
  width: 52%; }

.app-page .w51:after {
  width: 51%; }

.app-page .w50:after {
  width: 50%; }

.app-page .w49:after {
  width: 49%; }

.app-page .w48:after {
  width: 48%; }

.app-page .w47:after {
  width: 47%; }

.app-page .w46:after {
  width: 46%; }

.app-page .w45:after {
  width: 45%; }

.app-page .w44:after {
  width: 44%; }

.app-page .w43:after {
  width: 43%; }

.app-page .w42:after {
  width: 42%; }

.app-page .w41:after {
  width: 41%; }

.app-page .w40:after {
  width: 40%; }

.app-page .w39:after {
  width: 39%; }

.app-page .w38:after {
  width: 38%; }

.app-page .w37:after {
  width: 37%; }

.app-page .w36:after {
  width: 36%; }

.app-page .w35:after {
  width: 35%; }

.app-page .w34:after {
  width: 34%; }

.app-page .w33:after {
  width: 33%; }

.app-page .w32:after {
  width: 32%; }

.app-page .w31:after {
  width: 31%; }

.app-page .w30:after {
  width: 30%; }

.app-page .w29:after {
  width: 29%; }

.app-page .w28:after {
  width: 28%; }

.app-page .w27:after {
  width: 27%; }

.app-page .w26:after {
  width: 26%; }

.app-page .w25:after {
  width: 25%; }

.app-page .w24:after {
  width: 24%; }

.app-page .w23:after {
  width: 23%; }

.app-page .w22:after {
  width: 22%; }

.app-page .w21:after {
  width: 21%; }

.app-page .w20:after {
  width: 20%; }

.app-page .w19:after {
  width: 19%; }

.app-page .w18:after {
  width: 18%; }

.app-page .w17:after {
  width: 17%; }

.app-page .w16:after {
  width: 16%; }

.app-page .w15:after {
  width: 15%; }

.app-page .w14:after {
  width: 14%; }

.app-page .w13:after {
  width: 13%; }

.app-page .w12:after {
  width: 12%; }

.app-page .w11:after {
  width: 11%; }

.app-page .w10:after {
  width: 10%; }

.app-page .w09:after {
  width: 9%; }

.app-page .w08:after {
  width: 8%; }

.app-page .w07:after {
  width: 7%; }

.app-page .w06:after {
  width: 6%; }

.app-page .w05:after {
  width: 5%; }

.app-page .w04:after {
  width: 4%; }

.app-page .w03:after {
  width: 3%; }

.app-page .w02:after {
  width: 2%; }

.app-page .w01:after {
  width: 1%; }

.app-page .w00:after {
  width: 0; }

.app-page a {
  color: #46494d;
  text-decoration: none;
  transition: all .4s ease; }

.app-page .cell a:hover {
  color: #533feb; }

@media (min-width: 1220px) {
  .app-page nav.main-nav ul {
    margin-top: 24px; }
  .app-page .boxes {
    justify-content: space-between;
    flex-wrap: nowrap; }
  .app-page .box {
    margin: 0 4px; }
  .app-page .boxes-col {
    display: flex;
    flex-wrap: wrap; }
  .app-page .box-graph {
    margin: 0 0 4px 0;
    max-width: 1000px; }
  .app-page .box-totals {
    max-width: 230px;
    margin-left: 0; }
  .app-page .box-pages {
    flex-basis: 464px;
    width: 50%;
    margin: 0 2px 0 0;
    max-width: 500px; }
  .app-page .box-referrers {
    flex-basis: 464px;
    margin: 0 0 0 2px;
    max-width: 500px; }
  .app-page .totals-detail {
    width: 100%; }
  .app-page .total-numbers {
    font-size: 64px; } }

@media (max-width: 600px) {
  .app-page .date-nav .custom {
    display: none; } }

.login-page.flex-rapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.login-page .login-rapper {
  text-align: left;
  width: 320px; }

.login-page label {
  position: relative; }

.login-page label svg {
  width: 16px;
  height: auto;
  fill: #533feb;
  position: absolute;
  left: -28px;
  top: 12px; }

.login-page input {
  border-radius: 0;
  border: none;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  margin-bottom: 4px;
  display: block; }

.login-page input {
  line-height: 1;
  font: 400 16px/1 'overpass', sans-serif; }

.login-page button {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  background: #533feb;
  color: #fff;
  border: 0;
  font: 400 16px/1 'overpass', sans-serif; }

.login-page small {
  color: #98a0a6;
  font-size: 14px;
  margin: 48px auto 0 auto;
  text-align: center;
  display: block; }

.login-page small a {
  color: #98a0a6;
  font-size: 14px;
  display: inline-block;
  padding: 0 8px; }

.small-margin {
  margin-top: 20px;
  margin-bottom: 20px; }

.notification {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%; }
  .notification .notification-error {
    padding: 4px;
    display: inline-block;
    background-color: #f2dede;
    border: 1px solid #ebccd1; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.animated {
  animation-duration: .4s;
  animation-fill-mode: both; }

.delayed_02s {
  animation-delay: .2s; }

.delayed_03s {
  animation-delay: .3s; }

.delayed_04s {
  animation-delay: .4s; }

.delayed_05s {
  animation-delay: .5s; }

.delayed_06s {
  animation-delay: .6s; }

.fadeInUp {
  animation-name: fadeInUp; }

.fadeInDown {
  animation-name: fadeInDown; }

.loading {
  opacity: 0.8; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(70, 73, 77, 0.16); }

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #98a0a6;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 4px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  background: #f5f7fa; }

.pika-week {
  font-size: 11px;
  color: #98a0a6; }

.is-today .pika-button {
  color: #533feb;
  font-weight: 500; }

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: 500;
  background: #46494d; }

.has-event .pika-button {
  background: #005da9; }

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #88ffc6; }

.is-startrange .pika-button {
  background: #88ffc6;
  box-shadow: none; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default; }

.is-selection-disabled {
  pointer-events: none;
  cursor: default; }

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #46494d;
  background: #88ffc6;
  box-shadow: none; }

.pika-table abbr {
  border: none;
  cursor: normal;
  text-decoration: none;
  font-size: 12px; }

.box-graph {
  background: white;
  margin-left: 0 !important; }

#chart {
  height: 240px; }
  #chart * {
    box-sizing: content-box; }

.bar-pageviews {
  fill: #88ffc6; }

.bar-visitors {
  fill: #533feb; }

.axis .domain {
  stroke: none; }

.axis line {
  stroke: rgba(218, 218, 218, 0.5); }

.axis text {
  font-size: 12px;
  fill: #98a0a6; }

.d3-tip {
  font-size: 12px;
  color: #959da5;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px; }

.tip-heading {
  font-weight: 600;
  padding: 10px;
  line-height: 1; }

.tip-content {
  display: flex; }
  .tip-content > div {
    padding: 5px 10px;
    width: 50%;
    display: block;
    flex: 1;
    min-width: 90px; }

.tip-pageviews {
  border-top: 3px solid #88ffc6; }

.tip-visitors {
  border-top: 3px solid #533feb; }

.tip-number {
  color: #dfe2e5;
  font-weight: 600; }
