/** Conteúdo do popup modal **/
.modalConteudo {
    font-family: "Segoe UI", "Selawik", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: visible;
}


/** Botao fechar do popup Modal **/
.modalBotaoFechar {
    background-color: #6699FF;
    border: 1px solid #0066FF;
    cursor: POINTER;
}

/** layer processando do popup modal **/
.modalProcessando {
    height: 40px;
    width: 200px;
    background-image: url(../../imagens/spw/processandoNovo.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

/** Estilo das modais **/

.blockUI {
    border: none !important;
}

.blockUI > div > div > table {
    color: #fff;
}

.blockUI > div > div > table > tbody > tr > td {
    height: 36px;
    text-align: left;
    padding: 0 8px 0 16px;
    background: #4C4946 !important;
    text-transform: uppercase;
    font-size: 16px;
}

.blockUI > div > div > table > tbody > tr > td > button {
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 0;
}

.blockUI > div > div > table > tbody > tr > td > button:before {
    content: '\67';
    font-family: 'saj';
    font-size: 14px;
    color: #fff;
}

.blockUI > div > div > table > tbody > tr[aria-hidden='true'] {
    display: none;
}

.blockUI > div > form {
    padding: 10px 20px 20px 20px;
}

.spwBotaoDefault,
.spwBotao {
    display: inline-block;
    height: 32px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}

#btnDownloadDocumento,
#botaoContinuar,
#btnAguardarProcessamento,
#btnConfirmarEnvioEmail {
    background: #ffc073;
}

#popupModalBotaoFechar {
    display: none;
}

#imgSuccess {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    text-indent: -9999px;
    background-size: cover;
    opacity: 0.6;
}

.divExplicacaoModal {
    background-color: #8277778c;
    display: flex;
    justify-content: center;
    align-items: center;
}

#botaoDocTarjaEQrcodeContinuar, #botaoDocTarjaEQrcodeCancelar {
    float: right;
    margin-bottom: 10px;
}

#botaoDocTarjaEQrcodeCancelar {
    margin-right: 10px;
}

#svgDocTarjaEQrcode {
    margin-right: 10px;
}