﻿.tjsp-Eproc-txt-PrimaryColor {
    color: #0674F5 !important;
}

.tjsp-Eproc-txt-SecondaryColor {
    color: #1B2340;
}

.tjsp-Eproc-bg-PrimaryColor {
    background-color: #0674F5;
}

.tjsp-Eproc-bg-SecondaryColor {
    background-color: #1B2340;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

#tjsp-Porcentagem {
    font-size: 30px;
}


/* Define a altura fixa para cada item do list-group, com !important */
.tjsp-fixa-80px {
    height: 80px !important; /* Garante que a altura seja fixada em 80px */
    overflow: hidden; /* Impede que o conteúdo ultrapasse o limite da altura */
}

/*Linha do tempo INÍCIO*/

:root {
    --eprocBlue: #1eb4ff;
}

.ldt {
    overflow-x: auto;
    height: 250px;
    white-space: nowrap;
    display: flex;
}

.ball {
    height: 20px;
    width: 20px;
    border-radius: 200px;
    background-color: black;
    position: absolute;
}

.ballPosition0 {
    top: -5px;
    left: -1px;
}

.ballPosition1 {
    top: 5px;
    left: 5px;
}

.ballBg {
    height: 30px;
    width: 30px;
    border-radius: 200px;
    background-image: conic-gradient(white,gray,white);
    position: absolute;
}

.ballBgPosition1 {
    top: -10px;
    left: -5px;
}

.ballBgPosition2 {
    top: -10px;
    right: -20px;
}

.blueLine {
    background-color: var(--eprocBlue);
    min-width: 140px;
    height: 10px;
    position: relative;
    float: left;
    display: block;
    margin-top: 120px;
    margin-left: 55px;
    white-space: nowrap;
}

.whiteLine {
    background-image: linear-gradient(to right, white, gainsboro, var(--eprocBlue),var(--eprocBlue));
    min-width: 140px;
    height: 10px;
    position: relative;
    float: left;
    margin-top: 120px;
    white-space: nowrap;
}

.linhaFina {
    width: 1px;
    height: 40px;
    background-color: black;
    position: absolute;
    left: 10px;
}

.linhaPosition1 {
    top: -40px;
}

.linhaPosition2 {
    bottom: -40px;
}

.smallBall {
    height: 5px;
    width: 5px;
    border-radius: 200px;
    background-color: black;
    position: absolute;
    left: -2px;
}

.smallPosition1 {
    top: -1px;
}

.smallPosition2 {
    bottom: -1px;
}

.ldtTextL {
    font-size: 11px !important;
    text-align: left;
    position: absolute;
    font-weight: bold;
    line-height: 12px;
}

.ldtTextR {
    font-size: 11px !important;
    text-align: right;
    position: absolute;
    font-weight: bold;
    line-height: 12px;
}

.ldtTextPosition1 {
    bottom: 20px;
    left: -45px;
}

.ldtTextPosition2 {
    top: 10px;
    left: -45px;
}

.ldtTextPosition3 {
    bottom: 20px;
    left: -90px;
    margin: 0;
}

.ldtTextPosition4 {
    top: 10px;
    left: -25px;
}

.ldtTextPosition5 {
    bottom: 20px;
    left: -25px;
}

.ldtHead {
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: -15px;
    line-height: 15px;
}

    .ldtHead span {
        font-size: 15px;
    }

.ldtHeadPositionUp {
    top: -65px;
}

.ldtHeadPosition25 {
    top: -50px;
}

.ldtHeadPositionDown1 {
    bottom: -60px;
}

.ldtHeadPositionDown2 {
    bottom: -60px;
    left: -5px !important;
}

.ldtHeadPositionR {
    bottom: -7px;
    left: 30px;
}

/*Linha do tempo FIM*/


li {
    list-style: none;
}

.destaque1 .img-responsive {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 50px;
}

.img-responsive:hover {
    transition: background-color .7s, opacity .7s;
}

.tj-bt-rktr {
    background-color: aquamarine;
    height: 50px;
}

.destaque1 p {
    font-size: 14px;
}
.destaque1 p.lead {
    font-size: 14px;
}

li.active > a > div > .bordaCyan {
    border-color: #01A9F4 !important;
}

li > a > div > .bordaCyan {
    border-color: #01A9F440 !important;
}

a:hover {
    background-color: #AED3D9;
    /*background-color: #FDB81F;*/
}

.pointer {
    cursor: pointer;
    padding-top: 15px;
}

li {
    text-decoration: none;
    list-style: none;
    text-align: left;
}

    li a label {
        color: #808080 !important;
    }

/*p {
    text-align: center;
}*/

/*Eproc Banner Acesso Início*/
.tjsp-Eproc-acesso {
    background-color: #F4F4F4;
    color: #1B2340;
    font-weight: bold;
    height: 100px;
    border-radius: 5px;
}

    .tjsp-Eproc-acesso div {
        height: 100px;
    }

.tjsp-Eproc-acesso-title {
    font-size: 25px;
    font-weight: 500;
    color: #1B2340;
    padding-top: 30px;
}

@media(max-width: 1200px) {
    .tjsp-Eproc-acesso-title {
        padding-top: 35px;
        font-size: 20px;
    }
}

@media(max-width:1000px) {
    .tjsp-Eproc-acesso div {
        height: 75px;
    }

    .tjsp-Eproc-acesso {
        height: 140px;
    }

    .tjsp-Eproc-borda label {
        max-width: 600px;
    }
}

.tjsp-Eproc-acesso-img {
    text-align: right;
    padding-top: 15px;
}

    .tjsp-Eproc-acesso-img svg {
        height: 70px;
        width: 70px;
    }

    .tjsp-Eproc-acesso-img path {
        /*fill: #0674F5;*/
        stroke-width: 0px;
    }

.tjsp-Eproc-acesso-btn {
    color: white;
    font-weight: bold;
    display: flex;
}

    .tjsp-Eproc-acesso-btn a {
        transition: background-color .7s, opacity .7s;
        width: 250px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        color: white;
        text-align: center;
        margin: auto;
    }

        .tjsp-Eproc-acesso-btn a:hover {
            transition: background-color .7s, opacity .7s;
            color: black;
            box-shadow: rgba(160, 160, 160, 10) 5px 5px 10px;
        }

/*Eproc Banner Acesso Fim*/

/*Manuais e Tutoriais, Perguntas e Respostas Inicio*/
@media(max-width:700px) {

    .tjsp-Eproc-borda label {
        max-width: 300px;
    }
}

.panel-collapse p {
    text-align: left;
}

.p-center p {
    text-align: center !important;
}

.tjsp-Eproc-over {
    overflow-x: auto;
}

.tjsp-Eproc-borda {
    border: 1px solid lightgray;
    border-radius: 5px;
}


    .tjsp-Eproc-borda label {
        color: #0674F5;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .tjsp-Eproc-borda svg {
        position: absolute;
        top: -15px;
        right: -15px;
        color: #0674F5;
        height: 50px;
        width: 50px;
    }

    .tjsp-Eproc-borda hr {
        margin: 10px 0px;
    }

/*Manuais e Tutoriais, Perguntas e Respostas Fim*/


.tjsp-comissoes-divisao {
    height: 200px;
}

    .tjsp-comissoes-divisao li {
        margin-left: 15px;
        margin-bottom: 7px;
        list-style: square;
    }

        .tjsp-comissoes-divisao li::marker {
            margin-right: -5px;
            color: #008AD1;
            font-size: 10px;
        }

    .tjsp-comissoes-divisao ul {
        margin-top: 5px;
        list-style-type: square;
        padding: 0px;
        overflow-y: auto;
    }

/*Biblioteca Digital Inicio*/

.tjsp-Eproc-biliotecaDigital-Seta {
    position: absolute;
    top: -5px;
    right: 15px;
    color: #0674F5;
    height: 40px;
    width: 40px;
}

.tjsp-Eproc-BibliotecaDigital li .tooltip .tooltip-inner {
    color: #fff;
    text-align: left !important;
    background-color: #0674F5 !important;
    padding: 10px 15px;
}

.tjsp-Eproc-BibliotecaDigital li .tooltip .tooltip-arrow {
    border-right-color: #0674F5 !important;
}

.tjsp-Eproc-BibliotecaDigital-ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.tjsp-Eproc-BibliotecaDigital-spacebetween {
    display: flex;
    justify-content: space-between;
}

.tjsp-Eproc-BibliotecaDigital-ul li a:hover {
    transition: .7s;
    color: #0674F5;
}

.tjsp-Eproc-BibliotecaDigital-ul span {
    font-weight: 500;
}

.tjsp-Eproc-BibliotecaDigital-ul a {
    text-decoration: underline;
    color: black;
}

/*Biblioteca Digital Fim*/

/* Inicio: Partial View - VIDEO*/

.video-section {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}

/*Fim: Partial View - VIDEO*/


/*Inicio: Partial View - SUPORTE*/

.tjsp-Suporte {
    background-color: #F2F8FE;
    padding: 15px 20px;
    border-radius: 5px;
    height: 207px;
    overflow: auto;
    font-family: "Segoe UI"
}

    .tjsp-Suporte-li {
        list-style: square;
        margin-left: 15px;
        font-size: 16px;
    }

        .tjsp-Suporte-li::marker {
            color: #008AD1;
        }

    .tjsp-Suporte h4 {
        margin-bottom: 0px;
    }

    .tjsp-Suporte ul {
        margin-top: 0px;
        list-style-type: square;
        padding: 0px;
    }

    .tjsp-Suporte a {
        text-decoration: underline;
        color: #008AD1;
        font-weight: 400;
    }

.tjsp-Suport-link {
    text-decoration: underline;
    color: #0674F5 !important;
    font-weight: 400;
}

.tjsp-Suporte-Title {
    font-weight: bold;
}

.tjsp-Suporte-PExt {
    margin-top: 5px;
    padding-bottom: 5px;
}

.tjsp-Suporte-Magi-Serv {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-bottom: 5px;
}

.tjsp-Eproc-Busca .gsc-control-cse {
    padding: 6px 0px !important;
    width: 100%;
}

/*Fim: Partial View - SUPORTE*/
/*INICIO PARTIAL VIEW - CAPACITAÇÃO*/
.divCapacitacao {
    margin-top: 25px;
}

.TJSP-botaoMoodle-Capacitacao {
    transition: background-color .7s, opacity .7s;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0674F5;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.TJSP-botaoConhecimento-Capacitacao {
    transition: background-color .7s, opacity .7s;
    margin-top: 10px;
    background-color: #1B2340;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.botaoCapacitacao:hover {
    transition: background-color .7s, opacity .7s;
    color: black;
    box-shadow: rgba(160, 160, 160, 10) 5px 5px 10px;
}

/*FIM PARTIAL VIEW - CAPACITAÇÃO*/

/*INICIO PARTIAL VIEW - CRONOGRAMA*/


/* Título do cronograma */
.crono-title-top {
    font-size: 18px; /* Reduzido para maior responsividade */
    font-weight: 600;
    color: #0674F5 !important;
    margin-right: 5px;
}

.crono-title-top2 {
    font-size: 18px; /* Reduzido para maior responsividade */
    font-weight: 600;
    color: black;
    line-height: 1.2; /* Ajuste para melhor espaçamento */
}

/* Botão do cabeçalho */
.btn-link {
    display: flex;
    justify-content: center; /* Centraliza o conteúdo do botão horizontalmente */
    align-items: center; /* Centraliza os elementos do botão verticalmente */
    width: 100%;
    text-decoration: none;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-link .crono-text-wrapper {
        display: flex; /* Mantém os spans alinhados horizontalmente */
        align-items: center; /* Centraliza os spans verticalmente */
        gap: 8px; /* Espaço entre os spans */
    }

    .btn-link:after {
        content: '\25BC'; /* Seta azul */
        font-size: 18px;
        color: #0674F5;
        margin-left: 60px; /* Espaço entre o texto e a seta */
        position: relative;
        top: 0; /* Garante alinhamento vertical */
    }

    .btn-link[aria-expanded="true"]:after {
        transform: rotate(180deg); /* Rotaciona a seta ao expandir */
    }


/* Cabeçalho da tabela */
thead th {
    font-size: 18px;
    font-weight: 600;
    color: #0674F5 !important;
    text-align: center;
    border-bottom: 2px solid #0674F5;
}

/* Largura das colunas */
.table th:first-child,
.table td:first-child {
    width: 20%;
}

.table th:nth-child(2),
.table td:nth-child(2),
.table th:nth-child(3),
.table td:nth-child(3),
.table th:nth-child(4),
.table td:nth-child(4) {
    width: 23%;
}

/* Alinhamento da primeira coluna (à esquerda) */
.table td:first-child {
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
}

/* Estilo para os itens da lista */
.raj-content {
    font-size: 14px;
}

    .raj-content strong {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000;
    }

    .raj-content ul {
        margin: 0;
        padding-left: 20px;
        list-style-type: none;
    }

        .raj-content ul li {
            position: relative;
            padding-left: 20px;
            color: #000;
        }

            .raj-content ul li:before {
                content: '\2022';
                position: absolute;
                left: 0;
                color: #0674F5;
                font-size: 18px;
            }

/* Centraliza conteúdo em todas as outras células */
.table td {
    position: relative;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.cell-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Estilo da data */
.date-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

/* Estilo dos ícones */
.check-icon, .hourglass-icon {
    font-size: 20px;
}

.check-icon {
    color: #4CAF50;
}

.hourglass-icon {
    color: #aaa;
}

/* Remove bordas externas */
.table {
    border-collapse: collapse;
}

.table-bordered td, .table-bordered th {
    border-right: none !important;
    border-left: none !important;
}


/* Estilo da div com borda arredondada */
.crono-conteiner {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    overflow-x: auto; /* Scroll horizontal */
    -webkit-overflow-scrolling: touch; /* Scroll suave para dispositivos móveis */
}

/*FIM PARTIAL VIEW - CRONOGRAMA*/




/*COMEÇO CSS - NOTICIAS TOP4*/

/* Define a altura fixa para cada item do list-group */
.list-group-item {
    height: 81px !important; /* Garante que a altura seja fixada em 74.9px */
    overflow: hidden; /* Impede que o conteúdo ultrapasse o limite da altura */
    margin-left: -12px !important; /* Remove qualquer margem à esquerda */
}

@media (min-width: 1200px) {
    .list-group-item {
        height: 82.3px !important;
    }
}

/*FIM CSS - NOTICIAS TOP4*/


/* classes para estilizar NovidadesVersões*/

.tjsp-Eproc-Novidades {
    list-style-type: none;
    margin-left: -38px;
    line-height: 1.8;
    font-size: 15px;
}

    .tjsp-Eproc-Novidades a {
        color: #0674F5;
    }

    .tjsp-Eproc-Novidades li p {
        text-align: left;
        margin-bottom: 0;
    }


/*INICIO PARTIAL view - menu horizontal*/

li.active > a > div > .bordaAzul {
    border-color: #107FD0 !important;

}

li > a > div > .bordaAzul {
    border-color: rgb(244, 244, 244) !important;
    margin-left: 5px !important;
    min-height: 130px !important;
}



.MultiCarousel {
    float: left;
    overflow-x: hidden;
    width: calc(100% - 84px);
    padding: 15px;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
        margin: 0 40px 0 20px;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
            /*TODO: Voltar o código comentado quando houver mais itens*/
            /*width: 136px !important;*/
            width: 186px !important;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                background: #fff;
                padding: 10px 10px 0;
                color: #666;
                border-bottom: solid 5px;
                min-height: 115px;
            }

.bordaAzul:hover {
    border-color: #107FD040 !important;
    transition: .2s;
    box-shadow: rgba(160, 160, 160, 10) 2px 2px 10px;
}

.bordaAzul img {
    height: 50px;
}

.bordaAzul:nth-of-type(1) {
    margin-left: 20px !important;
}

.MultiCarousel-BntDiv {

    align-content: center;
    height: 174px;
    float: left;
}


.leftLst, .rightLst {
    margin:0 auto;
    border-radius: 50%;
}

.rightLst {
    transform: translate(10px, 0px);
}

    .leftLst.over, .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }

    .rightLst.over, .leftLst.over {
        pointer-events: none;
        background: #ccc;
    }

.bordaAzul > p {
    margin-bottom: 5px !important;
    font-weight: 500;
}

/*Tooltip início*/

.tjsp-Eproc-biliotecaDigital-tooltip {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

    .tjsp-Eproc-biliotecaDigital-tooltip .tjsp-Eproc-biliotecaDigital-tooltiptext {
        visibility: hidden;
        min-width: 120px;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 12px;
        line-break: auto;
        margin-left: 15px;
        top: -2px;
    }

        .tjsp-Eproc-biliotecaDigital-tooltip .tjsp-Eproc-biliotecaDigital-tooltiptext::after {
            content: "";
            position: absolute;
            top: 13px;
            left: -9px;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #0674F5 transparent transparent;
        }

    .tjsp-Eproc-biliotecaDigital-tooltip:hover .tjsp-Eproc-biliotecaDigital-tooltiptext {
        visibility: visible;
    }

/*Tooltip fim*/

.inlineblock {
    display: inline-block;
}

.min-height-210 {
    min-height: 210px; 
}

@media (max-width: 990px) {
    .MultiCarousel {
        overflow-x:scroll;
        width: 100%;
    }
}