#map {
    height: 430px;
    position: relative;
    width: 100%;
}

.maps-frame {
    height: 430px;
    width: 100%;
}

.kd-tabbed-vert.header-links .kd-tabbutton a {
    color: #757575;
    display: inline-block;
    height: 100%;
    padding: 0 24px;
    width: 100%;
}

.kd-tabbed-vert.header-links .kd-tabbutton {
    padding: 0;
}

.kd-tabbed-vert.header-links .kd-tabbutton.selected a {
    color: #03a9f4;
}

.kd-tabbed-vert.header-links .kd-tabbutton a:focus {
    text-decoration: none;
}

p.top-desc {
    padding: 1em 1em .1em 1em;
}

p.bottom-desc {
    padding: 0em 1em 1em 1em;
}

/* COORDENADOR = 1;  ORIENTADOR = 2; */
.pill.funcao1, .pill.funcao2 {
    background-color: #29c !important;
    border: .065rem solid #1b78a0 !important;
    color: #fff !important;
    text-shadow: 0 -0.085rem .065rem #0c3749 !important;
}
/* SUPERVISOR_FINANCEIRO = 24; */
.pill.funcao24 {
    background-color: #2a9ca0 !important;
    border: .065rem solid #24888c !important;
    color: #fff !important;
    text-shadow: 0 -0.085rem .065rem #0f393b !important;
}
/* BOLSISTA = 3;  COM BOLSA CADASTRADA */
.pill.funcao3.c-bolsa {
    background-color: #3fa13f !important;
    border: .065rem solid #388e38 !important;
    color: #fff !important;
    text-shadow: 0 -0.085rem .065rem #1b451b !important;
}
/* tree styles */
.pjtree, .pjtree-header {
    margin: 0;
    padding: 0;
    list-style: none;
    border-collapse: collapse;
}
.pjtree-header {
    background-color: #cdcdcd;
    font-weight: bold;
}
.pjtree .pjtree {
    margin-left: 2em;
}
.pjtree-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pjtree-row {
    border-bottom: 1px solid #cdcdcd;
}
.pjtree-cell {
    flex: 0 0 auto;
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
@media screen and (min-width: 35em) {
    .pjtree-cell.col0 { min-width: 8em; max-width: 8em; text-align: center; }   /* acoes */
    .pjtree-cell.col1 { width: auto; }                                          /* descr (variavel) */
    .pjtree-cell.col2 { min-width: 16em; max-width: 16em; text-align: center; } /* periodo */
    .pjtree-cell.col3 { min-width: 10em; max-width: 10em; text-align: center; } /* valor */
    .pjtree-cell.col4 { min-width: 8em; max-width: 8em; text-align: center; }   /* conclusao */

    .pjtree-cell.meta-col0 { min-width: 8em; max-width: 8em; text-align: center; }      /* acoes */
    .pjtree-cell.meta-col1 { width: auto; }                                             /* descr (variavel) */
    .pjtree-cell.meta-col2 { min-width: 16em; max-width: 16em; text-align: center; }    /* periodo */
    .pjtree-cell.meta-col3 { min-width: 10em; max-width: 10em; text-align: center; }    /* valor */
    .pjtree-cell.meta-col4 { min-width: 8em; max-width: 8em; text-align: center; }      /* conclusao */

    .pjtree-cell.ind-col0 { min-width: 8em; max-width: 8em; text-align: center; }       /* acoes */
    .pjtree-cell.ind-col1 { width: auto; }                                              /* descr (variavel) */
    .pjtree-cell.ind-col2 { min-width: 16em; max-width: 16em; text-align: center; }     /* <vazio>, apenas para alinhamnto */
    .pjtree-cell.ind-col3 { min-width: 10em; max-width: 10em; text-align: center; }     /* valor */
    .pjtree-cell.ind-col4 { min-width: 8em; max-width: 8em; text-align: center; }       /* conclusao */

    .pjtree-cell.fase-col0 { min-width: 8em; max-width: 8em; text-align: center; }      /* acoes */
    .pjtree-cell.fase-col1 { width: auto; }                                             /* descr (variavel) */
    .pjtree-cell.fase-col2 { min-width: 16em; max-width: 16em; text-align: center; }    /* periodo */
    .pjtree-cell.fase-col3 { min-width: 10em; max-width: 10em; text-align: center; }    /* <vazio>, apenas para alinhamnto */
    .pjtree-cell.fase-col4 { min-width: 8em; max-width: 8em; text-align: center; }      /* conclusao */

}
@media screen and (max-width: 34.99999em) {
    .pjtree-row, .pjtree-cell {
        display: block;
    }
}

.width-50em{
    width: 50em;
}

.popup-height{
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 1.1em;
        max-height: 300px !important;
    }

.popup-item{
    border-left:5px solid gray;
    padding-left:10px;
    margin-bottom:5px;
}

.loader {
    width: 18px;
    height: 18px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    margin-right: 5px;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

table th.remuneracao-header,
table td.remuneracao-cell {
    width: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.remuneracao-item {
    background-color: orange;
    color: white;
    text-align: center;
    border-radius: 30%;
    padding: 5px;
    display: inline-block;
    font-weight: bold;
}


.popup-container{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-content{
    width: 85%;
    margin: 30px auto;
    background: #faffd8;
    padding: 40px;
    border-radius: 20px;
}

.popup-body{
    text-align: left;
}

.popup-body p{
    font-size: 19px;
}

.popup-footer{
    display: flex;
    justify-content: end;
}

@media screen and (min-width: 1024px){
    .popup-content{
        width: 60%;
    }
}

