/* Área do usuário */
.user-area {
    width: 25%;
}

/* Opções de tradução */
#MicrosoftTranslatorWidget {
    display: none!important;
}

.translate-active #MicrosoftTranslatorWidget {
    display: block!important;
}

/*
#google_translate_element {
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.translate-active #google_translate_element {
    opacity: 1;
    height: auto;
}
*/

/* formulário de busca */
.search .radio input[type=radio], 
.search .radio-inline input[type=radio], 
.search .checkbox input[type=checkbox], 
.search .checkbox-inline input[type=checkbox] {
    position: relative;
    margin-left: 0px;
}

#LauncherLogo {
    display: none;
}

header {
    display: table;
    width: 100%;
    background-color: #000;
    /*background-color: #b80c56;
    background-color: #e42f7d;
    background-color: #0086dc;*/
}

/* Linha dourada abaixo do menu do topo da página */
header::after {
    margin-top: 2px;
    content: "";
    float: left;
    background-color: #d1bc5e;
    width: 100%;
    padding:1px;
    overflow: hidden;
}

body{
    margin: 0;
    font-family: tahoma, sans-serif;
    font-size: 1.25em; /*20px / 16px = 1.25em */
}

/* Icone especial do menu aparece apenas em telas pequenas. Abre o menu lateral. */
.menu-anchor{
    display: none;
}

p{line-height: 1.5em;}

/* Para tornar as imagens flexíveis */
img {
    /*max-width: 100%; /*define a largura máxima em até 100%*/
}

p.Pos_espacamento{margin-bottom: 3.5em;}


/* Parte superior do menu do topo (Logo, seções judiciárias e acessibilidade). E parte do corpo (#Container) */
#Div_HeaderTop, #Container {
    width: 90.5em; /* 1448px / 16px = 90.5em */
    margin: 0 auto;
}

#Div_Nav_Topo p {
    display: none;
}

#Div_HeaderTop img{
    display: block;
    float: left;
}

#Div_HeaderTop nav ul li{
    display: inline;
    float: left;    
}

#Div_HeaderTop ul li a{
    text-decoration: none;
    display: block;
    /*color: hsl(0,0%,70%);*/
    color:white;
}

.margem_icone{
    margin-top: 0.925em;/* 14.8px / 16px = 0.925em */
}

.opcoes-anchor {
    display: none;
}

#Div_Secoes{
    float: left;
    margin: 0;
}

#Div_Secoes li{
    width: 3.6875em;
}

#Div_Secoes li a{
    /*border-right: 1px solid hsl(0,0%,26%);*/
    border-right: 1px solid #ffffff;
    padding: 0.7875em 0.6em 0.7875em 0.3125em;
    text-align: center;
}

#Div_Secoes li a:hover{color: white;}

#Div_Acessibilidade {
    margin: 0;
    float: right;
    margin-top: 0.95em;
    padding-left: 0px;
}

#Div_Acessibilidade li{
    width: 1.85em;
    height: auto;
}

/* Parte do meio do menu superior (Logo e barra de busca) */
#Div_HeaderMedium {
    width: 100%;
    float: left;
    margin-left: 0;
}

#Div_Imagens, #Div_Buscar{
    float: left;
    margin: 0;
    margin-top: 0.925em;
}

#Div_Imagens {
    width: 60%;
}

#Div_Buscar{
    width: 40%;
}

#Div_Buscar form{
    float: right;
    margin-top: 0.9575em;
}

#Div_Buscar .form-inline .form-control {
    width: 100%;
}

#Div_Buscar form input{
    background: white url(../imagens/icones_extra/ico-lupa.png) left center no-repeat;
    padding: 8px 5px 8px 30px;
}

/* Parte inferior do menu superior (menu de navegação e JF5 de A a Z) */
#Div_HeaderBottom {
    display: table;
    width: 100%;
    height: 3.625em;
    margin: 0;
    float: left;
}


/** Início - Navegador Principal **/
#Div_Navigator{
    width: 89%;
    margin: 0;
    margin-top: 0.675em;
    float: left;
}

/* Faz os submenus do menu de navegação principal abrirem apenas passando-se o mouse por cima */
/*.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}*/

/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

/* Botão do JF5 de A a Z */
#Div_Glossario{
    width: 11%;
    height: 3.625em;
    padding-top: 0.675em;
    float: left;
    margin: 0;
    text-align: right;
}

#Div_Navigator ul li a{
    padding: 0.325em;
    margin-right: 0.3425em;
    color:#3C3D3D;
}

#Div_Navigator .glyphicon-home {
  margin: 0 2.5px;
}

/* Breadcrumb */
ul.breadcrumbs {
 padding-left: 0;
 margin-top: 5px;
}

ul.breadcrumbs li {
  list-style: none;
  display: inline;
  margin-right: 5px;
}

ul.breadcrumbs li a.breadcrumbs-home {
  background: url('../imagens/bt-home.png') no-repeat;
  float: left;
  height: 19px;
  margin: 0;
  padding: 5px;
  width: 29px;
}

ul.breadcrumbs li a, ul.breadcrumbs li span {
  background: url('../imagens/bullet-breadcrumb.png') no-repeat center right;
  line-height: 20px;
  margin-left: 2px;
  padding-right: 13px;
}

/* Botões de impressão e email */
.btn .caret {
  margin-top: 8px;
}


/* Resto do corpo da página */
.main {
    display: inline-block;
    width: 100%;
}

/* Espaço para conteúdo de artigos e alguns componentes */
#component-content {
  float: left;
  width: 75%;
}

.TRF5_destaque{
    font-weight: bold;
    color:white;
}

#Div_Lateral {
    width: 24%;
    float: right;
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
}

#Div_TRF5Noticias{
    float: left;
    width: 75%;
    /*margin-top: 10px;*/
}

#carousel-example-generic img {
    width: 100%;
}

#carousel-example-generic h3 {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

#Div_TRF5Noticias .carousel-inner img {
    float: none;
}

#Div_TRF5Noticias .carousel-caption {
    height: 100%;
}

.main h3.small{
    font: small-caption;
    font-weight: bold;
    font-size: 1.4em;
    color: #666;
}

/* Posição da imagem */
.carousel-inner img {
    float: right;
}

/* Background - Retângulo por trás do título da notícia */ 
.carousel-caption {
    width: 45%;
    height: 25.25em;
    background-color: hsla(360, 100%, 0%, 0.6);
    top: 0.0525em;
    right: 60%;
    left: 0; 
}

/* Título da notícia */
.carousel-caption h3,  .carousel-caption p{
    padding: 0.3125em 1.0375em 1.05em;
    display: block;
    text-align: left;
}

/* Link da notícia */
.carousel-caption h3 a{
    color: white;
    text-decoration: none;
}

/* Chamada da notícia */
.carousel-caption p {
    font-size: 1em;
    padding-bottom: 0;
    padding-left: 2.0375em;
    margin-top: -0.625em;
}

/* Bolinhas dinâmicas do slide de notícias */
.carousel-indicators {
    /*left: 20%;*/
    top:4%;
    left: 35%;
}

/**** Fim do Carousel ****/
aside {
    width: 25%;
    float: left;
}

#Div_Lateral aside {
    width: 100%;
}

#Div_ServicosPublicos {
    margin-top: 5%;
    height: 18.7em;
}

#Div_ServicosPublicos ul {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85%;
}

#Div_ServicosPublicos img {
    width: 12px;
    height: 20px;
    display: none;
}

.blocoVisivel {
    height: 65%;
    overflow: hidden;
}

.blocoVisivel ul {
    -webkit-transition: all .75s linear;
    -ms-transition: all .75s linear;
    -moz-transition: all .75s linear;
    -o-transition: all .75s linear;
    transition: all .75s linear;
}

.botoesServicosPublicos button {
    width: 15%;
    margin: 0px 6px;
    float: right;
}

#Div_TodasNoticias {
    margin-top: 12.5%;
    height: 22em;
}

#Div_NoticiasFull{
    float: left;
    width: 74%;
}

.blocoNoticia {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#Div_NoticiasNivel01,#Div_NoticiasNivel02, #Div_Destaques{
    width: 100%;
    margin: 0.9375em 0;
}

#Div_NoticiasNivel01{margin-top: 2.5em;}

#Div_NoticiasNivel01 h3{margin-top: 0.3125em;}

#Div_NoticiasNivel02 h3, #Div_Destaques h3{font-size: 1.5em; overflow: hidden;}

#Div_NoticiasNivel02 p, #Div_Destaques p{
    font-size: 0.9em;
    color: #666;
    overflow: hidden;
}

/*#Div_NoticiasNivel02 .blocoNoticia .caption h3 {*/
  width: 250px; /* ajuste para a largura desejada */
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

/*#Div_Destaques .blocoNoticia p  {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

#Div_NoticiasNivel02#Div.row {
    width: 100%;
}

.DataPequena{
    color: #bebebe;
}

/* Banners */

#Div_Banners{
    margin-top: 4.5em;
    float: right;
    width: 100%;
    height: 28.05em;
    /*border: 0.1em solid #ccc;*/
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

.banneritem {
  float: left;
}

/* Rodapé */

footer{
    width: 100%;
    clear: both;
    font-size: 0.9em;
    overflow: auto; /* Se ajusta também à altura dos filhos */
}

/* Seção superior do rodapé */

#Div_FooterUp{
    width: 100%;
}

#Div_FooterUpFirst{width: 11%;}
#Div_FooterUpSecond{width: 80%;}

#Div_ServicosFooter {
    float: left;
    width: 89%;
}

#Div_ServicosFooter ul li{
    float: right;
    display: inline;
    margin: 0.125em;
}

#Div_ServicosFooter ul li a {
    padding: 6px 12px 6px 12px;
}

#Div_ServicosFooter ul li a img {
    width: 1.25em;
    margin-right: 5px;
}

/* Seção média do rodapé */

#Div_FooterMedium  {
    width: 100%;
}

#Div_FooterMediumFirst, #Div_FooterMediumSecond{width: 50%;}

#Div_FooterMediumSecond{text-align: right;}

#Div_FooterUpFirst, #Div_FooterMediumFirst, #Div_FooterMediumSecond{
    float: left;
}

/* Seção inferior do rodapé */

#Div_Selos{
    float: left;
    width: 100%;
    background-color: hsla(0, 0%, 39%, 1);
}

#Div_Selos img{
    float: left;
    margin: 0.2em;
}

/* Voltar ao topo */

.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);
    /* propriedades de substituição de imagem */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(111, 111, 111, 0.8) url(../imagens/cd-top-arrow.png) 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;
    z-index: 2;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover, .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 {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* Se o usuário continuar rolando para baixo, o botão perde o foco e fica mais apagado */
    opacity: .5;
}

.no-touch .cd-top:hover, .cd-top:hover {
    background-color: rgb(99, 99, 99);
    opacity: 1;
}

/* Fim voltar ao topo */

/* Mixin */
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}
/* Usage */
.container {
  .clearfix();
}

/* Muda a cor dos botões */

/* Cor dos Asides - Início */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .tituloAside {
    background: rgba(30,91,138,1);
    background: -moz-linear-gradient(top, rgba(30,91,138,1) 0%, rgba(70,119,156,1) 44%, rgba(1,59,83,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,91,138,1)), color-stop(44%, rgba(70,119,156,1)), color-stop(100%, rgba(1,59,83,1)));
    background: -webkit-linear-gradient(top, rgba(30,91,138,1) 0%, rgba(70,119,156,1) 44%, rgba(1,59,83,1) 100%);
    background: -o-linear-gradient(top, rgba(30,91,138,1) 0%, rgba(70,119,156,1) 44%, rgba(1,59,83,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,91,138,1) 0%, rgba(70,119,156,1) 44%, rgba(1,59,83,1) 100%);
    background: linear-gradient(to bottom, rgba(30,91,138,1) 0%, rgba(70,119,156,1) 44%, rgba(1,59,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5b8a', endColorstr='#013b53', GradientType=0 );
}
/* Cor dos Asides - Fim */

/* Customização do título do aside - Começo */
.tituloAside {
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
}

.tituloAside, .tituloAside:hover, .tituloAside:focus {
    color: white;
    font-size: 12.5px;
    text-decoration: none;
}
/* Customização do título do aside - Fim */

/* Cor dos Botões - Início */
.btn-primary{
    background-color: #3d7389;
    border-color: #3d7389;
}

.btn-primary:hover{
    background-color: #7cafc4;
    border-color: #7cafc4;
}
/* Cor dos Botões - Fim */

/* Configuração das Tabelas - Início */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th{
    background-color: #9CBFAA;
    border: 1px solid #ebebeb;
}

.table>tbody>tr>td{border: 1px solid #ccc;}
/* Configuração das Tabelas - Fim */

/* Configuração dos links do phocadownloads - Início */
.phocadownloadfile32 {
  background: none!important;
  border: none!important;
  margin: 0!important;
  display: inline-block;
  padding: 0.25em 0!important;
}
/* Configuração dos links do phocadownloads - Fim */

/* Tabelas sem bordas - Início */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

table.borderless {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Tabelas sem bordas - Fim */

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
speak: none;
}

.icon-print:before,
.icon-printer:before {
    content: "\e013";
}

.icon-envelope:before,
.icon-mail:before {
    content: "\4d";
}

.icon-options:before,
.icon-cog:before {
    content: "\38";
}

.item-page .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.item-page .btn:hover,
.item-page .btn:focus,
.item-page .btn:active,
.item-page .btn.active,
.item-page .btn.disabled,
.item-page .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.item-page .btn:active,
.item-page .btn.active {
    background-color: #cccccc \9;
}

/* Carousel previous and next arrow icons - Banners */
.carousel-control {
  left: auto;
  width: 50px;
  z-index: 1;
}
.carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-up,
.carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel-control .icon-up,
.carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.banners {
  /*height: 15.2em;*/
  height: 22.8em;
  width: 100%;
  min-width: 240px;
}

.rotating-banners {
  width: 240px;
}

.btn-carousel {
    color: black;
    width: 15%;
    border-radius: 0;
}

.slick-vertical .slick-slide {
    border: none!important;
}

.btn-carousel.carousel-control:focus {
    color: #000;
    opacity: .5;
}

/** Para corrigir a altura do carrossel **/
.tales {
  width: 100%;
}
.carousel-inner{
  width:100%;
  max-height: 15.625em !important;
}
/** Fim da Gabiation **/

/** Diminuição de Fontes **/

h3.news-lead{font-size: 1.5em;}
div.carousel-caption h3 a{font-size: 0.75em;}

/** Fim da Diminuição de Fontes **/

ol.carousel-indicators{
	max-height: 1.5em;
}

/** Verticalizando Textos **/

.verticalizando{
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
writing-mode: rl-tb;
text-align: center;
}
