/*
 * Colors
 */

.aviso-lei {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 13px;
}

.aviso-lei > span {
	font-weight: bold;
}

.status-norma {
	cursor: default !important;
	box-shadow: none !important;
}

.status-norma.revogada {
	color: #d80808 !important;
	font-weight: bold !important;
}

.render_to-institucional {
	background: #EEE;
	color: #333;
}

.render_to-institucional header#top-header,
.render_to-institucional .search-container,
.render_to-institucional .content-block.re-search,
.render_to-institucional .content-block.re-search .content-block-header-title,
.render_to-institucional .content-block.re-search .content-block-header,
.render_to-institucional .content-block.re-search .content-block-body {
	background: #FFF;
	color: #333;
}

.block-with-shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.05), 4px 4px 10px rgba(0,0,0,0.1);
}

.render_to-institucional .content-block-body {
	background: #FFF;
}

.render_to-institucional .content-block.re-search .content-block-header-title {
	color: #333;
}
.render_to-institucional header#top-header .our-breadcrumb li::before,
.render_to-institucional header#top-header .our-breadcrumb::before,
.render_to-institucional header#top-header .our-breadcrumb a  {
	color: #555;
}
.render_to-institucional header#top-header .our-breadcrumb a:hover  {
	color: #666;
}

.render_to-institucional .content-block .content-block-header > *:not(a),
.render_to-institucional .text-green,
.render_to-institucional .btn-estadual,
.render_to-institucional .error-big {
	color: #444;
}

.render_to-institucional .input-highlight.active {
	border-color: #555;
}
.render_to-institucional .input-highlight.active .input-icon {
	background-color: #AAA;
	color: #333;
	border-color: #555;
}

.render_to-institucional .input-highlight.active input {
	color: #111;
}

.render_to-institucional .btn-estadual {
	border-color: #AAA;
}

.render_to-institucional .btn-estadual:hover {
	background-color: #DDD;
}

.render_to-institucional header#top-header .navbar-default .navbar-nav > li > a,
.render_to-institucional header#top-header .navbar-default .navbar-nav > li > a,
.render_to-institucional .leis-relevantes .btn-relevante,
.render_to-institucional .leis-relevantes .btn-relevante,
.render_to-institucional .leis-relevantes .btn-relevante {
	color: #555;
	transition: 0.2s;
}

.render_to-institucional header#top-header .navbar-default .navbar-nav > li > a:hover,
.render_to-institucional header#top-header .navbar-default .navbar-nav > li > a:focus {
	color: #222;
}

.render_to-institucional .leis-relevantes .btn-relevante:hover,
.render_to-institucional .leis-relevantes .btn-relevante:focus,
.render_to-institucional .leis-relevantes .btn-relevante:active {
  background: #eee;
  outline: medium none; }

.render_to-institucional .seta {
	filter: invert(1);
}

.render_to-institucional .search-container .pesquisa-avancada hr {
	border-color: #555;
}
.render_to-institucional .search-container .pesquisa-avancada-trigger {
	color: #555;
	border-bottom: 1px solid #333;
}
.render_to-institucional .search-container .pesquisa-avancada-trigger:hover {
	color: #777;
}

.render_to-institucional h2.big-title {
	font-weight: 700;
	line-height: 1.4em;
	color: #333;
}
.render_to-institucional h2.big-title small {
	font-weight: 300;
	color: #333;
}

.render_to-institucional h1#epigrafe {
	color: #333;
}

.render_to-institucional article#lei h1 {
	font-size: 12pt;
	color: #444;
	font-style: italic;
}
.render_to-institucional article#lei a {
	color: #222;
}
.render_to-institucional article#lei a:hover, 
.render_to-institucional article#lei a:active {
	color: #000;
}

.render_to-institucional article#lei .label-estadual { 
	background-color: #3a3a3a;
}

article#lei table.tabela-expansivel {
	position: relative;
	height: 150px;
	overflow: hidden;
}

article#lei table.tabela-expansivel button.expand-table {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 8px 0px 8px;
	font-size: 10px;
	font-weight: bold;
}

article#lei table.tabela-expansivel.tabela-fullscreen {
	position: fixed;
	background-color: white;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 9999;
	height: auto;
	overflow: auto;
	box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.4);
}

article#lei table.tabela-expansivel.tabela-fullscreen button.expand-table {
	position: fixed;
	top: 20px;
	right: 20px;
}

.render_to-institucional .listagem-leis .btn-lei-lista:hover, .listagem-leis .btn-lei-lista:focus, .listagem-leis .btn-lei-lista:active {
	color: #333;
	background-color: #EEE;
}

.render_to-institucional .our-pagination > li > a, .our-pagination > li > span {
	color: #333;
}

.render_to-institucional .our-pagination > li > a:hover, .our-pagination > li > a:focus, .our-pagination > li > span:hover, .our-pagination > li > span:focus {
	background-color: #EEE;
} 

/*
 * Header
 */

.render_to-institucional .navbar-brand .brasao {
	height: 60px;
	width: 60px;
	background-size: cover;
	margin: -8px;
	float: left;
}

.render_to-institucional .navbar-brand h1 {
	float: left;
	margin-left: 15px;
	vertical-align: middle;
	color: #333;
	font-weight: 300;
	font-size: 25px;
	margin-top: 3px;
}

.render_to-institucional .declaracao {
	height: 50px;
	margin-top: 13px;
	margin-bottom: 11px;
	line-height: 1.2em;
	width: 760px;
	text-align: justify;
}
.render_to-institucional .declaracao .fa-quote-left {
	margin-top: -5px;
}

@media(max-width: 1439px) {
	.render_to-institucional .declaracao {
		font-size: 12px;
		width: 500px;
	}
}

/*
 * Footer
 */

.render_to-institucional .wrapper {
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.render_to-institucional footer#footer, .push-footer {
	min-height: 40px; /* .push must be the same height as .footer */
}

.render_to-institucional footer#footer ul.footer-links,
.render_to-institucional footer#footer .text-footer {
	line-height: 40px;
}

.render_to-institucional .our-checkbox label {
	box-shadow: inset 0px 1px 1px rgba(55, 55, 55, 0.5), 0px 1px 0px rgba(00, 00, 00, 0.6);
}

.render_to-institucional .our-checkbox label::after {
	border-color: #333;
}

.render_to-institucional .our-checkbox.as-radio label::after {
	background: #333;
}

.content-block-header-title small {
	color: #EEE;
}

.content-block-header-title small a {
	color: #EEE;
	text-decoration: underline;
}

.content-block-header-title small a:focus,
.content-block-header-title small a:hover {
	color: #DDD;
}

.content-block-header-title small a:active {
	color: #CCC;
}

