body {
    font-family: Arial;
}

@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0px 10px 0px;
	color: #0e4f86;
	font-weight: normal;
}

h1 {
	font-size: 36px;
	line-height: 54px;
}

h2 {
	font-size: 28px;
	line-height: 42px;
}


hr {
	border-top: 1px solid #ccc;
}

.texto-verde {
	color: #00923D;
}

.navbar-toggle:focus {
	outline: 1;
}

.panel-title {
	font-size: 14px;
}

.bloco-sidebanner .carousel {
	border: 0px solid #000;
}

a,
button {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
}

.btn-margin-right {
	margin-right: 10px;
}

.btn-margin-left {
	margin-left: 10px;
}

#conteudoPrincipal:focus {
	outline: 0;
}

.header {
	margin-bottom: 15px;
}

.header-top {
	height: 25px;
	line-height: 25px;
	font-family: Arial Regular;
	color: #fff;
	font-size: 12px;
	background: ;/*#103e66;*/
	/** #c75ebc #2d3537; **/
}

.header-top p {
	margin-bottom: 0px;
}

.header-top p,
.header-top label {
	color: #fff;
}

.header-top input {
	border-radius: 0px;
}

.header-top .bloco-form-consulta div.form-group {
	height: 20px;
	margin-bottom: 0px;
}

.header-top .bloco-form-consulta .form-control {
	height: 20px;
	padding: 0px 2px;
	line-height: 10px;
}

.header-top .input-group-addon {
	font-weight: normal;
	height: 20px;
	padding: 0px 2px;
	line-height: 10px;
	border: none;
}

.header-top .input-group-addon.titulo-consulta-processual {
	background: none;
	color: #fff;
}

.header-top .input-group {
	margin-bottom: 0px;
}

.header-top .input-group-btn .btn {
	background: #24292c;
	color: #fff;
	font-weight: normal;
	height: 20px !important;
	margin-top: -1px;
	border: 1px solid #888 !important;
}

.header-top .input-group-btn .btn:hover,
.header-top .input-group-btn .btn:focus {
	background: #0b0f10;
	color: #fff;
}

.header-top input[type='number'] {
	-moz-appearance: textfield;
}

.header-top input::-webkit-outer-spin-button,
.header-top input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.header-conteudo {
	margin: 10px 0px;
	background: ;
	/** #fff; **/
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #666;
	border-radius: 2px;
}

.navbar-toggle .icon-bar {
	background: #666;
}

.navbar-brand {
	color: #000;
}

.navbar {
	min-height: 30px;
}

.fundo-banner {
	background: #273234;
	margin-bottom: 35px;
}

.form-horizontal h4 {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

.tab-content>.tab-pane {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.nav-tabs {
	border-bottom: 1px solid #ccc;
}

.float-right {
	float: right;
}

.menu-principal {
	background: #eee;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
}

.menu-principal .menu-principal-ul {
	list-style: none;
	margin-left: 0px;
}

.menu-principal .menu-principal-ul>li {
	float: left;
}

.menu-principal .menu-principal-ul>li>.dropdown-toggle {
	position: relative;
}

.menu-principal .menu-principal-ul>li:hover>a {
	background: #ddd;
}

.menu-principal .menu-principal-ul>li.dropdown>a:focus {
	background: #efefef;
	outline: 5px auto -webkit-focus-ring-color;
	border-right: 1px solid #ccc;
	outline-offset: -2px;
	color: #000;
}

.menu-principal .menu-principal-ul>li.dropdown:last-child>a:focus {
	border-right: 0px solid #ccc;
}

.menu-principal .menu-principal-ul>li>a {
	padding: 5px 29px 5px 29px;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #ccc;
	text-decoration: none;
	height: 30px;
}

.menu-principal .menu-principal-ul>li:last-child>a {
	border-right: 0px solid #ccc;
}

.menu-principal .menu-principal-ul>li>a:after {}

.menu-principal .menu-principal-ul>li>a:hover {
	color: #000;
}

.navbar-principal {
	margin-bottom: 0px;
}

.navbar-principal .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.mega-menu {
	position: relative;
}

.mega-menu.dropdown {
	position: static;
}

.mega-menu .dropdown-menu {
	width: 100%;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none;
}

.dropdown-menu {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #efefef;
	border: 1px solid #f1f2f2;
	box-shadow: none;
	border-top: 0px solid #fff;
}

.dropdown-menu li {
	list-style: none;
	position: relative;
}

.dropdown-menu li a {
	padding: 5px 25px 5px 35px;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
}

.dropdown-menu li a:hover {
	background: #fff;
}

.dropdown-menu li a:hover:before {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	left: 10px;
}

.dropdown-menu li a:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 15px;
	color: #c3c3c3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.logo {
	display: inline-block;
	margin-bottom:0px;
	margin-bottom: 0px;
    margin-top: 0px;
}

.logo a {
	background: url(../img/logo-JT.png);
	width: 356px;
	/*210px;*/
	height: 80px;
	/*117px;*/
	text-indent: -9999px;
	display: block;
	margin-bottom: 0px;
    margin-top: 0px;
    top: 4px;
    position: relative;
}

.logo-texto {
	position: relative;
	top: 50px;
	display: inline-block;
	margin-left: 28px;
	font-size: 32px;
	font-weight: 300;
	color: #08466f;
}

.logo-texto a {
	color: #08466f;
	text-decoration: none;
}

.main ul {
	padding-left: 20px;
}

.main .list-group {
	padding-left: 0px;
}

.main .nav-tabs {
	padding-left: 0px;
}

.main-fundo-branco {
	margin-bottom: 0px;
}

.main-fundo-cinza {
	background: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 0px;
}

.main-fundo-azul-topo {
	background: #0e4c7e;
	padding: 30px 0px 20px;
	margin-bottom: 13px;
}

.main-fundo-azul-topo h3 {
	font-size: 30px;
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.footer-barra-programas {
	background: #007B5F;
	padding: 0px 0px;
	margin-top: 30px;
}

.footer-barra-programas h3 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #fff;
}

.footer-fundo-azul {
	padding: 10px 0px 10px;
	background-image: url("../img/rodape.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer-fundo-azul h2 {
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.footer-fundo-azul p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0px;
}

.footer-fundo-azul a {
	color: #fff;
}

.footer-fundo-azul p span {
	color: #fff;
}

.bloco-imagens-topo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}

.bloco-imagens-topo img {
	float: right;
}

.btn-primary {
	background: #08466f;
	color: #fff;
	border-color: #ccc;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #0E4F86;
	color: #fff;
}


.btn-consulta-processual {
	font-size: 14px !important;
	font-weight: bold;
}

.btn-consulta-processual:hover,
.btn-consulta-processual:focus {
	background: #0b0f10;
	color: #fff !important;
}

.bloco-banner {
	margin-bottom: 0px;
	-webkit-box-shadow: 5px 10px 6px -6px #ccc;
	-moz-box-shadow: 5px 10px 6px -6px #ccc;
	box-shadow: 5px 10px 6px -6px #ccc;
}

.bloco-banner .texto {
	position: absolute;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	padding: 10px 20px;
}

.bloco-banner .texto h3 {
	color: #000;
	font-size: 20px;
	text-align: center;
}

.bloco-banner .carousel-indicators {
	bottom: 10px;
}

#carousel-noticias {
	min-height: 456px;
}

.carousel.slide .fa.fa-chevron-left,
.carousel.slide .fa.fa-chevron-right {
	margin-top: 65px;
}

.carousel.slide .fa.fa-chevron-left .sr-only,
.carousel.slide .fa.fa-chevron-right .sr-only {
	text-shadow: 1px 1px 3px #000;
	color: #fff;
	background: #000;
}

.carousel.slide .carousel-control {
	opacity: 0.6;
}

.carousel-control.left .fa-angle-left {
	display: block;
	top: 50%;
	position: absolute;
	left: 30px;
}

.carousel-control.left:hover .fa-angle-left {
	display: block;
}

.carousel-control.right .fa-angle-right {
	display: block;
	top: 50%;
	position: absolute;
	right: 30px;
}

.carousel-control.right:hover .fa-angle-right {
	display: block;
}

.bloco-noticias {
	margin-bottom: 10px;
	clear: both;
	display: inline-block;
}

.bloco-noticias .foto {
	border: 1px solid #cbcaca;
	margin-bottom: 3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	float: left;
	width: 45%;
	height: 110px;
}

.bloco-noticias .foto img {
	width: 100%;
	height: 100%;
}

.bloco-noticias .texto {
	font-size: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	float: left;
	width: 55%;
	padding: 10px 10px;
	height: 110px;
	background: #f8f8f8;
}

.bloco-noticias a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #726f6f;
}

.bloco-noticias a p {
	color: #726f6f;
	margin-bottom: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.bloco-noticias a .veja-mais {
	text-align: right;
}

.bloco-noticias a .veja-mais:after {
	font-family: 'FontAwesome';
	content: " \f101";
	margin-left: 5px;
}

.bloco-noticias a:hover {}

.bloco-noticias a:hover .foto {
	border: 1px solid #737272;
	margin-bottom: 3px;
}

.bloco-noticias a:hover p {
	color: #737272;
}

.bloco-noticias a:hover .texto {
	background: #f5f5f5;
}

.bloco-noticias a:hover .veja-mais {
	color: #000;
}

.bloco-noticias a:hover .veja-mais:after {
	color: #000;
}

.lista-noticias {
/* 	border-bottom: 2px dashed #c4deeb; */
	margin-bottom: 10px;
}

.lista-noticias h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.lista-noticias h3 a {
	font-size: 16px;
	color: #01426a;
	font-family: Arial;
	font-weight: bold;
}

.lista-noticias p {
	font-size: 14px;
	color: black;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 20px;
}

.lista-noticias p .after {
	font-weight: bold;
	color: #000;
	margin-left: 5px;
}

.lista-noticias p .after:hover {
	text-decoration: none;
	color: #333;
}

.titulo-mais-noticias-rodape {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	    text-align: right;
}

.titulo-mais-noticias-rodape a {
	color: black;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

.bloco-pesquisar {
	position: relative;
	margin-top: 10px;
}

.bloco-pesquisar .input-group-lg>.form-control,
.bloco-pesquisar .input-group-lg>.input-group-addon,
.bloco-pesquisar .input-group-lg>.input-group-btn>.btn {
	height: 53px;
	border: 1px solid #787878;
}

.bloco-pesquisar .form-control {
	border-radius: 8px 0px 0px 8px;
}

.bloco-pesquisar .input-group-btn .btn {
	font-size: 13px;
	border: 1px solid #787878;
}

.bloco-rede-social {
	margin-top: 10px;
	margin-bottom: 30px;
}

.bloco-rede-social .fa-3x {
	color: gray;
	font-size: 2.3em;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.bloco-rede-social .fa-3x:hover {
	color: #2d3537;
}

.bloco-rede-social .fa-3x:hover.fa-flickr {
	color: #FF0084;
}

.bloco-rede-social .fa-3x:hover.fa-twitter-square {
	color: #1AB2E8;
}

.bloco-rede-social .fa-3x:hover.fa-youtube-square {
	color: #D32323;
}

.bloco-rede-social .fa-3x:hover.fa-feed {
	color: #E15901;
}

.bloco-rede-social-icones {
	float: right;
	background: #fff;
	margin-top: 2px;
}

.bloco-rede-social-icones a:hover,
.bloco-rede-social-icones a:focus {
	text-decoration: none;
}

.bloco-rede-social-icones-header {
	height: 25px;
	float: right;
	margin-top: 8px;
}

.bloco-rede-social-icones-header a {
	color: #007B5F !important;
	padding-left: 5px;
}

.bloco-rede-social-icones-header a:hover {
	text-decoration: none;
	color: #000;
}

.bloco-rede-social-icones-header {
	font-size: 10px;
}

.bloco-sidebanner {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-radius: 2px;
}

.bloco-sidebanner .item {
	border: 1px solid #cbcaca;
}

.bloco-sidebanner .item:hover {
	color: #737272;
}

.bloco-sidebanner img {
	width: 100%;
	height: 187px !important;
}

.bloco-sidebanner .carousel-control {
	background: none;
}

.bloco-noticias-videos {
	min-height: 472px;
	margin-bottom: 30px;
	position: relative;
}

.bloco-noticias-videos .foto {
	background: #fff;
}

.bloco-noticias-videos .foto img {
	width: 100%;
	height: 472px;
}

.bloco-noticias-videos .texto {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 30px;
	width: 100%;
}

.bloco-noticias-videos .texto h3 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 300;
}

.bloco-noticias-videos .texto h3 a {
	color: #000000;
}

.bloco-noticias-videos .carousel-indicators {
	bottom: 65px;
}

.banner-nona {
	height: 98px;
	width: 119%;
}

.bloco-videos2 h3 {
	color: #0e4f86;
	font-size: 13px;
}

.bloco-videos2 p {
	font-size: 12px;
	color: #565758;
}

.bloco-videos2 a {
	text-decoration: none;
}

.bloco-videos2 .texto {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	background: #eee;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.bloco-videos2 .texto:hover {
	background: #f5f5f5;
}

.bloco-icone-maior {
	padding: 3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	top: 0px;
}

.bloco-icone-maior img {
	filter: url(filters.svg#grayscale);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome & Safari 6+ */
}

.bloco-icone-maior img:hover {
	filter: none;
	-webkit-filter: none;
}

.bloco-icone-maior .foto {
	border-radius: 2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.bloco-icone-maior .foto img {
	width: 100%;
	height: auto;
	background: #fff;
}

.bloco-icone-maior .texto {
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.bloco-icone-maior .texto h4 {
	font-size: 15px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	color: #555;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 13px;
}

.bloco-icone-maior .texto h4 a {
	color: inherit;
	display: inline-block;
}

.bloco-icone-maior a {
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 3px -1px #ccc;
	-moz-box-shadow: 0px 3px 3px -1px #ccc;
	box-shadow: 0px 3px 3px -1px #ccc;
}

.bloco-icone-maior:hover {
	position: relative;
	top: -5px;
}

.bloco-icone-maior:hover a {
	-webkit-box-shadow: 0px 6px 3px -1px #999;
	-moz-box-shadow: 0px 6px 3px -1px #999;
	box-shadow: 0px 6px 6px -1px #999;
}

.bloco-icone-maior:active {
	position: relative;
	top: 5px;
}

.titulo-multimidia {
	font-size: 13px;
	color: #5e5e5e;
	border-top: 3px solid #5e5e5e;
	margin-top: 24px;
	margin-bottom: 24px;
	font-weight: 300;
}

.titulo-multimidia a {
	background: #5e5e5e;
	padding: 10px 35px 10px 15px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
}

.titulo-multimidia a:hover {
	text-decoration: none;
}

.titulo-utilidades {
	font-size: 18px;
	color: #2b4570;
	border-bottom: 3px solid #04785a;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Arial;
}

.titulo-utilidades a {
	color: #2b4570;
}

.bloco-utilidades {
	margin-bottom: 10px;
	clear: both;
	display: inline-block;
}

.bloco-utilidades .foto {
	border: 1px solid #cbcaca;
	margin-bottom: 3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	float: left;
	width: 45%;
	height: 110px;
}

.bloco-utilidades .foto img {
	width: 100%;
	height: 100%;
}

.bloco-utilidades .texto {
	font-size: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	float: left;
	width: 55%;
	padding: 10px 10px;
	height: 110px;
	background: #f8f8f8;
}

.bloco-utilidades a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #726f6f;
}

.bloco-utilidades a p {
	color: #726f6f;
	margin-bottom: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.bloco-utilidades a .veja-mais {
	text-align: right;
}

.bloco-utilidades a .veja-mais:after {
	font-family: 'FontAwesome';
	content: " \f101";
	margin-left: 5px;
}

.bloco-utilidades a:hover {
	text-decoration: none;
}

.bloco-utilidades a:hover .foto {
	border: 1px solid #737272;
	margin-bottom: 3px;
}

.bloco-utilidades a:hover p {
	color: #737272;
}

.bloco-utilidades a:hover .texto {
	background: #f5f5f5;
}

.bloco-utilidades a:hover .veja-mais {
	color: #000;
}

.bloco-utilidades a:hover .veja-mais:after {
	color: #000;
}

.lista-servicos {
	margin-bottom: 26px;
	margin-top: 13px;
}

.lista-servicos ul {
	position: relative;
}

.lista-servicos ul li {
	font-size: 15px;
	list-style: none;
	position: relative;
}

.lista-servicos ul li a {
	color: #0e4c7e;
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	margin: 10px 0px;
}

.lista-servicos ul li a:hover {
	padding: 10px;
	background: #c0e2fd;
}

.lista-servicos ul li a:hover:after {
	right: 15px;
}

.lista-servicos ul li a:after {
	font-family: FontAwesome;
	position: relative;
	content: "\f101";
	left: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.bloco-links-rodape {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bloco-links-rodape h2 {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bloco-links-rodape ul {
	padding-left: 0px;
	list-style: none;
}

.bloco-links-rodape ul li {
	float: left;
	border-right: 1px solid #23517e;
	padding: 0px 35px;
	vertical-align: middle;
}

.bloco-links-rodape ul li:last-child {
	border-right: 0px solid #23517e;
}

.bloco-links-rodape ul li a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

.bloco-links-rodape ul li a img {
	max-width: 160px;
	height: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bloco-links-rodape ul li a:hover {}

.carousel-indicators {
	bottom: 110px;
	position: absolute;
	left: 68%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: right;
}

.carousel-indicators .active {
	width: 17px;
	height: 17px;
}

.carousel-indicators li {
	border-radius: 0px;
	width: 15px;
	height: 15px;
	background: #000;
}

.carousel-caption {
	display: block;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 20px;
	color: #000;
	padding-bottom: 20px;
	text-shadow: 0px 0px #000;
}

.carousel-caption a {
	color: #000;
}

.input-group-xs .form-control,
.input-group-xs .input-group-addon,
.input-group-xs .input-group-btn .btn {
	height: 35px;
	line-height: 35px;
	padding: 1px 5px;
	font-size: 16px;
	font-family: Arial;
	border: 1px solid #787878;
}

.input-group-xs .input-group-btn .btn {
	padding: 0px 10px;
	border-radius: 0px;
	font-weight: bold;
}

#consultaCNJForm .input-group-addon,
#consultaCNJForm .input-group-btn {
	width: 10px;
}

#consultaCNJForm {
	margin-bottom: 10px;
	margin-top: 20px;
}

.navbar-toggle {
	overflow: hidden;
}

.navbar-toggle .icon-bar {
	transition: opacity, transform;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	transform: translateY(6px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	opacity: 0;
	transform: translateX(-100%);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
	transform: translateY(-6px) rotate(-45deg);
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.breadcrumb {
	padding: 5px 15px;
	margin-top: 10px;
	background: #eee;
}

.breadcrumb .active {
	color: #111111;
}

.panel-default {
	border: 1px solid #CCCCCC;
}

.panel-default .panel-heading {
	background: #f5f5f5;
	border-bottom: 1px solid #CCCCCC;
}

.panel-primary {
	border-color: #ccc;
}

.panel-primary .panel-heading {
	background: #08466f;
	border-bottom: 1px solid #ccc;
}

.panel-primary .panel-heading h1,
.panel-primary .panel-heading h2,
.panel-primary .panel-heading h3,
.panel-primary .panel-heading h4,
.panel-primary .panel-heading h5,
.panel-primary .panel-heading h6 {
	color: #fff;
}

.form-control {
	border: 1px solid #CCCCCC;
}

.radio,
.checkbox {
	margin-top: 0px;
}

.panel-title {
	color: #005ca8;
}

.titulo-redes-sociais {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #0e4f86;
	font-weight: normal;
	line-height: 35px;
	float: left;
}

.browserupgrade {
	position: absolute;
	width: 1170px;
	z-index: 999;
	background: #fff;
	display: block;
	left: -585px;
	margin-left: 50%;
	margin-top: 30px;
	border: 3px solid #000;
	padding: 30px;
	font-size: 20px;
}

#noticia-rotativa {
	border: 1px solid #ccc;
}

.ui-state-highlight .fa,
.ui-widget-content .ui-state-highlight .fa,
.ui-widget-header .ui-state-highlight .fa {
	color: #ffffff;
}

.ui-state-highlight .text-primary,
.ui-widget-content .ui-state-highlight .text-primary,
.ui-widget-header .ui-state-highlight .text-primary {
	color: #fff;
}

figure {
	max-width: 100%;
}

figure img {
	position: relative;
	display: inline-block;
}

figure.image {
	display: inline-block;
	background: #eee;
}

figure.align-left {
	float: left;
	margin: 0 10px 10px 1px;
}

figure.align-right {
	float: right;
	margin: 0 1px 10px 10px;
}

figure.image img {
	padding: 8px 8px 0 8px !important;
}

figure.image figcaption {
	margin: 6px 8px 6px 8px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.box-conteudo article hr {
	clear: both;
}

.hasDatepicker {
	width: 100%;
}

.btn-preto {
	background: #2D3537;
	color: #fff;
	border-color: #ccc;
}

.btn-preto:hover,
.btn-preto:visited,
.btn-preto:focus {
	background: #0b0f10;
	color: #fff;
}

.btn-azul {
	background: #0067a0;
	color: #fff;
	border-color: #ccc;
}

.btn-azul:hover,
.btn-azul:visited,
.btn-azul:focus {
	background: #0067a0;
	color: #fff;
}

.btn-amarelo {
	background: #face33;
	color: #fff;
	border-color: #ccc;
}

.btn-amarelo:hover,
.btn-amarelo:visited,
.btn-amarelo:focus {
	background: #face33;
	color: #fff;
}


.btn-verde-escuro {
	background: #007b5f;
	color: #fff;
	border-color: #ccc;
}

.btn-verde-escuro:hover,
.btn-verde-escuro:visited,
.btn-verde-escuro:focus {
	background: #007b50 !important;
	color: #fff !important;
}

.btn-verde {
	background: #00b388;
	color: #fff;
	border-color: #ccc;
}

.btn-verde:hover,
.btn-verde:visited,
.btn-verde:focus {
	background: #00b388;
	color: #fff;
}

.ui-tabs-panels {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
	padding: 0px;
}

.ui-tabs {
	padding: 0px;
}

.carousel {
	border: 1px solid #838484;
}

.ui-paginator-rpp-label {
	margin-left: 40px;
	font-weight: 100;
}

.modal-header,
.modal-footer {
	background: #f5f5f5;
}

.modal-header .modal-title,
.modal-footer .modal-title {
	margin-bottom: 0px;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6,
.modal-footer h1,
.modal-footer h2,
.modal-footer h3,
.modal-footer h4,
.modal-footer h5,
.modal-footer h6 {
	color: #000;
	margin-bottom: 0px;
}

.header-top .bloco-form-consulta [id$='cnj-numero'] {
	width: 65px;
}

.header-top .bloco-form-consulta [id$='cnj-digito'] {
	min-width: 30px;
}

.header-top .bloco-form-consulta [id$='cnj-ano'] {
	width: 43px;
}

.header-top .bloco-form-consulta [id$='cnj-justica-tribunal'] {
	width: 40px;
	text-align: center;
}

.header-top .bloco-form-consulta [id$='cnj-origem'] {
	min-width: 55px;
}

.header-top .bloco-form-consulta [id$='trt-numero'] {
	width: 65px;
}

.header-top .bloco-form-consulta [id$='trt-ano'] {
	width: 43px;
}

.header-top .bloco-form-consulta [id$='trt-vara'] {
	width: 44px;
}

.header-top .bloco-form-consulta [id$='trt-tribunal'] {
	width: 26px;
	text-align: center;
}

.header-top .bloco-form-consulta [id$='trt-recurso'] {
	min-width: 30px;
}

.header-top .bloco-form-consulta [id$='trt-digito'] {
	min-width: 30px;
}

.header-top .bloco-form-consulta .cnj-digito {
	width: 2px;
}

.panel-resultado {
	border: 0px solid #ccc;
}

.panel-resultado .panel-heading {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}

.panel-resultado .panel-body {
	padding: 0px;
	border: 0px solid #ccc;
}

.panel-resultado .panel-footer {
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.panel-resultado .ui-corner-top {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-resultado .ui-corner-bottom {
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tab-content>.tab-pane .panel:last-child {
	margin-bottom: 0px;
}

.tab-panel {
	margin-bottom: 20px;
}

.form-group legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: inherit;
	font-weight: bold;
	color: #333;
	border: 0;
	border-bottom: 0px solid #e5e5e5;
}

.ui-datatable .ui-datatable-header {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

.ui-editable-column select {
	color: #000 !important;
}

.box-pagina img,
.box-noticias img {
	max-width: 100%;
	height: auto;
}

.box-pagina p,
.box-noticias p {
	text-align: justify;
	font-size: 16px !important;
	font-family: Arial !important;
	line-height: 26px;
	margin-bottom: 30px;
}

.box-pagina iframe,
.box-noticias iframe {
	max-width: 100%;
}

.box-pagina span,
.box-noticias span {
	font-size: 16px !important;
	font-family: Arial !important;
	line-height: 26px;
}

.box-pagina span {
	font-size: 16px !important;
	font-family: Arial !important;
	line-height: 26px;
}

.titulo-pagina {
	margin-bottom: 30px;
	margin-top: 3px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li a {
	color: #000;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 33, 63, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #00213f;
	opacity: 1;
}

.ui-datepicker-div,
.bootstrap-datetimepicker-widget {
	z-index: 9999 !important;
}

.ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column,
.ui-datatable .ui-datatable-data td.ui-cell-editing {
	overflow: visible !important;
}

.carousel-control.left,
.carousel-control.right {
	background: none !important;
}

.typeahead,
.tt-query,
.tt-hint {
	font-size: 14px !important;
}

#formPesquisa {
	width: 262px;
	float: right;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#formPesquisa.active {
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.box-conteudo {
	margin-bottom: 30px;
}
.topo-traducao{
	margin-left: 100px;
}

.tag-noticia{
	background: #00b388;
	color: #fff;
	display: inline-block;
	padding: 3px 7px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	margin-bottom: 2px;
}
.tag-noticia a{
	color: white;
}
.tag-noticia:before{
	content: '#';
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*CSS para impressao*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	body {
		margin: 0;
		padding: 0;
		line-height: 1.4em;
		font: 12pt Arial !important;
		color: #000;
	}
	.logo a {
		background: none;
		width: 210px;
		height: 113px;
		text-indent: 0px !important;
		display: inline !important;
		margin-bottom: 26px;
		margin-top: 26px;
	}
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-size: 18pt;
	}
	h3 {
		font-size: 14pt;
	}
	.header,
	.footer {
		display: none;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a:link:after,
	a:visited:after {
		content: " (" attr(href) ") ";
	}
	a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	p a {
		word-wrap: break-word;
	}
	p {
		widows: 3;
	}
	p {
		orphans: 3;
	}
	@page {
		margin: 0.5cm;
	}
	.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li {
		display: none !important;
	}
	.ui-tabs .ui-tabs-panel {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.breadcrumb,
	.boxMenuSecao,
	.no-print,
	.ui-paginator-top {
		display: none !important;
	}
}


/* Large desktop */

@media (min-width: 1200px) {
	.float-right-lg {
		float: right;
	}
	.menu-principal{
		height: 30px;
	}
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 980px) and (max-width: 1199px) {
	
	.float-right-md {
		float: right !important;
	}
	.menu-principal{
		height: 30px;
	}
	.menu-principal .menu-principal-ul {
		list-style: none;
		margin-left: 40px;
	}
	.menu-principal .menu-principal-ul>li {
		float: left;
	}
	.menu-principal .menu-principal-ul>li>.dropdown-toggle {
		position: relative;
	}

	.menu-principal .menu-principal-ul>li>a {
		padding: 8px 28px 8px 13px;
		display: inline-block;
		font-size: 14px;
		color: #000;
		text-decoration: none;
	}
	.menu-principal .menu-principal-ul>li>a:hover {
		background: #fff;
	}

	.logo a {
		background: url(../img/logo-JT.png);
		width: 356px;
		height: 80px;
		text-indent: -9999px;
		display: block;
		margin-bottom: 0px;
	}
	.logo-texto {
		margin-top: 35px;
		margin-left: 20px;
		font-size: 26px;
		font-weight: 300;
		color: #005ca8;
		float: none;
		float: left;
		text-align: left;
	}
	.bloco-imagens-topo {
		margin-top: 10px;
		margin-left: 20px;
		float: right;
	}
	.bloco-imagens-topo img {
		height: 100px;
		width: auto;
	}
	.carousel-indicators {
		bottom: 60px;
		position: absolute;
		left: 68%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0;
		list-style: none;
		text-align: right;
	}
	.carousel-indicators .active {
		width: 17px;
		height: 17px;
	}
	.carousel-indicators li {
		border-radius: 0px;
		width: 15px;
		height: 15px;
		background: #000;
	}
	.carousel-caption {
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		font-size: 14px;
		color: #000;
		padding-bottom: 10px;
		padding-top: 10px;
		text-shadow: 0px 0px #000;
	}
	.float-right-lg {
		float: none;
	}
	.bloco-rede-social {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.titulo-redes-sociais {
		font-size: 14px;
	}
	.bloco-pesquisar {
		margin-top: 10px;
	}
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
	.topo-traducao{
		margin-left:0px;
	}
	.breadcrumb {
		display: none;
	}
	.boxMenuSecao {
		margin-top: 30px;
	}
	.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active {
		margin-bottom: -1px;
		background: #08466f;
		color: #fff;
	}
	.ui-tabs .ui-tabs-nav.ui-widget-header li {
		width: 100%;
	}
	.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active a {
		color: #fff;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
	}
	#carousel-noticias {
		min-height: auto;
	}
	.carousel.slide .fa.fa-chevron-left,
	.carousel.slide .fa.fa-chevron-right {
		margin-top: 100px;
	}
	.header-top p {
		margin-bottom: 10px;
	}
	.header-top .bloco-form-consulta {
		width: 321px;
		margin: auto;
	}
	.header-top .form-cnj,
	.header-top .form-trt {
		margin-left: 0px;
	}
	.header-top .form-cnj label,
	.header-top .form-cnj input,
	.header-top .form-trt label,
	.header-top .form-trt input {
		float: left;
		margin-right: 5px;
	}
	.header-top .form-cnj .form-group,
	.header-top .form-trt .form-group {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.header-top .form-cnj .form-group,
	.header-top .form-cnj button,
	.header-top .form-trt .form-group,
	.header-top .form-trt button {
		float: left;
	}
	.logo {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.logo a {
	    background: url(../img/logo-JT.png);
	    width: 356px;
	    height: 80px;
	    text-indent: -9999px;
	    display: block;
	    margin-bottom: 0px;
	}
	.logo-texto {
		margin-top: 40px;
		margin-left: 0px;
		font-size: 20px;
		font-weight: 300;
		margin-bottom: 10px;
		color: #005ca8;
		font-family: Bebas;
		float: left;
		text-align: left;
	}
	.bloco-pesquisar {
		margin-top: 10px;
	}
	.consulta-processual {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	.menu-principal {
		background: #f5f5f5;
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
	}
	.menu-principal .menu-principal-ul {
		list-style: none;
		margin-left: 0px;
	}
	.menu-principal .menu-principal-ul>li {
		float: none;
	}
	.menu-principal .menu-principal-ul>li>.dropdown-toggle {
		margin-bottom: 2px;
	}
	.menu-principal .menu-principal-ul>li>a {
		padding: 10px 16px 10px;
		display: block;
		font-size: 14px;
		color: #000;
		text-decoration: none;
		line-height: 30px;
	}
	.menu-principal .menu-principal-ul>li>a:hover {
		background: #fff;
	}
	.menu-principal .menu-principal-ul>li ul li a {
		background: #fff;
	}
	.menu-principal .menu-principal-ul>li ul li a:hover {
		background: #f5f5f5;
	}
	.dropdown-menu {
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background: #fff;
		border: 1px solid #CCCCCC;
		-webkit-box-shadow: none;
		;
		box-shadow: none;
		border-top: 0px solid #fff;
	}
	.dropdown-menu li {
		list-style: none;
		position: relative;
	}
	.dropdown-menu li a {
		padding: 8px 25px 8px 35px;
		border-bottom: 1px solid #ccc;
		display: block;
		color: #000;
		text-decoration: none;
		position: relative;
	}
	.dropdown-menu li a:hover {
		background: #f5f5f5;
	}
	.dropdown-menu li a:hover:before {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		left: 10px;
	}
	.dropdown-menu li a:before {
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		left: 15px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.carousel-indicators {
		bottom: 60px;
		position: absolute;
		left: 68%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0;
		list-style: none;
		text-align: right;
	}
	.carousel-indicators .active {
		width: 17px;
		height: 17px;
	}
	.carousel-indicators li {
		border-radius: 0px;
		width: 15px;
		height: 15px;
		background: #000;
	}
	.carousel-caption {
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		font-size: 14px;
		color: #000;
		padding-bottom: 10px;
		padding-top: 10px;
		text-shadow: 0px 0px #000;
	}
	.bloco-rede-social-icones {
		background: #fff;
		width: 146px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.bloco-noticias {
		min-height: 0px;
		margin-bottom: 50px;
	}
	.bloco-icone-mini {
		margin-bottom: 20px;
	}
	.bloco-icone-mini {
		text-align: center;
	}
	.float-right-lg {
		float: none;
	}
	.orgchart {
		width: 100%;
	}
	.orgchart table {
		width: 100%;
	}

}


@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
	.visible-xs-inline {
		display: none !important;
	}
	
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
	.topo-traducao{
		margin-left:0px;
	}
	#formPesquisa {
		width: 100%;
		margin-bottom: 10px;
	}
	.bloco-pesquisar {
		margin-top: 0px;
	}
	.breadcrumb {
		display: none;
	}
	.boxMenuSecao {
		margin-top: 30px;
	}
	.main .input-group.bloco-form-consulta {
		display: block;
	}
	.main .input-group.bloco-form-consulta .btn,
	.main .input-group.bloco-form-consulta .input-group-btn {
		display: block;
		width: 100%;
	}
	.main .input-group.bloco-form-consulta .input-group.form-control {
		margin-bottom: 10px;
	}
	.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active {
		margin-bottom: -1px;
		background: #08466f;
		color: #fff;
	}
	.ui-tabs .ui-tabs-nav.ui-widget-header li {
		width: 100%;
	}
	.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active a {
		color: #fff;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
	}
	.header-top .bloco-form-consulta [id$='cnj-numero'] {
		width: 60px;
	}
	.header-top .bloco-form-consulta [id$='cnj-digito'] {
		min-width: 30px;
	}
	.header-top .bloco-form-consulta [id$='cnj-ano'] {
		width: 43px;
	}
	.header-top .bloco-form-consulta [id$='cnj-justica-tribunal'] {
		width: 40px;
		text-align: center;
	}
	.header-top .bloco-form-consulta [id$='cnj-origem'] {
		min-width: 55px;
	}
	.header-top .bloco-form-consulta [id$='trt-numero'] {
		width: 60px;
	}
	.header-top .bloco-form-consulta [id$='trt-ano'] {
		width: 43px;
	}
	.header-top .bloco-form-consulta [id$='trt-vara'] {
		width: 44px;
	}
	.header-top .bloco-form-consulta [id$='trt-tribunal'] {
		width: 26px;
		text-align: center;
	}
	.header-top .bloco-form-consulta [id$='trt-recurso'] {
		min-width: 30px;
	}
	.header-top .bloco-form-consulta [id$='trt-digito'] {
		min-width: 30px;
	}
	.header-top .bloco-form-consulta .cnj-digito {
		width: 2px;
	}
	.panel-resultado .panel-body {
		border-top: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.titulo-redes-sociais {
		float: none;
		margin-bottom: 0px;
	}
	#carousel-noticias {
		min-height: auto;
	}
	.carousel.slide .fa.fa-chevron-left,
	.carousel.slide .fa.fa-chevron-right {
		margin-top: 100px;
	}
	.bloco-rede-social-icones {
		float: none;
		background: #fff;
		padding: 0px 10px;
		border-radius: 2px;
		margin: auto;
		width: 146px;
		margin-bottom: 20px;
	}
	.bloco-imagens-topo {
		display: none;
	}
	.header-top .bloco-form-consulta {
		width: 290px;
		margin: auto;
	}
	.header-top .form-cnj,
	.header-top .form-trt {
		margin-left: 0px;
	}
	.header-top .form-cnj label,
	.header-top .form-cnj input,
	.header-top .form-trt label,
	.header-top .form-trt input {
		float: left;
		margin-right: 5px;
	}
	.header-top .form-cnj .form-group,
	.header-top .form-trt .form-group {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.header-top .form-cnj .form-group,
	.header-top .form-cnj button,
	.header-top .form-trt .form-group,
	.header-top .form-trt button {
		float: left;
	}
	.logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.logo a {
		background: url(../img/logo-JT.png) no-repeat;
		background-size: 100%;
		width: 356px;
		height: 80px;
		text-indent: -9999px;
		display: block;
		margin: auto;
	}
	.logo-texto {
		font-size: 16px;
		text-align: center;
		color: #005CA8;
		font-weight: normal;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		float: none;
	}
	.logo-mobile-texto {
		font-size: 16px;
		text-align: center;
		color: #005CA8;
		font-weight: bold;
	}
	.consulta-processual {
		text-align: center;
	}
	.header-top p {
		margin-bottom: 10px;
	}
	.menu-principal {
		background: #f5f5f5;
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
	}
	.menu-principal .menu-principal-ul {
		list-style: none;
		margin-left: 0px;
	}
	.menu-principal .menu-principal-ul>li {
		float: none;
	}
	.menu-principal .menu-principal-ul>li>.dropdown-toggle {
		margin-bottom: 2px;
	}
	.menu-principal .menu-principal-ul>li>a {
		padding: 10px 15px 10px;
		display: block;
		font-size: 14px;
		color: #000;
		text-decoration: none;
	}
	.menu-principal .menu-principal-ul>li>a:hover {
		background: #fff;
	}
	.menu-principal .menu-principal-ul>li ul li a {
		background: #fff;
	}
	.menu-principal .menu-principal-ul>li ul li a:hover {
		background: #f5f5f5;
	}
	.bloco-noticias-videos {
		min-height: auto;
		-webkit-box-shadow: 5px 10px 6px -6px #ccc;
		-moz-box-shadow: 5px 10px 6px -6px #ccc;
		box-shadow: 5px 10px 6px -6px #ccc;
		border-radius: 2px;
		border: 1px solid #CCCCCC;
		margin-bottom: 0px;
	}
	.bloco-noticias-videos .foto {
		background: #fff;
	}
	.bloco-noticias-videos .foto img {
		width: 100%;
		height: auto;
	}
	.bloco-noticias-videos .texto h3 {
		color: #0066b3;
		font-size: 18px;
		text-align: center;
		margin-bottom: 5px;
	}
	.bloco-noticias-videos .carousel .left.carousel-control {
		background: none;
	}
	.bloco-noticias-videos .carousel .right.carousel-control {
		background: none;
	}
	.bloco-noticias-videos .carousel-indicators {
		display: none;
	}
	.bloco-noticias {
		margin-bottom: 45px;
		border-radius: 2px;
		min-height: 0px;
	}
	.bloco-noticias .titulo-mais-noticias a {
		text-transform: uppercase;
		font-size: 14px;
	}
	.carousel-indicators {
		bottom: 60px;
		position: absolute;
		left: 68%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0;
		list-style: none;
		text-align: right;
	}
	.carousel-indicators .active {
		width: 17px;
		height: 17px;
	}
	.carousel-indicators li {
		border-radius: 0px;
		width: 15px;
		height: 15px;
		background: #000;
	}
	.carousel-caption {
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		font-size: 14px;
		color: #000;
		padding-bottom: 10px;
		padding-top: 10px;
		text-shadow: 0px 0px #000;
	}
	.dropdown-menu {
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background: #fff;
		border: 1px solid #CCCCCC;
		border-top: 0px solid #fff;
	}
	.dropdown-menu li {
		list-style: none;
		position: relative;
	}
	.dropdown-menu li a {
		padding: 8px 25px 8px 35px;
		border-bottom: 1px solid #ccc;
		display: block;
		color: #000;
		text-decoration: none;
		position: relative;
	}
	.dropdown-menu li a:hover {
		background: #f5f5f5;
	}
	.dropdown-menu li a:hover:before {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		left: 15px;
	}
	.dropdown-menu li a:before {
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		left: 20px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 8px 25px 8px 35px;
	}
	.float-right-lg {
		float: none;
	}
	.tab-consulta .bloco-form-consulta {
		display: block;
	}
	.tab-consulta .btn-consultar {
		width: 100%;
		display: block;
		clear: both;
		margin-top: 5px;
	}
	.tab-consulta .btn-consultar button {
		width: 100%;
		margin-top: 10px;
	}
	.orgchart {
		width: 100%;
	}
	.orgchart table {
		width: 100%;
	}
}

@media (min-width: 640px) {
	.tabela-width-60 {
		width: 60px;
		text-align: center;
	}
	.tabela-width-70 {
		width: 70px;
		text-align: center;
	}
	.tabela-width-80 {
		width: 80px;
		text-align: center;
	}
	.tabela-width-90 {
		width: 90px;
		text-align: center;
	}
	.tabela-width-100 {
		width: 100px;
		text-align: center;
	}
	.tabela-width-110 {
		width: 110px;
		text-align: center;
	}
	.tabela-width-120 {
		width: 120px;
		text-align: center;
	}
	.tabela-width-130 {
		width: 130px;
		text-align: center;
	}
	.tabela-width-140 {
		width: 140px;
		text-align: center;
	}
	.tabela-width-150 {
		width: 150px;
		text-align: center;
	}
	.tabela-width-160 {
		width: 160px;
		text-align: center;
	}
	.tabela-width-170 {
		width: 170px;
		text-align: center;
	}
	.tabela-width-180 {
		width: 180px;
		text-align: center;
	}
	.tabela-width-190 {
		width: 190px;
		text-align: center;
	}
	.tabela-width-200 {
		width: 200px;
		text-align: center;
	}
	.tabela-width-210 {
		width: 210px;
		text-align: center;
	}
	.tabela-width-220 {
		width: 220px;
		text-align: center;
	}
	.tabela-width-230 {
		width: 230px;
		text-align: center;
	}
	.tabela-width-240 {
		width: 240px;
		text-align: center;
	}
	.tabela-width-250 {
		width: 250px;
		text-align: center;
	}
	.tabela-width-260 {
		width: 260px;
		text-align: center;
	}
	.tabela-width-270 {
		width: 270px;
		text-align: center;
	}
}


/*# sourceMappingURL=style.css.map */

.blink {
	animation: blinker 1s linear 10;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.lista-ancora-topo li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.lista-ancora-topo li:last-child a {
	border-right: 0px solid #fff;
}

.lista-ancora-topo li a {
	color: white;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

.lista-acessibilidade-topo li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.lista-acessibilidade-topo li a {
	cursor: pointer;
}

.lista-acessibilidade-topo li a.icon-informacao {
	width: 15px;
	height: 15px;
	background: url(../img/icon_informacao.png) no-repeat !important;
	background-size: 100% !important;
	display: inline-block;
	line-height: 15px;
	text-indent: -9999px;
}

.lista-acessibilidade-topo li:last-child a {}

.lista-acessibilidade-topo li a {
	color: white;
}

.logo-rodape {
	width: 75%;
	height: auto;
	margin: auto;
}

.rodape-endereco {
	border-left: 2px solid #fff;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
	left: -55px;
	font-size: 12px;
}

.rodape-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.rodape-menu h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.rodape-menu a {
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
}

.rodape-menu li {
	list-style: none;
}

.rodape-menu a:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 15px;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-top: 3px;
}

.footer-fundo-azul .bloco-rede-social-icones-header {
	margin-top: 8px;
}

.footer-fundo-azul a.icon-informacao {
	width: 30px;
	height: 30px;
	background: url(../img/icon_informacao.png) no-repeat !important;
	background-size: 100% !important;
	display: inline-block;
	line-height: 15px;
	text-indent: -9999px;
	float: right;
	margin-top: 5px;
}

.text-white {
	color: #ffffff !important;
}

.text-red {
	color: #dd4b39 !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-aqua {
	color: #00c0ef !important;
}

.text-aqua-mod {
	color: #00c0ef;
}

.text-aqua-mod:hover {
	color: #0027ef;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111111 !important;
}

.text-light-blue {
	color: #3c8dbc !important;
}

.text-green {
	color: #00a65a !important;
}

.text-gray {
	color: #d2d6de !important;
}

.text-navy {
	color: #001f3f !important;
}

.text-teal {
	color: #39cccc !important;
}

.text-olive {
	color: #3d9970 !important;
}

.text-lime {
	color: #01ff70 !important;
}

.text-orange {
	color: #ff851b !important;
}

.text-fuchsia {
	color: #f012be !important;
}

.text-purple {
	color: #605ca8 !important;
}

.text-maroon {
	color: #d81b60 !important;
}

.consulta-pagina-inicial .input-group-xs .form-control,
.consulta-pagina-inicial .input-group-xs .input-group-addon,
.consulta-pagina-inicial .input-group-xs .input-group-btn .btn {
	font-size: 16px;
}

.consulta-pagina-inicial {
	height: 25px;
	line-height: 25px;
	font-family: Arial Regular;
	font-size: 16px;
}

.consulta-pagina-inicial p {
	margin-bottom: 0px;
}

.consulta-pagina-inicial p,
.consulta-pagina-inicial label {}

.consulta-pagina-inicial input {
	border-radius: 0px;
}

.consulta-pagina-inicial .bloco-form-consulta div.form-group {
	height: 20px;
	margin-bottom: 0px;
}

.consulta-pagina-inicial .bloco-form-consulta .form-control {
	height: 20px;
	padding: 0px 2px;
	line-height: 10px;
}

.consulta-pagina-inicial .input-group-addon {
	font-weight: normal;
	border: none;
}

.consulta-pagina-inicial .input-group-addon.titulo-consulta-processual {
	background: none;
}

.consulta-pagina-inicial .input-group {
	margin-bottom: 0px;
}

.consulta-pagina-inicial .input-group-btn .btn {
	background: #00b388;
	font-weight: normal;
	margin-top: -1px;
	border: 1px solid #888 !important;
}

.consulta-pagina-inicial .input-group-btn .btn:hover,
.consulta-pagina-inicial .input-group-btn .btn:focus {
	background: #00b388;
}

.consulta-pagina-inicial input[type='number'] {
	-moz-appearance: textfield;
}

.consulta-pagina-inicial input::-webkit-outer-spin-button,
.consulta-pagina-inicial input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.footer-fundo-azul-escuro {
	background: ;/*#0e4f86;*/
	padding: 0px 0px;
	margin-bottom: 2px;
}

.footer-fundo-azul-escuro .bloco-links-rodape {
	margin-top: 0px;
	margin-bottom: 20px;
}

.footer-fundo-azul-escuro .bloco-links-rodape h2 {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-fundo-azul-escuro .bloco-links-rodape ul {
	padding-left: 0px;
	list-style: none;
}

.footer-fundo-azul-escuro .bloco-links-rodape ul li a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
}

.footer-fundo-azul-escuro .bloco-links-rodape ul li a:hover {
	background: #033c6c;
	padding: 5px 5px;
}

.footer-fundo-azul-escuro .bloco-links-rodape ul li {
	float: none;
	border-right: 1px solid #23517e;
	padding: 0px 0px;
	vertical-align: middle;
	height: auto;
}

.accessibility-contrast {
	color: #FFF333 !important;
	background: #000 !important;
}

.accessibility-contrast .logo a {
	background: url(../img/logo-JT.png) !important;
	filter: invert(1);
}

.accessibility-contrast .logo-rodape {
	/* filter: invert(1); */
}

#noticias-principais .item.active {
	margin-bottom: 10px;
}

#noticias-principais .item.active .box-img {
	float: left;
	margin-right: 20px;
}

#noticias-principais .item.active .box-img img {
	width: 346px;
	height: 231px;
	border: 1px solid #ddd;
}

#noticias-principais .item.active .box-text {}

#noticias-principais .item.active .box-text h3 {
	font-size: 20px;
	color: #01426a;
	font-family: Arial;
	font-weight: bold;
}

#noticias-principais .item.active .box-text p {
	font-size: 16px;
	color: black;
	font-family: Arial;
	font-weight: normal;
}

#noticias-principais .item.active .box-text p a {
	font-style: italic;
	font-family: Arial;
	font-size: 13px;
	color: black;
}

#noticias-principais .item .box-img img {
	width: 100%;
	height: 182px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

#noticias-principais .item .box-text h3 {
	color: #01426a;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}

.bloco-servicos-vertical {
	padding-left: 0px !important;
}

.bloco-servicos-vertical li {
	list-style: none;
	border-top: 2px solid #c4deeb;
	padding: 5px 0px;
	margin-top: 0px;
}

.bloco-servicos-vertical li:last-child {
	border-bottom: 2px solid #c4deeb;
}

.bloco-servicos-vertical .box-img {
	
	
}

.bloco-servicos-vertical .box-img img {
	height: 35px;
	width: 35px;
}

.bloco-servicos-vertical .box-text h3 {
	font-family: Arial;
	font-weight: bold;
	color: #003366;
	font-size: 16px;
	margin-bottom: 0px;
}

.slide-control {
	color: #fff;
	font-size: 80px;
	left: 30px;
	margin-top: -70px;
	position: absolute;
	top: 50%;
}

.slide-control.right {
	left: auto;
	right: 30px;
}

.alert ul, .alert ol{
	margin: 20px;
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.visible-xs-inline {
		display: inline-block !important;
	}
	.bloco-servicos-vertical{
		margin:20px 0px !important;
	}
	.bloco-videos2{
		margin-bottom: 30px;
	}
}
@media  (min-width: 769px) and (max-width: 992px) {
	#noticias-principais .item .box-img img{
		height: auto;
	}
	#noticias-principais .item{
	margin-bottom: 10px;}
	.bloco-videos2{
		margin-bottom: 20px;
	}
	.bloco-sidebanner img{
		height: auto !important;
	}
}
@media  (max-width: 768px) {
	.topo-traducao{
		margin-left: 0px;
	}
	.bloco-rede-social-icones-header{
		margin-bottom: 10px;
		margin-top: 0px;
	}
	#noticias-principais .item.active .box-img {
		margin-right: 0px;
		width: 100%;
	}
	#noticias-principais .item img {
		width: 100% !important;
	}
	.rodape-endereco{
		left:0px;
	}
	.logo {
    	display: block;
	}
	.typeahead, .tt-query, .tt-hint {
    	height: 30px !important;
	}
	.btn.btn-primary.btn-amarelo {
		height: 30px !important;
    	padding: 0px 10px 0px 10px !important;
	}
	.navbar-principal .navbar-collapse{
		overflow: hidden;
	}
	#consultaCNJForm .input-group-addon, #consultaCNJForm .input-group-btn{
		width:100%;
		margin-bottom: 5px;
	}
	#consultaCNJForm input{
		margin-bottom: 5px;
	}
	.consulta-processual .input-group.bloco-form-consulta .btn, .consulta-processual .input-group.bloco-form-consulta .input-group-btn{
    	display: block !important;
    	width: 100%;	
	}
	.consulta-processual .input-group{
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	.logo-rodape {
	    width: 227px;
	    height: auto;
	    margin: auto;
	    left: 227px;
    	position: relative;
    	margin-left: -50%;
	}
	.bloco-sidebanner img{
		height: auto !important;
	}

	.footer-fundo-azul a.icon-informacao {
	    width: 25px;
	    height: 25px;
	    background: url(../img/icon_informacao.png) no-repeat;
	    background-size: 100%;
	    display: inline-block;
	    line-height: 25px;
	    text-indent: -9999px;
	    float: right;
	    margin-top: 16px;
	    margin-right: 5px;
	}
	.footer-fundo-cinza .bloco-links-rodape ul li {
	    float: left;
	    border-right: 0px solid #23517e;
	    padding: 0px 35px;
	    vertical-align: middle;
	    height: 50px;
	    text-align: center;
	    width: 100%;
	    margin-bottom: 10px;
	}
	#noticias-principais .item .box-img img{
		height: auto;
	}
}