.margem{
    margin: 5px;
}

.espaco{
    padding: 2px;
    line-height: 15px;
}

.pos-dados{
    position: static;
    top: 10px;
    left: 0px;
    width: 550px;

}

.pos-endereco{
    position: fixed;
    top: 200px;
    left: 555px;
    width: 580px;

}

.pos-filhos{
    position: fixed;
    top: 200px;
    left: 1150px;
    width: 430px;

}

.pos-situacao{
    position: fixed;
    top: 530px;
    left: 0px;
    width: 300px;
}

.pos-observacao{
    position: fixed;
    top: 530px;
    left: 350px;
    width: 600px;
}

.pos-esquerda{
    position: absolute;
    left: 10px;    
}

.container{
	position: relative;
}

.cor-fundo{
    background-color: rgb(216, 213, 213);
    /*outline: 2px solid rgb(8, 240, 62);*/
    border-radius: 10px;
}

.pos-erros-importacao{
    position: fixed;
    top: 415px;
    left: 0px;
}

.pos-mov-editar{
    position: absolute;
    top: 100px;
    left: 900px;
}

