/*clearfix*/
#ng-app .group:after {
  content: "";
  display: table;
  clear: both;
  border:none;
  background:none;
}

#ng-app .group div{
	border:none;
	background:none;
	background-image:none;
}

#ng-app h1,#ng-app h2,#ng-app h3,#ng-app h4{
	font-family:Lato,Arial;
	font-weight:500;
	padding:0px 0px 0px 0px;
	margin-bottom:9px;
	margin-top:9px;
	color:rgb(3,69,95);
}

#ng-app h1{font-size:30px;}
#ng-app h2{font-size:26px;}
#ng-app h3{font-size:18px;border-bottom:1px solid #d1d1d1;padding-bottom:4px;}
#ng-app h4{font-size:12px;text-transform:uppercase;color:rgb(50,50,50);margin:15px 0px 4px 0px;}

#ng-app div.col-12{
	background:none;
	box-shadow:none;
	margin:0px;
	padding:0px;
	width:100%;
	border:none;
}

#ng-app div.bor-top{
	border: 1px solid #d1d1d1;
	border-width: 1px 0px 0px 0px;
}

#ng-app p,#ng-app select{
	font-family: Arial;
	font-weight:300;
	font-size:13px;
	padding:3px 3px 3px 0px;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
	color:rgb(50,50,50);
	display:block;
}

#ng-app p{padding-left:0px;}

#ng-app a{
	font-size:11px;text-transform:uppercase;color:rgb(50,50,50);margin:0px 0px 5px 0px;padding:0px 0px 0px 1px;
	font-family:Arial;
	text-decoration:none;
	color:rgb(8,163,222);
}

#ng-app b{
	font-weight:bold;
	color:rgb(8,163,222);
  }

#ng-app select{
	border:1px solid #d1d1d1;
	background-image:none;
	background-color:white;
	width:950px;
	font-weight:normal;
	margin-top:4px;
}

#ng-app input[type=checkbox]{
	margin-top:5px;
	margin-right:3px;
}

#ng-app .float-left{
	float:left;
}

#ng-app .xaxis, #ng-app .yaxis{
	stroke:#d1d1d1;
	stroke-width:1px;
}

#ng-app .figOption{

}

#ng-app .figOption p{
	font-size:13px;
	font-style:italic;
	color:rgb(120,120,120);
	margin-bottom:4px;
}

#ng-app text{
  font-family: "Lato","arial","sans-serif","Century Gothic";
  font-size:10px;
  color: #505050;
  fill: #505050;
  cursor:default;
}

#ng-app .axis{
	fill:none;
	stroke:#d1d1d1;
	stroke-width:1px;
	shape-rendering:crispEdges;
}

#ng-app .axis .tick text{
	font-family:arial;
	font-size:11px;
	color:#505050;
	stroke:none;
}

#ng-app svg rect, #ng-app svg line{
	shape-rendering:crispEdges;
}

