/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p125/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 27, barkeeper.sass */
html, body {
  height: 100%;
}

/* line 30, barkeeper.sass */
body {
  background: #f5ece0;
}

/* line 33, barkeeper.sass */
h1 {
  display: none;
  color: #7e7e81;
}

/* line 37, barkeeper.sass */
svg {
  display: block;
  margin: auto;
}

/* line 43, barkeeper.sass */
#legend {
  padding: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 49, barkeeper.sass */
#item-colors {
  float: right;
}
/* line 51, barkeeper.sass */
#item-colors h1, #item-colors ul {
  float: left;
}

/* line 54, barkeeper.sass */
.item-color {
  position: relative;
  margin-bottom: 5px;
  color: #7e7e81;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
}
/* line 61, barkeeper.sass */
.item-color:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 12px;
  height: 12px;
  background: red;
}
/* line 68, barkeeper.sass */
.item-color.Coffee:before {
  background: #814143;
}
/* line 70, barkeeper.sass */
.item-color.Coke:before {
  background: #be5d50;
}
/* line 72, barkeeper.sass */
.item-color.Water:before {
  background: #457687;
}
/* line 74, barkeeper.sass */
.item-color.Bionade:before {
  background: #8bb68b;
}
/* line 76, barkeeper.sass */
.item-color.Ascho:before {
  background: #d5b139;
}
/* line 78, barkeeper.sass */
.item-color:hover {
  color: #4c4c4d;
}

/* line 81, barkeeper.sass */
#group-sizes {
  float: right;
  margin-right: 40px;
}
/* line 84, barkeeper.sass */
#group-sizes h1, #group-sizes ul {
  float: left;
}
/* line 86, barkeeper.sass */
#group-sizes h1 {
  padding-top: 32px;
  margin-right: 10px;
}
/* line 89, barkeeper.sass */
#group-sizes li {
  float: left;
  margin-left: 15px;
  text-align: center;
  cursor: pointer;
}
/* line 96, barkeeper.sass */
#group-sizes li:nth-child(1) {
  padding-top: 30px;
  font-size: 9px;
}
/* line 99, barkeeper.sass */
#group-sizes li:nth-child(1) span {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
/* line 96, barkeeper.sass */
#group-sizes li:nth-child(2) {
  padding-top: 25px;
  font-size: 11px;
}
/* line 99, barkeeper.sass */
#group-sizes li:nth-child(2) span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* line 96, barkeeper.sass */
#group-sizes li:nth-child(3) {
  padding-top: 15px;
  font-size: 15px;
}
/* line 99, barkeeper.sass */
#group-sizes li:nth-child(3) span {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
/* line 96, barkeeper.sass */
#group-sizes li:nth-child(4) {
  padding-top: 0px;
  font-size: 21px;
}
/* line 99, barkeeper.sass */
#group-sizes li:nth-child(4) span {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}
/* line 103, barkeeper.sass */
#group-sizes span {
  display: table-cell;
  vertical-align: middle;
  border: 2px dashed #ebdac1;
  background: #f3e8d8;
  color: #7e7e81;
}
/* line 109, barkeeper.sass */
#group-sizes span:hover {
  border-style: solid;
  background: #f5ece0;
}

/* line 115, barkeeper.sass */
#info {
  position: fixed;
  left: 220px;
  bottom: 0;
  opacity: 0;
  background: #f5ece0;
  -webkit-transition: all 0.3s ease-in-out, 1s;
  -moz-transition: all 0.3s ease-in-out, 1s;
  -o-transition: all 0.3s ease-in-out, 1s;
  transition: all 0.3s ease-in-out, 1s;
}
/* line 122, barkeeper.sass */
#info.visible {
  opacity: 0.8;
}
/* line 124, barkeeper.sass */
#info.visible #info-bubble {
  cursor: pointer;
}
/* line 126, barkeeper.sass */
#info p {
  float: left;
  padding-top: 40px;
  margin-right: 10px;
}

/* line 132, barkeeper.sass */
#info-bubble {
  position: fixed;
  left: -175px;
  bottom: -175px;
  width: 350px;
  height: 350px;
  border-radius: 350px;
  border: 7px solid rgba(232, 48, 149, 0.5);
  opacity: 0.8;
}
/* line 141, barkeeper.sass */
#info-bubble:hover {
  opacity: 1;
}

/* line 144, barkeeper.sass */
#close-info {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.9;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
}

/* line 156, barkeeper.sass */
.person {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 28px;
  width: 52px;
  padding-top: 15px;
  padding-bottom: 5px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background-color: black;
  color: white;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 1px 1px 2px #424242;
  opacity: 0.8;
}
/* line 174, barkeeper.sass */
.person:hover {
  opacity: 1;
}
/* line 176, barkeeper.sass */
.person:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 11px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: inherit;
}
/* line 185, barkeeper.sass */
.person:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  height: 1px;
  width: 52px;
  background: inherit;
}

/* line 196, barkeeper.sass */
#date-slider {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #f3e8d8;
  cursor: move;
}

/* line 204, barkeeper.sass */
#slider-range {
  position: fixed;
  top: 20px;
  left: 10%;
  width: 80%;
}

/* line 210, barkeeper.sass */
#date-range-start, #date-range-end {
  position: fixed;
  top: 0;
  width: 6%;
  height: 20px;
  padding: 20px;
  color: #7e7e81;
  text-align: center;
  font-size: 13px;
}

/* line 220, barkeeper.sass */
#date-range-start {
  left: 0;
}

/* line 223, barkeeper.sass */
#date-range-end {
  right: 0;
}

/* line 226, barkeeper.sass */
.ui-widget-content {
  background: none !important;
}

/* line 230, barkeeper.sass */
.ui-slider .ui-widget-header {
  background-color: #f3e8d8;
  background-image: none !important;
}
/* line 234, barkeeper.sass */
.ui-slider .ui-slider-handle {
  border-radius: 12px;
  background-image: none !important;
  cursor: move !important;
  outline: none !important;
}
/* line 239, barkeeper.sass */
.ui-slider .ui-slider-handle.ui-state-hover, .ui-slider .ui-slider-handle.ui-state-active, .ui-slider .ui-slider-handle.ui-state-focus {
  background: white !important;
}

/* line 245, barkeeper.sass */
.tooltip {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 248, barkeeper.sass */
.tooltip .tooltip-inner {
  padding: 4px 8px 6px;
}

/* line 253, barkeeper.sass */
#chart {
  padding-top: 20px;
}

/* line 257, barkeeper.sass */
.axis path, .axis line {
  fill: none;
  stroke: #b2b2b3;
  shape-rendering: crispEdges;
}
/* line 261, barkeeper.sass */
.axis path {
  stroke-opacity: 0;
}
/* line 263, barkeeper.sass */
.axis line {
  stroke-opacity: 0.2;
}
/* line 265, barkeeper.sass */
.axis text {
  fill: #b2b2b3;
  font-size: 11px;
}

/* line 269, barkeeper.sass */
.area {
  fill: #a7a7a8;
  fill-opacity: 0.3;
  shape-rendering: auto;
}

/* line 275, barkeeper.sass */
.circle:hover {
  cursor: pointer;
  fill-opacity: 1 !important;
  stroke: #e83095;
  stroke-width: 4;
}

/* line 281, barkeeper.sass */
.highlightedBubble {
  stroke: #e83095;
  stroke-width: 5px;
}

/* line 285, barkeeper.sass */
.line {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
}
