
body { background: #eee;}
.navbar-toggle { border-color: silver!important; }
.navbar-toggle .icon-bar { background-color: white!important; }
nav.nav .navbar { margin: 0; }
nav.nav { background-color: #337ab7; font-size: 13px; }
nav.nav a, .dropdown-menu { color: white!important; background-color: #337ab7!important; }
nav.nav a { display: block; cursor: pointer; }
nav.nav ul.nav > li.dropdown.open > a, nav.nav a:hover, .nav a:active { color: #337ab7!important; background-color: white!important; text-shadow: none; }


/* SUBMENU */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #337ab7;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* SUBMENNU */



ul.breadcrumb { 
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  background: none;
  border-radius: 0px;
  display: block;
  height: 40px;
  margin-bottom: 20px; border-radius: 4px; overflow: hidden;
}
ul.breadcrumb>li+li:before {
	content: none;
}

ul.breadcrumb {
  list-style: none;
  background: #263d54;
}

ul.breadcrumb li {
  float: left;
  background: white;
}
ul.breadcrumb li:last-child {
	background: none;
}
ul.breadcrumb li a, ul.breadcrumb li span {
  color: #FFF;
  display: block;
  background: #337ab7;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 10px;
  text-align: center;
  margin-right: 23px;
}
ul.breadcrumb li:nth-child(even) a, ul.breadcrumb li:nth-child(even) span {
  background-color: #23527c;
}
ul.breadcrumb li:nth-child(even) a:before, ul.breadcrumb li:nth-child(even) span:before {
  border-color: #23527c;
  border-left-color: transparent;
}
ul.breadcrumb li:nth-child(even) a:after, ul.breadcrumb li:nth-child(even) span:after {
  border-left-color: #23527c;
  
}
ul.breadcrumb li:first-child a, ul.breadcrumb li:first-child span {
  padding-left: 20px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
ul.breadcrumb li:first-child a:before, ul.breadcrumb li:first-child span:before {
  border: none;
}
ul.breadcrumb li:last-child a, ul.breadcrumb li:last-child span {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  max-width: 100%;
}
ul.breadcrumb li:last-child a:after, ul.breadcrumb li:last-child span:after {
  border: none;
}
ul.breadcrumb li a:before, ul.breadcrumb li a:after, ul.breadcrumb li span:before, ul.breadcrumb li span:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #337ab7;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
ul.breadcrumb li a:before, ul.breadcrumb li span:before {
  left: -20px;
  border-left-color: transparent;
}
ul.breadcrumb li a:after, ul.breadcrumb li span:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #337ab7;
}
ul.breadcrumb li a:hover {
  background-color: #5cb85c!important;
}
ul.breadcrumb li a:hover:before {
  border-color: #5cb85c!important;
  border-left-color: transparent!important;
}
ul.breadcrumb li a:hover:after {
  border-left-color: #5cb85c!important;
}
ul.breadcrumb li a:active {
  background-color: #5cb85c!important;
}
ul.breadcrumb li a:active:before {
  border-color: #5cb85c!important;
  border-left-color: transparent!important;
}
ul.breadcrumb li a:active:after {
  border-left-color: #5cb85c!important;
}
ul.breadcrumb li span {
  background-color: #263d54!important;
  color: white; text-shadow: none;
}
ul.breadcrumb li span:before {
  border-color: #263d54!important;
  border-left-color: transparent!important;
}
ul.breadcrumb li span:after {
  border-left-color: #263d54!important;
}

/* personalizando cores */
ul.breadcrumb.indeciso li a, ul.breadcrumb.indeciso li span {
  background: #f0ad4e;
}
ul.breadcrumb.indeciso li:nth-child(even) a, ul.breadcrumb.indeciso li:nth-child(even) span {
  background-color: #df8a13;
}
ul.breadcrumb.indeciso li:nth-child(even) a:before, ul.breadcrumb.indeciso li:nth-child(even) span:before {
  border-color: #df8a13;
  border-left-color: transparent;
}
ul.breadcrumb.indeciso li:nth-child(even) a:after, ul.breadcrumb.indeciso li:nth-child(even) span:after {
  border-left-color: #df8a13;
}
ul.breadcrumb.indeciso li a:after, ul.breadcrumb.indeciso li span:after {
  border-left-color: #f0ad4e;
}
ul.breadcrumb.indeciso {
  background: #705d42;
}
ul.breadcrumb.indeciso li span {
  background-color: #705d42!important;
  color: white; text-shadow: none;
}
ul.breadcrumb.indeciso li span:before {
  border-color: #705d42!important;
  border-left-color: transparent!important;
}
ul.breadcrumb.indeciso li span:after {
  border-left-color: #705d42!important;
}


ul.breadcrumb.contra li a, ul.breadcrumb.contra li span {
  background: #d9534f;
}
ul.breadcrumb.contra li:nth-child(even) a, ul.breadcrumb.contra li:nth-child(even) span {
  background-color: #b52b27;
}
ul.breadcrumb.contra li:nth-child(even) a:before, ul.breadcrumb.contra li:nth-child(even) span:before {
  border-color: #b52b27;
  border-left-color: transparent;
}
ul.breadcrumb.contra li:nth-child(even) a:after, ul.breadcrumb.contra li:nth-child(even) span:after {
  border-left-color: #b52b27;
}
ul.breadcrumb.contra li a:after, ul.breadcrumb.contra li span:after {
  border-left-color: #d9534f;
}
ul.breadcrumb.contra {
  background: #663333;
}
ul.breadcrumb.contra li span {
  background-color: #663333!important;
  color: white; text-shadow: none;
}
ul.breadcrumb.contra li span:before {
  border-color: #663333!important;
  border-left-color: transparent!important;
}
ul.breadcrumb.contra li span:after {
  border-left-color: #663333!important;
}

#carousel-home .carousel-inner { background: white;}

#carousel-home li { visibility: hidden; }

#carousel-home .carousel-control.left, #carousel-home .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   text-shadow: none;
   color: gray;
}

header.home {
	margin-top: 50px;
	height: 400px;
    position: relative;
    background: black;
    overflow: hidden;
    
}

.legenda { font-size: 12px; text-align: center; margin-top: 0.5em; }
.legenda i { margin-left: 0.5em; }
.legenda i:first-child { margin-left: 0px; }

.legenda i.favor { color: #337ab7; }
.legenda i.indecisos { color: #f0ad4e; }
.legenda i.contra { color: #d9534f; }


#graficos-and-video { margin-top: 20px; text-align: center; }

header.home .blur {
	background: url('images/background2.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
    width:100%;
    height:100%;
    position: absolute;
}
header.home .dots {
	background: url('images/dots.png') center center repeat;
	background-size: 100px 100px;
	width: 100%;
	height: 100%;
	position: absolute;
}
header.home .logo {
	background: url('images/logo.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
}

#lista-partidos { background-color: white; padding: 20px 0px; }
.lista-de-partidos > h2 { text-align: center; }
.lista-de-partidos.favor > h2 { color: #337ab7; }
.lista-de-partidos.indecisos > h2 { color: #f0ad4e; }
.lista-de-partidos.contra > h2 { color: #d9534f; }
.lista-de-partidos .votacao, .lista-de-partidos.indecisos .votacao.favor, .lista-de-partidos.indecisos .votacao.contra {
-webkit-filter: saturate(40%);
-moz-filter: saturate(40%);
-o-filter: saturate(40%);
-ms-filter: saturate(40%);
}


.lista-de-partidos.favor .votacao.favor, 
.lista-de-partidos.contra .votacao.contra,
.lista-de-partidos.indecisos .votacao {
-webkit-filter: saturate(100%);
-moz-filter: saturate(100%);
-o-filter: saturate(100%);
-ms-filter: saturate(100%);
}
.lista-de-partidos a:hover { text-decoration: none; }
.lista-de-partidos a:hover .votacao {
-webkit-filter: saturate(100%)!important;
-moz-filter: saturate(100%)!important;
-o-filter: saturate(100%)!important;
-ms-filter: saturate(100%)!important;
}
.lista-de-partidos.favor a:hover > div { border-color: #337ab7; }
.lista-de-partidos.indecisos a:hover > div { border-color: #f0ad4e; }
.lista-de-partidos.contra a:hover > div { border-color: #d9534f; }


#precisamos { background-color: #263d54; color: white; font-weight: 200; text-transform: uppercase; padding: 0.7em 0px; font-size: 13px; text-shadow: 1px 1px 3px rgba(0,0,0,1); letter-spacing: 0.05em; }
#precisamos b { color: #f0ad4e; font-weight: 500; }

#bola-da-vez { background-color: white; text-align: center; }
#bola-instrucoes { font-size: 20px; font-weight: 200; margin: 0px auto; margin-bottom: 20px;  }

.parlamentar-circle {
	min-width: 150px;
	max-width: 400px;
	margin: 0px auto;
	padding: 15px;
	padding-bottom: 0px;
	text-align: center;
}


.parlamentar-circle.pagina { padding: 10px; }


.parlamentar-circle h2 {
	margin-bottom: 0;
	color: #f0ad4e;
	font-size: 28px;
	font-weight: 500;

}

.parlamentar-circle p {
	margin-top: 0;;
	font-size: 18px;
	font-weight: 300;
	color: #666;
}


.parlamentar-circle .foto {
	margin: 0px auto;
	background-color: white;
	width: 100%;
	padding: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	border: 5px solid white;
	box-shadow: 0px 0px 0px 10px #f0ad4e;
	background: #f0ad4e center center no-repeat none;
	background-size: auto 100%;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
    transition: background-size 0.2s ease-out, box-shadow 0.2s ease-out;
    -moz-transition: background-size 0.2s ease-out, box-shadow 0.2s ease-out;
    -web-kit-transition: background-size 0.2s ease-out, box-shadow 0.2s ease-out;
}

.parlamentar-circle .foto:before {
	text-align: center;
	color: white;
	content: 'INDECISO';
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
	padding: 1.3% 0 5% 0;
	display: block;
	background-color: #f0ad4e;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 20%;
	z-index: 0;
    transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -web-kit-transition: background-color 0.2s ease-out;

}

.parlamentar-circle.deputada .foto:before {
	content: 'INDECISA';
}
.parlamentar-circle.senadora .foto:before {
	content: 'INDECISA';
}


.parlamentar-circle.contra  .foto {
	background-color: #d9534f;
	box-shadow: 0px 0px 0px 10px #d9534f;
}
.parlamentar-circle.contra  .foto:before {
	background-color: #d9534f;
	content: 'CONTRA';
}
.parlamentar-circle.contra h2 {
	color: #d9534f;

}

.parlamentar-circle.favor .foto {
	background-color: #337ab7;
	box-shadow: 0px 0px 0px 10px #337ab7;
}
.parlamentar-circle.favor .foto:before {
	background-color: #337ab7;
	content: 'A FAVOR';
}
.parlamentar-circle.favor h2 {
	color: #337ab7;
}


a.parlamentar-link { display: block; color: inherit; }
a.parlamentar-link:hover { color: inherit; text-decoration: none; }
a.parlamentar-link:hover > .parlamentar-circle > div > div.foto { background-size: auto 120%; }
a.parlamentar-link:hover > .parlamentar-circle > div > div.foto { background-color: #df8a13; box-shadow: 0px 0px 0px 10px #df8a13; }
a.parlamentar-link:hover > .parlamentar-circle > div > div.foto:before { background-color: #df8a13; }
a.parlamentar-link:hover > .parlamentar-circle > div > h2 { color: #df8a13; }

a.parlamentar-link.favor:hover > .parlamentar-circle > div > div.foto { background-color: #23527c; box-shadow: 0px 0px 0px 10px #23527c; }
a.parlamentar-link.favor:hover > .parlamentar-circle > div > div.foto:before { background-color: #23527c; }
a.parlamentar-link.favor:hover > .parlamentar-circle > div > h2 { color: #23527c; }

a.parlamentar-link.contra:hover > .parlamentar-circle > div > div.foto { background-color: #b52b27; box-shadow: 0px 0px 0px 10px #b52b27; }
a.parlamentar-link.contra:hover > .parlamentar-circle > div > div.foto:before { background-color: #b52b27; }
a.parlamentar-link.contra:hover > .parlamentar-circle > div > h2 { color: #b52b27; }


#lista-favor-indeciso-contra .panel-body, #lista-favor-indeciso-contra ul, #lista-favor-indeciso-contra li { padding: 0px; margin: 0px; }

.lista-parlamentares { font-size: 11px; overflow: hidden; }
.lista-parlamentares a { color: gray; display: block; border-bottom: 1px solid #eee; padding: 6px 12px; text-decoration: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.lista-parlamentares a b { color: black; font-size: 1.33em; }
.lista-parlamentares a b i { color: gray; }
.lista-parlamentares a:hover { color: gray; background-color: #fcf8e3; }
.lista-parlamentares.favor a:hover { background-color: #d9edf7; }
.lista-parlamentares.contra a:hover { background-color: #f2dede; }

.lista-parlamentares li:last-child a { border-bottom: none; }

.btn-margin { margin-bottom: 15px; font-weight: bold; text-shadow: 1px 1px 1px rgba(0,0,0,0.35); }
.panel-title { text-shadow: 1px 1px 1px rgba(0,0,0,0.35); }
.panel-default .panel-title { text-shadow: none; }

#icones {
	font-size: 10px;
	padding: 2em 0px; background: #337ab7;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#icones a {
	color: white;
	text-decoration: none;
    transition: all 0.3s ease-out;
}
#icones a:hover {
	color: #f0ad4e;
}

#icones h4 { font-size: 1em; margin: 0px;  }
#icones i {	font-size: 2.5em; margin: 0px; margin-bottom: 0.2em; }

#icones .row > div a { display: block;  margin: 0 auto;  }


#copyright {
	font-size: 12px;
	padding: 0px 0px;
	text-align: center;
	color: white;
	padding: 1em 0px;
	background-color: #263d54;
	font-weight: 300;
}
#copyright p { width: 75%; margin: 0px auto; }

#copyright a {
	font-weight: 500;
	text-decoration: underline;
	color: inherit;
}
#copyright strong {
	font-weight: 500;
}

#seleciona-grafico { display: block; text-align: center; font-size: 10px; margin: 0px; padding: 0px; margin-bottom: 20px; }
#seleciona-grafico li { list-style: none; display: inline; }
#seleciona-grafico li a { display: inline-block; padding: 0.5em 0.8em; border-radius: 6px; }
#seleciona-grafico li a.active { color: white; background-color: #337ab7;  }
#seleciona-grafico li a:hover { text-decoration: none; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.votacao  {
	color: #f0ad4e;
	text-align: center;
	font-size: 12px;
}
.partido.votacao  { font-size: 10px; }


.votacao > * { margin: 0; text-align: center; }
.votacao > h1 > i { margin-left: 6px; }
.votacao > h1 { font-size: 2.2em; font-weight: 900; }
.votacao > h2 { font-size: 1em; padding: 0px 0.7em; line-height: 1.7em; display: inline-block; background-color: #f0ad4e; color: white; margin: 0 auto; margin-top: 5px; border-radius: 0.6em; font-weight: 500; white-space: nowrap; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); }
.votacao.favor { color: #337ab7; }
.votacao.favor > h2 { background-color: #337ab7; }
.votacao.contra { color: #d9534f; }
.votacao.contra > h2 { background-color: #d9534f; }


.table-valores { font-size: 13px; margin-bottom: 0px;  }
.table-valores tr th, .table-valores tr td { text-align: right; }
.table-valores tr th:first-child, .table-valores tr td:first-child { text-align: left; }
.table-valores tfoot, .table-valores thead { font-size: 1.1em;  }
.table-valores td small { color: gray; font-size: 0.80em; }

.table tfoot td, .table tfoot th { border-width: 2px!important; }


#icones-sociais > div { margin: 10px auto; }

.btn-youtube{color:#fff;background-color:#DC2725;border-color:rgba(0,0,0,0.2)}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open>.dropdown-toggle.btn-youtube{color:#fff;background-color:#B21E1C;border-color:rgba(0,0,0,0.2)}
.btn-youtube:active,.btn-youtube.active,.open>.dropdown-toggle.btn-youtube{background-image:none}
.btn-youtube.disabled,.btn-youtube[disabled],fieldset[disabled] .btn-youtube,.btn-youtube.disabled:hover,.btn-youtube[disabled]:hover,fieldset[disabled] .btn-youtube:hover,.btn-youtube.disabled:focus,.btn-youtube[disabled]:focus,fieldset[disabled] .btn-youtube:focus,.btn-youtube.disabled:active,.btn-youtube[disabled]:active,fieldset[disabled] .btn-youtube:active,.btn-youtube.disabled.active,.btn-youtube[disabled].active,fieldset[disabled] .btn-youtube.active{background-color:#DC2725;border-color:rgba(0,0,0,0.2)}
.btn-youtube .badge{color:#DC2725;background-color:#fff}

#mapa { padding: 30px 0px; }
#mapa h1 { text-align: center; }
#mapa svg { width: 95%; margin: 0px auto; }


#table-cidades .collapsex.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.container-fluid .page-title { text-align: center; }
.page-title { font-size: 34px; margin-top: 0.3em; }
.page-title small { font-size: 0.5em; display: block; font-weight: 300; margin-bottom: 0.7em; }

table > tbody.others > tr { background-color: white!important; }
table > tbody > tr.view-more { background: #f0f0f0!important; font-size: 90%; }
table > tbody > tr.view-more > td { text-align: center!important; padding: 0px; }
table > tbody > tr.view-more > td > a { color: inherit; display: block; cursor: s-resize; padding: 8px; }
table > tbody > tr.view-more > td > a:hover { text-decoration: none; background-color: #f4f4f4; }

.morris-hover.morris-default-style {
	font-weight: bold; font-size: 10px; color: black; display: inline-block; white-space: nowrap
}

.line-chart { height: 180px; margin: 0px -10px 10px -10px; }

.list-unstyled .badge { float: right; line-height: 100%; margin-top: 3px; background: rgba(0,0,0,0.5); text-shadow: 1px 1px 0px rgba(0,0,0,0.2); }

ul.breadcrumb, nav, .view-more, #icones, .line-chart {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.text-dots { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#graficos { font-size: 18px; }
#graficos h1 { margin: 0px; text-align: center; font-size: 1em; }

#graficos .select-chart { display: none; width: 100%; }
#graficos .select-chart.active { display: block; }

#graficos svg { width: 100% !important; }
#graficos svg { height: 140px !important; }

#svg-map { display: block;}
#svg-map a path { fill: #5cb85c; stroke: #fff; }
#svg-map text { fill: #fff; font: 11px 'Helvetica', Arial-BoldMT, sans-serif; font-weight: bold; cursor:pointer; text-shadow: 1px 1px 1px rgba(0,0,0,0.7); }
#svg-map a{ text-decoration: none; }
#svg-map a:hover { cursor: pointer; text-decoration:none; }
#svg-map a:hover path{ fill: #3c983c !important }
#svg-map .circle { fill: #5cb85c; }
#svg-map a:hover .circle { fill: #3c983c !important; cursor:pointer }

#todo-brasil { background-color: #5cb85c; padding: 0.4em 1em; border-radius: 0.5em; display: inline-block; margin: 15px 0px; font-size: 12px; text-shadow: 2px 2px 1px rgba(0,0,0,0.7); }
#todo-brasil h1 { color: white; font-weight: bold; text-transform: uppercase; display: inline-block; margin: 0px; padding: 0px; line-height: 100%; font-size: 1em; }
#todo-brasil:hover { text-decoration: none; background-color: #3c983c; }




/* Custom, iPhone Retina */ 
@media only screen and (min-width : 240px) {
	header.home {
		height: 120px;
	}
	.donut { max-height: 190px; }
	#graficos-and-search h3 { font-size: 18px; }
	
}

ul.list-unstyled > li.list-group-item-title {
	padding: 4px 12px!important;
	background-color: #fcf8e3;
	color: #8a6d3b;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	border-bottom: 1px solid #eee;
}

div.panel-primary > div.panel-body > ul.list-unstyled > li.list-group-item-title {
	color: #31708f;
	background-color: #d9edf7;
}

div.panel-red > div.panel-body > ul.list-unstyled > li.list-group-item-title {
	color: #a94442;
	background-color: #ebcccc;
}

#dados-parlamentar { font-size: 16px; }

#dados-parlamentar .form-control-static { padding-top: 0px; padding-bottom: 0px; min-height: 1.5em; }
#dados-parlamentar label { padding-top: 0px; }
#dados-parlamentar .form-group { margin-bottom: 5px; }

.container-padding { padding-top: 15px; padding-bottom: 15px; }

.btn-social { color: white!important; }

.panel-heading a { display: block; cursor: pointer; text-decoration: none; }
.panel-heading a:hover { color: #666; }
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}


#placar { background: white; margin-bottom: 15px; padding: 15px 0px; border: 1px solid #ddd; border-top: none; border-radius: 0px 0px 4px 4px }

/**** jssocials plugin ****/

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }
  
  
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

.jssocials-share-link { border-radius: 50%; }

#shareDiv { font-size: 12px; margin: 0px auto; margin-bottom: -15px; display: inline-block; }
#shareDiv > * { display: inline-block; }
#shareDiv > p { text-transform: uppercase; font-weight: 400; font-size: 1em; padding-top: 1em; padding-right: 1em; vertical-align: top; letter-spacing: 1px; }

/**** jssocials ****/


@media only screen and (min-width : 375px) {
.votacao { font-size: 15px; }
#precisamos { font-size: 16px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	header.home { height: 180px; }
	#icones { font-size: 13px; }
	.donut { max-height: 240px; }
	.line-chart { height: 200px; }
	.votacao { font-size: 18px; }
	.partido.votacao  { font-size: 14px; }
	.parlamentar-circle .foto:before { font-size: 30px; }
	.page-title { font-size: 37px; }
	#bola-instrucoes { font-size: 140%; margin-bottom: 30px; margin-top: 20px; max-width: 100%; }
	.lista-parlamentares { font-size: 13px; }
	.table-valores { font-size: 14px; }
	#copyright { font-size: 14px; }
	#copyright p { width: 100%; }
	#todo-brasil { font-size: 15px; }
	.legenda { font-size: 16px; }
	#seleciona-grafico { font-size: 13px; }
	#graficos svg { height: 180px !important; }
	.morris-hover.morris-default-style { font-size: 13px; }
	#precisamos { font-size: 18px; }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	header.home { height: 240px; }
	#icones { font-size: 15px; }
	.donut { max-height: 250px; }
	.line-chart { height: 220px; }
	.votacao { font-size: 20px; }
	.partido.votacao  { font-size: 12px; }
	.parlamentar-circle { zoom: 80%; }
	.parlamentar-circle .foto:before { font-size: 30px; }
	.page-title { font-size: 40px; }
	#bola-instrucoes { font-size: 150%; margin-bottom: 30px; margin-top: 30px; max-width: 70%; }
	.lista-parlamentares { font-size: 13px; }
	.table-valores { font-size: 15px; }
	#copyright { font-size: 16px; }
	.parlamentar-circle.pagina2 .foto:before { font-size: 20px; }
	.container-padding { padding-top: 25px; padding-bottom: 25px; }
	#shareDiv { font-size: 12px; margin-bottom: 15px; }
	#shareDiv > p { margin: 0; padding-right: 0; }
	#todo-brasil { font-size: 20px; }
	.legenda { font-size: 17px; }
	#seleciona-grafico { font-size: 15px; }
	#graficos svg { height: 200px !important; }
	.morris-hover.morris-default-style { font-size: 14px; }
	#placar { height: 120px; }
	#sua-cidade { height: 162px; }
	#precisamos { font-size: 28px; padding: 12px 0px; }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	header.home { height: 280px; }
	#icones { font-size: 17px; }
	.line-chart { height: 240px; }
	#graficos { font-size: 24px; }
	.votacao { font-size: 24px; }
	.partido.votacao  { font-size: 11px; }
	.parlamentar-circle { zoom: 90%; }
	.table-valores { font-size: 15px; }
	.page-title { font-size: 50px; }
	#bola-instrucoes { font-size: 200%; margin-top: 30px;  margin-botom: 30px; max-width: 680px; }
	#dados-parlamentar { font-size: 19px; }
	.parlamentar-circle.pagina2 .foto:before { font-size: 24px; }
	.nav { font-size: 14px; }
	.container-padding { padding-top: 35px; padding-bottom: 35px; }
	#shareDiv { font-size: 14px; }
	#shareHome { font-size: 17px; }
	#todo-brasil { font-size: 25px; }
	.legenda { font-size: 18px; }
	#seleciona-grafico { font-size: 17px; }
	#graficos svg { height: 240px !important; }
	.morris-hover.morris-default-style { font-size: 15px; }
	.btn-margin { font-size: 16px; padding: 10px 0px; }
	#placar { height: 140px; }
	#sua-cidade { height: 182px; }
	#precisamos { font-size: 38px; padding: 12px 0px; }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	header.home { height: 400px; }
	#icones { font-size: 19px; }
	#graficos { font-size: 32px; }
	.xparlamentar-circle .foto:before  { font-size: 34px; }
	.xparlamentar-circle h2 { font-size: 32px; }
	.xparlamentar-circle p { font-size: 20px; }
	.line-chart { height: 260px; }
	.votacao { font-size: 26px; }
	.partido.votacao  { font-size: 13px; }
	.parlamentar-circle { zoom: 100%; }
	.parlamentar-circle .foto:before { font-size: 34px; }
	.table-valores { font-size: 16px; }
	.page-title { font-size: 60px; }
	#bola-instrucoes { font-size: 220%; margin-top: 30px; margin-botom: 30px; max-width: 800px; }
	#mapa svg { width: 80%; }
	.parlamentar-circle.pagina2 .foto:before { font-size: 26px; }
	.nav { font-size: 15px; }
	.container-padding { padding-top: 45px; padding-bottom: 45px; }
	#shareDiv { font-size: 17px; }
	#todo-brasil { font-size: 30px; }
	.legenda { font-size: 22px; }
	#graficos svg { height: 300px !important; }
	.morris-hover.morris-default-style { font-size: 16px; }
	#placar { height: 150px; }
	#sua-cidade { height: 192px; }
	#precisamos { font-size: 44px; padding: 12px 0px; }

}


