html {
 // height: 100%;
}

body {
 // height: 100%;
  margin: 0;
}

.container {
  width: 100%;
}

.visualization {
  height: 252px;
  width: 100%;
}

.closeBtn {
  width: 13px;
  height: 13px;
  color: #008392;
  background-color: transparent;
  border: none;
  align-self: center;
  padding: 0;
}

.closeBtn:focus {
  outline: none;
}

.google-visualization-tooltip {
  border: none !important;
  font-family: 'CircularStd-Book';
}

@media only screen and (min-width: 590px) {
    .google-visualization-tooltip {
        border: none !important;
        min-height: 85px !important;
        min-width: 280px;
    }
}

.divider {
  border-bottom: 1px solid #e3e3e3;
}

.tooltipContainer {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  min-width: 280px;
  font-size: 13px;
  line-height: 16px;
  background-color: #fff;
}

.tooltipContainer p {
  margin: 0;
}

.tooltipTitle {
  padding: 0 10px;
  font-size: 15px;
  line-height: 34px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tooltipInfoContainer {
  padding: 0 10px;
}

.tooltipMoneyFlowList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 0;
}

.tooltipBalances {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tooltipMoneyFlowListItemRight {
  font-weight: bold;
}

.colorCircle::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #003b5c;
  margin-right: 8px;
}

.orange::before {
  background-color: #f68d2e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.tealcf::before {
  background-color: #008392;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.btn {
  font-family: 'CircularStd-Book';
}

.plusChange {
  color: green;
}

.minusChange {
  color: red;
}

#legend_div {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
}

.legend-marker {
  display: inline-block;
  padding: 16px 4px 8px 4px;
  font-family: 'CircularStd-Book' !important;
}

.legend-marker-color {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-size: cover;
  margin-right: 2px;
  margin-top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.legend-marker-color--teal {
  background-color: #008392;
}
.legend-marker-color--orange {
  background-color: #f68d2e;
}
.legend-marker-color--navyblue {
  background-color: #003b5c;
}
