@charset "UTF-8";

.c-notes {
	color: #FF0307;
}
.c-float-right {
	float: right;
	margin-left: 12px;
}
.c-float-left {
	float: left;
	margin-right: 12px;
}
#charts {
  width: 500px;
  height: 500px;
  position: relative;
  margin: 0 auto;
  font-size: 8px;
}

.chartdiv {
    width       : 500px;
    height      : 500px;
  position: absolute;
  top: 0;
  left: 0;
}       
    .orange {
	color: #99ff33;
}
.font_thinner_bigger {
font-family: Roboto, sans-serif !important;
font-weight: 200 !important;
font-size: 3.5rem !important;
}

.tva_alert-div {
	position: relative;
	margin: 15px 0;
	padding: 10px 0px 10px 40px;
	color: #cfb307;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	border-style: solid;
	border-width: 1px 0;
	border-color: #e7d48f;
	background: #fbf6e3;
	background-image: url(/file_source/TVA/Lookup/alert-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	
}

.tva_alert-div:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 9px;
	background: url(/Lookup/alert-icon.png) no-repeat;
	width: 22px;
	height: 22px; /*.01em*/
}


/*for accordion*/
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd; 
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

button.accordion-button {
	color: #000; 
	font-family: Roboto; 
	font-size: 16px; 
	font-weight: 300; 
	background-color: #fff; 
	margin-bottom: -15px; 
	margin-top: 24px; 
	margin-left: -15px; 
	border: none;
	
	}