html {
    //height: 100%;
}

body {
    //height: 100%;
    margin: 0;
}

.konycustomcss {
	overflow: visible !important;
}

#visualization {
    height: 276px;
    width: 100%;
}

@media only screen and (min-width: 585px) {
    #visualization {
        height: 226px;
    }
}

@media only screen and (width: 788) {
    #visualization {
        height: 290px;
    }
}

#LineChart .google-visualization-tooltip {
    border: none !important;
	min-width: 200px;
    height: 100px;
}

#comboChart_div .google-visualization-tooltip {
    border: none !important;
	min-width: 0px;
	width : 0px;
    height: 0px;
}
@media only screen and (min-width: 585px) {
    #LineChart .google-visualization-tooltip {
    border: none !important;
	min-width: 200px;
    height: 100px;
}

#comboChart_div .google-visualization-tooltip {
    border: none !important;
	min-width: 0px;
	width : 0px;
    height: 0px;
}
}

.divider {
    border-bottom: 1px solid #E3E3E3;
}
.customizedTooltip{
    display: flex;
    flex-direction: column;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    width: 100px;
    font-size: 13px;
    line-height: 12px;
    background-color: #fff;
    font-family: 'CircularStd-Book';
    box-shadow: 0px 2px 10px rgba(70, 69, 69, 0.2);
    padding-bottom: 2px;
	padding-left: 12px;
	left : -46px;
	top : -15px;
	pointer-events: none;

}

@supports (-moz-appearance:none) {
  #comboChart_div .google-visualization-tooltip {
    border: none !important;
	min-width: 0px;
	width : 0px;
    height: 0px;
}
.customizedTooltip{
    display: flex;
    flex-direction: column;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    width: 100px;
    font-size: 13px;
    line-height: 26px;
    background-color: #fff;
    font-family: 'CircularStd-Book';
    box-shadow: 0px 2px 10px rgba(70, 69, 69, 0.2);
    padding-bottom: 2px;
	padding-left: 12px;
	left : -46px;
	top : -15px;
	pointer-events: none;

}
}
.customizedTooltip:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 20%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.tooltipContainer {
    display: flex;
    flex-direction: column;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    width: 280px;
    font-size: 13px;
    line-height: 10px;
    background-color: #fff;
    font-family: 'CircularStd-Book';
    box-shadow: 0px 2px 10px rgba(70, 69, 69, 0.2);
    padding-bottom: 12px;
    position: relative;
    width : max-content;
    pointer-events: none;
}

.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;
}

.closeBtn {
    width: 13px;
    height: 13px;
    color: #008392;
    background-color: transparent;
    border: none;
    align-self: center;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
}

.closeBtn:focus {
    outline: none;
}

.tooltipInfoContainer {
    padding: 0 10px;
}

.tooltipMoneyFlowListCashlow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 7px 0;
}

.tooltipMoneyFlowListItemRight {
    font-weight: bold;
    	padding-left : 10px;
		padding-right : 10px;
}

.tooltipMoneyFlow {
	position: relative;
	left: 7px;
	top: 7px;
	bottom: 7px;
}

.talk-bubble {
	margin: 40px;
  display: inline-block;
  position: relative;
	width: 200px;
	height: auto;
	background-color: lightyellow;
}

.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;
}

.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}

.tooltipBalances {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.colorCircle::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: #008392;
    margin-right: 8px;
}

.orange::before {
    background-color: #f68d2e;
}
.green::before {
    background-color: #128825;
}
.grey::before {
    background-color: #bdbdbd;
}
.teal::before {
    background-color: #65c8ce;
}

.customTooltip{
    width: 0px;
    height: 0px;
}
g text[text-anchor="end"]{
			color: #646464;
			font-family: 'CircularStd-Book';
			font-size: 11px;
			
}
g text[text-anchor="middle"]{
			color: #2b2b2b;
			font-family: 'CircularStd-Book';
			font-size: 11px;
}
@media only screen and (max-width: 640px) {
    g text[text-anchor="end"]{			
			font-size: 10px;
			
	}
	g text[text-anchor="middle"]{				
				font-size: 8px;
	}
}