/*
 *
 * SITE CONGRESSO NACIONAL
 * Versão 1.0 - 06/2013
 *
 */
 
 /* bug fix bootstrap 2.3.2 - problema do dropdown menu */
 .dropdown-backdrop{
    position: static;
}
 
/* FUNDO BRANCO */
body {
	background-color: #FFF;
}

/* HEADER  */ 
.header-main {
	background-color:#FFF;
	min-height: 80px;
}
.header-logo {
	margin-top: 20px;
}
.brand {
	width: auto;
	height: 25px;
	padding-top: 4px;
	margin-top: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 0.9em;
	color: #999;
	border-bottom: solid 3px #ff9900;
}
.navbar-global {
	margin-top: 30px;
	margin-right: 10px;
	font-size: 11px;
}
.navbar-global a {
    color: #666;
}
.navbar-global li:first-child {
  	border-left: none;	
}
.navbar-global li {
  	border-left: 1px dotted #ccc;
}

/* NAVBAR PRINCIPAL */
.navbar-main {	
	background-image: -moz-linear-gradient(top, #0094D9, #4576A4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0094D9), to(#4576A4));
    background-image: -webkit-linear-gradient(top, #0094D9, #4576A4);
    background-image: -o-linear-gradient(top, #0094D9, #4576A4);
    background-image: linear-gradient(to bottom, #0094D9, #4576A4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0094D9', endColorstr='#ff4576A4', GradientType=0);
}
.navbar-main .btn-navbar {
	float: left;
	margin: 12px 0 0 15px;
}
.navbar-main li a:focus,
.navbar-main li a:hover {
	background-color: transparent !important;
	background-image: none !important;
	color: #fff !important;
}
.navbar-main li:first-child {
	border-left: none;
	margin-top: 12px;
}
.navbar-main li {
	display: block;
	width: auto;
	border-left: 1px solid #FFF;
	border-bottom: none;
	margin-top: 12px;
	height: 25px;
}
.navbar-main a {
	display: block;
	margin-top: -12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 15px;
}
/* Dropdown */
.navbar-main .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-main .dropdown-menu > li > a {
  color: #FFF !important;
}
.navbar-main .dropdown-menu > li > a:hover {
 background-color: transparent !important;
}
.navbar-main li.dropdown a.dropdown-toggle {
	color: #FFF !important;
	background-color: inherit !important;
}
/* Menu à direita */
.menu-right .icon-facetime-video {
	margin-top: 3px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.menu-right > li > a {
	padding: 10px !important;
}
/* Busca */
.navbar-main .form-search {
	margin: 12px 15px 0;
	border: none;
	border-radius: 0;
}
.navbar-main .form-search input {
	border: 0;
	color: #999;
}
.navbar-main .form-search .btn-search {
	border: 0;
	width: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #FFF;
	background-image: none;
}

/* HOME */
.content-main-news {
	margin-top: 30px;	
}

/* Destaques */
.content-main-thumbnails {
	border-top: solid 3px #FF9900;
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-main-thumbnails .thumbnail {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: dotted 1px #CCC;
	box-shadow: none;
	padding: 0;
	min-height: 270px;
}
.content-main-thumbnails h2 {
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-main-thumbnails small {
	color: #666;
}
/* Carrossel */
.carousel-caption {
	height: 50px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.carousel-caption a {
	color: #FFF;
	text-decoration: none;
}
.carousel-control {
	border: 0;
	background-color: transparent;
	font-size: 100px;
}
/* Notícias */
#ultimasNoticias {
	height: 310px;
}
#ultimasNoticias h1 {
	height: 35px;
	border-bottom: dotted 1px #CCC;
	font-size: 24px;
	color: #FF9900;
}
#ultimasNoticias .date {
	/*display: inline;*/
}
#ultimasNoticias li:last-child {
	display: none;
}
#ultimasNoticias li {
	height: 67px;
}
.news-roll li {
	position: relative;
	padding-top: 5px;
	border-bottom: dotted 1px #CCC;
}
.news-roll li:first-child {
	padding-top: 0;
}
.news-roll p {
	margin-bottom: 0;
	font-size: 14px;
}
.news-roll a {
	font-weight: bold;
	text-decoration: none;
}
.news-roll img {
	margin-right: 5px;
}
.news-roll small {
	color: #666;
}
#ultimasNoticiasRolo li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* CONTEÚDO PRINCIPAL */
.container.content-wrapper {
	background-color: #FFF;
	padding-bottom: 20px;
}
.content-main-title {
	margin-top: 30px;
	min-height: 30px;
	border-bottom: solid 3px #FF9900;
}
.content-main-body {
	margin: 30px 0 20px 0;
}
.content-main-body h1 {
	color: #ff9900;
	margin-bottom: 30px;
}
img.pull-left {
	margin-right: 10px;
}
.content-main-body .row > [class*="span"],
.content-main-body .row-fluid > [class*="span"],
.content-column-right .row > [class*="span"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tab-content .thumbnail {
	border: 0;
	background-color: #4CBA63;
}
.tab-content .thumbnail h1 {
	color: #FFF;
}
.tab-content .thumbnail li {
	display: table;
	height: 40px;
	width: 100%;
	border-bottom: dotted 1px #CCC;
}
.tab-content .thumbnail li:last-child {
	border-bottom: none;
}
.tab-content .thumbnail li a {
	display: table-cell;
	vertical-align: middle;
}
.tab-content .thumbnail b {
	margin-top: 3px;
}
.tab-content .thumbnail .caption {
	background-color: #FFF;
}
.tab-content .thumbnail .caption small {
	margin: 10px 0;
	font-size: 10px;
	color: #999;
}
/* Atividade legislativa - Data */
#ativLegData li {
	text-align: left;
	display: table;
	width: 100%;
	height: 60px;
	border-bottom: dotted 1px #CCC;
}
#ativLegData li:last-child {
	border-bottom: solid 3px #CCC;
}
#ativLegData li a {
	display: table-cell;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}

#ativLegData .date-box {
	display: block;
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	background-image: url("../img/bg-date.jpg");
	background-repeat: no-repeat;
}
#ativLegData .date-box h2 {
	margin: 10px auto auto 0;
	color: #666;
}
#formAtivLegData input {
	width: 75px;
	font-size: 12px;
}
/* Atividade legislativa - Conteúdo */
#ativLegConteudo .accordion-heading a:focus,
#ativLegConteudo .accordion-heading a:hover {
	text-decoration: none;
}#ativLegConteudo .accordion-toggle span {
	color: #999;
	font-weight: bold;
}
#ativLegConteudo .accordion-group {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: solid 1px #DDD;
}
#ativLegConteudo .accordion-inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border-top: 0;
}
#ativLegConteudo .accordion-inner table {
	border-top: solid 1px #DDD;
	margin-bottom: 0;
}
#ativLegConteudo .accordion-inner small {
	color: #666;
	font-size: 11px;
}
#ativLegConteudo h2 {
	color: #FF9900;
	margin: 0;
}
#ativLegConteudo a {
	padding-left: 0;
}

/* COLUNA DIREITA */
.content-column-right .thumbnail h2 {
	color: #FF9900;
}
.content-column-right .thumbnail .accordion {
	margin-bottom: 10px;;
}
.content-column-right .thumbnail .accordion-toggle {
	padding: 0;
	margin: 10px 0 0 10px;
}
.content-column-right .thumbnail .accordion-toggle b.caret {
	margin: 8px 10px 0 5px;
}
.content-column-right .thumbnail .accordion-inner {
	padding: 9px 10px;
}
.content-column-right small {
	font-size: 10px;
}
.content-column-right {
	margin-top: 20px;
}
.content-column-right .caption > h4 {
	margin-bottom: 0;
}

/* BOX DESTAQUE */
.content-column-right .thumbnail {
	margin-bottom: 30px;
}
.content-column-right .thumbnail .caption > a {
	text-decoration: none;
	color: inherit;
}
.content-column-right h1 {
	margin-left: 5px;
}
.content-column-right h2 {
	margin-top: 10px;
}
.spotlight {
	border: 0;
	background-color: #4CBA63;
	margin-bottom: 30px;
}
.spotlight .caption > a {
	text-decoration: none;
	color: inherit;
}
.spotlight h1 {
	margin-left: 2px;
	color: #FFF;
}
.spotlight h2 {
	margin-top: 10px;
}
.spotlight .caption {
	background-color: #FFF;
}

/* MEDIA */
.content-main-body .media {
	margin-top: 30px;
}

/* FOOTER INDEX */
.footer-index {
	background-color: #FFF;
	border-top: solid 3px #CCC;
	padding-top: 30px;
}
.footer-index [class*="span"] {
	margin-left: 0 !important;
}
.footer-index ul {
	margin-top: 20px;
	margin-bottom: 40px;
}
.footer-index h2 {
	color: #999;
}
.footer-index li {
	height: 40px;
}
.footer-index img {
	margin-right: 5px;
}
#footerCongressoNacional ul {
	margin-top: 30px;
}
#footerAcessoRapido li {
	display: table;
	float: left;
	width: 46%;
	border-bottom: 1px dotted #ccc;
}
#footerAcessoRapido li:nth-child(even) {
	margin-left: 4%;
}
#footerAcessoRapido li a {
	display: table-cell;
	vertical-align: middle;
}
#footerServicos li {
	display: table;
}
#footerServicos a {
	display: table-cell;
	vertical-align: middle;
}

/* FOOTER */
.navbar-footer .navbar-inner {
	height: auto;
	background-image: none;
	box-shadow: none;
	background-color: #EAEAEA;
	border-top: solid 1px #CCC;
	border-bottom: none;
	padding-top: 40px;
}
.navbar-footer h4 {
	color: #666;	
}
.navbar-footer .span12 {
	margin-left: 0 !important;
}
.navbar-footer ul {
	margin-top: 30px;
	margin-bottom: 40px;
}
.navbar-footer li:first-child {
	border-top: 1px dotted #CCC;
}
.navbar-footer li {
	width: 100%;
	height: 40px;
	border-bottom: 1px dotted #CCC;
	display: table;
}
.navbar-footer li a {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: table-cell;
	vertical-align: middle;
}
.navbar-footer li a b {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* RODAPÉ ENDEREÇO */	
.footer-end {
	background-image: -moz-linear-gradient(top, #55AB26, #41861C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55AB26), to(#41861C));
    background-image: -webkit-linear-gradient(top, #55AB26, #41861C);
    background-image: -o-linear-gradient(top, #55AB26, #41861C);
    background-image: linear-gradient(to bottom, #55AB26, #41861C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55AB26', endColorstr='#ff41861C', GradientType=0);
	color: #FFF;
	margin: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	display: table;
}
.footer-end-text { 
	display: table-cell; 
	vertical-align: middle; 
}
.footer-end-text h3 {
	color: #333;
}
.footer-end-text h5 {
	color: #FFF;
}

/* PÁGINAS INTERNAS */
/* Listagem de itens de pauta */
.agd_itens .accordion-group {
	border: none !important;
}
.agd_itens .accordion-heading {
	display: block;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid 3px #DDD;
}
.agd_itens .accordion-heading b.caret {
	margin-top: 8px;
}
.agd_itens .accordion-toggle {
	padding: 0;
}
.agd_itens .accordion-toggle:focus,
.agd_itens .accordion-toggle:hover {
	text-decoration: none;
}
.agd_itens .accordion-inner {
	border: none;
	padding: 0;
}
div.span2 > a > b.icon-chevron-right {
	margin-top: 4px;
}
.agd-det-parte-deliberativa .media {
	margin-top: 0;
	margin-bottom: 30px;
}
.agd-det-parte-deliberativa .media img {
	width: 70px;
	height: 88px;
	float: left;
	margin-right: 10px;
}
#detalhe-parte-1 > h1 + p {
	margin-bottom: 30px;
}
#detalhe-parte-1 .row-fluid:last-child {
	margin-bottom: 30px;
}


/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6 { line-height: 1.2em; margin-top: 0; color: #7f7f7f; font-weight: normal; }

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

h1 small { font-size: 14px; }
h2 small { font-size: 12px; }
h3 small { font-size: 10px; }
h4 small { font-size: 10px; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {margin-top: 30px; color: #7f7f7f; }

/* ABAS */
.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs > li:first-child {
	margin-left: 10px;
}
.nav-tabs .active > a,
.nav-tabs .active > a:hover,
.nav-tabs .active > a:focus {
	background-color: #fff;
}

/* TABELAS */
.table-responsive {
	font-size: 12px;
}
.table-responsive .label {
	font-weight: normal;
	font-size: 11px;
	text-shadow: none;
	background-color: #F5F5F5;
	color: #999;
}
.table-responsive .label-cn {
	background-color: #1E9E1E;
	color: #FFF;
}
.accordion-inner .table-responsive td {
	border-top: 1px dotted #DDD;
}
.accordion-inner .table-responsive tr:first-child td {
	border-top: 1px solid #DDD;
}

/* FORMS */
#parlamentarNome select, 
#parlamentarPartido select, 
#parlamentarEstado select {
	width: auto;
}

/* ICONS */
img.img-icon-default {
	width: 20px;
	height: 20px;
}
[class^="icon-"],
[class*=" icon-"] {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* BORDAS */
.dotted-top {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}
.dotted-bottom {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

/* MEDIA QUERIES */
@media \0screen {
	/* IE8 HACKS */
}
@media (max-width: 479px) {
	.brand {
		width: 168px;
		height: 40px;
		font-size: 16px;
		line-height: 1.2em;
		margin-top: -6px;
	}
	/* AJUSTE PARA LINKS ACESSO RÁPIDO */
	#footerAcessoRapido li {
		width: 100%;
	}
	#footerAcessoRapido li:nth-child(even) {
		margin-left: 0;
	}
	#footerServicos h2 {
		margin-top: 30px;
	}
	/* EXIBE APARÊNCIA DE LINK EM LISTA DE ITENS DE AGENDA */
	.agd_itens .accordion-toggle h3 {
		color:#4687b8;
	}
	/* ATIVIDADE LEGISLATIVA */
    #ativLegData li {
		text-align: center;
		width: 33%;
		height: 40px;
		float: left;
		margin-bottom: 10px;
		border-right: dotted 1px #CCC;
	}
	#ativLegData li:last-child {
		border-right: none;
		border-bottom: none;
	}
	#ativLegData li {
		border-bottom: none;
	}
	#ativLegData li:first-child:before {
		content: "< ";
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		color: #999;
	}
	#ativLegData li:last-child:after {
		content: " >";
		display: table-cell;
		vertical-align: middle;
		margin-top: 5px;
		font-weight: bold;
		color: #999;
	}
	#ativLegData li img,
	#ativLegData span.date-box {
		display: none;
	}
}

@media (min-width: 480px) {
	/* COR DE FUNDO */
	body {
		background-color: #F4F4F4;
	}
	/* MARGEM TOPO COLUNA DIREITA */
	.content-column-right {
		margin-top: 60px;
	}
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
	  color: inherit;
	  text-decoration: none;
	  background-color: transparent;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
}

@media (max-width: 768px) {
	/* TABELAS RESPONSIVAS */
	.table-responsive table, 
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive th,
	.table-responsive td,
	.table-responsive tr {
		display: block;	
	}
	.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-responsive tr { 
		border-bottom: 1px dotted #ccc;
    }
	.table-responsive tr:last-child { 
		border-bottom: 0;
    }
	.table-responsive td {
		/* Behave like a "row" */
		border: none;
		position: relative;
		padding-left: 30%;
		white-space: normal;
		text-align:left;
	}
	.table-responsive td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 4px;
		left: 6px;
		width: 55%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		content: attr(data-title);
	}
	.accordion-inner .table-responsive {
		border-top: solid 1px #DDD;
	}
	.accordion-inner .table-responsive td,
	.accordion-inner .table-responsive tr:first-child td {
		border-top: 0;
	}
}

@media (min-width: 769px) {
	.tab-content .thumbnail li {
		height: 30px;
		border-bottom: 0;
	}
	/*.content-main-title {
		margin-top: 30px;
	}*/
}

@media (min-width: 480px) and (max-width: 979px){
  /* POSIÇÃO - LOGO SENADO */
  .navbar .container {
	padding-top: 0;
  }
  /* BUSCA DATA HOME */
  #formAtivLegData button {
	  clear: both;
	  float: left;
  }
}

@media (max-width: 979px) {
	/* OCULTA BANNER E NAV GLOBAL */
	.navbar-global,
	.top-banner {
		display: none;
	} 
  /* NAVBAR PRINCIPAL */  
	.navbar-main li {
		display: table;
		width: 100%;
		border-bottom: 1px dotted #FFF;
		border-left: 0;
		height: 45px;
		margin-top: 0;
	}
	.navbar-main li:first-child {
		margin-top: 20px;
	}
	.navbar-main li a {
		display: table-cell;
		vertical-align: middle;
	}
	.navbar-main .menu-right li:last-child {
		border-bottom: none;
	}
	/* SUBMENU */
	li.dropdown > a {
		display: block;
		margin-top: 0;
	}
	li.dropdown ul.dropdown-menu li:first-child {
		margin-top: 0;
	}
	li.dropdown ul.dropdown-menu li:last-child {
		border-bottom: none;
	}
  /* PADDING NAVBAR PRINCIPAL */
  .navbar-inner.navbar-main {
	padding-left: 5px;
	padding-right: 5px;
  }
  /* NOTÍCIAS */
  #ultimasNoticias li {
		height: auto;
	}
  /* AULTURA NOTÍCIAS */
  #ultimasNoticias {
	  height: auto;
  }
  /* ATIVIDADE LEGISLATIVA */
  #ativLegData li {
	text-align: center;
  }
  #ativLegData li img,
  #ativLegData span.date-box {
	display: none;
  }
  /* RODAPÉ */
  .navbar-footer .navbar-inner {
	  padding-top: 20px;
	  padding-bottom: 20px;
	  margin-top: 30px;  
  }

}

@media (min-width: 979px) {
	/* DROPDOWN */
	.navbar-main .dropdown-menu > li > a {
	  color: #666 !important;
	}
	.navbar-main ul.dropdown-menu {
		margin-top: 13px;
	}
	.navbar-main .dropdown-menu > li > a:hover {
	 background-color: #EEE !important;
	}
	/* EXIBE DATA EM NOTÍCIAS NA HOME */
    #ultimasNoticias .date {
		/*display: inline;*/
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	/* AJUSTE LOGO */
	.header-logo {
		margin-left: 10px;
	}
	/* MARGEM TÍTULO PRINCIPAL */
	.content-main-title h1 {
		margin-left: 10px;
	}
	/* RECUOS INTERNOS */
	.padded-left {
		padding-left: 10px;
	}
	.padded-right {
		padding-right: 10px;
	}
	/* MARGEM PARA THUMBNAILS */
	.tab-content .thumbnail,
	.content-column-right .thumbnail {
		 margin-right: 10px;
	}
}

@media (min-width: 1200px) {
	/* AJUSTE LOGO */
	.header-logo {
		margin-left: 20px;
	}
	/* MARGEM TÍTULO PRINCIPAL */
	.content-main-title h1 {
		margin-left: 20px;
	}
	/* AUMENTA LEGENDA EM SLIDESHOW NA HOME */
	.carousel-caption p {
		font-size: 16px;
	}
	/* NOTÍCIA - EXIBE MAIS UM ITEM NA HOME */
	#ultimasNoticias {
		height: 370px;
	}
	#ultimasNoticias li:last-child {
		display: block;
	}
	/* RECUOS INTERNOS */
	.padded-left {
		padding-left: 20px;
	}
	.padded-right {
		padding-right: 20px;
	}
	/* MARGEM PARA THUMBNAILS */
	.tab-content .thumbnail,
	.content-column-right .thumbnail {
		 margin-right: 20px;
	}
    .navbar.main-nav .navbar-inner .span12 {
	    margin-left: 20px;
    }
}

@media print {
  a[href]:after {
    content: "";
  }
}

/* Aguarde - AJAX. */
#loaderDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: white;
  opacity: 0.4;
}
#ajaxLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}