.ico_juizado {
    background: url(../images/ico_jecjc.png) no-repeat 0px; 
    padding-left: 50px;
    margin-left: 35px;
    height: 31px;
    display: inline-block;
    color: #9492a1;
}

.select-bg-pointer div > select {
    background: url(../images/ico-combo-fase-intancia.png) #FFF no-repeat 10px;
    padding-left: 40px !important;
}

.select-responsavel-ico {
    background: url(../images/ico_usuario_responsavel.png) #FFF no-repeat 10px;
    padding-left: 40px !important;
}

.bkg-titulo-instancias {
    background: #7d8290;
}

.bkg-subtitulo-instancias {
    background: #9492a1;
}

.bkg-subtitulo-instancias:hover {
    background: #7d8290;
}

.bkg-lista-fases {
    background: #efefef;
}

.ofx-h {
    overflow-x: hidden;
}

.ofy-h {
    overflow-y: hidden;
}

.of-h {
    overflow: hidden;
}

.f-10 {
    font-size: 10px;
}

.f-14 {
    font-size: 14px;
}

.grupo-andamentos li {
    background: #cbcacf;
}

.grupo-andamentos li.bg-aux-grupo-andamentos {
    background: #f5f5f5;
}

.grupo-andamentos li ul li,
.grupo-andamentos li ul li.active {
    background: #f5f5f5;
    color: #8c8c8c;
    font-size: 10px;
    border-bottom: 1px solid #cbcacf;
}

.grupo-andamentos li ul li.active {
    cursor: pointer;
}

.grupo-andamentos li ul li.active.bg-hover {
    background: #2d2e31;
}

.grupo-andamentos li ul li.active.bg-hover,
.grupo-andamentos li ul li.active.bg-hover h6 {
    color: #FFF;    
}

.grupo-andamentos li ul li.active.bg-hover {
    background: #2d2e31 url(../images/ico_avancar_fluxo.png) no-repeat 95% 12%;
}
.grupo-andamentos li ul li h6 {
    color: #262947;
    font-size: 12px;
}

.grupo-andamentos li ul li.active.bg-hover,
.grupo-andamentos li ul li.active.bg-hover h6 {
    color: #FFF;  
}



.grupo-fases li {
    background: #cbcacf;
    cursor: pointer;
}


.grupo-fases li.active {
    background: #2d2e31 url('../images/ico_avancar_fluxo.png') no-repeat 95% 50%;
    color: #FFF;
}

.grupo-fases li.bg-hover {
    background: #2d2e31 url('../images/ico_avancar_fluxo.png') no-repeat 95% 50%;
    color: #FFF;
}

.grupo-fases li.position {
    background: #d3c2cc;
}

.grupo-fases li.position:hover {
    background: #d9534f;
    color: #FFF;
}

.ico-visulalizar-casos {
    background: url(../images/ico_visualizar_caso.png) no-repeat 0;
    height: 14px;
    width: 13px;
    display: inline-block;
}

.ico-seta-direita {
    right: 8px;
    background: url(../images/seta-direita.svg) no-repeat 0;
    height: 16px;
    width: 10px;
    display: inline-block;

}

.ico_instancia {
    width: 50px;
    height: 50px;
    overflow: hidden;
    color: #FFF;
    padding-top: 18px;
    padding-right: 20px;
    font-weight: 600;
    text-align: center; 
    font-size: 9px;
    cursor: pointer;
    display: inline-block;
}

.ico_instancia.nove-mais:not(.on) {
    margin-left: 10px !important;
}

.ico_instancia.nove-mais.active.on {
    margin-right: 10px;
}

.mb-14p{
    margin-bottom: 4px;
}


.ico_instancia.active.on.bg-hover:not(.popover-voce-esta-aqui) {
    margin-left: 10px;
    margin-right: 0px;
    padding-right: 20px;
}


.left-ico-instancia-principal {
    left: 100% !important;
}

.ico-timeline.bg-hover,
.ico-timeline.active.bg-hover,
.ico-timeline.position.bg-hover,
.ico-timeline.pd.bg-hover,
.ico-timeline.concluido.bg-hover,
.ico_instancia.bg-hover,
.ico_instancia.active.bg-hover, 
.ico_instancia.position.bg-hover,
.ico_instancia.concluido.bg-hover,
.ico_instancia.pd.bg-hover {
    background: url(../images/ico_instancia_hover.png) no-repeat 0 !important;
    z-index: 2;
}

.ico-timeline,
.ico-timeline.concluido,
.ico_instancia, 
.ico_instancia.concluido {
    background: url(../images/ico_instancia.png) no-repeat 0;
}

.pl-14 {
    padding-left: 14px !important;
}

.ico-timeline.active,
.ico_instancia.active {
    background: url(../images/ico_instancia_active.png) no-repeat 0;
    font-weight: 900;
    padding-top: 9px;
    font-size: 21px;
}

.ico-timeline.active.on,
.ico_instancia.active.on {
    background: url(../images/ico_instancia_active_on.png) no-repeat 0;
    font-size: 11px;
    padding-top: 16px;
    padding-right: 0;
}

.ico-timeline.position,
.ico_instancia.position {
    background: url(../images/ico_instancia_position.png) no-repeat 0;
}

.ico-timeline.pd,
.ico_instancia.pd {
    background: url(../images/ico_instancia_pd.png) no-repeat 0;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.instancia-principal {
    height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.w-50p{
    width: 50px;
}

.h-50p{
    height: 50px;
}

.ml-14{
    margin-left:14px;
}

 .aux-ico-item-stj-instancia,
 .aux-ico-item-stf-instancia {
    transform-origin: right top 0;
    transform: rotate(270deg);
    right: 30px;
    font-weight: 700;
    font-size: 16px;
}

 .aux-ico-item-stj-instancia { top: 70%; }
 .aux-ico-item-stf-instancia { top: 22%; }


.aux-ico-item-segunda-instancia {
    top: 47% !important;
    left: 0 !important;
}


.instancia-secundaria {
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bg-primary-aux {
    background: #234990 !important;
}

.bkg_circulo_instancias {
    background: url(../images/bkg_circulo_instancias.png) no-repeat 0;
    height: 110px;
    width: 110px;
}

.bkg_avanca_instancias {
    background: url(../images/bkg_avanca_instancias.svg) no-repeat 0;
    height: 164px;
    width: 75px;
    position: absolute;
    top: 30%;
}

.bkg_avanca_instancias.bg-hover {
    background: url(../images/bkg_avanca_instancias_hover.svg) no-repeat 0;
}

.bkg_instancia1_tit{
    background: url(../images/ico_instancia1_tit.png) no-repeat 0;
    top: 41%;
    left: 40%;
}

.bkg_instancia1_tit,
.bkg_instancia23_tit {
    width: 23px;
    height: 20px;
}

.bkg_instancia23_tit {
    top: 42%;
    left: 41%;
    font-weight: 700;
}

.i1-1, .i2-1, .i3-1 {
    top: -24px;
    left: 40px;
}

.i1-1.active.on, .i2-1.active.on, .i3-1.active.on {
    left: 30px;
} 

.i1-2, .i2-2, .i3-2 {
    top: -7px;
    left: 79px;
}

.i1-3, .i2-3, .i3-3 {
    top: 32px;
    left: 95px;
}

.i1-4, .i2-4, .i3-4 {
    top: 71px;
    left: 79px;
}

.i1-5, .i2-5, .i3-5 {
    top: 89px;
    left: 40px;
}

.i1-5.active.on, .i2-5.active.on, .i3-5.active.on {
    left: 30px;
}

.i1-6, .i2-6, .i3-6 {
    top: 71px;
    left: 1px;
}

.i1-6.active.on, .i2-6.active.on, .i3-6.active.on {
    left: -19px;
}

.i1-7, .i2-7, .i3-7 {
    top: 32px;
    left: -18px;
}

.i1-7.active.on, .i2-7.active.on, .i3-7.active.on {
    left: -32px;
}

.i1-8, .i2-8, .i3-8 {
    top: -7px;
    left: 0px;
}

.bullet_concluido,
.bullet_novo,
.bullet_ea,
.bullet_pd {
    font-size: 10px;
    padding-left: 12px;
}


.w-100 {
    width: 100% !important;
}

.w-100  > .popover-voce-esta-aqui {
    float: right;
    margin-top: -13px;
}

.popover-voce-esta-aqui.active.on,
.popover-voce-esta-aqui {
    width: 71px;
    height: 35px;
    display: table;
    z-index: 1;
}

.popover-voce-esta-aqui.concluido.bg-hover,
.popover-voce-esta-aqui.novo.bg-hover,
.popover-voce-esta-aqui.active.bg-hover,
.popover-voce-esta-aqui.active.on.bg-hover,
.popover-voce-esta-aqui.position.bg-hover,
.popover-voce-esta-aqui.pd.bg-hover,
.popover-voce-esta-aqui.bg-hover{
    background: url(../images/popover-voce-esta-aqui-hover.svg) no-repeat left !important;
}

.popover-voce-esta-aqui.concluido {
    background: url(../images/popover-voce-esta-aqui.svg) no-repeat left !important;
}

.popover-voce-esta-aqui.concluido {
    background: url(../images/popover-voce-esta-aqui.svg) no-repeat left !important;
}

.popover-voce-esta-aqui.novo,
.popover-voce-esta-aqui.active,
.popover-voce-esta-aqui.active.on {
    background: url(../images/popover-voce-esta-aqui-active.svg) no-repeat left !important;
}

.popover-voce-esta-aqui.position {
    background: url(../images/popover-voce-esta-aqui-position.svg) no-repeat left !important;
}

.popover-voce-esta-aqui.pd {
    background: url(../images/popover-voce-esta-aqui-pd.svg) no-repeat left !important;
}

.popover-voce-esta-aqui {
    background: url(../images/popover-voce-esta-aqui.svg) no-repeat left !important;
}






.popover-voce-esta-aqui-esq.concluido {
    background: url(../images/popover-voce-esta-aqui-esq.svg) no-repeat left !important;
}

.popover-voce-esta-aqui-esq.novo,
.popover-voce-esta-aqui-esq.active,
.popover-voce-esta-aqui-esq.active.on {
    background: url(../images/popover-voce-esta-aqui-esq-active.svg) no-repeat left !important;
}

.popover-voce-esta-aqui-esq.position {
    background: url(../images/popover-voce-esta-aqui-esq-position.svg) no-repeat left !important;
}

.popover-voce-esta-aqui-esq.pd {
    background: url(../images/popover-voce-esta-aqui-esq-pd.svg) no-repeat left !important;
}



.popover-voce-esta-aqui-esq.concluido.bg-hover,
.popover-voce-esta-aqui-esq.novo.bg-hover,
.popover-voce-esta-aqui-esq.active.bg-hover,
.popover-voce-esta-aqui-esq.active.on.bg-hover,
.popover-voce-esta-aqui-esq.position.bg-hover,
.popover-voce-esta-aqui-esq.pd.bg-hover,
.popover-voce-esta-aqui-esq.bg-hover{
    background: url(../images/popover-voce-esta-aqui-esq-hover.svg) no-repeat left !important;
}

.popover-voce-esta-aqui-esq {
    background: url(../images/popover-voce-esta-aqui-esq.svg) no-repeat left !important;
    height: 20px;
    margin-top: 15px;
    margin-left: -15px;
}






.bullet_concluido {
    background: url(../images/bullet_concluido.png) no-repeat left;
}

.bullet_ea {
    background: url(../images/bullet_ea.png) no-repeat left;
}

.bullet_pd {
    background: url(../images/bullet_pd.png) no-repeat left;
}

.bullet_novo {
    background: url(../images/bullet_novo.png) no-repeat left;
}

.bkg-timeline-recursos {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+50,efefef+100 */
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(left, #efefef 0%, #ffffff 50%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #efefef 0%,#ffffff 50%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #efefef 0%,#ffffff 50%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

.timeline-recursos {
    border-top: 1px solid #cbcacf;
    height: 190px;
}

.timeline-recursos > div > h4 {
    color: #262947;
}

.flex-1 {
    flex: 1;
}


.container-timeline { 
    //border: 1px solid #000; height: 60px;
}

.recua-timeline { 
    //border: 1px solid red; 
    background: url(../images/icone-timeline-esq.svg) no-repeat 0px;
    width: 17px;
    height: 12px;
    cursor: pointer;
}

.recua-timeline:hover { 
    background: url(../images/icone-timeline-esq-hover.svg) no-repeat 0px;
}

.timeline { 
    flex: 1;
    overflow-x: hidden;
}

.timeline > ul {
    background: url(../images/lh-horizontal-timeline.png) repeat-x center;
    max-width: 920px;
    display: flex !important;
    padding: 80px 0;
    // overflow-x: scroll; /*arruma a linha mas quebra a rolagem por botoes*/
}

.timeline > ul > li {
    position: relative;
    background: url(../images/lh-horizontal-timeline.png) repeat-x center;
}

.avanca-timeline { 
    //border: 1px solid blue; 
    background: url(../images/icone-timeline-dir.svg) no-repeat 0px;
    width: 17px;
    height: 12px;
    cursor: pointer;
}

.avanca-timeline:hover { 
    background: url(../images/icone-timeline-dir-hover.svg) no-repeat center;
}

.ico-timeline-primary {
    background: transparent url(../images/ico-timeline-primary.png) no-repeat center;
}

.ico-timeline-secondary {
    background: transparent url(../images/ico-timeline-secondary.png) no-repeat center;
}

.ico-timeline-new {
    background: transparent url(../images/ico-timeline-new.png) no-repeat 0px;
}

.flag-primeira-instancia {
    background: url(../images/flag-primeira-instancia.png) no-repeat 0px;
}

.flag-segunda-instancia {
    background: url(../images/flag-segunda-instancia.png) no-repeat 0px;
}

.flag-terceira-instancia {
    background: url(../images/flag-terceira-instancia.png) no-repeat 0px;
}

.lbl-polo-ativo {
    //background: url(../images/lbl-polo-ativo.png) no-repeat 0px;
    width: 50px;
    height: 15px;

}
.lbl-polo-ativo::after {
    content: 'P. Ativo';
}

.lbl-polo-passivo {
    //background: url(../images/lbl-polo-passivo.png) no-repeat 0px;
    width: 61px;
    height: 16px;
    right: 2px;
}

.lbl-polo-passivo::after {
    content: 'P. Passivo';
}


.lbl-ambas-partes {
    //background: url(../images/lbl-ambas-partes.png) no-repeat 0px;
    width: 81px;
    height: 16px;
    right: -10px;
}
.lbl-ambas-partes::after {
    content: 'Ambas Partes';
}

.lbl-polo-ativo,
.lbl-polo-passivo,
.lbl-ambas-partes {
    position: absolute;
    top: 85px;
    background: #d8d8d8;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 1px;
}

.seta-down-new,
.seta-down-primary {
    position: absolute;
    top: 103px;
    left: 26px;
}

.seta-down-new {
    background: url(../images/seta-down-new.png) no-repeat 0px;
    width: 11px;
    height: 16px;
}

.seta-down-primary {
    background: url(../images/seta-down-primary.png) no-repeat 0px;
    width: 11px;
    height: 16px;
}

.mr-m6 {
    margin-right: -6px !important;
}

.desc-item {
    font-size: 8px;
    position: absolute;
    width: 50px;
    text-align: center;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}

.flag-primeira-instancia,
.flag-segunda-instancia,
.flag-terceira-instancia {
    width: 16px;
    height: 45px;
    position: absolute;
    top: -20px;
}

.ico-timeline,
.ico-timeline-new,
.ico-timeline-secondary,
.ico-timeline-primary {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-position: center !important;
}

.sigla-timeline {
    position: absolute;
    color: #FFF;
    padding-top: 19px;
    font-weight: 600;
    text-align: center;
    font-size: 9px;
    width: 50px;
}

.ico-timeline.active > .sigla-timeline {
    padding-top: 9px;
}

.ico-timeline.active.on > .sigla-timeline {
    padding-top: 3px;
}

.toponav-tipo-orgao,
.toponav-caso,
.toponav-partes,
{
}

.toponav-orgao-caso-partes-recurso,
.toponav-fase-recurso {
    margin: 10px 20px 0 20px;
    color: #FFF;
    font-size: 10px;
}

.toponav-close-fase-recurso {
    border-left: 1px solid #FFF;
    padding: 4px;
    cursor: pointer;
}

.toponav-close-fase-recurso:hover {
    color: #7d8290;
    background: #fff;
}

.toponav-fase-recurso {
    margin-top: 6px;
    border: 1px solid #FFF;
    padding: 3px 0px 3px 4px
}

.toponav-tit-fase-recurso {
    margin-right: 4px;
}

.toponav-tipo-orgao,
.toponav-caso,
.toponav-fase-recurso,
.footer-recursos-status {
    text-transform: uppercase;
}

.lbl-tarefas {
    color: #7D8290;
    text-transform: uppercase;
}

.lbl-desc-tarefas {
    
}

.normal-case { 
    text-transform: none !important;
}

.footer-recursos-status,
.footer-recursos-instancia {

}

.tarefa-title {
    background: #EAE9EC !important;
    border: 0 !important;
    color: #000 !important;
    font-size: 12px !important;
    padding-top: 12px !important;
    height: 40px !important;
}

.toponav-dados-publicacao {
    color: #FFF;
    padding: 3px 8px;
    margin-top: 5px;
    border: 1px solid #9DA1AB;
    cursor: pointer;
}


.toponav-dados-publicacao:hover,
.toponav-dados-publicacao.active {
    background: #9DA1AB;
}

.toponav-tit-dados-publicacao {
    background: url(../images/ico-visualizar-dados-pub.svg) no-repeat left;
    padding-left: 20px;
    font-size: 9px;
}


.toponav-visualizar-dados-publicacao {
    background: url(../images/seta-direita.svg) no-repeat center;
    padding-left: 9px;
    margin-left: 10px;
}

.fs-9 {
    font-size: 9px !important;
}


.fs-25 {
    font-size: 25px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.decreaseOpacity:hover,
.increaseOpacity {
    opacity: 0.5 !important;
}

.decreaseOpacity,
.increaseOpacity:hover {
    opacity: 1 !important;
}




.card-front {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.card-back {
  transition: .5s ease;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.card-recursos:hover .card-front {
  opacity: 0.3;
}

.card-recursos:hover .card-back {
  opacity: 1;
}



.ico-parte {
    background: url(../images/ico-parte.svg) no-repeat;
    width: 63px ;
    height: 66px ;
    display: inline-flex;
}





.ico-detalhes {
    background: url(../images/ico-detalhes.svg) no-repeat;
    width: 63px ;
    height: 66px ;
    display: inline-flex;
}

.ico-vincular {
    background: url(../../../images/svg/ico_vincular_flip.svg) no-repeat;
    width: 63px ;
    height: 66px ;
    display: inline-flex;
}

.ico-editar {
    background: url(../../../images/svg/ico_editar_flip.svg) no-repeat;
    width: 63px ;
    height: 66px ;
    display: inline-flex;
}


