/*
#admissao-body {
}

.perfil {
}

.items {
}
*/
.pendencia-item {
    margin-top: 10px;
}

#dados_perfil span {
    font-weight: 500;
}

.lista_status .panel-box {
    padding: 15px 10px 10px 10px;
}

.modal-backdrop {
    display: none;
}

.progress {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 40px;
    text-align: center;
}

.progress .circle,
.progress .bar {
    display: inline-block;
    background: #aaaaaa;
    border-radius: 50%;
    border: 1px solid #d5d5da;
}

.progress .circle {
    width: 20px;
    height: 20px;
    position: relative;
    /*z-index: 1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress .circle .label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    color: #b5b5ba;
    font-size: 12px;
    background-color: inherit;
    box-sizing: border-box;
}

.progress .circle.done a.label {
    color: #fff; 
    text-decoration: none;
}

.progress .circle .title {
    margin-top: 3px;
    color: #b9b2b7 !important;
    font-size: 10px !important;
    line-height: 1.2;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.progress .bar {
    position: relative;
    width: 150px;
    height: 4px;
    /* margin: 0 20px; */
    border-radius: 0;
    z-index: 0;
}

.progress .bar.done {
    background: #eee;
}

.progress .bar.half {
    background: linear-gradient(to right, #8bc435 50%, #eee 50%);
}

.progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress .circle.done .label {
    color: #FFF;
    background: #8bc435;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progress .circle.done .title {
    color: #444;
}

.progress .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progress .circle.active .title {
    color: #0c95be;
}

#fase_atual{
    min-height: 2rem;
}
#sem_pendencias{
    background: #d2e7de;
    height: 7rem;
    padding: 20px;
    font-size: 18px;
}

.sublista_status > div{
    margin-bottom: 1.5rem;
}

.status-list {
    font-size: 12px;
}

.status-item {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.status-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: green;
    border-radius: 50%;
    margin-right: 5px;
}

.status-circle.status-faltante {
    background-color: #d93248;
}

.status-text {
    color: black;
}

.status-pendencia {
    color: green;
}

.status-pendencia.status-faltante{
    color: #d93248;
}

.status-resultado {
    color: #1b8151;
    font-size: 20px;
}

.status-icon {
    width: 2rem;
    height: 3rem;
    margin-right: 5px;
}

#dados_perfil {
    text-align: center;
}

#dados_perfil img {
    border-radius: 50%;
}

#dados_perfil .nome {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

#dados_perfil .cpf,
#dados_perfil .email {
    font-size: 12px;
    color: #666;
}

#dados_perfil #situacao_atual {
    font-size: 11px;
    color: black;
    margin-top: 30px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px 3px;
    font-weight: bold;
}

#dados_perfil hr {
    margin: 20px 0;
}

#dados_perfil .btn {
    width: 100%;
}

.btn-finalizar, .btn-finalizar:hover{
    background: #febf2d;
    color: white;
    padding: 5px 10px;
    border: none;
}