/* Classes de Ajuste bootstrap 2 */
.margin_ajust{
	margin: 0 !important;
}
.margin_ajust_left{
	margin: 0 42px 0 0 !important;
}
.margin_ajust_right{
	margin: 0 0 0 42px !important;
}
.padding_ajust{
	padding: 0 !important;
}
.margin-Negativa{
	margin-left: -15px;
	margin-right: -15px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
legend{
	border-bottom: 1px dotted #ccc;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-weight: normal;
	line-height: 1.1;
}
.form-search .input-prepend .search-query{
	border-radius: 0; 
	-webkit-border-radius: 0; 
}
.form-search .input-prepend .btn {
	border-radius: 0; 
	-webkit-border-radius: 0; 
}
.form-search .input-append .search-query {
	border-radius: 0; 
	-webkit-border-radius: 0; 
	height: 28px;
}
.form-search .input-append .btn {
	border-radius: 0; 
	-webkit-border-radius: 0; 
}
input.search-query {
	border-radius: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	border-radius: 0;
}
a {
  color: #3e6892;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #27425c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.accordion-group {
	border-radius: 0;
}
.btn-group > .btn:first-child, .btn-group > .btn:last-child {
	border-radius: 0;
}
/*menu dropdown simples*/
.navbar-botoes .dropdownSimples {
	right:inherit !important;
	padding: 0;
}
/* BTN Bootstrap 3*/

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse .btn {
	border-radius: 0;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #3e6892;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #3e6892;
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #3e6892;
  background-color: #e1e1e1;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #f5f5f5;
  background-color: #fff;
}
/* NAVBAR */
.navbar .nav > li > a{
	padding: 21px 15px;
	line-height: 23px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
	background-image: inherit;
	background-color: none;
}
.navbar {
	position: relative;
	min-height: 65px;
	margin-bottom: 23px;
	border: none;
}
.navbar-inner {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-top: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius:0;
	padding: 0 !important; 
	background-color: transparent;
	background-image: none;
	filter:none !important;
}
.navbar-inner .container{
	position: relative;
}
/* NAVBAR SENADO */

/* Logo Senado */
 .logo-senado {
  margin-top: 8px;
  float: left;
  display: block;
  padding: 0;
}
/* Alô Senado */
.alo-senado {
	margin-top: 12px;
	font-size: 13px;
	color: #fff;
}
/* menu Nav */

#menu-comando{
    cursor: pointer;
    height: 46px;
    background: url(../img/toggler.gif) center center no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=75);
    width: 126px;
    float:right;
    z-index: 999;
    color:#fff;
	text-align: right;
	line-height: 48px;
}
#menu-comando:hover{opacity:1;filter:alpha(opacity=100);}
#menu-comando + .tooltip.in{opacity: 1 !important;filter: alpha(opacity=100)!important;}

/* Navbar Senado */
.navbar-senado {
	display: block;
}
.navbar-senado .navbar-inner {
	height: 51px;
	background: url(../img/topo-bg.gif) repeat-x;
}
.navbar-senado .container {
	padding-left: 0;
	padding-right: 0;
}
/* Navbar toggle */
.navbar-principal .navbar-inverse .navbar-toggle {
	width: 38px;
	background-color: #3E6892;
	margin-top: 20px;
}
/* Busca toggle */
.busca-toggle button {
	height: 35px;
	margin-top: 4px;
}
/* Dropdown */
.navbar-senado .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background-color: #00305c;
	opacity: 0.9;
	position: absolute;
	filter:alpha(opacity=90);
	right: 0;
	top: 49px;
}
.navbar-senado .dropdown-menu > li > a {
	color: #fff;
}
.navbar-senado .dropdown-menu > li.divider-senado {
	width: 80%;
	margin-left: 10%;	 
	background-color: #0095da;
	border-bottom: none;
}
.navbar-senado .dropdown-menu > li > a:hover,
.navbar-senado .dropdown-menu > li > a:focus {
  	background-color: transparent;
}
.navbar-senado li.dropdown {
	margin-top: 10px;
	width: 160px;
	height: 20px;
	border:solid 1px #61778e;
	background-image: -moz-linear-gradient(top, #1f4c73, #61778e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f4c73), to(#61778e));
    background-image: -webkit-linear-gradient(top, #1f4c73, #61778e);
    background-image: -o-linear-gradient(top, #1f4c73, #61778e);
    background-image: linear-gradient(to bottom, #1f4c73, #61778e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f4c73', endColorstr='#ff61778e', GradientType=0);
}
.navbar-senado li.dropdown > a {
	padding: 0 2px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
.caret.pull-right {
	margin-right: 5px;
}
.navbar-senado .caret {
	margin-top: 7px;
	border-top-color: #f2bc00;
	border-bottom-color: #f2bc00;
}
.dropdown-toggle.black .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}
.navbar-senado .dropdown-menu .divider-senado {
	*width: 100%;
	height: 1px;
	margin: 0 1px;
	*margin: 0;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
/* Fim: NAVBAR SENADO */

/* TOPO PRINCIPAL */
.container-topo{
	margin-top: -23px;
	position: relative;
}
.identificacao-site, .busca-principal{
	height: 100px;
	padding: 0;
	font-weight: normal;	
}
.busca-principal .form-group, .busca-smartphone .form-group {
	width: 100%;
}
.busca-smartphone {
	clear: both;
}
.busca-toggle {
	margin-top: 15px;
	margin-right: 15px;
}
#campoBusca, #campoBuscaSmartphone, .btn-search {
	height: 38px;
}
#campoBusca, #campoBuscaSmartphone, .btn-icon-search {
	height: 20px;
	position: absolute;
	right: 67px;
	top: 0;
	color: #3e6892;
	background-color: #f5f5f5;
	border-color: #cccccc;
}
#campoBusca, #campoBuscaSmartphone, .btn-icon-toggle {
	height: 20px;
	position: absolute;
	right: 1px;
	top: 0;
	color: #3e6892;
	border-color: #3e6892;
	background-color: #3E6892;
	width: 20px;
}
#campoBusca, #campoBuscaSmartphone, .btn-icon-toggle span {
	background-color: #fff;
	width: 27px;
	height: 2px;
	display: block;
	margin-left: -3px;
}
/* Identificação do site */
.identificacao-site.visible-xs {
	margin-top: 26px;
	margin-left: 15px;
	height: 35px;
  }
.identificacao-site h1{
	color: #3E6892;
	font-size: 40px;
	margin: -10px 0;
}
.identificacao-site small{
	color: #3E6892;
	clear: right;
	font-size: 18px;
}
/* Barra de navegação */
.navbar-principal .container,
.navbar-principal .navbar-botoes{
	padding: 0;
	margin: 0;
}
.navbar-principal .navbar-botoes .navbar-nav {
	margin:0;
}
.navbar-principal .navbar{
	border-left: none;
	border-right: none;
	border-top: dotted 1px #CCC;
	border-bottom: none;
	margin-bottom: 0;
	font-size: 16px;
}
.navbar-secundaria .navbar{
	border-top: solid 5px #3E6892;
	background-color: #f7f7f7;
	clear: both;
	min-height: 40px !important;
}
.navbar-secundaria .navbar-collapse{
	padding-left: 0;	
	padding-right: 0;	
}
.navbar-secundaria .navbar-nav > li > a{
	padding-top: 7px;
	padding-bottom: 7px;
	color: #666;	
	font-size:14px;
}
.navbar-veiculos > a{
	color:  #3E6892 !important;
}
.navbar-botoes .dropdown-menu{
  right: 0;
  margin: 0 auto auto -15px;
  background-color: #f7f7f7;
  border-top: solid 1px #3E6892;
  border-bottom: solid 5px #3E6892;
  border-left: none;
  border-right: none;
}
.navbar-botoes .navbar-nav > li > a,
.navbar-botoes .navbar-nav > li > a:hover {
  color: #666 !important;
}
.link-destaque {
	color: #3E6892 !important;
}

/* Ajustes para seta em submenu principal */
.seta-dropdown-menu { 
	content: '';
	display: none; 
	z-index: 1010; 
	position: relative; 
	background: #f7f7f7; 
	top: 22px;
 } 
.seta-dropdown-menu:after, 
.seta-dropdown-menu:before { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.seta-dropdown-menu:after { 
	border-color: rgba(245, 245, 245, 0); 
	border-bottom-color: #f7f7f7; 
	border-width: 10px; 
	margin-left: -10px; 
} 
.seta-dropdown-menu:before { 
	border-color: rgba(245, 245, 245, 0); 
	border-bottom-color: #3E6892; 
	border-width: 11px; 
	margin-left: -11px; 
}
li.dropdown.open > a > span.seta-dropdown-menu{ 
	/* Exibe seta em submenu aberto */
	display: block;	
}
/* Conteúdo submenu */
.conteudo-submenu {
	margin-bottom: 10px;
}
.conteudo-submenu .thumbnail{
	background-color: transparent;
	margin-bottom: 0;
}
.conteudo-submenu .thumbnail img {
	padding-left: 15px;
	padding-top: 15px;
}
.conteudo-submenu .thumbnail .caption {
	padding-left: 15px;
	padding-top: 10px;
}
.conteudo-submenu .dropdown-header {
	color: #333;
	padding: 15px 0;
	margin-bottom: -10px;
}
.conteudo-submenu .divider {
	background-color: #ccc;
	margin: 0;
}
li.divider + li.dropdown-header {
	padding-top: 0;
}
.lista-links-submenu {
	font-size: 82%;
	padding:0 !important;
	margin-right: 15px;
}
.lista-links-submenu .divider + .link-submenu {
	border-top: none;
}
.lista-links-submenu .divider + .dropdown-header {
	margin-top: 10px;
}
.megamenu .link-submenu {
	padding-top: 10px;
	padding-bottom: 10px;
}
.link-submenu {
	border-top: dotted 1px #ccc;
}
.link-submenu:first-child {
	border-top: none;
}
.divisor-vertical {
  height: 15px;
  margin-top: 10px;
  border-left: 1px solid #ccc;
}

/* MEGAMENU */
.megamenu .nav,
.megamenu .dropup,
.megamenu .dropdown,
.megamenu .collapse {
  position: static;
}
.megamenu .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 23px;
  line-height: 1.7;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}
.megamenu .thumbnail > img,
.megamenu .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.megamenu a.thumbnail:hover,
.megamenu a.thumbnail:focus,
.megamenu a.thumbnail.active {
  border-color: none;
}
.megamenu .thumbnail .caption {
  color: #333333;
  font-size: 14px;
}
.megamenu ul{
	padding:0 0 0 15px;
}
.megamenu .nav span{ 
	margin-top:5px;
}
.megamenu .navbar-inner,
.megamenu .container {
  position: relative;
  font-size: 16px;
}
.megamenu .dropdown-menu {
  left: auto;
  top: 61%;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.megamenu .dropdown-menu > li {
  display: block;
}
.megamenu .nav.pull-right .dropdown-menu {
  right: 0;
}
.megamenu .megamenu-content {
  padding: 20px 30px;
  *zoom: 1;
}
.megamenu .megamenu-content:before,
.megamenu .megamenu-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.megamenu .megamenu-content:after {
  clear: both;
}
.megamenu.navbar .nav > li > .dropdown-menu:after,
.megamenu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu ul{
	margin-left: 15px;
}
/* Fim: MEGAMENU */

/* RODAPÉ 
	*/
#navbarRodape .navbar-inner {
	height: auto;
	border-top: #ececec;
	background-color:#eee;
	/*border-top: solid 1px #ccc; */	
}
#navbarRodape .accordion{
	margin-bottom: 0;
}
#navbarRodape .accordion-group {
	border: 0;
}
#navbarRodape .accordion-heading .accordion-toggle {
	padding: 0 15px;
}
#navbarRodape .accordion-inner {
	border-top: none;
	padding: 0 15px;
}
#navbarRodape h6 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin:30px 0 16px 0;
}
#navbarRodape .h6Second{
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin:20px 0 10px 0;
}
.titulo-rodape {
	cursor: pointer;
	text-decoration: none !important;
}
#navbarRodape a {
	color: inherit;
}
#navbarRodape .caret {
	margin-top: 5px;
}
#navbarRodape .unstyled {
	margin-top: 0;
}
#navbarRodape .unstyled li {
	line-height: 1.3;
}
#rodapeIntranet {
	height: 30px;
}
#rodapeIntranet .row {
	margin-top: 10px;
}
#rodapeIntranet > div > p {
	margin-top: 7px;
}
#rodapeEndereco {
	background-color: #002e56;
	color: #FFF;
	margin: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	display: table;
	font-size: 11px;
}
#rodapeEndereco p { 
	display: table-cell; 
	vertical-align: middle;
	color: inherit; 
}
.divisor-rodape {
	border-bottom: 1px solid #fff;
}
.link-rodape {
	font-size: 12px;
	color: #666;
	margin: 0;
}
.headersFooter{
	cursor:text;
}
.headersFooter:hover{text-decoration: none;}

/* MEDIA QUERIES */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}
/* Medium devices (desktops, min 980px and max 1199px ) */
@media (min-width: 980px) and (max-width: 1199px) {
	.container {
		width: 970px;
	}
	.navbar-senado .container {
		width: 970px;
	}
	.navbar .collapse .nav > li > a {
	  /* Evita quebra de linha em navegação */
	  padding: 21px 10px;
	}
	.busca-principal{
		margin-left:50px;
	}
}
/* Small devices (tablets, min 768px and max 979px) */
@media (min-width: 768px) and (max-width: 979px) {
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
		color: #3E6892;
	}
	.navbar-senado .container {
		width: 750px;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar .nav > li > a{
		padding: 10px 0 0 0;
		line-height: 23px;
		font-weight: normal;
	}
	.identificacao-site h1{
		margin: 0;
		font-size: 32px;
	}
	.identificacao-site h1 small{
		font-size: 32px;
	}
	.alo-senado {
	  	font-size:12px;
	  	text-align: center;
	  	line-height: 12px;
	  	margin-left: 193px;
	}
	#cabecalhoTopo .collapseOverflow {
		max-height: 340px;
		overflow: scroll;
		overflow-x: hidden;
	}
	#cabecalhoTopo .navbar-inner {
		min-height: 0;
	}
	#cabecalhoTopo .navbar {
		position: relative;
		min-height: 2px;
		margin-bottom: 23px;
		border-bottom: 5px solid #3E6892;
		margin-left: -20px;
		margin-right: -20px;
	}
	.identificacao-site, .busca-principal{
		height: 46px;
		padding: 2px 0 0 0;
		font-weight: normal;	
	}
	.container-topo{
		margin-top: 0;
	}
	#navbarSenado {
		margin-bottom:0;
	}
  	.alo-senado {
	  	font-size:10px;
  	}
	#navbarRodape h6 {
		padding: 0 0 15px 0;
		line-height: 19px;
	}
	#rodapeIntranet .esq {
		width: 35%;
		float: left;
		margin-left: 15px;
	}
	#rodapeIntranet .dir {
		width: 35%;
		float: right;
		margin-right: 15px;
	}
	.busca-smartphone input {
	}
	.busca-smartphone .input-append{
    	width: 100%;
	}
	.busca-smartphone .input-append input[type="text"]{
    	width: 85% !important;
    	height: 38px;
	}
	.busca-smartphone .input-append button{
    	width: 15%;
	}
	.busca-smartphone .input-append input[type="text"],
	.busca-smartphone .input-append button{
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
}
/* Small devices (moblie, tablets max 767px) */
@media (max-width: 767px) {
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
		color: #3E6892;
	}
	.navbar-senado .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar .nav > li > a{
		padding: 10px 0 0 0;
		line-height: 23px;
		font-weight: normal;
	}
	.identificacao-site h1{
		margin: 0;
		font-size: 32px;
	}
	#navbarRodape {
		margin-right: -20px;
		margin-left: -20px;
	}
	#cabecalhoTopo .collapseOverflow {
		max-height: 340px;
		overflow: scroll;
		overflow-x: hidden;
	}
	#cabecalhoTopo .navbar-inner {
		min-height: 0;
	}
	#cabecalhoTopo .navbar {
		position: relative;
		min-height: 2px;
		margin-bottom: 23px;
		border-bottom: 5px solid #3E6892;
		margin-left: 0px;
		margin-right: 0px;
	}
	.identificacao-site, .busca-principal{
		height: 46px;
		padding: 2px 0 0 0;
		font-weight: normal;	
	}
	.container-topo{
		margin-top: 0;
	}
	#navbarSenado {
		margin-bottom:0;
	}
  	.alo-senado {
	  	font-size:10px;
  	}
	#navbarRodape h6 {
		padding: 0 0 15px 0;
		line-height: 19px;
		border-bottom: 1px solid #fff;
	}
	#faleComSenadores {
		padding: 0 0 0 15px;
	}
	#faleComSenadores h6 {
		border: none;
	}
	#rodapeIntranet .esq {
		width: 35%;
		float: left;
		margin-left: 15px;
	}
	#rodapeIntranet .dir {
		width: 35%;
		float: right;
		margin-right: 15px;
	}
	.busca-smartphone input {
	}
	.busca-smartphone .input-append{
    	width: 100%;
	}
	.busca-smartphone .input-append input[type="text"]{
    	width: 85% !important;
    	height: 38px;
	}
	.busca-smartphone .input-append button{
    	width: 15%;
	}
	.busca-smartphone .input-append input[type="text"],
	.busca-smartphone .input-append button{
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
}
/* Landscape phones and down (moblie max 479px) */
@media (max-width: 479px) {
  .identificacao-site h1{
	margin: 0;
	font-size: 18px !important;
  }
  .alo-senado {
	  display: none;
  }
	.busca-smartphone .input-append input[type="text"]{
    	width: 79% !important;
    	height: 38px;
	}
	.busca-smartphone .input-append button{
    	width: 23%;
    	margin-left: -7px;
	}
}
