/* line 1, static/css/base.scss */
.red {
  color: #c30; }

/* line 5, static/css/base.scss */
.red:hover {
  color: #f30; }

/* line 9, static/css/base.scss */
.bold {
  font-weight: bold; }

/* line 13, static/css/base.scss */
.graph-row td {
  text-align: center; }

/* line 17, static/css/base.scss */
.image-preview {
  display: none;
  position: absolute;
  z-index: 100;
  height: 240px;
  width: 480px; }

/* line 25, static/css/base.scss */
.white {
  color: #fff; }

/* line 29, static/css/base.scss */
.bubblingG {
  text-align: center;
  width: 125px;
  height: 78px; }

/* line 35, static/css/base.scss */
.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 39px auto;
  background: #006FC4;
  -moz-border-radius: 79px;
  -moz-animation: bubblingG 0.9s infinite alternate;
  -webkit-border-radius: 79px;
  -webkit-animation: bubblingG 0.9s infinite alternate;
  -ms-border-radius: 79px;
  -ms-animation: bubblingG 0.9s infinite alternate;
  -o-border-radius: 79px;
  -o-animation: bubblingG 0.9s infinite alternate;
  border-radius: 79px;
  animation: bubblingG 0.9s infinite alternate; }

/* line 54, static/css/base.scss */
#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

/* line 62, static/css/base.scss */
#bubblingG_2 {
  -moz-animation-delay: 0.27s;
  -webkit-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  -o-animation-delay: 0.27s;
  animation-delay: 0.27s; }

/* line 70, static/css/base.scss */
#bubblingG_3 {
  -moz-animation-delay: 0.54s;
  -webkit-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  -o-animation-delay: 0.54s;
  animation-delay: 0.54s; }

@-moz-keyframes bubblingG {
  0% {
    width: 16px;
    height: 16px;
    background-color: #006FC4;
    -moz-transform: translateY(0); }
  100% {
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    -moz-transform: translateY(-33px); } }

@-webkit-keyframes bubblingG {
  0% {
    width: 16px;
    height: 16px;
    background-color: #006FC4;
    -webkit-transform: translateY(0); }
  100% {
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    -webkit-transform: translateY(-33px); } }

@-ms-keyframes bubblingG {
  /* line 109, static/css/base.scss */
  0% {
    width: 16px;
    height: 16px;
    background-color: #006FC4;
    -ms-transform: translateY(0); }
  /* line 115, static/css/base.scss */
  100% {
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-33px); } }

@-o-keyframes bubblingG {
  0% {
    width: 16px;
    height: 16px;
    background-color: #006FC4;
    -o-transform: translateY(0); }
  100% {
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    -o-transform: translateY(-33px); } }

@keyframes bubblingG {
  0% {
    width: 16px;
    height: 16px;
    background-color: #006FC4;
    transform: translateY(0); }
  100% {
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    transform: translateY(-33px); } }

/* line 153, static/css/base.scss */
.bubblingG {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto; }

/* line 163, static/css/base.scss */
.navbar-brand > img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: -5px;
  display: inline; }
