body > main {
  min-width: 800px;
  display: none; }

#showcases {
  display: none;
  max-width: 800px;
  margin: 0 auto; }
  #showcases > .row .card {
    min-height: 254px;
    margin-bottom: 15px; }
    #showcases > .row .card img {
      width: 200px; }

header a {
  color: unset; }

form {
  padding: 0 15px; }

#log-box {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 3px; }

#view-menu {
  float: right;
  margin-left: 30px;
  padding: 10px;
  border: 1px solid gray; }

#canvas-wrapper {
  display: none; }

#canvas-container {
  display: flex;
  justify-content: center;
  width: 85%;
  /*    canvas.grabbable {
          cursor: grab;
      }*/ }
  #canvas-container.multiple {
    justify-content: unset; }
  #canvas-container.stretch {
    position: absolute;
    left: 0; }

#canvas-exporter {
  display: none;
  width: 500px;
  max-height: 500px; }

#export-data {
  display: block;
  overflow-x: scroll; }

#share-iframe {
  width: 100%; }

#axes-options {
  display: flex;
  /*flex-wrap: wrap;*/ }

#play-container #stop-button, #play-container #pause-button {
  display: none; }

.range-container {
  display: flex;
  flex: 1;
  align-items: center;
  height: 70px;
  /*    > div:last-of-type {
          display:inline-flex;
          span.irs {
              flex: 1;
          }
      }*/ }
  .range-container label {
    /*width: 100px;*/
    margin-right: 2px; }
  .range-container #outbreak-value {
    width: 70px;
    margin-right: 20px; }
  .range-container span.irs {
    flex: 1; }
  .range-container > div:last-of-type {
    flex: 1;
    margin-right: 5px; }
  .range-container.range-hide-legend .irs .irs-min, .range-container.range-hide-legend .irs .irs-max {
    display: none; }
  .range-container.range-short {
    display: inline-flex;
    flex: unset; }
    .range-container.range-short > div {
      width: 100px; }
      .range-container.range-short > div .irs--big {
        height: 23px;
        top: -23px; }

.range-legend {
  /*    display: inline-block;
      width: 110px; */ }

#territory-options {
  display: table; }
  #territory-options .eye-icon {
    border-radius: 10px;
    padding: 2px;
    background-color: darkgoldenrod; }
    #territory-options .eye-icon.off {
      background-color: darkgray; }
  #territory-options #territories {
    min-height: 400px; }
    #territory-options #territories > div#countries-cell {
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      #territory-options #territories > div#countries-cell > div {
        flex-grow: 1;
        width: 50%; }
      #territory-options #territories > div#countries-cell.three-col > div {
        max-width: 33%; }
    #territory-options #territories > div > div {
      vertical-align: top;
      cursor: pointer; }
      #territory-options #territories > div > div span {
        font-size: 75%; }
        #territory-options #territories > div > div span:nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(3), #territory-options #territories > div > div span:nth-of-type(4) {
          border-radius: 10px;
          padding: 2px;
          background-color: darkgoldenrod; }
          #territory-options #territories > div > div span:nth-of-type(2).off, #territory-options #territories > div > div span:nth-of-type(3).off, #territory-options #territories > div > div span:nth-of-type(4).off {
            background-color: darkgray; }
          #territory-options #territories > div > div span:nth-of-type(2):nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(2):nth-of-type(4), #territory-options #territories > div > div span:nth-of-type(3):nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(3):nth-of-type(4), #territory-options #territories > div > div span:nth-of-type(4):nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(4):nth-of-type(4) {
            background-color: yellow;
            border: 1px solid black; }
          #territory-options #territories > div > div span:nth-of-type(2).off:nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(2).off:nth-of-type(4), #territory-options #territories > div > div span:nth-of-type(3).off:nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(3).off:nth-of-type(4), #territory-options #territories > div > div span:nth-of-type(4).off:nth-of-type(2), #territory-options #territories > div > div span:nth-of-type(4).off:nth-of-type(4) {
            background-color: unset;
            border: 1px solid white; }
      #territory-options #territories > div > div i {
        font-size: 75%;
        color: gray;
        font-style: italic; }
  #territory-options #territories-legend {
    color: gray;
    font-size: 75%; }
    #territory-options #territories-legend > div:first-child {
      text-align: center; }
  #territory-options #uncheck-all {
    cursor: pointer;
    text-decoration: underline; }
  #territory-options .chosen-container {
    margin-top: 20px; }
    #territory-options .chosen-container a.chosen-single {
      text-align: left; }

#equation-options #equation-hint {
  color: darkgray;
  font-size: 90%; }
#equation-options #equation-alert {
  /*clear:both;*/
  font-size: 75%; }
#equation-options #equation-stack {
  display: inline-flex; }
  #equation-options #equation-stack > div {
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    font-size: 75%;
    float: left;
    background-color: green;
    opacity: 0.3; }
    #equation-options #equation-stack > div > .shown {
      margin-left: 8px; }
    #equation-options #equation-stack > div.active {
      opacity: 1; }
    #equation-options #equation-stack > div.edited span {
      font-weight: bold; }
    #equation-options #equation-stack > div.invalid {
      background-color: darkred; }
    #equation-options #equation-stack > div > .name {
      color: white;
      padding: 2px 25px 2px 25px; }
    #equation-options #equation-stack > div.highlight {
      animation: animationFrames linear 0.2s;
      animation-iteration-count: 4;
      transform-origin: 50% 50%; }
@keyframes animationFrames {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }
  #equation-options #equation-stack .equation-figure, #equation-options #equation-stack .y-axis {
    width: 30px; }

#reset-zoom {
  display: none;
  position: fixed;
  top: 103px;
  right: 3px;
  padding: 25px;
  /*    background-color: white;*/ }
  #reset-zoom a {
    border: 1px solid black; }

/*# sourceMappingURL=charts.css.map */
