div.nomeEntf {
    font-size: 13px;
    color: #333;
    margin: 2px;
    padding: 2px;
}

div.nomeEntf .nomePessoa {
    line-height: 26px;
    height: 26px;
}

div.nomeEntf strong {
    font-weight: bold;
}

#dialog-cadastraDigitais .centralizar fieldset {
    width: 86px;
}

#dialog-cadastraDigitais .centralizar fieldset, #cadastroBiometriaDialog .centralizar {
    margin: 0 auto;
}

#dialog-cadastraDigitais .botoes {
    padding: 10px 1px 1px;
    margin: 1px;
}

#dialog-cadastraDigitais .centralizar fieldset label.cadastrado {
    font-style: italic;
    font-weight: bold;
    color: #666;
}

.wait-inserirDigitais {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.wait-inserirDigitais .wait-inserirDigitais-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: black;
}

.wait-inserirDigitais .load {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 90px;
    padding: 20px 40px;
    font-size: 30px;
    font-weight: 600;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    color: #363636;
    background: #F2F2F2;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #424446;
}