@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*/
}