* { margin: 0; padding: 0; }
body { background-color: #ffffff }
img {
    max-width: 100%;
    max-height: 120px;
}

.corpo_imagem {

    /*display: table-cell;
    vertical-align: middle;
    horiz-align: center;
    height: 200px;*/
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

}

/*.navbar-default .navbar-collapse, .navbar-default .navbar-form { background-color: #f0f0f0; color: #000000; }*/

.folder { font-size: 16px; padding: 2px; background-color: #f0f0f0; color: #a0a0a0; width: auto; }


.tituloProcesso { font-weight: bold; font-size: 16px; }

.linhasImagens {}

/*.linhasImagens:hover { background-color: #e5e5e5; }*/

.backontop { width: 100px; }

.pendente_msg { font-weight: bold; }


.erro { background-color: #f7a000; }


.form-signin {

    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    /*margin-bottom: 10px;*/
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    /*font-size: 18px;*/
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="num_rpi"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}