@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', Arial, sans-serif;
	background-color:#339900;
	line-height:140%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
}

h4 {
	color:#666; /*verde*/
	/*color:#009;*/ /*azul*/
	/*border-bottom:#06c 1px solid;*/
	padding-bottom:2px;
	font-weight:bold;
}

a {
	color:#339900;
}

a:hover {
	color:#3399cc;
	text-decoration:underline;
}


a.btn.btn-primary {
	color:#FFF !important;
}

.container {
	background-color:#FFF;
	box-shadow: 0 0 5px #333333;
}

.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}

.conteudo {
	padding-right:10px;
}

.conteudo h2 {
	margin-top:0;
}


.breadcrumb {
  padding: 4px 15px;
  margin:-20px 0px 20px 0px;
  list-style: none;
  background-color: #ededed;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	font-size:80%;
	font-weight:bold;				
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #39c;
}

li.metas {
	font-size: 200%;
	width: auto;
	margin-right: 11px;
	padding: 10px;
	background-color: #66cc00;
	color: #FFF;
	border-radius: 5px;
}

li.metas:hover {
	background-color:#3399cc;
	cursor:pointer;
}

li.metas > a {
	color:#FFF;
}

li.metas > a:hover {
	text-decoration:none;
}

hr.head {
	margin:10px 0px 20px 0px;
}

.header {
	margin-top:15px;
	margin-bottom:20px;
}

.header .form-search {
	margin-bottom:0px !important;
}
.header .icons-social {
	float: left;
}
.icons-social ul.inline > li {
	padding: 0px;
	margin: 0 11px 0 0;
}
.icons-social ul.inline > li:last-child {
	padding: 0px;
	margin: 0 15px 0 0;
}
.header .icons-acessibilidade {
	float: left;
	margin:3px 0 17px 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 5px 0 0 5px !important;
	-moz-border-radius: 5px 0 0 5px !important;
	border-radius: 5px 0 0 5px !important;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.span12Biblioteca {
	width: 100%;
	margin:auto;
}
.input-biblioteca-group1, .div-biblioteca-group2 {
	width:80%;
	margin: auto;
}
.input-biblioteca-group2 {
	display: none;
	clear: both;
}
.input-large-biblioteca {
	width: 70%;
	margin: auto;
	float: left;
}
.input-biblioteca-buscar {
	float: left;
	margin-left:5px;
}
.btn-refinar-busca {
	width: 54%;
	margin: auto;
	text-align: right;
}

.next-event {
	height:286px;
}

.next-event .span4 {
	padding-top:30px;
	height:254px;
}

.img-biblioteca {
	width:auto;
	height:120px;
	text-align:center;
}

.img-biblioteca img {
	max-width:100%;
	max-height:100%
}

.img-video {
	width:auto;
	height:200px;
	text-align:center;
}

.img-video img {
	max-width:100%;
	max-height:100%
}

.carousel-caption a {
	color: #66cc00;
}

.carousel-caption a:hover {
	color: #3399cc;
}

.carousel-banner img{
    /*height: 540px !important;*/
    width: 100% !important;
}

.carousel-indicators {
	right: 45px;
}

.carousel-indicators li {
	background-color: #777777;
}

.carousel-indicators .active {
	background-color: #66cc00;
}

.carousel-control {
	color: #777777;
	border: 3px solid #777777;
	background: none;
	line-height: 26px;
}

.carousel-control:hover, .carousel-control:focus {
	color: #777777;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.carousel-control.top-right {
	top: 6px;
	right: 6px;
	z-index: 999;
	margin-top: 0px;
	width: 24px;
	height: 24px;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
}

.carousel-mais-destaques {
	margin-top: -10px;
	margin-bottom: 10px;
}

.top-bar {
	border-top: solid 10px #fc0;
}

.thumbnails.participe {
	cursor:pointer;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.thumbnails.participe .thumbnail {
	border:none;
}

.thumbnails.participe h3 {
	margin:5px;
	font-size:140%;
	line-height:120%;
	color:#069;
	text-align:center;
}

.thumbnails.biblioteca {
	cursor:pointer
	
}

.thumbnails.biblioteca h3 {
	margin:5px;
	font-size:130%;
	line-height:120%;
    height: 85px;
}

.thumbnails.biblioteca p {
	margin:5px;
	line-height:120%;
}

.thumbnails.tv {
	cursor:pointer;
}


.blocktv {
	height: 390px;
}


.thumbnails.tv h3 {
	margin:5px;
	font-size:130%;
	line-height:120%;
}


.thumbnails.tv p {
	margin:5px;
	line-height:120%;
	font-size:90%;
}

.navbar-inner {
	border:none;
	background-color:#FFF;
	background-image: none;
	border-top:#ccc 1px solid;
	border-bottom:#CCC 1px solid;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	box-shadow:none;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar .nav {
	margin: 0px;
}

.navbar .nav > li > a {
	padding: 10px 20px 10px 0px;
}

.navbar .nav > a {
	font-weight:bold;
}
 
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle {
	color:#6c0;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #096;
	color:#FFF;
	text-shadow: none;
}

.caret-circle {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #777777;
    position: relative;
    padding: 1px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 2px;
}

.img-homenews {
	text-align:center; 
	margin:5px auto;
	width:auto;
	height:200px;
}

p.chamada-homenews > a, .lead-homenews > a {
	color:#333;
}

p.chamada-homenews {
	margin-bottom:0;
}

p.chamada-homenews > a {
	font-weight:bold;
}

.tpe-logo {
	width:122px;
	height:75px;
	background-image:url(../img/Todos-pela-Educacao_small.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	text-indent:-9999px;
	float:left;
	margin-right: 30px;
}

.icon-facebook {
	height:26px;
	width:20px;
	background-image:url(../img/facebook_logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

.icon-gplus {
	height:26px;
	width:20px;
	background-image:url(../img/gplus_logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

.icon-twitter {
	height:26px;
	width:20px;
	background-image:url(../img/twitter_logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

.icon-youtube {
	height:26px;
	width:20px;
	background-image:url(../img/youtube_logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

.footer {
	background-color: #fc0;
	color: #333;
	font-size: 80%;
	padding: 20px 20px 0 20px;
	margin-top: 20px;
}

.footer h5 {
	font-size:110%;
	font-weight:bold;
	line-height:120%;
	border-bottom:#FFF solid 1px;
}

.footer a {
	color:#333;
}

.border-left {
	border-left:1px solid #6c0;
	padding-left:24px;
}

.data {
	font-size:75%;
	color:#900;
	text-align:right;
	background-image:url(../img/calendario-black.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:2px;
	width:70px;
	display:block;
}

.data-home {
	font-size:75%;
	color:#333;
	text-align:right;
	background-image:url(../img/calendario-black.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:2px;
	width:70px;
	float:right;
	display:block;
}

.dataAgenda {
	font-size:75%;
	color:#900;
	text-align:left;
	background-image:url(../img/calendario-black.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:2px;
	width:150px;
	display:block;
	padding-left:15px;
}

.btn.btn-mais {
	color:#FFF;
	background-color:#339900; /*verde*/
	/*background-color:#009;*/ /*azul*/
	text-shadow:none;
	background-image:none;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
          border-radius: 0;
	border:none;				
}

.btn.btn-mais:hover {
	background-color:#3399cc;
}

.btn.btn-baixar {
	color:#FFF;
	background-color:#066;
	text-shadow:none;
	background-image:none;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
          border-radius: 0;
	border:none;	
}

.btn.btn-baixar:hover {
	background-color:#036;
}

.tags {
	border-top:1px solid #CCC;
	margin-top:5px;
	padding-top:2px;
}

.agenda-data-home {
	font-size:160%;
	text-align:right;
	line-height:120%;
	color:#fff;
	background-color:#060;
	padding:2px 6px;
}

.agenda-imagem-home {
	width: auto;
	height:150px;
	text-align:center;
	margin-right:0;
	margin-left:0px;
	background-color:#000;
	font-weight:lighter;
}

.agenda-home {
	font-weight:bold;
	margin-top:10px;
	display:inline-block;
}

.agenda-home > a {
	font-weight:bold;
}

ul.home {
	margin-left:5px;
}

ul.home > li {
	background-image:url(../img/ol-black.png);
	background-position:left center;
	background-repeat:no-repeat;
	list-style: none;
	margin:10px 0;
	padding-left:20px;
}

ul.home > li > a {
	font-weight:bold;
}

.descricao p {
	text-align:right;
	font-size:80%;
	color:#666;
	border-right:1px solid #CCC;
	padding-right:10px;
}

.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.nav-pills > .active > a:focus {
	background-color:#333;
}

.nav-pills >  a:hover, 
.nav-pills > a:focus {
	color:#06C;
}

legend.small {
	border-bottom:none;
	font-size:110%;
	line-height:120%;
	font-variant:small-caps;
	font-weight:bold;
}

.home-bar {
	border-left: 6px solid #3399cc;
	padding: 5px 10px 20px 10px;
	background-color: #ededed;
	margin-bottom: 20px;
}

.coments h3 {
	font-size:130%;
	line-height:120%;
	font-weight:bold;
	color:#333;
}

.coments h4.media-heading {
	font-size:110%;
	line-height:120%;
}

.coments .coment > h4 {
	color:#036;
}

.reply > a {
	font-size:80%;
	line-height:120%;
	color:#999;
}

.denunciar > a {
	font-size:80%;
	line-height:120%;
	color:#F00;
	margin-left:16px;
}

.responderMensagem > a {
	font-size:80%;
	line-height:120%;	
	margin-left:16px;
	color:#999;
}

.icon-participe {
	background-image:url(../img/icon-radio.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	text-indent:-9999px;
	width:268px;
	height:59px;
}

.icon-participe.boletins {
	background-image:url(../img/icon-newspaper.png);
}

.icon-participe.cartilha {
	background-image:url(../img/icon-cartilha.png);
}

.icon-participe.comunicacao {
	background-image:url(../img/icon-comunicacao.png);
}

a:hover .icon-participe {
	background-image:url(../img/icon-radio-over.png);
}

a:hover .icon-participe.boletins {
	background-image:url(../img/icon-newspape-over.png);
}

a:hover .icon-participe.cartilha {
	background-image:url(../img/icon-cartilha-over.png);
}

a:hover .icon-participe.comunicacao {
	background-image:url(../img/icon-comunicacao-over.png);
}

.participe a:hover h3 {
	color:#900;
	text-decoration:none;
}

.participe a:hover {
	text-decoration:none;
}

.opne-logo {
	padding: 0 30px 2px 30px;
}
.opne-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.fonte {
	font-size:80%;
	font-style:italic;
	color:#039;
}

.twitter {
	height:320px; 
	background-color:#09F; 
	color:#FFF;
	padding:4px;
	margin-top:10px;
}

.twitter .tweets {
	color:#000;
	background-color:#fff;
	border:1px solid #CCC;
	border-radius:2px;
	padding:4px;
	height:266px;
	font-size:0.9em;
}

ul.tweet-list {
	overflow-y:scroll;
	height:90%;
	margin:2px 0;
}

ul.tweet-list li.tweet {
	border-bottom:1px solid #CCC;
	padding:2px;
}

.twitter .tweet-reply {
	background-color:#eee;
	padding:6px;
	height:30px;
}

.tweet-avatar {
	height:32px;
	width:32px;
	float:left;
	background-color:#03F;
	margin:2px;
}

.tweet-nome {
	font-weight:bold;
	display:block;
}

.tweet-login {
	float:left;
	color:#666;
	margin-left:4px;
}

.tweet-hora {
	float:right;
	color:#666;
	font-size:0.8em;
	margin-right:3px;
	font-weight:bold;
}

.hashtag {
	color:#039;
}

.hashtag:hover {
	color:#039;
	text-decoration:underline;
	cursor:pointer;
}

.conteudo-modal {
    background: url(../../images/bg/topo-conteudo-modal.gif) top center no-repeat;
}

.conteudo-modal-mg {
    background-color: #FFF;
}

.bt-fechar-modal {
    background: url(../../images/bt/fechar-modal.gif) top left no-repeat;
}

sup, sub {
    line-height: normal;
    top: 0;
}

.box-padrao{background: #F7F7F7; padding:0; margin:0; width:100%;}
/*.box-padrao-mg{background:url(../../images/bg/box_padrao_right.jpg) top right no-repeat;}
.box-padrao-bottom{background:url(../../images/bg/box_padrao_bottom_body.jpg) top left no-repeat;}
.box-padrao-bottom-mg{background:url(../../images/bg/box_padrao_bottom_right.jpg) top right no-repeat;}*/

/* DICIONARIO */
.box-letras{border: 1px solid #EEE; border-radius: 3px;}
.lista-letras-dicionario LI{color:#254298; background-color:#F6F6F6;}
.lista-letras-dicionario LI:hover{color:#FFF; background-color:#254298;}
.lista-letras-dicionario LI.off{color:#ababab; background-color:#F6F6F6;}
.lista-letras-dicionario LI.off:hover{background-color:#F6F6F6;}
.lista-palavras LI{color:#254298;}

#titulo{
	color:#060; /*verde*/
	padding-bottom:2px;
	font-weight:bold;
	font-size: 15px;
}

.box-tooltip-padrao {
    background: url("../../images/bg/tooltip_padrao_bottom.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}


.box-tooltip-padrao-mg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F6F6F6;
    border-color: #CECECE #CECECE -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
}

.ico {
    background-image: url("../../images/ico/icons.gif");
}

.tab-graph {
    border: 1px solid #DDDDDD;
    text-align: center;
    padding: 30px;
}

@media (max-width: 1025px) {
	.header .ancora_conteudo {
		display: none !important;
	}
	li.metas {
		font-size: 165% !important;
	}
}

.indicadores h4 {
	color: inherit;
	padding: 0;
	margin: 0;
}

.indicadores .nome_indicador {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.indicadores .metas {
	background: #ededed;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}

.indicadores .metas .btn-mais {
	margin-left: 15px;
}

.indicadores .metas .accordion {
	margin-bottom: 0px;
}

.indicadores .accordion-group {
	border: none;
}

.indicadores .accordion-inner {
	border: none;
	padding: 0px;
}

.indicadores #btn_indicador h4 {
	margin: 0px;
}

.indicadores .dropdown-filtros {
	padding: 20px;
}

.indicadores .dropdown-filtros h4 {
	margin: 0px;
}

.indicadores .dropdown-filtros label {
	font-size: 12px;
}

.indicadores .dropdown-filtros .box-indicadores {
	margin-left: 0 !important;
	margin-bottom: 20px;
}

.indicadores .lista-indicadores label {
	white-space: normal;
}

.indicadores .lista-indicadores label input {
	margin: 0;
}

.indicadores .btn_filtros_ok {
	margin: 20px -10px -10px 0;
}

@media (min-width: 1200px) {
	.indicadores .lista-indicadores {
		width: 1069px;
	}
	.indicadores .dropdown-filtros .lista-estados {
		width: 606px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.indicadores .lista-indicadores {
		width: 839px;
	}
	.indicadores .dropdown-filtros .lista-estados {
		width: 606px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.indicadores .lista-indicadores {
		width: 622px;
	}
	.indicadores .dropdown-filtros .lista-estados {
		width: 390px;
	}
}
@media (max-width: 767px) {
	.indicadores .lista-indicadores {
		width: 100%;
	}
}

.indicadores .dropdown-filtros .box-estado {
	margin-left: 0 !important;
	margin-right: 30px;
	width: 150px;
	float: left;
}

.indicadores .lista_desagregacoes label {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.indicadores label input {
	margin: 0;
}

.indicadores .anos_historico {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
}

.indicadores .trocar_grafico {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

.icon-plus-green {
	background: #339900;
	color: #fff;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
}

.highcharts-contextmenu hr {
	margin: 5px 0;
}

.busca-autocomplete {
	margin-bottom: 0;
	background-image: url(../img/btn-pesquisar.png);
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #51a351;
}

.busca-autocomplete:focus  {
	border-color: rgba(85, 235, 27, 0.9) !important;
	outline: 0 !important;
	outline: thin dotted \9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.095), 0 0 6px rgba(85, 235, 27, 0.6) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.095), 0 0 6px rgba(85, 235, 27, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.095), 0 0 6px rgba(85, 235, 27, 0.6) !important;
}

.indicadores .tt-dropdown-menu {
	position: relative !important;
	width: 218px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.indicadores .tt-suggestion {
	color: #51a351;
	font-weight: bold;
}

.indicadores .tt-suggestion:hover {
	background: #51a351;
	color: #fff;
}

.indicadores .tt-suggestion p {
	margin: 0;
	padding: 1px 10px 1px 10px;
}

.indicadores .lbl_selecionado input {
	margin: -4px 5px 0 0;;
}

.indicadores .lbl_selecionado img {
	margin: -4px 5px 0 5px;;
}

.indicadores .btn_remover  {
    cursor:pointer;
    border: none;
	
}