@charset "UTF-8";

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Fontes */

@font-face {
    font-family: 'FlamaSemicondensed-Book';
    src: url('https://infograficos.estadao.com.br/geral/fonts/flamasemicondensed-book-webfont.eot');
    src: url('https://infograficos.estadao.com.br/geral/fonts/flamasemicondensed-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://infograficos.estadao.com.br/geral/fonts/flamasemicondensed-book-webfont.woff') format('woff'),
         url('https://infograficos.estadao.com.br/geral/fonts/flamasemicondensed-book-webfont.ttf') format('truetype'),
         url('https://infograficos.estadao.com.br/geral/fonts/flamasemicondensed-book-webfont.svg#flama_semicondensedbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	margin: 0;
}

path, text{
	cursor: pointer;
}

text{
	font-family: 'FlamaSemicondensed-Book', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	pointer-events: none;
}

#main{
	width: 970px; height: 680px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	overflow: hidden;
}

#svgContainer{
	width: 970px; height: 649px;
	overflow: hidden;
	margin: 10px auto;
	position:absolute;
	z-index: 1000;
	border-bottom: 1px dotted #ccc;
}
#graphBlock{
	position:absolute;
	width: 405px; height: 320px;
	top:340px; right: 0px;
	overflow: hidden;
	z-index: 1;
}
.graphSelection{
	background-color: #58595b;
	padding: 6px 12px;
	text-align: right;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position:absolute;
	right: 5px; top: 40px;
	font-size: 23px; line-height: 23px;
	color: #fff;
	
}
.graphSelectionName{
	width: 390px;
	height: 40px;
	font-size: 35px;
	margin-bottom: 5px;
	position:absolute;
	right: 5px; top: 80px;
	text-align: right;
	color: #58595b;
}
.graphTitle{
	font-size: 12px;
	color: #444;
	text-align: left;
	position:absolute;
	right: 5px; top: 330px;
	z-index: 1001;
}

#graph{
	position: absolute;
	margin: -60px 0 0 -80px;
}

#loading{
	width: 405px; height: 300px;
	bottom: 1px; right: 0px;
	background: #f8f8f8 url('../img/loading.gif') no-repeat center;
	position: absolute;
	z-index: 100;
}

#mapValue{
	width: 222px; height: 222px;
	background: transparent url('../img/ball-bg.png') no-repeat center;
	position: absolute;
	bottom: 45px; left: 290px;
	z-index: 1000000;
}

#credits{
	font-size: 10px;
	color: #231f20;
	position: absolute;
	right:0; top: 665px;
}

.vTitle{
	text-transform:uppercase;
	font-size:12px;
	color: #fff;
	margin-top: 60px;
	text-align:center;
}

.vNumber{
	font-size:105px;
	color: #fff;
	text-align:center;
}

