.dialogrelatorio--dadosProcesso__panel {
    position: relative;
}

.dialogrelatorio--dadosProcesso__campo {
    position: absolute;
}

.dialogrelatorio--dadosProcesso__separator {
    position: absolute;
    width: 100%;
}

.dialogrelatorio--dadosProcesso__button {
    height: 35px;
    position: absolute;
}

@media screen and (min-width: 665px) {
    .dialogrelatorio--dadosProcesso__dialog {
        height: 240px !important;
        width: 530px !important;
    }
    .dialogrelatorio--dadosProcesso__panel {
        height: 190px;
    }

    .dialogrelatorio--dadosProcesso__output--secre {
        left: 30px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--secre {
        left: 110px;
        top: 5px;
    }

    .dialogrelatorio--dadosProcesso__output--numero {
        left: 205px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--numero {
        left: 240px;
        top: 5px;
    }

    .dialogrelatorio--dadosProcesso__output--ano {
        left: 340px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--ano {
        left: 385px;
        top: 5px;
        width: 50px;
    }

    .dialogrelatorio--dadosProcesso__output--etiqueta {
        left: 160px;
        top: 45px;
    }
    .dialogrelatorio--dadosProcesso__select--etiqueta {
        left: 10px;
        top: 70px;
        width: calc(100% - 20px);
    }

    .dialogrelatorio--dadosProcesso__separator {
        left: 0px;
        top: 80px;
    }

    .dialogrelatorio--dadosProcesso__aviso {
        left: 165px;
        top: 120px;
    }

    .dialogrelatorio--dadosProcesso__button--imprimir {
        left: 10px;
        top: 145px;
        width: calc(50% - 20px);
    }
    .dialogrelatorio--dadosProcesso__button--fechar {
         right: 10px;
        top: 145px;
        width: calc(50% - 20px);
     }
}

@media screen and (max-width: 664px) and (min-width: 500px){
    .dialogrelatorio--dadosProcesso__panel {
        height: 280px;
    }

    .dialogrelatorio--dadosProcesso__output--secre {
        left: 30px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--secre {
        left: 110px;
        top: 5px;
    }

    .dialogrelatorio--dadosProcesso__output--numero {
        left: 205px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--numero {
        left: 240px;
        top: 5px;
    }

    .dialogrelatorio--dadosProcesso__output--ano {
        left: 340px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--ano {
        left: 385px;
        top: 5px;
        width: 50px;
    }

    .dialogrelatorio--dadosProcesso__output--etiqueta {
        left: 160px;
        top: 45px;
    }
    .dialogrelatorio--dadosProcesso__select--etiqueta {
        left: 10px;
        top: 70px;
        width: calc(100% - 20px);
    }

    .dialogrelatorio--dadosProcesso__separator {
        left: 0px;
        top: 130px;
    }

    .dialogrelatorio--dadosProcesso__aviso {
        left: 35%;
        top: 165px;
    }

    .dialogrelatorio--dadosProcesso__button--imprimir {
        left: 10px;
        top: 195px;
        width: calc(100% - 20px);
    }
    .dialogrelatorio--dadosProcesso__button--fechar {
        left: 10px;
        top: 235px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 499px) {
    .dialogrelatorio--dadosProcesso__panel {
        height: 325px;
    }

    .dialogrelatorio--dadosProcesso__output--secre {
        left: 10px;
        top: 10px;
    }
    .dialogrelatorio--dadosProcesso__select--secre {
        left: 90px;
        top: 5px;
        width: calc(100% - 110px);
    }

    .dialogrelatorio--dadosProcesso__output--numero {
        left: 10px;
        top: 40px;
    }
    .dialogrelatorio--dadosProcesso__select--numero {
        left: 90px;
        top: 35px;
        width: calc(100% - 110px);
    }

    .dialogrelatorio--dadosProcesso__output--ano {
        left: 10px;
        top: 70px;
    }
    .dialogrelatorio--dadosProcesso__select--ano {
        left: 90px;
        top: 65px;
        width: calc(100% - 110px);
    }

    .dialogrelatorio--dadosProcesso__output--etiqueta {
        left: 32%;
        top: 110px;
    }
    .dialogrelatorio--dadosProcesso__select--etiqueta {
        left: 10px;
        top: 130px;
        width: calc(100% - 20px);
    }

    .dialogrelatorio--dadosProcesso__separator {
        left: 0px;
        top: 175px;
    }

    .dialogrelatorio--dadosProcesso__aviso {
        left: 33%;
        top: 215px;
    }

    .dialogrelatorio--dadosProcesso__button--imprimir {
        left: 10px;
        top: 240px;
        width: calc(100% - 20px);
    }
    .dialogrelatorio--dadosProcesso__button--fechar {
        left: 10px;
        top: 280px;
        width: calc(100% - 20px);
    }
}