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: 15px;
    background-color: #fff;
    font-family: 'CircularStd-Book';
    box-shadow: 0px 2px 10px rgba(70, 69, 69, 0.2);
    padding-bottom: 2px;
    padding-left: 12px;
    position: relative;
	left: -74px;
	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 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;
}

.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;
}

.colorCircle1::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: #003B5C;
    margin-right: 8px;
}

.orange1::before {
    background-color: #F06E18;
}
.green1::before {
    background-color: #34CC57;
}
.grey::before {
    background-color: #bdbdbd;
}
.teal1::before {
    background-color: #008392;
}
.lightblue1::before {
    background-color: #65C8CE;
}
.darkGreen::before{
    background-color: #03713f;
}
  

.tooltipContainer {
    display: flex;
    flex-direction: column;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    width: 280px;
    font-size: 13px;
    line-height: 15px;
    background-color: #fff;
    font-family: 'CircularStd-Book';
    box-shadow: 0px 2px 10px rgba(70, 69, 69, 0.2);
    padding-bottom: 5px;
    position: relative;
    width : max-content;
    pointer-events: none;
}
