#corpo{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #d5f0c0a8;
}
/* .panel-body{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
    padding: 15px;
    border-radius: 15px;
    width: 50%;
    height: 85%;
} */

#cadastrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
    padding: 15px;
    border-radius: 15px;
    width: 50%;
    height: 25%;
}

.admin-panel-body{
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
    padding: 15px;
    border-radius: 15px;
    width: 86%;
    max-height:750px;
    /* overflow-x: scroll; */
    overflow-y: scroll;
    white-space: nowrap;
}

.admin-delegacao{
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
    padding: 15px;
    border-radius: 15px;
    width: 86%;
    height: 750px;
    max-height:750px;
    /* overflow-x: scroll; */
    overflow-y: scroll;
    white-space: nowrap;
}



fieldset{
    border: 3px solid #5dab1f;
}
#legend{
    color: #ffff;
    border: 1px solid #5dab1f;
    text-align: center;
    padding: 10px;
    background-color: #5dab1f;

}
.inputBox{
    position: relative;
}
.inputUser{
width: 100%;
letter-spacing: 2px;
}
#submit{
    background-color: #5dab1f;
    width: 30%;
    padding: 8px;
    color: #ffff;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
}
#submit:hover{
    background-color:#5dab1f;
}

.img-estado{
    margin-top: 22%;
    position:fixed;
}

#linhas:hover{
    background-color: rgb(226, 226, 226);
    color: black;
}

.deixaOculto{
    width: 95%;
    display: none;
}