table {
    margin-top: 18px;
}

.result-table {
    text-transform: uppercase;
    font-size: 0.9em;
}

h4 {
    margin-top: 18px;
}

.img-logo {
    padding: 4px;
}

.button_icon_abrir {
    border: none;
    background-color: none;
    color: rgb(4, 51, 14);
}

.button_icon_voltar {
    border: none;
    background-color: none;
    color: rgb(0, 12, 175);
    
}

.button_icon_delete {
    border: none;
    background-color: none;
    color: rgb(177, 2, 2);
}


.button_icon_pdf {
    border: none;
    background-color: none;
    color: rgb(80, 4, 4);
}

.button_icon_editar {
    border: none;
    background-color: none;
    color: rgb(116, 177, 2);
}

.p_resultado_info {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.prioridade {

    border-radius: 50%;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 1px solid #FFD700;
    background-color: #000;
    color: #FFD700;
    text-align: center;
    font-weight: bold;

}

.prioridade_legenda {

    border-radius: 50%;
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 0px solid #FFD700;
    background-color: #000;
    color: #FFD700;
    text-align: center;
    font-weight: bold;

}


.img_amarelo {

    border-radius: 50%;
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 0px solid #FFD700;
    background-color: #FFD700;

}

.img_verde {

    border-radius: 50%;
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 0px solid #006400;
    background-color: #006400;

}


.img_vermelho {

    border-radius: 50%;
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 0px solid #DC143C;
    background-color: #DC143C;
   

}

.img_branco {

    border-radius: 50%;
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 0px solid #fff;
    background-color: #fff;

}

.body_login {
    background-color: #B0C4DE;
}

.container_login {
  height: 100vh;
}

