/* Minification failed. Returning unminified contents.
(390,38): run-time error CSS1034: 
(390,38): run-time error CSS1042: Expected function, found ','
(390,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(20381,38): run-time error CSS1034: 
(20381,38): run-time error CSS1042: Expected function, found ','
(20381,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.panel-body .grey {
    background-color: #f5f7f8;
    background-image: none !important;
}

.main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white .grey {
    /*background-color: #f5f7f8;
    background-image: none !important;*/
}

.calendarioFeriado {
    background-color: #ffffff !important;
}
.calendarioFeriadoDDA {
    background-color: #ffffff !important;
}

.left-pd-10 {
    padding: 5px 0 5px 15px !important;
}

.border-right {
    border-right: 1px solid #d0d2d3;
}

/* Cores dos textos */

.txt-cor-azul {
    color: #112E50;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

/* mantém o texto centralizado no botão */

.col-sm-4 .btn {
    padding: 14px;
}

.banner-repatriacao, .conteudo-dados .banner-repatriacao {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    max-height: 126px;
    overflow: hidden;
    clear: both;
    background: none;
    margin: 15px 0;
}

    .banner-repatriacao img, .conteudo-dados .banner-repatriacao img {
        width: 100%;
        height: auto;
        max-width: 1200px;
        max-height: 126px;
    }

.border-bottom-green {
    border-bottom: 2px solid #0a1d6f;
}

.borda-bottom-dashed {
    border-bottom: dashed 1px #0a1d6f;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .border-right {
        border-right: none;
    }
}


.table-default .tabela-contas .table td {
    background-color: #fff;
    vertical-align: middle !important;
}

.alerta-info {
    display: none;
}

@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-pagador:before,
    .table-default .tabela-contas .table td.col-cpf-cnpj:before,
    .table-default .tabela-contas .table td.col-seunumero:before,
    .table-default .tabela-contas .table td.col-nossonumero:before,
    .table-default .tabela-contas .table td.col-tipoinstrução:before,
    .table-default .tabela-contas .table td.col-statusinstrucao:before,
    .table-default .tabela-contas .table td.col-motivorejeicao:before,
    .table-default .tabela-contas .table td.col-col-check:before,
    .table-default .tabela-contas .table td.col-col-evento:before,
    .table-default .tabela-contas .table td.col-col-cadastramento:before {
        display: none;
        margin: 0;
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
    }
}

@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-data:before,
    .table-default .tabela-contas .table td.col-tipo-de-pagamento:before,
    .table-default .tabela-contas .table td.col-origem:before,
    .table-default .tabela-contas .table td.col-favorecido:before,
    .table-default .tabela-contas .table td.col-valor:before,
    .table-default .tabela-contas .table td.col-cpf-cpnj:before,
    .table-default .tabela-contas .table td.col-banco:before,
    .table-default .tabela-contas .table td.col-agencia:before,
    .table-default .tabela-contas .table td.col-conta:before,
    .table-default .tabela-contas .table td.col-tipopagamento:before,
    .table-default .tabela-contas .table td.col-situacao:before,
    .table-default .tabela-contas .table td.col-tipoinstrucao:before,
    .table-default .tabela-contas .table td.col-referencia:before,
    .table-default .tabela-contas .table td.col-dias:before,
    .table-default .tabela-contas .table td.col-cadastroinstrucao:before {
        display: none;
        font-family: 'Inter', Arial, sans-serif;
    }
}



@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-banco:before,
    .table-default .tabela-contas .table td.col-vencimento:before,
    .table-default .tabela-contas .table td.col-documento:before,
    .table-default .tabela-contas .table td.col-desconto:before,
    .table-default .tabela-contas .table td.col-pagamento:before,
    .table-default .tabela-contas .table td.col-identificacao:before,
    .table-default .tabela-contas .table td.col-multa:before,
    .table-default .tabela-contas .table td.col-juros:before {
        display: none;
        margin: 0;
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
    }
}
.table-default .tabela-contas .table td.col-pagador:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Pagador: ";
}
.table-default .tabela-contas .table td.col-evento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Evento: ";
}
.table-default .tabela-contas .table td.col-cadastramento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Cadastramento: ";
}
.table-default .tabela-contas .table td.col-tipoinstrução:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tipo de Instrução: ";
}

.table-default .tabela-contas .table td.col-motivorejeicao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Motivo da Rejeição: ";
}
.table-default .tabela-contas .table td.col-statusinstrucao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Status: ";
}
.table-default .tabela-contas .table td.col-cpf-cnpj:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "CPF / CNPJ: ";
}
.table-default .tabela-contas .table td.col-seunumero:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Seu Número: ";
}

.table-default .tabela-contas .table td.col-nossonumero:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Nosso Número: ";
}

.table-default .tabela-contas .table td.col-pagamento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Valor do Pagamento: ";
}

.table-default .tabela-contas .table td.col-identificacao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Identificação: ";
}
.table-default .tabela-contas .table td.col-arquivo:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Arquivo: ";
}

.table-default .tabela-contas .table td.col-tamanho:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tamanho: ";
}
.table-default .tabela-contas .table td.col-data-hora-geracao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Data / Hora da Geração: ";
}

.table-default .tabela-contas .table td.col-qtde-pagto:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Qtde Pagto: ";
}
.table-default .tabela-contas .table td.col-valor:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Valor: ";
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Banco: ";
}

.table-default .tabela-contas .table td.col-desconto:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Desconto: ";
}

.table-default .tabela-contas .table td.col-juros:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Juros: ";
}

.table-default .tabela-contas .table td.col-multa:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Multa: ";
}

/*.table-default .tabela-contas .table td.col-ocorrencia::before {
    font-family: OpenS, Arial, sans-serif;
    content: "Ocorrência: ";
}*/

@media screen and (max-width: 430px) {
    .conteudo-dados header.titulos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #d5dadd;
    }

        header.titulos h1 {
            margin-top: 0;
        }
}

@media (min-width: 0px) and (max-width: 991px) {
    .table-default .tabela-contas .table td {
        padding: 15px 8px 10px 8px;
    }
}

@media (max-width: 1024px) {
    .banner-repatriacao.extrato {
        display: block;
        width: 100%;
        height: auto;
        max-width: 885px;
        max-height: 80px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
        padding: 0;
        margin: 0 0 15px 0;
    }

        .banner-repatriacao.extrato img {
            display: block;
            width: 100%;
            height: auto;
            max-width: 885px;
            max-height: 80px;
            overflow: hidden;
            clear: both;
            background: no-repeat 0 100%;
            padding: 0;
        }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        margin-top: 0;
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 729px;
        max-height: 70px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
    }

        .sidebar-info .banner-sidebar img {
            width: 100%;
            height: auto;
            max-width: 729px;
            max-height: 70px;
        }
}

.border-5 {
    border-top: 10px solid #eeeeee;
}

.alert-fixo {
    position: initial;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px;
    padding: 5px;
}

.periodoDe .periodoAte {
    margin-top: 1.1%;
}


.modal-memorize .modal-header .info-icones {
    float: right;
    display: block;
    padding: 0 5px;
}

.btnSair {
    cursor: pointer;
}

/* float none */
.pull-none {
    float: none !important;
}

/* width auto */
.w-auto {
    width: auto !important;
}

.textTextLoteInfo {
    padding-right: 12px !important;
}
/* ----------------------------------------------------------------------------------------- */

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; 
    background-image: url('../branding/imagens/loading-branding.gif');
    background-color: rgb(0, 207, 217, 0.7);
    background-repeat: no-repeat;
    background-position: 55% 50%;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoading {
        display: block;
    }

/* ----------------------------------------------------------------------------------------- */

.input-validation-error-rend {
    border: 1px solid red !important;
}

.button-validation-error-rend {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: red !important;
    border-left-color: #e6e6e6 !important;
}

/* TABELA PAGINA AUTORIZACAO */
@media (min-width: 1025px) {
    .table-default .tabela-contas .table td.col-data:before,
    .table-default .tabela-contas .table td.col-tipo-de-pagamento:before,
    .table-default .tabela-contas .table td.col-origem:before,
    .table-default .tabela-contas .table td.col-favorecido:before,
    .table-default .tabela-contas .table td.col-valor:before,
    .table-default .tabela-contas .table td.col-cpf-cpnj:before,
    .table-default .tabela-contas .table td.col-banco:before,
    .table-default .tabela-contas .table td.col-agencia:before,
    .table-default .tabela-contas .table td.col-conta:before,
    .table-default .tabela-contas .table td.col-tipopagamento:before,
    .table-default .tabela-contas .table td.col-situacao:before {
        display: none;
        font-family: 'Inter', Arial, sans-serif;
    }
}

.table-default .tabela-contas .table td.col-data:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Data: ";
}

.table-default .tabela-contas .table td.col-tipoinstrucao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tipo da Instrução: ";
}

.table-default .tabela-contas .table td.col-referencia:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Referência: ";
}

.table-default .tabela-contas .table td.col-dias:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Dias: ";
}

.table-default .tabela-contas .table td.col-cadastroinstrucao:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Cadastro de Instrução: ";
}

.table-default .tabela-contas .table td.col-tipopagamento:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Tipo de pagamento: ";
}

.table-default .tabela-contas .table td.col-origem:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Origem: ";
}

.table-default .tabela-contas .table td.col-favorecido:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Favorecido: ";
}

.table-default .tabela-contas .table td.col-cpf-cpnj:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "CPF / CNPJ: ";
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Banco: ";
}

.table-default .tabela-contas .table td.col-agencia:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Agência: ";
}

.table-default .tabela-contas .table td.col-conta:before {
    font-family: 'Inter', Arial, sans-serif;
    content: "Conta: ";
}

.itens-pag.abas {
    margin: 0;
    padding: 25px 15px 0 0;
}

.dados-cadastrais.operadores .table .lkexcluir {
    margin-top: 0px;
}

.table-default .tabela-contas .table th {
    min-width: 100px;
}

@media (max-width: 767px) {
    .menu-config-mobile .menu-config-mobile-topo .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: -67px;
        left: 2%;
        color: #112e50;
        text-align: center;
        display: block;
        width: 100%;
    }

    .PictogramaMobile {
        position: absolute;
        bottom: -57px;
        left: -3px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .cadeado-topo {
        position: absolute;
        right: 37%;
        bottom: 10px;
    }
}

th.clear {
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 14px !important;
    color: #7a7d7f !important;
}

td.DataDesabilitada, table.ui-datepicker-calendar tbody td.DataDesabilitada a {
    color: #ff0000;
}

.no-display {
    display: none;
}

/*CheckBox*/
[type="checkbox"]:not(:checked) + input[type=hidden] + label, [type="checkbox"]:checked + input[type=hidden] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font: 13px 'Inter';
}

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after {
        opacity: 0;
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after, [type="checkbox"]:checked + input[type=hidden] + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        transition: all .2s;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUJGQTJEM0NENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUJGQTJEM0RENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QkZBMkQzQUQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QkZBMkQzQkQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuV0fVgAAADMSURBVHjaYvz//z8DPuA5dwY/kDoFxF+YGAiDTiBWA2IJJgKm2gCpdCi3iBGXM4AK2YHUBSDWAOIt25MzfPGZXAVV+BWIs0ECTEATZIFYCc1ULSBVAeVWA019BFYMteoGUIEfVCFIbDYQswHxaSCeAjOE0WPO9ENA2haIfwNxAhCDgmoaEP8BYmOgqZdgillAhgHxZiB2BOLFQPwDKteDrBDsDKAAyAM+IB9DncUFxHeAuBHdx+DQAGr4BqSCgXgl1OR0oNgPdMUAAQYA6go8x51Nz/4AAAAASUVORK5CYII=') no-repeat 50% 4px;
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:before, [type="checkbox"]:checked + input[type=hidden] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        border: 1px solid #d5dadd;
        background: #FFF;
    }


@media (max-width: 1025px) {

    .select_pesquisa {
        display: none !important;
    }

    /*.itensPorPagina {
        display: none !important;
    }
    #paginacaoT {
        display: none !important;
    }*/
}


th.col-checkbox, td.col-checkbox {
    min-width: 0 !important;
    padding: 20px 23px 10px 30px !important;
}

/* GERENTE */

@media (min-width: 1025px) {
    .gerente img {
        width: 100%;
        height: auto;
        max-width: 70px;
        max-height: 78px;
    }
}

.gerente .max-70 {
    max-width: 70px !important;
}

.gerente h4 {
    margin: 0 !important;
}

@media (max-width: 1199px) and (min-width: 1025px) {
    /* line 1354, ../sass/template.scss */
    .esconder {
        display: none;
    }
}

/*Radio button*/
.radio-label {
    margin-top: -9px;
}

.francesa.botao-row {
    background-color: transparent !important;
}


.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-consumo {
    background-image: url(../imagens/icone/consumo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.icone-md-francesinha-on {
    background-image: url(../../icon-francesinha-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}


.icone-md-boleto {
    background-image: url(../imagens/icone/icon-boleto-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}

.icone-md-boleto-on {
    background-image: url(../imagens/icone/icon-boleto-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px;
}



.btn-default.btn-small,
.btn-primary.btn-small {
    padding: 5px;
    text-transform: none;
}


.btn-default.btn-small {
    border: 1px solid #0a1d6f;
    background-color: #ffffff;
    color: #0a1d6f;
}

.btn-primary.btn-small {
    border: 1px solid #666666;
    background-color: #ffffff;
    color: #666666;
}

.main .cont-dados .valor .linha-colunas .colunas {
    width: 25%!important;
}

.data.extrato {
    background-color: #eee;
    border-top: 3px solid #0a1d6f;
}

    .data.extrato p {
        color: #0a1d6f;
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
        margin-left: 15px;
    }


.main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd),
.main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato,
.main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo,
.main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
    background-color: #fff;
}

.main .resumo-extrato {
    margin: 0;
}

.bs-extrato-completo {
    border-top: 1px solid #d5dadd;
}

.titulo strong {
    color: #0a1d6f;
}

.col-alert.last-item {
    border: none !important;
}

.saldo {
    margin: 5px 0;
}

    .saldo p {
        margin-bottom: 0;
    }

.borda.linha-colunas:before {
    display: none;
}

.cssZebradoLg {
    background: #eeeeee !important;
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
    .correcao {
        width: 50% !important;
    }

    .correcao-mostrar {
        display: inherit !important;
    }
}

@media screen and (min-width: 992px) {
    .bt-align {
        padding-top: 27px;
    }
}

@media (max-width: 1024px) {

    .cssZebradoLg {
        background-color: transparent;
    }

    .vmobile-gray {
        background-color: #eeeeee;
        padding: 15px !important;
    }
}

.tb-margin-10 {
    margin: 10px 0;
}

.top-margin-7 {
    margin-top: 7px;
}

@media (max-width: 767px) {
    .dados-cadastrais.operadores .box-info .col-md-6:first-child {
        padding: 10px;
    }

    .table-bordered .checkbox label {
        display: none;
    }

    .panel-heading {
        border-top: 0px !important;
    }

    .main .resumo-extrato .panel-group {
        border-bottom: 0px !important;
    }
}

.verde {
    color: #0a1d6f !important;
}

.vermelho {
    color: #FF0000 !important;
}

.concessao th,
.concessao td,
.concessao {
    background-color: #f5f7f8 !important;
    border: 0px !important;
}

    .concessao th {
        border-bottom: 1px #cecece solid !important;
    }


@media (max-width: 1024px) {
    .concessao th,
    .concessao td,
    .concessao {
        width: 100% !important;
        padding: 0px !important;
    }
}


@media (max-width: 1024px) {
    .hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {	

    .lr-pad-15 {
        padding: 0 15px 0 15px !important;
    }
}

.panel-group {
    border-bottom: 0px !important;
}

@media (max-width: 767px) {
	.correcao {
		padding:0px;
		font-size:13px;
	}
}

@media (min-width: 1025px) {
    .hide-desktop {
        display: none;
    }
}

.bottom-margin-0 {
    margin-bottom: 0px !important;
}

@media (min-width:992px) {
    .height-500 {
        height: 500px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {	
.hack-pad {
	padding-left:15px;
	padding-right:15px;
}

        .hack-pad .col-sm-8,
        .hack-pad .col-sm-4 {
            padding: 0px;
        }
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px .4em;
            margin: .5em 0 0 0;
            height: auto;
            border: 0
        }

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

    .ui-selectmenu-button span.ui-icon {
        right: .5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: .4em 2.1em .4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

    .ui-widget-content a {
        color: #222
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("/Content/imagens/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

    .ui-widget-header a {
        color: #222
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6;
        font-weight: normal;
        color: #555
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada;
        font-weight: normal;
        color: #212121
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url("/Content/imagens/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("/Content/imagens/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("/Content/imagens/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35)
        }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/Content/imagens/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("/Content/imagens/ui-icons_222222_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("/Content/imagens/ui-icons_888888_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/Content/imagens/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("/Content/imagens/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("/Content/imagens/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/Content/imagens/ui-icons_cd0a0a_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("/Content/imagens/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("/Content/imagens/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.periodoDe, .periodoAte {
    margin-top: 5px
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.bold {
    font-weight: bold !important
}

.regular {
    font-weight: normal !important
}

.semibold {
    font-weight: bolder !important
}

.txtSmall {
    font-size: 10px !important
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before {
    content: ""
}

.glyphicon-btc:before {
    content: ""
}

.glyphicon-xbt:before {
    content: ""
}

.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-jpy:before {
    content: "¥"
}

.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-rub:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Inter',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #7a7d7f;
    /*background-color: #D9D9D9 !important;*/
}

    body strong {
        font-weight: normal;
        font-family: 'Inter'
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0a1d6f;
    text-decoration: none
}

    a:hover, a:focus {
        color: #306868
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ebeff2;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    color: inherit
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media(min-width:1025px) {
    .md-center {
        text-align: center
    }
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #0a1d6f
}

a.text-primary:hover, a.text-primary:focus {
    color: #296262
}

.text-success {
    color: #fff
}

a.text-success:hover, a.text-success:focus {
    color: #e6e6e6
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #fff
}

a.text-danger:hover, a.text-danger:focus {
    color: #e6e6e6
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #0a1d6f
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #296262
}

.bg-success {
    background-color: #a2d5ab
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #7fc58b
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #df5c5e
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #d73134
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '— '
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: ' —'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #7a7d7f;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:before, .container:after {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:before, .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #ebeff2
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #a2d5ab
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #90cd9b
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #df5c5e
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #db4749
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #7a7d7f;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

.label-checkbox {
    display: inline !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #7a7d7f
}

#txtCelular {
    padding-right: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #7a7d7f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5dadd;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        border-color: #0a1d6f
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control.error {
        border-color: #df5c5e
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

.error .form-control {
    border-color: #df5c5e
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 55px
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 68.75px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white
    }

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #a2d5ab
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px white
    }

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #df5c5e
}

.has-error .form-control-feedback {
    color: #fff
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bbbdbe
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 14px 50px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: none
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #fff;
        text-decoration: none
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #0a1d6f;
    border-color: #0a1d6f
}

    .btn-default:focus, .btn-default.focus {
        color: #fff;
        background-color: #387979;
        border-color: #204545
    }

    .btn-default:hover {
        color: #fff;
        background-color: #387979;
        border-color: #357272
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #387979;
        border-color: #357272
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #fff;
            background-color: #2d6161;
            border-color: #204545
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        background-color: #0a1d6f;
        border-color: #0a1d6f
    }

    .btn-default .badge {
        color: #0a1d6f;
        background-color: #fff
    }

.btn-primary {
    color: #0a1d6f;
    background-color: transparent;
    border-color: #0a1d6f
}

    .btn-primary:focus, .btn-primary.focus {
        color: #0a1d6f;
        background-color: transparent;
        border-color: #204545
    }

    .btn-primary:hover {
        color: #0a1d6f;
        background-color: transparent;
        border-color: #357272
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #0a1d6f;
        background-color: transparent;
        border-color: #357272
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #0a1d6f;
            background-color: transparent;
            border-color: #204545
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: transparent;
        border-color: #0a1d6f
    }

    .btn-primary .badge {
        color: transparent;
        background-color: #0a1d6f
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #0a1d6f;
    font-weight: normal;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #306868;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #7a7d7f;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #6e7072;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0a1d6f
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #7a7d7f;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d5dadd;
    border-right: none
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #0a1d6f
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 0 0 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #ebeff2;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li + li {
        margin-left: 0
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #0a1d6f
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media(min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ebeff2
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1001;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000
}

@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    width: 207px;
    height: 37px;
    font: 0/0 'a';
    color: transparent;
    background: url(/content/imagens/logo-banco-rendimento.png) no-repeat 0 0;
    margin: 17px 25px 0 0
}

@media(min-width:1024px)and (max-width:1240px) {
    .navbar-brand {
        margin: 17px 25px 0 0
    }
}

.navbar-brand a {
    display: block;
    width: 207px;
    height: 37px;
    overflow: hidden
}

.navbar-brand > img {
    display: block
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 15px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 30px
            }
}

.layout-topo {
    z-index: 50000
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 29px;
        margin-bottom: 29px
    }

.navbar-text {
    margin-top: 30px;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #112e50
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #081626
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #0b1d33
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #081626;
        color: #fff
    }

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #081626
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #081626
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #081626
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    margin-top: -20px;
    list-style: none;
    border-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

    .breadcrumb a:not(.active) {
        color: #737373;
    }

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li > a {
            color: #737373;
        }

        .breadcrumb > li a:after {
            content: ">";
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 2px 0 6px;
            /* background: url(/content/imagens/ico-breadcrumb.png) no-repeat 50% 50% */
        }

    .breadcrumb > .active {
        color: #0a1d6f;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 5px 3px;
            margin: 0 8px;
            min-width: 22px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #7a7d7f;
            background-color: #ebeff2;
            border-top: 1px solid #d5dadd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            z-index: 2;
            color: #306868;
            background-color: #ebeff2;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 3;
        color: #0a1d6f;
        background-color: #ebeff2;
        border-color: #0a1d6f;
        border-width: 2px;
        cursor: default;
        margin-top: -1px
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager:before, .pager:after {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ebeff2;
            border: 1px solid #d5dadd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #ebeff2
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        background-color: #ebeff2;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #0a1d6f
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #296262
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0a1d6f;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ebeff2;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .thumbnail .caption {
        padding: 9px;
        color: #7a7d7f
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #0a1d6f
}

.alert {
    padding: 8px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: bold
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 8px 10px20
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: 5px
    }

.alert-success {
    background-color: #a2d5ab;
    border-color: #90cd91;
    color: #fff
}

    .alert-success hr {
        border-top-color: #7fc580
    }

    .alert-success .alert-link {
        color: #e6e6e6
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #df5c5e;
    border-color: #db4762;
    color: #fff
}

    .alert-danger hr {
        border-top-color: #d7314f
    }

    .alert-danger .alert-link {
        color: #e6e6e6
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 4px;
    margin-bottom: 20px;
    background-color: #f5f5f5
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0a1d6f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0a1d6f;
    border-color: #0a1d6f
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #addddd
    }

.list-group-item-success {
    color: #fff;
    background-color: #a2d5ab
}

a.list-group-item-success, button.list-group-item-success {
    color: #fff
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
        color: #fff;
        background-color: #90cd9b
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #fff;
    background-color: #df5c5e
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #fff
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
        color: #fff;
        background-color: #db4749
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff
}

.panel-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1px;
            border-bottom-right-radius: -1px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #7a7d7f !important;
        background-color: #f5f5f5 !important;
        border-color: #ddd !important
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd !important
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #7a7d7f !important
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd !important
    }

.panel-primary {
    border-color: #0a1d6f
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0a1d6f;
        border-color: #0a1d6f
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0a1d6f
        }

        .panel-primary > .panel-heading .badge {
            color: #0a1d6f;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0a1d6f
    }

.panel-success {
    border-color: #90cd91
}

    .panel-success > .panel-heading {
        color: #fff;
        background-color: #a2d5ab;
        border-color: #90cd91
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #90cd91
        }

        .panel-success > .panel-heading .badge {
            color: #a2d5ab;
            background-color: #fff
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #90cd91
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #db4762
}

    .panel-danger > .panel-heading {
        color: #fff;
        background-color: #df5c5e;
        border-color: #db4762
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #db4762
        }

        .panel-danger > .panel-heading .badge {
            color: #df5c5e;
            background-color: #fff
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #db4762
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    background-clip: padding-box;
    padding: 30px;
    font-size: 15px;
    color: #7a7d7f;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 0 0 25px
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 12% auto 30px
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Inter',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    background-color: #57FFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px 0 #8a8a8a;
    -moz-box-shadow: 0 2px 3px 0 #8a8a8a;
    box-shadow: 0 2px 3px 0 #8a8a8a;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #0A1D6F;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #57FFFF
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #57FFFF
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #57FFFF
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #57FFFF
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #57FFFF
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #57FFFF
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #57FFFF
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #57FFFF
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Inter',Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-pictograma {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

    .carousel-control.right {
        left: auto;
        right: 0
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '‹'
        }

        .carousel-control .icon-next:before {
            content: '›'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.box-aplicacao {
    background-color: #fff;
    padding-top: 2%
}

.box-aplicacao-inter {
    border-right: 1px solid #ccc
}

.table-default .tabela-contas .table th {
    min-width: 100px
}

.model-info {
    color: #0a1d6f
}

@charset "UTF-8";

.icone-sprite, .icone-acessar, .icone-agendamento, .icone-ajuda, .icone-alerta-modal, .icone-alerta, .icone-alertar, .icone-alterar-permissoes-on, .icone-alterar-permissoes, .icone-alterar, .icone-brasilia-azul, .icone-brasilia-laranja, .icone-brasilia-on, .icone-brasilia-roxo, .icone-brasilia-verde, .icone-brasilia-rosa, .icone-brasilia, .icone-buscar-tablet, .icone-buscar-verde, .icone-buscar, .icone-buscar2, .icone-cadastrese, .icone-cadeado, .icone-chile-azul, .icone-chile-laranja, .icone-chile-on, .icone-chile-roxo, .icone-chile-verde, .icone-chile-rosa, .icone-chile, .icone-china-azul, .icone-china-laranja, .icone-china-on, .icone-china-roxo, .icone-china-verde, .icone-china-rosa, .icone-china, .icone-comprovantes-on, .icone-comprovantes, .icone-configurar-on, .icone-configurar, .icone-cracha, .icone-debitos-automaticos, .icone-desbloquear, .icone-dica-central, .icone-dica-seguranca, .icone-download-porc, .icone-editar, .icone-email, .icone-estrela-d, .icone-estrela-p, .icone-eua-azul, .icone-eua-laranja, .icone-eua-on, .icone-eua-roxo, .icone-eua-verde, .icone-eua-rosa, .icone-eua-zul, .icone-eua, .icone-exclamacao, .icone-excluir, .icone-exibir, .icone-favorecidos-on, .icone-favorecidos, .icone-fechar, .icone-franca-azul, .icone-franca-laranja, .icone-franca-on, .icone-franca-roxo, .icone-franca-verde, .icone-franca-rosa, .icone-franca, .icone-grecia-azul, .icone-grecia-laranja, .icone-grecia-on, .icone-grecia-roxo, .icone-grecia-verde, .icone-grecia-rosa, .icone-grecia, .icone-holanda-azul, .icone-holanda-laranja, .icone-holanda-on, .icone-holanda-roxo, .icone-holanda-verde, .icone-holanda-rosa, .icone-holanda, .icone-horario, .icone-ico_pagamento_lote, .icone-importante, .icone-incluir, .icone-info-brasilia-laranja, .icone-inglaterra-azul, .icone-inglaterra-laranja, .icone-inglaterra-on, .icone-inglaterra-roxo, .icone-inglaterra-verde, .icone-inglaterra-rosa, .icone-inglaterra, .icone-italia-azul, .icone-italia-laranja, .icone-italia-on, .icone-italia-roxo, .icone-italia-verde, .icone-italia-rosa, .icone-italia, .icone-md-alterar-senha-on, .icone-md-alterar-senha, .icone-md-atalhos-on, .icone-md-atalhos, .icone-md-dados-cadastrais-on, .icone-md-dados-cadastrais, .icone-md-mensagens-on, .icone-md-mensagens, .icone-md-selo-on, .icone-md-selo, .icone-md-token-on, .icone-md-token, .icone-menos, .icone-menu-cambio, .icone-menu-cartoes, .icone-menu-open-banking, .icone-transferencia-lg-disable, .icone-menu-cobranca, .icone-menu-comprovantes, .icone-menu-credito, .icone-menu-home, .icone-menu-investimentos, .icone-menu-lista, .icone-menu-pagamentos, .icone-menu-saldo, .icone-menu-saldo-e-extrato, .icone-menu-transferencias, .icone-ocultar-on, .icone-ocultar, .icone-operador-on, .icone-operador, .icone-operadores-on, .icone-operadores, .icone-pagamento-lote-on, .icone-pagamento-lote, .icone-pagamento, .icone-pagamentos-concluidos, .icone-pagamentos-nao-concluidos, .icone-pdf, .icone-pendencias-on, .icone-pendencias, .icone-print, .icone-reativar, .icone-redirecionar, .icone-rio-azul, .icone-rio-laranja, .icone-rio-on, .icone-rio-roxo, .icone-rio-verde, .icone-rio-rosa, .icone-rio, .icone-sair-off, .icone-sair, .icone-seguranca, .icone-seta-r-cv, .icone-seta-r, .icone-tam-fonte-off, .icone-tam-fonte, .icone-token-google-aut-mobile, .icone-token-google-aut, .icone-token-symantec-mobile, .icone-token-symantec, .icone-token, .icone-transferencia-lg-on, .icone-transferencia-lg, .icone-transferencia, .icone-trocar-de-conta, .icone-verificado, .icone-xls {
    background-image: url('../imagens/icone-s5719170596.png');
    background-repeat: no-repeat
}

.icone-menu-pix {
    background-image: url('../imagens/Pix.png');
    background-position: center;
    background-repeat: no-repeat
}

.btn-padrao:hover {
    color: #fff;
    background-color: #2f7a75 !important;
    border-color: #2f7a75 !important
}

.btn-padrao {
    color: #fff;
    background-color: #0a1d6f !important;
    border-color: #0a1d6f !important
}

.btn-ghost:hover {
    color: #fff;
    background-color: #0a1d6f !important;
    border-color: #0a1d6f !important
}

.btn-ghost {
    color: #0a1d6f;
    background-color: transparent !important;
    border-color: #0a1d6f !important
}

.btn-ghost-2 {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff !important
}

    .btn-ghost-2:hover {
        color: #fff;
        background-color: #0a1d6f !important;
        border-color: #0a1d6f !important
    }

.btn-desativar {
    color: #000 !important;
    background-color: #d6d9de !important;
    cursor: unset !important
}

.footer-btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

    .footer-btn .btn {
        flex-grow: 1;
        margin: 0 7.5px
    }

.padding-bottom-30 {
    padding: 0 0 30px 0
}

.icone-informe-rendimento {
    background-image: url('../imagens/icone/rendimento-icon-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-informe-rendimento-on {
    background-image: url('../imagens/icone/rendimento-icon-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-alcada {
    background-image: url('../imagens/icone/alcada-icon-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-alcada-on {
    background-image: url('../imagens/icone/alcada-icon-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-registrato {
    background-image: url(../imagens/icone/icon-bacen-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-registrato-on {
    background-image: url(../imagens/icone/icon-bacen-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-provisao {
    background-image: url(../imagens/icone/icon-provisao-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-provisao-on {
    background-image: url(../imagens/icone/icon-provisao-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario {
    background-image: url(../imagens/icone/icon-calendario-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario-on {
    background-image: url(../imagens/icone/icon-calendario-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-menu-aprovacoes {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-aprovacoes-unificadas {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-transferencia {
    background-image: url(../imagens/icone/menu-aprovacoes.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-ordem-pagamento {
    background-image: url(../imagens/icone/menu-ordem-pagamento.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-limites-e-tarifas {
    background-image: url('../imagens/icone/menu-limites-e-tarifas.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-ptax {
    background-image: url('../imagens/icone/menu-ptax.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-gerenciar {
    background-image: url('../imagens/icone/menu-gerenciar-operacoes.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-transferencia-novo {
    background-image: url('../imagens/icone/menu-transferencia-novo.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-instrucao-pagamento {
    background-image: url('../imagens/icone/menu-instrucao-recebimento.png');
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-arbitragem {
    background-image: url(../imagens/icone/menu-arbitragem.png);
    background-position: center;
    background-repeat: no-repeat
}

.icone-menu-arbitragem-novo {
    background-image: url(../imagens/icone/menu-arbitragem2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important
}

.icone-acessar {
    background-position: 0 0;
    height: 24px;
    width: 24px
}

.icone-agendamento {
    background-position: 0 -24px;
    height: 19px;
    width: 19px
}

.icone-ajuda {
    background-position: 0 -43px;
    height: 24px;
    width: 24px
}

.icone-alerta-modal {
    background-position: 0 -67px;
    height: 41px;
    width: 41px
}

.icone-alerta-padrao-modal {
    background-image: url('../imagens/icone/alerta-padrao.png');
    background-position: 0 -41px;
    height: 41px;
    width: 41px
}

.icone-alerta-azul {
    background-image: url('../imagens/icone/icone-alerta.png');
    height: 20px;
    width: 20px
}

.icone-alerta-amarelo {
    background-image: url('../imagens/icone/alerta-amarelo.png');
    background-position: 0 -41px;
    height: 41px;
    width: 41px
}

.icone-alerta {
    background-position: 0 -108px;
    height: 38px;
    width: 38px
}

.icone-copiar {
    background-position: 0 -108px;
    height: 38px;
    width: 38px
}

.icone-alertar {
    background-position: 0 -146px;
    height: 24px;
    width: 24px
}

.icone-alterar-permissoes-on {
    background-position: 0 -170px;
    height: 65px;
    width: 100px
}

.icon-alerta {
    background-image: url('../imagens/icone/icone-alerta.png');
    background-repeat: no-repeat;
    background-position: 0 -170px;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-alerta-token {
    background-image: url('../imagens/icone/icone-alerta-token.png');
    top: 25%;
    position: absolute;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat
}

.icon-alerta-perfil-investidor {
    background-image: url('../imagens/icone/icone-alerta-perfil-investidor.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-erro-perfil-investidor {
    background-image: url('../imagens/icone/icone-erro-perfil-investidor.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-copiar {
    background-image: url('../imagens/icone/icone-copiar.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-configurar-pagamentos {
    background-image: url('../imagens/icone/icon-configurar-pagamentos-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-saldo-extrato-pix {
    background-image: url('../imagens/icone/saldo-extrato-pix.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 38px
}

.div-saldo-extrato-pix {
    height: 25px;
    width: 25px;
    margin-right: 38px
}

.novo-icone-saldo-extrato-pix {
    height: 16px;
    margin-left: 4px
}


.icn:before {
    font-style: normal !important;
    font-size: 44px !important;
    color: #112E50;
}

.icone-md-pagamento-pix {
    background-image: url('../imagens/icone/u271.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.3,.3);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important
}

.icone-md-pagamento-pix-on {
    background-image: url('../imagens/icone/u271.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.3,.3);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
    filter: brightness(100)
}

.icone-md-devolver-pix {
    background-image: url('../imagens/icone/devolver-pix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.2,.2);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important
}

.icone-md-devolver-pix-on {
    background-image: url('../imagens/icone/devolver-pix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.2,.2);
    height: 218px;
    width: 188px;
    margin-top: -60px !important;
    margin-left: -60px !important;
    filter: brightness(100)
}

.icone-md-receber-pix {
    background-image: url('../imagens/icone/ReceberPix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.1,.1);
    height: 400px;
    width: 400px;
    margin-top: -151px !important;
    margin-left: -167px !important
}

.icone-md-receber-pix-on {
    background-image: url('../imagens/icone/ReceberPix.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.1,.1);
    height: 400px;
    width: 400px;
    margin-top: -151px !important;
    margin-left: -167px !important;
    filter: brightness(100)
}

.icone-md-minhas-chaves-pix {
    background-image: url('../imagens/icone/minhas-chaves.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important
}

.icone-md-minhas-chaves-pix-on {
    background-image: url('../imagens/icone/minhas-chaves.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important;
    filter: brightness(100)
}

.icon-configurar-pagamentos-on {
    background-image: url('../imagens/icone/icon-configurar-pagamentos-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-consultar {
    background-image: url('../imagens/icone/icon-consultar-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-consultar-on {
    background-image: url('../imagens/icone/icon-consultar-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-gerenciar-arquivos {
    background-image: url('../imagens/icone/icon-gerenciar-arquivos-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-gerenciar-arquivos-on {
    background-image: url('../imagens/icone/icon-gerenciar-arquivos-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-md-provisao {
    background-image: url(../imagens/icone/icon-provisao-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-provisao-on {
    background-image: url(../imagens/icone/icon-provisao-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario {
    background-image: url(../imagens/icone/icon-calendario-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-calendario-on {
    background-image: url(../imagens/icone/icon-calendario-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icon-remessa {
    background-image: url('../imagens/icone/icon-remessa-off.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icon-remessa-on {
    background-image: url('../imagens/icone/icon-remessa-on.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%
}

.icone-alterar-permissoes {
    background-position: 0 -235px;
    height: 65px;
    width: 100px
}

.icone-alterar-alcada {
    background-image: url('../imagens/icone/icone-alterar-alcada.png');
    background-position: 0 -230px;
    height: 23px;
    width: 23px
}

.icone-excluir-alcada {
    background-image: url('../imagens/icone/icone-excluir-alcada.png');
    background-position: 0 -230px;
    height: 23px;
    width: 23px
}

.icone-detalhes-alcada {
    background-image: url('../imagens/icone/icone-detalhes-alcada.png');
    background-position: 0 -231px;
    height: 21px;
    width: 21px
}

.icone-consumo-alcada {
    background-image: url('../imagens/icone/icone-consumo-alcada.png');
    background-position: 0 -230px;
    height: 23px;
    width: 23px
}

.icone-alterar {
    background-position: 0 -300px;
    height: 25px;
    width: 25px
}

.icone-brasilia-azul {
    background-position: 0 -325px;
    height: 160px;
    width: 160px
}

.icone-brasilia-laranja {
    background-position: 0 -485px;
    height: 160px;
    width: 160px
}

.txt-item-pag label {
    width: auto !important;
    clear: none;
    margin-right: 10px
}

.icone-brasilia-on {
    background-position: 0 -645px;
    height: 160px;
    width: 160px
}

.icone-brasilia-roxo {
    background-position: 0 -805px;
    height: 160px;
    width: 160px
}

.icone-brasilia-verde {
    background-position: 0 -965px;
    height: 160px;
    width: 160px
}

.icone-brasilia-rosa {
    background-position: 0 -1125px;
    height: 160px;
    width: 160px
}

.icone-brasilia {
    background-position: 0 -1285px;
    height: 160px;
    width: 160px
}

.icone-buscar-tablet {
    background-position: 0 -1445px;
    height: 23px;
    width: 24px
}

.icone-buscar-verde {
    background-position: 0 -1468px;
    height: 38px;
    width: 38px
}

.icone-buscar {
    background-position: 0 -1506px;
    height: 38px;
    width: 38px
}

.icone-buscar2 {
    background-position: 0 -1544px;
    height: 50px;
    width: 50px
}

.icone-cadastrese {
    background-position: 0 -1594px;
    height: 13px;
    width: 12px
}

.icone-cadeado {
    background-position: 0 -1607px;
    height: 24px;
    width: 15px
}

.icone-chile-azul {
    background-position: 0 -1631px;
    height: 160px;
    width: 160px
}

.icone-chile-laranja {
    background-position: 0 -1791px;
    height: 160px;
    width: 160px
}

.icone-chile-on {
    background-position: 0 -1951px;
    height: 160px;
    width: 160px
}

.icone-chile-roxo {
    background-position: 0 -2111px;
    height: 160px;
    width: 160px
}

.icone-chile-verde {
    background-position: 0 -2271px;
    height: 160px;
    width: 160px
}

.icone-chile-rosa {
    background-position: 0 -2431px;
    height: 160px;
    width: 160px
}

.icone-chile {
    background-position: 0 -2591px;
    height: 160px;
    width: 160px
}

.icone-china-azul {
    background-position: 0 -2751px;
    height: 160px;
    width: 160px
}

.icone-china-laranja {
    background-position: 0 -2911px;
    height: 160px;
    width: 160px
}

.icone-china-on {
    background-position: 0 -3071px;
    height: 160px;
    width: 160px
}

.icone-china-roxo {
    background-position: 0 -3231px;
    height: 160px;
    width: 160px
}

.icone-china-verde {
    background-position: 0 -3391px;
    height: 160px;
    width: 160px
}

.icone-china-rosa {
    background-position: 0 -3551px;
    height: 160px;
    width: 160px
}

.icone-china {
    background-position: 0 -3711px;
    height: 160px;
    width: 160px
}

.icone-comprovantes-on {
    background-position: 0 -3871px;
    height: 65px;
    width: 100px
}

.icone-comprovantes {
    background-position: 0 -3936px;
    height: 65px;
    width: 100px
}

.icone-configurar-on {
    background-position: 0 -4001px;
    height: 38px;
    width: 38px
}

.icone-configurar {
    background-position: 0 -4039px;
    height: 38px;
    width: 38px
}

.icone-cracha {
    background-position: 0 -4077px;
    height: 120px;
    width: 155px
}

.icone-debitos-automaticos {
    background-position: 0 -4197px;
    height: 19px;
    width: 19px
}

.icone-desbloquear {
    background-position: 0 -4216px;
    height: 25px;
    width: 25px
}

.icone-dica-central {
    background-position: 0 -4241px;
    height: 35px;
    width: 35px
}

.icone-dica-seguranca {
    background-position: 0 -4276px;
    height: 35px;
    width: 35px
}

.icone-download-porc {
    background-position: 0 -4311px;
    height: 24px;
    width: 24px
}

.icone-editar {
    background-position: 0 -4335px;
    height: 12px;
    width: 11px
}

.icone-email {
    background-position: 0 -4347px;
    height: 42px;
    width: 42px
}

.icone-estrela-d {
    background-position: 0 -4389px;
    height: 15px;
    width: 15px
}

.icone-estrela-p {
    background-position: 0 -4404px;
    height: 15px;
    width: 15px
}

.icone-eua-azul {
    background-position: 0 -4419px;
    height: 160px;
    width: 160px
}

.icone-eua-laranja {
    background-position: 0 -4579px;
    height: 160px;
    width: 160px
}

.icone-eua-on {
    background-position: 0 -4739px;
    height: 160px;
    width: 160px
}

.icone-eua-roxo {
    background-position: 0 -4899px;
    height: 160px;
    width: 160px
}

.icone-eua-verde {
    background-position: 0 -5059px;
    height: 160px;
    width: 160px
}

.icone-eua-rosa {
    background-position: 0 -5219px;
    height: 160px;
    width: 160px
}

.icone-eua-zul {
    background-position: 0 -5379px;
    height: 160px;
    width: 160px
}

.icone-eua {
    background-position: 0 -5539px;
    height: 160px;
    width: 160px
}

.icone-exclamacao {
    background-position: 0 -5699px;
    height: 31px;
    width: 31px
}

.icone-excluir {
    background-position: 0 -5730px;
    height: 25px;
    width: 25px
}

.icone-exibir {
    background-position: 0 -5755px;
    height: 21px;
    width: 24px
}

.icone-favorecidos-on {
    background-position: 0 -5776px;
    height: 65px;
    width: 100px
}

.icone-favorecidos {
    background-position: 0 -5841px;
    height: 65px;
    width: 100px
}

.icone-fechar {
    background-position: 0 -5906px;
    height: 32px;
    width: 32px
}

.icone-franca-azul {
    background-position: 0 -5938px;
    height: 160px;
    width: 160px
}

.icone-franca-laranja {
    background-position: 0 -6098px;
    height: 160px;
    width: 160px
}

.icone-franca-on {
    background-position: 0 -6258px;
    height: 160px;
    width: 160px
}

.icone-franca-roxo {
    background-position: 0 -6418px;
    height: 160px;
    width: 160px
}

.icone-franca-verde {
    background-position: 0 -6578px;
    height: 160px;
    width: 160px
}

.icone-franca-rosa {
    background-position: 0 -6738px;
    height: 160px;
    width: 160px
}

.icone-franca {
    background-position: 0 -6898px;
    height: 160px;
    width: 160px
}

.icone-grecia-azul {
    background-position: 0 -7058px;
    height: 160px;
    width: 160px
}

.icone-grecia-laranja {
    background-position: 0 -7218px;
    height: 160px;
    width: 160px
}

.icone-grecia-on {
    background-position: 0 -7378px;
    height: 160px;
    width: 160px
}

.icone-grecia-roxo {
    background-position: 0 -7538px;
    height: 160px;
    width: 160px
}

.icone-grecia-verde {
    background-position: 0 -7698px;
    height: 160px;
    width: 160px
}

.icone-grecia-rosa {
    background-position: 0 -7858px;
    height: 160px;
    width: 160px
}

.icone-grecia {
    background-position: 0 -8018px;
    height: 160px;
    width: 160px
}

.icone-holanda-azul {
    background-position: 0 -8178px;
    height: 160px;
    width: 160px
}

.icone-holanda-laranja {
    background-position: 0 -8338px;
    height: 160px;
    width: 160px
}

.icone-holanda-on {
    background-position: 0 -8498px;
    height: 160px;
    width: 160px
}

.icone-holanda-roxo {
    background-position: 0 -8658px;
    height: 160px;
    width: 160px
}

.icone-holanda-verde {
    background-position: 0 -8818px;
    height: 160px;
    width: 160px
}

.icone-holanda-rosa {
    background-position: 0 -8978px;
    height: 160px;
    width: 160px
}

.icone-holanda {
    background-position: 0 -9138px;
    height: 160px;
    width: 160px
}

.icone-horario {
    background-position: 0 -9298px;
    height: 24px;
    width: 24px
}

.icone-ico_pagamento_lote {
    background-position: 0 -9322px;
    height: 39px;
    width: 51px
}

.icone-importante {
    background-position: 0 -9361px;
    height: 22px;
    width: 24px
}

.icone-informacao {
    background-image: url('../imagens/icone/InformacaoIcone.png');
    background-position: 0 -9361px;
    height: 22px;
    width: 24px
}

.icone-incluir {
    background-position: 0 -9383px;
    height: 24px;
    width: 24px
}

.icone-info-brasilia-laranja {
    background-position: 0 -9407px;
    height: 35px;
    width: 54px
}

.icone-inglaterra-azul {
    background-position: 0 -9442px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-laranja {
    background-position: 0 -9602px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-on {
    background-position: 0 -9762px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-roxo {
    background-position: 0 -9922px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-verde {
    background-position: 0 -10082px;
    height: 160px;
    width: 160px
}

.icone-inglaterra-rosa {
    background-position: 0 -10242px;
    height: 160px;
    width: 160px
}

.icone-inglaterra {
    background-position: 0 -10402px;
    height: 160px;
    width: 160px
}

.icone-italia-azul {
    background-position: 0 -10562px;
    height: 160px;
    width: 160px
}

.icone-italia-laranja {
    background-position: 0 -10722px;
    height: 160px;
    width: 160px
}

.icone-italia-on {
    background-position: 0 -10882px;
    height: 160px;
    width: 160px
}

.icone-italia-roxo {
    background-position: 0 -11042px;
    height: 160px;
    width: 160px
}

.icone-italia-verde {
    background-position: 0 -11202px;
    height: 160px;
    width: 160px
}

.icone-italia-rosa {
    background-position: 0 -11362px;
    height: 160px;
    width: 160px
}

.icone-italia {
    background-position: 0 -11522px;
    height: 160px;
    width: 160px
}

.icone-md-alterar-senha-on {
    background-position: 0 -11682px;
    height: 65px;
    width: 100px
}

.icone-md-alterar-senha {
    background-position: 0 -11747px;
    height: 65px;
    width: 100px
}

.icone-md-atalhos-on {
    background-position: 0 -11812px;
    height: 65px;
    width: 100px
}

.icone-md-atalhos {
    background-position: 0 -11877px;
    height: 65px;
    width: 100px
}

.icone-md-dados-cadastrais-on {
    background-position: 0 -11942px;
    height: 65px;
    width: 100px
}

.icone-md-dados-cadastrais {
    background-position: 0 -12007px;
    height: 65px;
    width: 100px
}

.icone-md-mensagens-on {
    background-position: 0 -12072px;
    height: 65px;
    width: 100px
}

.icone-md-mensagens {
    background-position: 0 -12137px;
    height: 65px;
    width: 100px
}

.icone-md-selo-on {
    background-position: 0 -12202px;
    height: 65px;
    width: 100px
}

.icone-md-selo {
    background-position: 0 -12267px;
    height: 65px;
    width: 100px
}

.icone-md-token-on {
    background-position: 0 -12332px;
    height: 65px;
    width: 100px
}

.icone-md-token {
    background-position: 0 -12397px;
    height: 65px;
    width: 100px
}

.icone-menos {
    background-position: 0 -12462px;
    height: 24px;
    width: 24px
}

.icone-menu-pix {
    height: 24px;
    width: 25px
}

.icone-menu-cambio {
    background-position: 0 -12486px;
    height: 24px;
    width: 25px
}

.icone-menu-cartoes {
    background-position: 0 -12510px;
    height: 23px;
    width: 24px
}

.icone-menu-open-banking {
    background-image: url('../imagens/icone/menu-open-banking.png');
    height: 23px;
    width: 24px
}

.icone-menu-cobranca {
    background-position: 0 -12533px;
    height: 19px;
    width: 24px
}

.icone-menu-comprovantes {
    background-position: 0 -12552px;
    height: 25px;
    width: 24px
}

.icone-menu-aprovacoes {
    height: 26px;
    width: 26px
}

.icone-menu-aprovacoes-unificadas {
    height: 26px;
    width: 26px
}

.icone-menu-ordem-pagamento {
    height: 19px;
    width: 34px
}

.icone-menu-gerenciar {
    height: 30px;
    width: 28px
}

.icone-menu-limites-e-tarifas {
    height: 21px;
    width: 24px
}

.icone-menu-transferencia-novo {
    height: 21px;
    width: 24px
}

.icone-menu-instrucao-pagamento {
    height: 30px;
    width: 35px
}

.icone-menu-ptax {
    height: 24px;
    width: 24px
}

.icone-menu-arbitragem {
    height: 26px;
    width: 26px
}

.icone-menu-arbitragem-novo {
    height: 26px;
    width: 26px
}

.icone-menu-credito {
    background-position: 0 -12577px;
    height: 24px;
    width: 15px
}

.icone-menu-home {
    background-position: 0 -12601px;
    height: 21px;
    width: 24px
}

.icone-menu-investimentos {
    background-position: 0 -12622px;
    height: 16px;
    width: 26px
}

.icone-menu-lista {
    background-position: 0 -12638px;
    height: 32px;
    width: 32px
}

.icone-menu-pagamentos {
    background-position: 0 -12670px;
    height: 18px;
    width: 24px
}

.icone-menu-saldo-e-extrato {
    background-position: 0 -12688px;
    height: 22px;
    width: 24px
}

.icone-menu-saldo {
    background-position: 0 -12688px;
    height: 22px;
    width: 24px
}

.icone-menu-transferencias {
    background-position: 0 -12710px;
    height: 24px;
    width: 13px
}

.icone-ocultar-on {
    background-position: 0 -12734px;
    height: 21px;
    width: 24px
}

.icone-ocultar {
    background-position: 0 -12755px;
    height: 21px;
    width: 24px
}

.icone-operador-on {
    background-position: 0 -12776px;
    height: 65px;
    width: 100px
}

.icone-operador {
    background-position: 0 -12841px;
    height: 65px;
    width: 100px
}

.icone-operadores-on {
    background-position: 0 -12906px;
    height: 65px;
    width: 100px
}

.icone-operadores {
    background-position: 0 -12971px;
    height: 65px;
    width: 100px
}

.icone-pagamento-lote-on {
    background-position: 0 -13036px;
    height: 65px;
    width: 100px
}

.icone-pagamento-lote {
    background-position: 0 -13101px;
    height: 65px;
    width: 100px
}

.icone-pagamento {
    background-position: 0 -13166px;
    height: 25px;
    width: 25px
}

.icone-pagamentos-concluidos {
    background-position: 0 -13191px;
    height: 20px;
    width: 19px
}

.icone-pagamentos-nao-concluidos {
    background-position: 0 -13211px;
    height: 19px;
    width: 19px
}

.icone-pagamentos-em-processamento {
    background-image: url(../imagens/icone/pagamento-em-processamento.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    height: 20px;
    width: 20px
}

.icone-pdf {
    background-position: 0 -13230px;
    height: 42px;
    width: 42px
}

.icone-pendencias-on {
    background-position: 0 -13272px;
    height: 65px;
    width: 100px
}

.icone-pendencias {
    background-position: 0 -13337px;
    height: 65px;
    width: 100px
}

.icon-limite-diario {
    background-position: 0 -13337px;
    height: 65px;
    width: 100px;
}

.icon-limite-diario-on {
    background-position: 0 -13272px;
    height: 65px;
    width: 100px;
}


.icon-limite-diario {
    background-image: url('../imagens/DEFINIR LIMITE DIARIO1.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px !important;
    left: 30% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.08,.08);
    height: 512px;
    width: 512px;
    margin-top: -205px !important;
    margin-left: -215px !important
}

.icone-print {
    background-position: 0 -13402px;
    height: 42px;
    width: 42px
}

.icone-reativar {
    background-position: 0 -13444px;
    height: 24px;
    width: 24px
}

.icone-redirecionar {
    background-position: 0 -13468px;
    height: 40px;
    width: 35px
}

.icone-rio-azul {
    background-position: 0 -13508px;
    height: 160px;
    width: 160px
}

.icone-rio-laranja {
    background-position: 0 -13668px;
    height: 160px;
    width: 160px
}

.icone-rio-on {
    background-position: 0 -13828px;
    height: 160px;
    width: 160px
}

.icone-rio-roxo {
    background-position: 0 -13988px;
    height: 160px;
    width: 160px
}

.icone-rio-verde {
    background-position: 0 -14148px;
    height: 160px;
    width: 160px
}

.icone-rio-rosa {
    background-position: 0 -14308px;
    height: 160px;
    width: 160px
}

.icone-rio {
    background-position: 0 -14468px;
    height: 160px;
    width: 160px
}

.icone-sair-off {
    background-position: 0 -14628px;
    height: 35px;
    width: 30px
}

.icone-sair {
    background-position: 0 -14663px;
    height: 24px;
    width: 23px
}

.icone-seguranca {
    background-position: 0 -14687px;
    height: 28px;
    width: 41px
}

.icone-seta-r-cv {
    background-position: 0 -14715px;
    height: 13px;
    width: 12px
}

.icone-seta-r {
    background-position: 0 -14728px;
    height: 10px;
    width: 5px
}

.icone-tam-fonte-off {
    background-position: 0 -14738px;
    height: 35px;
    width: 30px
}

.icone-tam-fonte {
    background-position: 0 -14773px;
    height: 16px;
    width: 26px
}

.icone-token-google-aut-mobile {
    background-position: 0 -14789px;
    height: 43px;
    width: 41px
}

.icone-token-google-aut {
    background-position: 0 -14832px;
    height: 65px;
    width: 130px
}

.icone-token-symantec-mobile {
    background-position: 0 -14897px;
    height: 41px;
    width: 110px
}

.icone-token-symantec {
    background-position: 0 -14938px;
    height: 65px;
    width: 130px
}

.icone-token {
    background-position: 0 -15003px;
    height: 24px;
    width: 22px
}

.icone-transferencia-lg-on {
    background-position: 0 -15027px;
    height: 65px;
    width: 100px
}

.icone-transferencia-lg {
    background-position: 0 -15092px;
    height: 65px;
    width: 100px
}

.icone-transferencia {
    background-position: 0 -15157px;
    height: 25px;
    width: 25px
}

.icone-trocar-de-conta {
    background-position: 0 -15182px;
    height: 28px;
    width: 28px
}

.icone-verificado {
    background-position: 0 -15210px;
    height: 27px;
    width: 26px
}

.icone-xls {
    background-position: 0 -15237px;
    height: 42px;
    width: 42px
}

body {
    padding-top: 80px
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.right-margin-20 {
    margin-right: 20px !important
}

.hide-valor {
    opacity: 0 !important;
    display: none !important
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.icone {
    display: block;
    font: 0/0 'a';
    color: transparent
}

.vmobile {
    display: none !important
}

.vtablet {
    display: none !important
}

.lkstar {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px -1px 0
}

    .lkstar .icone {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .lkstar .icone-estrela-d {
        z-index: 1;
        opacity: 0
    }

    .lkstar.act .icone-estrela-d {
        z-index: 2;
        opacity: 1
    }

label.error {
    overflow: hidden;
    clear: both;
    max-width: inherit;
    color: #df5c5e;
    font-size: 14px;
    padding-top: 4px
}

.form-control {
    border-radius: 0
}

    .form-control.select-sm {
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #f5f7f8
}

.txt-red {
    color: #d84749 !important
}

.no-label {
    padding-top: 27px;
    padding-bottom: 10px
}

.tb-pad-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.tb-pad-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.tb-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.tb-pad-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.top-pad-30 {
    padding-top: 30px
}

.top-pad-50 {
    padding-top: 50px
}

.margin-0 {
    margin: 0
}

.bottom-pad-20 {
    padding-bottom: 20px !important
}

.bottom-pad-10 {
    padding-bottom: 10px
}

.top-pad-20 {
    padding-top: 20px
}

.left-margin-10 {
    margin-left: 10px
}

.left-margin-30 {
    margin-left: 30px
}

.left-margin-20 {
    margin-left: 20px
}

.pad-right-20 {
    padding-right: 20px !important
}

.pad-left-20 {
    padding-left: 20px !important
}

.right-margin-10 {
    margin-right: 10px
}

.top-margin-20 {
    margin-top: 20px
}

.top-margin-10 {
    margin-top: 10px !important
}

.bottom-margin-20 {
    margin-bottom: 20px !important
}

.bottom-margin-10 {
    margin-bottom: 10px !important
}

.alert {
    position: fixed;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px
}

    .alert .icone {
        display: inline-block;
        margin: 0 25px -10px 0
    }

.no-border:after {
    display: none !important
}

.buscar {
    margin-bottom: 15px
}

    .buscar .input-group {
        position: relative;
        width: 100%
    }

        .buscar .input-group .icone {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3
        }

        .buscar .input-group input[type=text] {
            padding-left: 50px;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .buscar .input-group input[type=text]:focus {
                padding-left: 20px
            }

.itens-buscar {
    margin-bottom: 15px
}

    .itens-buscar .itens-buscar {
        padding-top: 25px
    }

    .itens-buscar .input-group {
        position: relative;
        width: 100%
    }

        .itens-buscar .input-group .icone {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3
        }

        .itens-buscar .input-group input[type=text] {
            padding-left: 50px;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .itens-buscar .input-group input[type=text]:focus {
                padding-left: 20px
            }

.select-style {
    position: relative;
    padding: 0 3px;
    margin: 0;
    border: 1px solid #0a1d6f;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%
}

    .select-style:after {
        content: "";
        position: absolute;
        right: 1px;
        top: 1px;
        width: 34px;
        height: 48px;
        pointer-events: none;
        background: url(../imagens/seta-select.gif) no-repeat 100% 50% transparent
    }

    .select-style.field-sm {
        height: 29px
    }

        .select-style.field-sm:after {
            height: 25px
        }

        .select-style.field-sm select {
            height: 27px
        }

    .select-style select {
        padding: 0 8px;
        width: 100%;
        height: 50px;
        border: none !important;
        color: #0a1d6f !important;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .select-style select:focus {
            outline: none
        }

.btn.btn-primary:hover {
    background-color: #0a1d6f;
    color: #fff;
    border-color: #0a1d6f
}

input.calendario {
    padding: 0 15px;
    margin: 0;
    border: 1px solid #0a1d6f;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%
}

    input.calendario:after {
        content: "";
        position: absolute;
        right: 1px;
        top: 1px;
        width: 34px;
        height: 48px;
        pointer-events: none;
        background: url(../imagens/seta-select.gif) no-repeat 100% 50%
    }

.datepicker-switch {
    text-align: center
}

.datepicker-orient-bottom {
    margin-top: 10px
}

    .datepicker-orient-bottom:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -6px;
        width: 12px;
        height: 6px;
        margin-left: -6px;
        z-index: 1;
        background: url(../imagens/calendario-seta-top.png) no-repeat 0 0
    }

.datepicker {
    min-width: 228px
}

    .datepicker:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 1;
        background-color: #459696
    }

    .datepicker .datepicker-months, .datepicker .datepicker-years, .datepicker .datepicker-days {
        position: relative;
        z-index: 2
    }

        .datepicker .datepicker-months .table-condensed, .datepicker .datepicker-years .table-condensed, .datepicker .datepicker-days .table-condensed {
            width: 100%
        }

            .datepicker .datepicker-months .table-condensed th, .datepicker .datepicker-years .table-condensed th, .datepicker .datepicker-days .table-condensed th {
                padding: 14px 5px;
                text-align: center
            }

                .datepicker .datepicker-months .table-condensed th.prev, .datepicker .datepicker-years .table-condensed th.prev, .datepicker .datepicker-days .table-condensed th.prev {
                    font: 0/0 '';
                    color: transparent;
                    background: url(../imagens/calendario-left.gif) no-repeat 50% 50%
                }

                .datepicker .datepicker-months .table-condensed th.next, .datepicker .datepicker-years .table-condensed th.next, .datepicker .datepicker-days .table-condensed th.next {
                    font: 0/0 '';
                    color: transparent;
                    background: url(../imagens/calendario-right.gif) no-repeat 50% 50%
                }

            .datepicker .datepicker-months .table-condensed tr:nth-child(2) th, .datepicker .datepicker-years .table-condensed tr:nth-child(2) th, .datepicker .datepicker-days .table-condensed tr:nth-child(2) th {
                color: #fff;
                cursor: pointer
            }

            .datepicker .datepicker-months .table-condensed tr:nth-child(3) th, .datepicker .datepicker-years .table-condensed tr:nth-child(3) th, .datepicker .datepicker-days .table-condensed tr:nth-child(3) th {
                padding: 5px
            }

            .datepicker .datepicker-months .table-condensed td, .datepicker .datepicker-years .table-condensed td, .datepicker .datepicker-days .table-condensed td {
                position: relative;
                cursor: pointer;
                padding: 3px 0;
                text-align: center;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-size: 13px
            }

                .datepicker .datepicker-months .table-condensed td.active, .datepicker .datepicker-years .table-condensed td.active, .datepicker .datepicker-days .table-condensed td.active {
                    color: #0a1d6f
                }

                    .datepicker .datepicker-months .table-condensed td.active:after, .datepicker .datepicker-years .table-condensed td.active:after, .datepicker .datepicker-days .table-condensed td.active:after {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border: 1px solid #0a1d6f
                    }

                .datepicker .datepicker-months .table-condensed td .year, .datepicker .datepicker-months .table-condensed td .month, .datepicker .datepicker-years .table-condensed td .year, .datepicker .datepicker-years .table-condensed td .month, .datepicker .datepicker-days .table-condensed td .year, .datepicker .datepicker-days .table-condensed td .month {
                    display: inline-block;
                    width: 25%;
                    text-align: center;
                    padding: 5px 0
                }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font: 13px 'Inter'
    }

        [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 15px;
            height: 15px;
            border: 1px solid #d5dadd;
            background: #fff
        }

        [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            transition: all .2s;
            background: url(../imagens/checkbox-check.png) no-repeat 50% 4px
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px
}

    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font: 13px 'Inter'
    }

        [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 19px;
            height: 19px;
            border: 1px solid #d5dadd;
            border-radius: 50%;
            background: #fff
        }

        [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 0;
            width: 19px;
            height: 19px;
            transition: all .2s;
            background: url(../imagens/radio-check.png) no-repeat 50% 4px
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

select.form-control {
    min-width: 70px !important;
    padding-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../imagens/seta-select3.png) no-repeat 95% 0
}

.table-default label.txt {
    clear: inherit;
    width: inherit;
    padding: 0;
    margin: 0 10px -6px
}

.table-default .itens-pag {
    margin-bottom: 15px
}

    .table-default .itens-pag .form-control {
        background-color: #ebeff2;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

    .table-default .itens-pag select.form-control {
        min-width: 60px;
        padding-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../imagens/seta-select3.png) no-repeat 95% 0
    }

.table-default .tabela-contas .lkacessar {
    display: inline-block;
    font: 0/0 'a';
    color: transparent;
    margin: 0 auto
}

.table-default .tabela-contas .table {
    color: #7a7d7f;
    margin-bottom: 15px
}

    .table-default .tabela-contas .table.table-bloqueados {
        margin-bottom: 0
    }

    .table-default .tabela-contas .table .coluna-operador {
        width: 20%
    }

    .table-default .tabela-contas .table .coluna-identificacao {
        width: 13%
    }

    .table-default .tabela-contas .table .coluna-apelido {
        width: 12%
    }

    .table-default .tabela-contas .table .coluna-certificadora {
        width: 20%
    }

    .table-default .tabela-contas .table .coluna-tipo {
        width: 13%
    }

    .table-default .tabela-contas .table .coluna-situacao {
        width: 12%
    }

    .table-default .tabela-contas .table .coluna-acao {
        width: 10%
    }

    .table-default .tabela-contas .table th {
        background-color: #f5f7f8;
        font-weight: normal;
        padding: 12px
    }

        .table-default .tabela-contas .table th a {
            display: block;
            width: 100%;
            color: #0a1d6f;
            min-width: 90px
        }

            .table-default .tabela-contas .table th a .caret {
                float: right;
                margin-top: 8px
            }

    .table-default .tabela-contas .table td {
        background-color: #fff;
        padding: 15px 15px
    }

        .table-default .tabela-contas .table td .icone {
            display: inline-block;
            margin: 0 5px -2px 0
        }

            .table-default .tabela-contas .table td .icone.icone-acessar {
                margin: 0 auto
            }

        .table-default .tabela-contas .table td .lk-cadastrar {
            font-weight: bold;
            color: #0a1d6f
        }

    .table-default .tabela-contas .table .bg-block td {
        background-color: #edf0f1
    }

.table-default .num-pag {
    font-size: 13px
}



#QtdAprovadores {
    display: none
}

.sidebar {
    display: none
}

@media(min-width: 768px) {
    .icone-token-symantec {
        width: 127px;
        left: 50.9% !important
    }

    .sidebar {
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #0a1d6f
    }

    .modal-md {
        width: 400px
    }
}

.sidebar {
    min-width: 57px;
    max-width: 57px;
    width: 4%;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-bottom: 50px;
    z-index: 1040
}

    .sidebar.open {
        width: 190px;
        max-width: 190px
    }

@media(min-width: 1024px) {
    .sidebar {
        height: 100%;
        width: 190px;
        max-width: inherit
    }

        .sidebar .jspPane {
            overflow-x: hidden;
            left: 0 !important;
            width: 100% !important
        }

        .sidebar .jspContainer {
            width: 100% !important
        }

        .sidebar.open {
            width: 75px !important
        }

        .sidebar .jspPane .nav-sidebar {
            padding-bottom: 170px;
            margin-left: 0
        }

        .sidebar .jspDrag {
            background-color: #216968
        }

        .sidebar .jspTrack {
            background-color: #2f7d7e
        }

    div.navbar-header .header-left .menu-abre-fecha .icone-fechar {
        display: block
    }

    div.navbar-header .header-left .menu-abre-fecha .icone-menu-lista {
        display: none
    }

    div.navbar-header .header-left .menu-abre-fecha.open .icone-fechar {
        display: none
    }

    div.navbar-header .header-left .menu-abre-fecha.open .icone-menu-lista {
        display: block
    }

    div.main {
        padding-left: 215px;
        padding-right: 30px
    }

        div.main.open {
            width: 100% !important;
            padding-left: 90px !important;
            padding-right: 30px !important;
            margin-left: 0 !important
        }
}

@media(max-width: 1023px) {
    #sidebar.jspScrollable {
        padding-left: 0 !important
    }

        #sidebar.jspScrollable .nav-sidebar {
            margin-left: 0 !important
        }

    .jspVerticalBar {
        display: none !important
    }
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -19px;
    width: 220px;
    padding-bottom: 50px;
    -webkit-transition: all .4s;
    transition: all .4s
}

    .nav-sidebar > li > a img {
        width: 25px;
        margin-right: 15px;
    }

@media (max-width: 1024px) and (min-width: 768px) {
    .nav-sidebar > li > a img {
        margin-right: 35px !important;
    }
}


.nav-sidebar > li {
    margin-bottom: 0
}

    .nav-sidebar > li > a.active {
        border-left: 2px solid #fff
    }

    .nav-sidebar > li > a:hover {
        background-color: #337d7e;
        border-left: 2px solid #fff
    }

    .nav-sidebar > li > a .icone {
        position: absolute;
        left: 15px;
        top: 16px
    }

        .nav-sidebar > li > a .icone.icone-menu-home {
            left: 15px;
            top: 17px
        }

        .nav-sidebar > li > a .icone.icone-menu-pix {
            left: 15px;
            top: 13px
        }

        .nav-sidebar > li > a .icone.icone-menu-saldo {
            left: 15px;
            top: 18px
        }

        .nav-sidebar > li > a .icone.icone-menu-saldo-e-extrato {
            left: 15px;
            top: 18px
        }

        .nav-sidebar > li > a .icone.icone-menu-comprovantes {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-aprovacoes {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-aprovacoes-unificadas {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-ordem-pagamento {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-arbitragem {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-arbitragem-novo {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-transferencia-novo {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-instrucao-pagamento {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-limites-e-tarifas {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-gerenciar {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-ptax {
            left: 15px;
            top: 16px
        }

        .nav-sidebar > li > a .icone.icone-menu-transferencias {
            left: 21px;
            top: 17px
        }

        .nav-sidebar > li > a .icone.icone-menu-pagamentos {
            left: 15px;
            top: 20px
        }

        .nav-sidebar > li > a .icone.icone-menu-cobranca {
            left: 15px;
            top: 18px
        }

        .nav-sidebar > li > a .icone.icone-menu-investimentos {
            left: 15px;
            top: 20px
        }

        .nav-sidebar > li > a .icone.icone-menu-cartoes {
            left: 15px;
            top: 15px
        }

        .nav-sidebar > li > a .icone.icone-menu-open-banking {
            left: 15px;
            top: 15px
        }

        .nav-sidebar > li > a .icone.icone-menu-cambio {
            left: 15px;
            top: 15px
        }

        .nav-sidebar > li > a .icone.icone-menu-credito {
            left: 20px;
            top: 15px
        }

        .nav-sidebar > li > a .icone.icone-pagamento-lote {
            left: 20px;
            top: 15px
        }

    .nav-sidebar > li .active > a {
        color: #fff
    }

        .nav-sidebar > li .active > a:hover, .nav-sidebar > li .active > a:focus {
            color: #fff
        }

@media(min-width:1300px) {
    .main {
        padding: 30px 30px 30px 100px
    }
}

body.open-alerta .main {
    padding-top: 110px
}

.navbar-header .header-left .base-fixa-alerta a {
    color: #0a1d6f
}

.base-fixa-alerta {
    position: fixed;
    left: 0;
    top: 110px;
    padding-left: 88px;
    -webkit-transition: all .4s;
    transition: all .4s
}

    .base-fixa-alerta.col-md-offset-2 {
        padding-left: 28px
    }

    .base-fixa-alerta a {
        color: #0a1d6f
    }

    .base-fixa-alerta .alerta {
        background-color: #fff;
        border: 1px solid #fceb90;
        padding: 30px;
        margin-bottom: 30px;
        width: 100%;
        color: #7a7d7f;
        text-align: left
    }

        .base-fixa-alerta .alerta strong {
            color: #0a1d6f
        }

        .base-fixa-alerta .alerta .detalhes {
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            z-index: 400;
            background-color: #f5f7f8;
            border: 1px solid #fceb90;
            border-top: none
        }

            .base-fixa-alerta .alerta .detalhes .colunas {
                margin: 30px 0 20px;
                padding: 0 20px;
                border-right: 1px solid #d5dadd
            }

                .base-fixa-alerta .alerta .detalhes .colunas:last-child {
                    border-right: none
                }

                .base-fixa-alerta .alerta .detalhes .colunas h3 {
                    font-size: 18px;
                    color: #373839;
                    margin: 0 0 20px
                }

                .base-fixa-alerta .alerta .detalhes .colunas a {
                    font-weight: bold
                }

                    .base-fixa-alerta .alerta .detalhes .colunas a .icone {
                        display: inline-block;
                        margin: 0 2px -2px 0
                    }

.main {
    padding: 30px 30px 30px 90px;
    font-size: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    min-height: calc(100vh - 172px)
}

    .main.open {
        padding: 30px 30px 30px 30px
    }

        .main.open .cont-dados {
            padding: 0 60px 0 0
        }

    .main .alert {
        margin: -30px -33px 0
    }

    .main .page-header {
        margin-top: 0
    }

    .main .alerta {
        background-color: #fff;
        border: 1px solid #fceb90;
        padding: 30px;
        margin-bottom: 30px
    }

        .main .alerta.alerta-info .seta {
            display: block;
            overflow: hidden;
            width: 24px;
            height: 15px;
            position: absolute;
            top: -14px;
            margin: 0 -25px 0 0;
            background: url(../imagens/seta-alerta.png) no-repeat 0 0
        }

        .main .alerta strong {
            color: #0a1d6f
        }

        .main .alerta .detalhes {
            position: absolute;
            left: 0;
            top: 100%;
            padding: 0;
            z-index: 400;
            background-color: #f5f7f8;
            border: 1px solid #fceb90;
            border-top: none
        }

            .main .alerta .detalhes .colunas {
                margin: 30px 0 20px;
                padding: 0 20px;
                border-right: 1px solid #d5dadd
            }

                .main .alerta .detalhes .colunas:last-child {
                    border-right: none
                }

                .main .alerta .detalhes .colunas h3 {
                    font-size: 18px;
                    color: #373839;
                    margin: 0 0 20px
                }

                .main .alerta .detalhes .colunas a {
                    font-weight: bold
                }

                    .main .alerta .detalhes .colunas a .icone {
                        display: inline-block;
                        margin: 0 2px -2px 0
                    }

    .main .cont-dados {
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .main .cont-dados .valor {
            margin: 0 0 30px
        }

            .main .cont-dados .valor h3 {
                font-size: 15px;
                color: #7a7d7f;
                font-family: 'OpenSL'
            }

            .main .cont-dados .valor .valor-lg {
                font-size: 30px;
                color: #112e50;
                display: inline-block;
                margin-right: 15px;
                font-family: 'OpenSL'
            }

            .main .cont-dados .valor .lk-ocultar-valores {
                display: inline-block;
                position: relative;
                z-index: 10;
                font-size: 15px;
                line-height: 30px;
                color: #0a1d6f;
                padding: 0 0 5px 30px;
                font-family: 'Inter'
            }

                .main .cont-dados .valor .lk-ocultar-valores .icone {
                    position: absolute;
                    display: block;
                    left: 0;
                    top: 4px;
                    opacity: 1;
                    -webkit-transition: all .4s;
                    transition: all .4s
                }

                    .main .cont-dados .valor .lk-ocultar-valores .icone.icone-ocultar-on {
                        opacity: 0
                    }

                    .main .cont-dados .valor .lk-ocultar-valores .icone.icone-exibir {
                        display: none;
                        margin-top: -1px
                    }

                .main .cont-dados .valor .lk-ocultar-valores:hover .icone {
                    opacity: 0
                }

                    .main .cont-dados .valor .lk-ocultar-valores:hover .icone.icone-exibir, .main .cont-dados .valor .lk-ocultar-valores:hover .icone.icone-ocultar-on {
                        opacity: 1
                    }

            .main .cont-dados .valor .txt-ultimo-acesso {
                display: none;
                font-size: 13px;
                margin-left: 10px
            }

            .main .cont-dados .valor .banner-repatriacao {
                padding: 15px 20px;
                max-width: 350px
            }

            .main .cont-dados .valor.ver-saldo .col-xs-12 {
                padding-left: 30px;
                padding-right: 30px
            }

            .main .cont-dados .valor .info-valores-tab p {
                margin-bottom: 10px
            }

            .main .cont-dados .valor .linha-colunas {
                padding: 20px 0;
                position: relative
            }

                .main .cont-dados .valor .linha-colunas .colunas {
                    width: 33%;
                    float: left;
                    padding: 0 3%
                }

                    .main .cont-dados .valor .linha-colunas .colunas:first-child {
                        padding-left: 0
                    }

                .main .cont-dados .valor .linha-colunas:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: 52px;
                    height: 2px;
                    background-color: #112e50
                }

            .main .cont-dados .valor h4 {
                font-size: 15px;
                color: #7a7d7f;
                padding: 0;
                margin: 0 0 5px
            }

            .main .cont-dados .valor .colunas p {
                font-family: 'Inter', sans-serif;
                font-size: 18px;
                color: #112e50;
                margin: 0
            }

            .main .cont-dados .valor .colunas.col-normal {
                border-right: 1px solid #d5dadd
            }

            .main .cont-dados .valor .colunas.col-alert {
                border-right: 1px solid #d5dadd
            }

                .main .cont-dados .valor .colunas.col-alert p {
                    color: #d84749
                }

            .main .cont-dados .valor .bg-gray {
                padding-top: 15px;
                padding-bottom: 15px;
                font-size: 13px;
                color: #7a7d7f
            }

                .main .cont-dados .valor .bg-gray .pull-right strong {
                    color: #112e50
                }

            .main .cont-dados .valor .progress {
                margin: 10px 0 0;
                background-color: #d5dadd
            }

    .main .resumo-extrato {
        margin: 0 0 30px;
        padding: 0;
        clear: both
    }

        .main .resumo-extrato .topo {
            padding: 30px 30px 0;
            border-bottom: 1px solid #d5dadd
        }

            .main .resumo-extrato .topo .nav {
                margin-top: -7px
            }

                .main .resumo-extrato .topo .nav li {
                    position: relative
                }

                    .main .resumo-extrato .topo .nav li a {
                        font-family: 'Inter';
                        font-size: 15px;
                        padding: 10px 23px;
                        color: #7a7d7f;
                        text-align: center
                    }

                        .main .resumo-extrato .topo .nav li a:hover {
                            color: #0a1d6f
                        }

                    .main .resumo-extrato .topo .nav li.active:after {
                        content: "";
                        width: 100%;
                        height: 2px;
                        display: block;
                        background-color: #0a1d6f
                    }

                    .main .resumo-extrato .topo .nav li.active a {
                        background-color: transparent;
                        color: #0a1d6f
                    }

                        .main .resumo-extrato .topo .nav li.active a:hover {
                            color: #7a7d7f
                        }

        .main .resumo-extrato h3 {
            font-size: 20px;
            color: #0a1d6f;
            margin: 0;
            padding: 0
        }

        .main .resumo-extrato .data {
            padding: 4px 30px
        }

        .main .resumo-extrato .panel-group {
            border-bottom: 1px solid #d5dadd;
            margin-bottom: 0
        }

            .main .resumo-extrato .panel-group .panel-heading {
                padding: 20px 30px
            }

                .main .resumo-extrato .panel-group .panel-heading p {
                    margin: 0;
                    font-size: 13px;
                    padding: 0 35px
                }

                .main .resumo-extrato .panel-group .panel-heading a {
                    padding: 0 0 0 35px !important
                }

                    .main .resumo-extrato .panel-group .panel-heading a .icone {
                        position: absolute !important;
                        left: 0 !important;
                        top: -4px !important;
                        width: 24px !important;
                        height: 24px !important;
                        background: url(../imagens/setas-collapse.png) no-repeat 0 -24px !important
                    }

                    .main .resumo-extrato .panel-group .panel-heading a.collapsed .icone {
                        background-position: 0 0 !important
                    }

                .main .resumo-extrato .panel-group .panel-heading .txt-valor {
                    color: #112e50
                }

            .main .resumo-extrato .panel-group .panel-title {
                position: relative;
                padding: 0 0 10px;
                font-size: 18px;
                color: #0a1d6f
            }

            .main .resumo-extrato .panel-group .panel-body {
                padding: 0;
                background: #f5f7f8 url(../imagens/linha.gif) repeat-y 40px 0
            }

            .main .resumo-extrato .panel-group .info-extrato {
                padding: 15px;
                position: relative
            }

                .main .resumo-extrato .panel-group .info-extrato .icone {
                    position: absolute;
                    left: 13px;
                    top: 0;
                    background-color: #f5f7f8
                }

                .main .resumo-extrato .panel-group .info-extrato .tipo {
                    padding: 0 0 0 50px
                }

                .main .resumo-extrato .panel-group .info-extrato:hover {
                    background-color: #fff
                }

                .main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white {
                    background: #fff url(../imagens/linha.gif) repeat-y 40px 0
                }

                    .main .resumo-extrato .panel-group .info-extrato:hover .icone, .main .resumo-extrato .panel-group .info-extrato.bg-white .icone {
                        background-color: #fff
                    }

                .main .resumo-extrato .panel-group .info-extrato.linha-total {
                    background-image: none
                }

                .main .resumo-extrato .panel-group .info-extrato .lbtxt {
                    font-family: 'OpenS';
                    color: #7a7d7f;
                    display: block
                }

            .main .resumo-extrato .panel-group .detalhes-do-extrato {
                width: 100%;
                clear: both;
                margin-bottom: 20px
            }

                .main .resumo-extrato .panel-group .detalhes-do-extrato:last-child {
                    margin-bottom: 0
                }

        .main .resumo-extrato .lk-irpara {
            font-family: 'Inter';
            color: #0a1d6f;
            text-transform: uppercase;
            margin: 0 0 0 20px
        }

            .main .resumo-extrato .lk-irpara .icone {
                display: inline-block
            }

        .main .resumo-extrato .box-filtro {
            padding: 20px 20px 20px
        }

            .main .resumo-extrato .box-filtro .lb-filtro {
                font-size: 13px;
                color: #112e50;
                padding: 5px 0 5px 10px;
                margin-top: 6px
            }

                .main .resumo-extrato .box-filtro .lb-filtro.border-left {
                    border-left: 1px solid #d5dadd;
                    padding-left: 40px
                }

                    .main .resumo-extrato .box-filtro .lb-filtro.border-left.pad-left-0 {
                        padding-left: 20px;
                        padding-right: 10px
                    }

            .main .resumo-extrato .box-filtro .select-style {
                position: relative;
                font-size: 13px;
                height: 27px;
                margin-top: 5px
            }

                .main .resumo-extrato .box-filtro .select-style:after {
                    height: 21px
                }

                .main .resumo-extrato .box-filtro .select-style select {
                    height: 25px
                }

            .main .resumo-extrato .box-filtro label {
                font-family: 'OpenS'
            }

        .main .resumo-extrato .line-caption {
            padding: 15px 10px 15px 15px
        }

        .main .resumo-extrato .txt-numdoc {
            color: #0a1d6f;
            font-family: 'Inter'
        }

        .main .resumo-extrato .txt-credito {
            color: #112e50
        }

    .main .horarios {
        position: relative;
        padding: 0 30px;
        font-size: 13px
    }

        .main .horarios strong {
            color: #373839
        }

        .main .horarios .titulo-ico {
            font-size: 20px;
            color: #7a7d7f
        }

            .main .horarios .titulo-ico .icone {
                position: absolute;
                left: -17px;
                top: 18px
            }

        .main .horarios .col-md-3 {
            padding: 0 20px 0 5%
        }

            .main .horarios .col-md-3:first-child {
                padding-left: 17px
            }

        .main .horarios .linha {
            border-right: 1px solid #d5dadd
        }

.banner-repatriacao {
    padding: 25px 20px;
    margin-bottom: 15px;
    background-size: contain
}

    .banner-repatriacao h3 {
        font-size: 15px;
        color: #fff !important;
        text-transform: uppercase;
        margin: 0;
        padding: 0
    }

.banner-repatriacao-modal {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}

    .banner-repatriacao-modal h3 {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0
    }

    .banner-repatriacao-modal > a > img {
        width: 100%
    }

.banner-cobranca {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden
}

    .banner-cobranca > a > img {
        width: 100%
    }

.sidebar-info {
    padding-left: 30px;
    padding-right: 0
}

@media(min-width:1024px)and (max-width:1368px) {
}

.sidebar-info p {
    line-height: 1.6em
}

.sidebar-info h4 {
    font-size: 18px;
    color: #373839
}

.sidebar-info .bloco {
    margin-bottom: 30px
}

.sidebar-info .ultimo-acesso {
    padding: 17px 0 0
}

    .sidebar-info .ultimo-acesso p {
        font-size: 12px;
        color: #acafb1;
        margin: 0 0 10px;
        text-align: right
    }

.sidebar-info .banner-sidebar {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    clear: both;
    background: #007b79 !important
}

    .sidebar-info .banner-sidebar:hover {
        text-decoration: none
    }

    .sidebar-info .banner-sidebar span {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px 0
    }

.sidebar-info .acesso-rapido {
    margin-bottom: 30px
}

    .sidebar-info .acesso-rapido ul li {
        margin-bottom: 10px
    }

    .sidebar-info .acesso-rapido a {
        font-family: 'Inter'
    }

    .sidebar-info .acesso-rapido .icone {
        display: inline-block
    }

.sidebar-info .noticias {
    margin-bottom: 30px
}

    .sidebar-info .noticias .icone {
        display: inline-block;
        margin: 0 0 -5px
    }

    .sidebar-info .noticias p {
        line-height: 1.6em
    }

    .sidebar-info .noticias h5 {
        font-family: 'Inter';
        color: #373839;
        font-size: 15px;
        margin-bottom: 5px
    }

    .sidebar-info .noticias .data {
        font-size: 13px;
        color: #373839
    }

    .sidebar-info .noticias .carousel-indicators {
        position: relative;
        padding: 10px 0 0;
        text-align: left;
        width: 100%;
        margin: 0;
        left: 0
    }

        .sidebar-info .noticias .carousel-indicators li {
            background-color: #d5dadd;
            border-color: #ebeff2;
            width: 21px;
            height: 5px;
            border-radius: 0;
            margin: 0 5px 0 0
        }

            .sidebar-info .noticias .carousel-indicators li.active {
                background: #0a1d6f;
                border-color: #0a1d6f
            }

.sidebar-info .token {
    margin-bottom: 30px
}

    .sidebar-info .token .icone {
        display: inline-block;
        margin: 0 5px 0 0
    }

    .sidebar-info .token a {
        font-family: 'Inter'
    }

.placeholder {
    margin-bottom: 20px
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%
    }

.navbar-header .header-left {
    color: #fff
}

    .navbar-header .header-left a {
        color: #fff
    }

    .navbar-header .header-left .info-conta {
        display: none
    }

    .navbar-header .header-left .menu-abre-fecha {
        display: block;
        float: left;
        position: relative;
        width: 32px;
        height: 32px;
        margin: 24px 25px 0 0
    }

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-left .menu-abre-fecha {
        margin: 24px 15px 0 0
    }
}

.navbar-header .header-left .menu-abre-fecha:after {
    content: "";
    width: 28px;
    height: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -25px -14px;
    background: url(../imagens/seta-menu-topo.png) no-repeat 0 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.navbar-header .header-left .menu-abre-fecha .icone-fechar {
    display: none
}

.navbar-header .header-left .menu-abre-fecha .icone-menu-lista {
    display: block
}

.navbar-header .header-left .menu-abre-fecha.open .icone-fechar {
    display: block
}

.navbar-header .header-left .menu-abre-fecha.open .icone-menu-lista {
    display: none
}

.navbar-header .header-left .menu-abre-fecha.open:after {
    height: 14px
}

.navbar-header .header-left .bem-vindo {
    padding: 18px 0 0;
    font-size: 13px
}

    .navbar-header .header-left .bem-vindo span {
        display: block;
        font-family: 'Inter';
        font-size: 15px
    }

.navbar-header .header-left .infos {
    padding: 18px 0;
    text-align: center
}

    .navbar-header .header-left .infos .item {
        display: block;
        float: left;
        border-left: 1px solid #fff;
        height: 38px;
        padding: 0 20px;
        position: relative
    }

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-left .infos .item {
        padding: 0 10px
    }
}

.navbar-header .header-left .infos .item .sub-item {
    display: block;
    overflow: hidden;
    width: 226px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 92px;
    margin-left: -113px;
    padding: 10px 0;
    background-color: #2f7a74;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .navbar-header .header-left .infos .item .sub-item:before {
        content: "";
        width: 28px;
        height: 15px;
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -14px;
        background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
        -webkit-transition: all .4s ease-in-out .2s;
        transition: all .4s ease-in-out .2s
    }

    .navbar-header .header-left .infos .item .sub-item a {
        display: block;
        padding: 7px 35px;
        margin-top: -200px
    }

.navbar-header .header-left .infos .item.item-gerenciar {
    z-index: 3;
    position: relative
}

    .navbar-header .header-left .infos .item.item-gerenciar .icone {
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 0 0 -19px
    }

        .navbar-header .header-left .infos .item.item-gerenciar .icone.icone-configurar-on {
            opacity: 0
        }

    .navbar-header .header-left .infos .item.item-gerenciar a.act .icone {
        opacity: 0
    }

        .navbar-header .header-left .infos .item.item-gerenciar a.act .icone.icone-configurar-on {
            opacity: 1
        }

    .navbar-header .header-left .infos .item.item-gerenciar .lkgerencia {
        display: block;
        font: 0/0 'a';
        color: transparent;
        width: 38px;
        height: 38px
    }

    .navbar-header .header-left .infos .item.item-gerenciar.act .icone {
        opacity: 0
    }

        .navbar-header .header-left .infos .item.item-gerenciar.act .icone.icone-configurar-on {
            opacity: 1
        }

    .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item {
        overflow: inherit;
        opacity: 1;
        height: 100px
    }

        .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item:before {
            top: -15px
        }

        .navbar-header .header-left .infos .item.item-gerenciar.act .sub-item a {
            margin-top: 0
        }

.navbar-header .header-left .infos .lk-buscar {
    display: block;
    width: 32px;
    height: 32px;
    font: 0/0 'a';
    color: transparent;
    position: relative
}

    .navbar-header .header-left .infos .lk-buscar:after {
        content: "";
        width: 28px;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: -30px;
        margin: 0 0 -31px -14px;
        background: url(../imagens/seta-busca-topo.png) no-repeat 0 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .navbar-header .header-left .infos .lk-buscar .icone {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .navbar-header .header-left .infos .lk-buscar .icone-buscar {
        opacity: 1
    }

    .navbar-header .header-left .infos .lk-buscar .icone-buscar-verde {
        opacity: 0
    }

    .navbar-header .header-left .infos .lk-buscar.act:after {
        height: 15px;
        margin: 0 0 -31px -14px
    }

    .navbar-header .header-left .infos .lk-buscar.act .icone-buscar {
        opacity: 0
    }

    .navbar-header .header-left .infos .lk-buscar.act .icone-buscar-verde {
        opacity: 1
    }

.navbar-header .header-left .infos .busca-topo {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: -367px;
    width: 100%;
    padding: 0 30px 0 220px;
    -webkit-transition: opacity .4s,height .4s;
    transition: opacity .4s,height .4s
}

    .navbar-header .header-left .infos .busca-topo .conteudo {
        padding: 34px;
        background-color: #2f7a74
    }

    .navbar-header .header-left .infos .busca-topo.act {
        opacity: 1;
        top: 95px;
        height: 120px
    }

    .navbar-header .header-left .infos .busca-topo.open-menu {
        width: 100%;
        padding: 0 30px 0 88px
    }

    .navbar-header .header-left .infos .busca-topo .form-control {
        width: 100%
    }

.navbar-header .header-left .infos .icone-alerta .badge {
    font-size: 13px;
    background-color: #d84749;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    padding: 0;
    margin: -6px -20px 0 0;
    font-family: 'Inter';
    font-weight: normal
}

.navbar-header .header-right {
    padding: 0;
    min-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 #d5dadd;
    -moz-box-shadow: 0 1px 1px 0 #d5dadd;
    box-shadow: 0 1px 1px 0 #d5dadd
}

    .navbar-header .header-right .info-conta {
        color: #112e50;
        font-size: 15px;
        padding: 12px 30px 0;
        line-height: 1.1em
    }

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-right .info-conta {
        padding: 12px 10px 0 20px
    }

        .navbar-header .header-right .info-conta .dados-conta-nome h2 {
            font-size: 14px;
            height: 17px;
            overflow: hidden
        }
}

.navbar-header .header-right .info-conta h2 {
    font-family: 'Inter';
    font-weight: normal;
    color: #112e50;
    font-size: 15px;
    margin: 0 0 4px
}

.navbar-header .header-right .info-conta p {
    font-family: 'Inter';
    font-size: 13px;
    margin: 0
}

    .navbar-header .header-right .info-conta p .agencia {
        color: #7a7d7f;
        margin-right: 15px
    }

    .navbar-header .header-right .info-conta p .conta {
        color: #7a7d7f
    }

.navbar-header .header-right .info-conta .lk-trocar-de-conta {
    display: inline-block;
    margin: 0 0 -10px 20px
}

.navbar-header .header-right .acoes-right {
    padding: 25px 15px 0;
    margin: 0;
    min-height: 80px;
    border-left: 1px solid #d5dadd;
    text-align: right;
    float: right
}

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-right .acoes-right {
        padding: 25px 5px 0
    }
}

.navbar-header .header-right .acoes-right li {
    display: block;
    float: left;
    margin: 0 5px
}

@media(min-width:1024px)and (max-width:1368px) {
    .navbar-header .header-right .acoes-right li {
        margin: 0
    }
}

.navbar-header .header-right .acoes-right li .ico-acao {
    display: table;
    width: 44px;
    height: 44px;
    text-align: center
}

    .navbar-header .header-right .acoes-right li .ico-acao .icone {
        margin: 0 auto
    }

    .navbar-header .header-right .acoes-right li .ico-acao .icone-tam-fonte {
        margin-top: 10px
    }

    .navbar-header .header-right .acoes-right li .ico-acao .icone-sair {
        margin-top: 5px
    }

.header-login h2 {
    padding: 10px 0 0;
    font-family: 'OpenSL';
    font-size: 18px;
    font-weight: normal;
    color: #fff
}

.header-login .col-right {
    text-align: right;
    padding-top: 20px
}

    .header-login .col-right .conexao-privada {
        position: relative;
        display: block;
        float: right;
        font-size: 13px;
        color: #fff;
        text-align: right;
        padding: 4px 27px 0;
        margin: 0 10px 0 0;
        font-family: 'OpenS';
        line-height: 1.1em
    }

        .header-login .col-right .conexao-privada .icone {
            position: absolute;
            right: 0;
            top: 5px
        }

    .header-login .col-right .lk-ajuda {
        display: block;
        float: right;
        font: 0/0 'a';
        color: transparent;
        margin-top: 5px
    }

        .header-login .col-right .lk-ajuda .tooltip-inner {
            width: 285px;
            max-width: none;
            text-align: left
        }

.container.cont-int {
    padding-top: 35px;
    font-size: 15px
}

    .container.cont-int h2 {
        font-size: 18px;
        color: #373839;
        font-weight: bold;
        margin-bottom: 25px
    }

    .container.cont-int p {
        font-size: 15px
    }

.container.login {
    padding: 15px 0 50px;
    width: 100%
}

    .container.login .hide-campo {
        display: none
    }

    .container.login .campolimpar {
        padding-bottom: 0
    }

    .container.login .lk-clear, .container.login .lk-recuperar {
        color: #0a1d6f;
        font: 15px 'Inter'
    }

    .container.login .bloco-form {
        padding: 30px 80px 50px
    }

        .container.login .bloco-form label.error {
            padding: 5px 0 0;
            color: #df5c5e;
            position: absolute;
            left: 80px;
            bottom: 19px
        }

    .container.login .bloco-senha {
        padding: 40px 0;
        text-align: center
    }

    .container.login .dicas-e-central {
        padding: 30px 0
    }

        .container.login .dicas-e-central .infos {
            padding: 0 30px
        }

            .container.login .dicas-e-central .infos a {
                font: 15px 'Inter';
                color: #0a1d6f
            }

            .container.login .dicas-e-central .infos:last-child {
                border-left: 1px solid #d5dadd
            }

            .container.login .dicas-e-central .infos h3 {
                padding: 0;
                margin: 0 0 20px;
                font-size: 20px
            }

                .container.login .dicas-e-central .infos h3 .icone {
                    display: inline-block;
                    margin: 0 4px -8px 0
                }

.container.alterar-senha .form {
    padding: 20px 0 0
}

.container.alterar-senha .input-group {
    margin-bottom: 20px
}

    .container.alterar-senha .input-group .campo-form {
        padding: 0 38px 0 0;
        position: relative
    }

    .container.alterar-senha .input-group .txt {
        display: block;
        font-size: 15px;
        color: #7a7d7f;
        font-weight: normal
    }

    .container.alterar-senha .input-group .icone {
        position: absolute;
        right: 0;
        top: 15px
    }

    .container.alterar-senha .input-group .error.valid {
        position: absolute;
        right: 0;
        top: 0;
        width: inherit;
        overflow: inherit
    }

    .container.alterar-senha .input-group .error {
        overflow: hidden;
        clear: both;
        width: 300px;
        max-width: inherit;
        color: #df5c5e;
        font-size: 14px;
        padding-top: 4px
    }

.container.alterar-senha .info-campo {
    position: absolute;
    left: 115%;
    top: 0;
    width: 415px;
    padding: 25px 20px;
    font-size: 13px
}

    .container.alterar-senha .info-campo:before {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 8px;
        top: 10px;
        left: -4px;
        background: url(../imagens/seta-box-info.png) no-repeat 0 0
    }

    .container.alterar-senha .info-campo p {
        font-size: 13px
    }

    .container.alterar-senha .info-campo .icone {
        position: inherit;
        display: inline-block;
        margin: 0 5px -8px 0
    }

.container.alterar-senha .btn {
    padding: 14px 60px;
    margin-bottom: 30px
}

.container.personalizar .icones-opcoes {
    padding: 20px 0
}

.container.personalizar .numeros-opcoes {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px
}

.container.personalizar .sel-icone {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    padding: 0;
    font: 0/0 'a';
    color: transparent;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #abc8ca
}

    .container.personalizar .sel-icone:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .container.personalizar .sel-icone.active:after {
        height: 100%;
        background-color: #0a1d6f
    }

    .container.personalizar .sel-icone .icone {
        position: relative;
        z-index: 2;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 auto 0 -80px
    }

        .container.personalizar .sel-icone .icone.ico-on {
            opacity: 0
        }

    .container.personalizar .sel-icone.active .icone {
        opacity: 0
    }

        .container.personalizar .sel-icone.active .icone.ico-on {
            opacity: 1
        }

    .container.personalizar .sel-icone:hover .icone {
        top: -5px
    }

.container.personalizar .item-sel-cor {
    margin: 0 20.5% 30px;
    background-color: #f5f7f8
}

    .container.personalizar .item-sel-cor .icone {
        width: 160px;
        height: 160px;
        background-color: #fff
    }

    .container.personalizar .item-sel-cor .icone-sel {
        width: 160px;
        height: 160px;
        background-color: #fff
    }

    .container.personalizar .item-sel-cor .info-cor {
        padding: 35px 20px;
        float: right
    }

        .container.personalizar .item-sel-cor .info-cor .itens-sel {
            line-height: 20px
        }

        .container.personalizar .item-sel-cor .info-cor .item-nome {
            font-size: 18px;
            color: #373839;
            padding-right: 10px;
            margin-right: 8px;
            border-right: 1px solid #d5dadd
        }

        .container.personalizar .item-sel-cor .info-cor .item-cor {
            font-size: 13px
        }

        .container.personalizar .item-sel-cor .info-cor .lista-cores a {
            display: block;
            width: 35px;
            height: 35px;
            font: 0/0 'a';
            color: transparent;
            border: 3px solid
        }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-verde {
                background-color: #31793b;
                border-color: #31793b
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-azul {
                background-color: #0b5ce3;
                border-color: #0b5ce3
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-rosa {
                background-color: #ed145b;
                border-color: #ed145b
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-laranja {
                background-color: #e36629;
                border-color: #e36629
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.lk-cor-roxo {
                background-color: #662d91;
                border-color: #662d91
            }

            .container.personalizar .item-sel-cor .info-cor .lista-cores a.active {
                border-color: #112e50
            }

.container.personalizar .btn {
    padding: 14px 90px;
    margin-bottom: 30px
}

.container.escolha-conta .itens-pag {
    margin-bottom: 15px
}

    .container.escolha-conta .itens-pag .form-control {
        background-color: #fff;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

.container.escolha-conta .tabela-contas .lkacessar {
    display: table;
    font: 0/0 'a';
    color: transparent;
    margin: 0 auto
}

.container.escolha-conta .tabela-contas .table {
    color: #7a7d7f;
    margin-bottom: 15px;
    width: 100% !important
}

    .container.escolha-conta .tabela-contas .table th {
        background-color: #f5f7f8;
        font-weight: normal;
        padding: 15px 15px
    }

        .container.escolha-conta .tabela-contas .table th a {
            display: block;
            width: 100%;
            color: #0a1d6f;
            min-width: 70px
        }

            .container.escolha-conta .tabela-contas .table th a .caret {
                float: right;
                margin-top: 8px
            }

    .container.escolha-conta .tabela-contas .table td {
        background-color: #fff;
        padding: 15px 15px
    }

        .container.escolha-conta .tabela-contas .table td .icone {
            display: inline-block;
            margin: 0 5px -2px 0
        }

            .container.escolha-conta .tabela-contas .table td .icone.icone-acessar {
                margin: 0 auto
            }

        .container.escolha-conta .tabela-contas .table td .lk-cadastrar {
            font-weight: bold;
            color: #0a1d6f
        }

.container.escolha-conta .num-pag {
    font-size: 13px
}

.modal-concluido p {
    margin-bottom: 20px;
    line-height: 1.5em
}

.modal-concluido .tempo-redireciona {
    font-size: 18px;
    color: #0a1d6f
}

    .modal-concluido .tempo-redireciona .icone {
        margin-bottom: 20px
    }

.modal-memorize {
    padding: 0 !important
}

    .modal-memorize .modal-header {
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 10px;
        margin-bottom: 20px
    }

        .modal-memorize .modal-header .info-icones {
            float: right;
            display: block;
            padding: 0 10px
        }

    .modal-memorize .modal-dialog {
        margin: 0 0 0 auto;
        text-align: left
    }

        .modal-memorize .modal-dialog h5 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px
        }

        .modal-memorize .modal-dialog p {
            font-size: 13px;
            margin-bottom: 20px
        }

.info-home .botoes {
    margin-bottom: 25px
}

    .info-home .botoes .bt-left {
        padding-left: 0
    }

    .info-home .botoes .bt-right {
        padding-right: 0
    }

    .info-home .botoes .btn {
        width: 100%;
        padding: 15px 10px
    }

.info-home label {
    font-size: 13px
}

.info-home .modal-dialog {
    width: 550px
}

.info-token .modal-dialog {
    width: 405px
}

.info-home .modal-dialog h4 {
    font: 18px 'Inter';
    color: #373839;
    font-weight: normal
}

.info-home .modal-dialog .modal-content {
    padding: 30px 60px
}

.info-home .modal-dialog .checkbox {
    overflow: hidden;
    clear: both;
    width: 100%
}

    .info-home .modal-dialog .checkbox input[type="checkbox"] {
        margin-top: 2px
    }

.info-home .modal-dialog .info {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 20px
}

    .info-home .modal-dialog .info .icone {
        display: block;
        float: left;
        margin: 0 12px 0 0
    }

.info-home .dados-token .logo {
    padding: 0
}

.info-home .dados-token .info-token-dados {
    border-left: 1px solid #d5dadd;
    margin-left: 20px;
    padding: 0 0 0 20px
}

.info-home h4 .icone {
    display: block;
    float: left;
    margin: 5px 15px 0 0
}

.cadastro p {
    margin-bottom: 30px
}

.cadastro .ver-dados {
    margin-bottom: 30px
}

    .cadastro .ver-dados p {
        margin-bottom: 30px;
        line-height: 1.7em
    }

    .cadastro .ver-dados .btn {
        padding: 14px 50px
    }

.cadastro .info-opera-tab {
    margin-bottom: 20px
}

.cadastro .table-default {
    margin-bottom: 30px
}

.cadastro .table {
    border: 1px solid #d5dadd;
    border-right: none
}

    .cadastro .table td, .cadastro .table th {
        border-right: 1px solid #d5dadd
    }

    .cadastro .table td {
        font-family: 'Inter',Arial,sans-serif
    }

.cadastro .cadastro-inexistente {
    margin-bottom: 30px
}

    .cadastro .cadastro-inexistente p {
        margin-bottom: 0
    }

        .cadastro .cadastro-inexistente p strong {
            font-size: 18px;
            color: #373839
        }

    .cadastro .cadastro-inexistente .info-cpf strong {
        margin-left: 15px
    }

    .cadastro .cadastro-inexistente label {
        font-size: 15px;
        font-weight: normal;
        color: #7a7d7f;
        display: block
    }

    .cadastro .cadastro-inexistente .input-group[class*="col-"] {
        float: left
    }

    .cadastro .cadastro-inexistente.dados-preencher {
        padding: 20px 30px
    }

        .cadastro .cadastro-inexistente.dados-preencher .input-group {
            margin-bottom: 20px
        }

        .cadastro .cadastro-inexistente.dados-preencher .campo-form {
            padding: 0
        }

        .cadastro .cadastro-inexistente.dados-preencher .radio {
            display: inline-block;
            margin-right: 20px
        }

            .cadastro .cadastro-inexistente.dados-preencher .radio label {
                padding-top: 1px;
                font-weight: normal;
                font-family: 'Inter',Arial,sans-serif
            }

    .cadastro .cadastro-inexistente .btn {
        font-size: 15px;
        padding: 12px 70px;
        max-width: 100%
    }

    .cadastro .cadastro-inexistente .btn-incluir {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin: 12px 0 0 15px;
        font: 0/0 'a';
        color: transparent;
        background: url(../imagens/bt-incluir.png) no-repeat 0 0
    }

    .cadastro .cadastro-inexistente .botao-base {
        padding: 0 20px 0 0
    }

    .cadastro .cadastro-inexistente .info {
        font-size: 13px;
        padding-top: 3px
    }

.titulos {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5dadd
}

    .titulos h1 {
        font-family: 'Inter', sans-serif;
        text-transform: none;
        font-size: 30px;
        color: #0a1d6f;
        font-weight: normal;
        padding-left: 0
    }

    .titulos .perfil {
        font-size: 16px;
        color: #112e50;
        padding-top: 30px;
        margin: 0
    }

.dados-cadastrais {
    margin-bottom: 80px
}

    .dados-cadastrais .img-cracha {
        min-width: 140px
    }

    .dados-cadastrais .ver-dados {
        margin-bottom: 0
    }

        .dados-cadastrais .ver-dados#tab03 {
            padding-top: 20px
        }

        .dados-cadastrais .ver-dados .info-lista-token {
            padding: 10px 20px;
            margin: 0
        }

            .dados-cadastrais .ver-dados .info-lista-token .logo {
                padding: 15px 0
            }

    .dados-cadastrais label {
        font-family: 'Inter', sans-serif !important;
        font-weight: normal;
        width: 100%;
        overflow: hidden;
        clear: both;
        margin: 0
    }

    .dados-cadastrais .numeros-opcoes {
        float: left;
        width: 196px;
        max-width: 25%;
        padding: 0 15px;
        margin: 0 0 30px
    }

    .dados-cadastrais.operadores .itens-buscar .last-item {
        padding-right: 0
    }

    .dados-cadastrais.operadores .buscar {
        padding: 26px 0 0
    }

    .dados-cadastrais.operadores .numeros-opcoes {
        width: 195px
    }

.item-select {
    position: relative;
    display: block;
    width: 100%;
    height: 106px;
    padding: 0;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #abc8ca;
}

.dados-cadastrais .sel-icone {
    position: relative;
    display: block;
    width: 100%;
    height: 106px;
    padding: 0;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #abc8ca
}

    .dados-cadastrais .sel-icone:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .dados-cadastrais .sel-icone:hover:after, .dados-cadastrais .sel-icone.active:after {
        height: 100%;
        background-color: #0a1d6f
    }

    .dados-cadastrais .sel-icone .icone {
        position: relative;
        z-index: 2;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        top: 5px;
        left: 50%;
        margin: 0 auto 0 -50px
    }

        .dados-cadastrais .sel-icone .icone.ico-on {
            opacity: 0
        }

    .dados-cadastrais .sel-icone .titulo-area {
        display: block;
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 70px 10px 0;
        font-size: 13px;
        line-height: 1em;
        font-family: 'Inter';
        color: #0a1d6f
    }

    .dados-cadastrais .sel-icone:hover .icone, .dados-cadastrais .sel-icone.active .icone {
        opacity: 0
    }

        .dados-cadastrais .sel-icone:hover .icone.ico-on, .dados-cadastrais .sel-icone.active .icone.ico-on {
            opacity: 1
        }

    .dados-cadastrais .sel-icone:hover .titulo-area, .dados-cadastrais .sel-icone.active .titulo-area {
        color: #fff
    }

.dados-cadastrais .botao-row {
    margin-bottom: 30px
}

    .dados-cadastrais .botao-row .btn-primary {
        margin-right: 20px
    }

.dados-cadastrais .infos {
    margin-bottom: 30px;
    padding: 15px 20px
}

    .dados-cadastrais .infos .row {
        margin-bottom: 20px
    }

        .dados-cadastrais .infos .row:last-child {
            margin-bottom: 0
        }

        .dados-cadastrais .infos .row label {
            color: #7a7d7f;
            font-size: 15px;
            font-family: 'OpenS';
            font-weight: normal
        }

            .dados-cadastrais .infos .row label.error {
                overflow: hidden;
                clear: both;
                max-width: inherit;
                color: #df5c5e;
                font-size: 14px;
                padding-top: 4px
            }

        .dados-cadastrais .infos .row p {
            color: #373839;
            font-size: 18px;
            margin-bottom: 0
        }

            .dados-cadastrais .infos .row p.info-txt {
                font-size: 15px;
                color: #7a7d7f;
                margin-bottom: 20px
            }

.dados-cadastrais .info-campos-editar {
    padding: 5px 0 20px
}

.dados-cadastrais.dados-token .numeros-opcoes {
    width: 200px
}

.dados-cadastrais.dados-token .sel-icone-1 {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    padding: 0;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #abc8ca
}

    .dados-cadastrais.dados-token .sel-icone-1 .icone {
        position: relative;
        z-index: 2;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        top: 5px;
        left: 50%;
        margin: 0 auto 0 -65px
    }

        .dados-cadastrais.dados-token .sel-icone-1 .icone.ico-on {
            opacity: 0
        }

    .dados-cadastrais.dados-token .sel-icone-1 .titulo-area {
        display: block;
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 80px 10px 0;
        font-size: 13px;
        line-height: 1em;
        font-family: 'Inter';
        color: #7a7d7f
    }

.dados-cadastrais.dados-token .input-group {
    margin-bottom: 30px
}

.dados-cadastrais.dados-token.cadastro-token label.error {
    position: absolute;
    left: 0;
    bottom: -25px
}

.dados-cadastrais.dados-token.cadastro-token .campo-form {
    max-width: 260px
}

.dados-cadastrais.dados-token .info-campo {
    position: absolute;
    left: 135%;
    top: 0;
    width: 415px;
    padding: 25px 20px;
    font-size: 13px
}

    .dados-cadastrais.dados-token .info-campo:before {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 8px;
        top: 10px;
        left: -4px;
        background: url(../imagens/seta-box-info.png) no-repeat 0 0
    }

    .dados-cadastrais.dados-token .info-campo p {
        font-size: 15px
    }

    .dados-cadastrais.dados-token .info-campo figure img {
        margin-bottom: 30px
    }

    .dados-cadastrais.dados-token .info-campo figure figcaption {
        font-family: 'Inter'
    }

.dados-cadastrais .info-nada-cadastrado {
    font-size: 18px;
    font-family: 'Inter';
    color: #373839
}

.dados-cadastrais p {
    margin-bottom: 25px
}

.dados-cadastrais .info-download {
    padding: 20px;
    margin-bottom: 30px
}

    .dados-cadastrais .info-download .logo {
        border-right: 1px solid #d5dadd;
        padding: 0 20px 0 0;
        margin-right: 20px
    }

        .dados-cadastrais .info-download .logo i {
            margin-top: -15px
        }

    .dados-cadastrais .info-download .select-style {
        width: 120px;
        height: 32px;
        position: relative;
        margin-top: 8px
    }

        .dados-cadastrais .info-download .select-style select {
            height: 30px
        }

        .dados-cadastrais .info-download .select-style:after {
            height: 28px
        }

    .dados-cadastrais .info-download .txt {
        padding: 20px 0 0
    }

    .dados-cadastrais .info-download .info-sm {
        padding: 20px 0 0;
        margin-bottom: 0;
        font-size: 13px
    }

    .dados-cadastrais .info-download .btn-primary {
        margin-right: 20px
    }

    .dados-cadastrais .info-download .icon-porc {
        padding: 15px 0 0 15px
    }

        .dados-cadastrais .info-download .icon-porc .icone {
            float: left;
            margin: -3px 10px 0 0
        }

.dados-cadastrais .info-lista-token {
    padding: 30px 30px 30px 20px;
    margin-bottom: 30px
}

    .dados-cadastrais .info-lista-token .logo {
        border-right: 1px solid #d5dadd;
        padding: 0 20px 0 0;
        margin-right: 20px
    }

    .dados-cadastrais .info-lista-token .colunas {
        padding-top: 15px
    }

        .dados-cadastrais .info-lista-token .colunas p {
            margin: 0;
            line-height: 1.6em
        }

        .dados-cadastrais .info-lista-token .colunas .btn {
            margin-top: 10px
        }

.dados-cadastrais.alterar-selo-cor .container.cont-int {
    padding: 0
}

    .dados-cadastrais.alterar-selo-cor .container.cont-int .icones-opcoes {
        padding-top: 0
    }

    .dados-cadastrais.alterar-selo-cor .container.cont-int p {
        margin-bottom: 0
    }

.dados-cadastrais.alterar-selo-cor .numeros-opcoes {
    max-width: 225px
}

.dados-cadastrais.alterar-selo-cor .item-sel-cor {
    max-width: 560px;
    margin: 0 auto 30px
}

.dados-cadastrais.alterar-selo-cor .btn {
    padding: 14px 50px;
    margin: 0 10px
}

.dados-cadastrais.dados-operador .box-info {
    margin-bottom: 0
}

    .dados-cadastrais.dados-operador .box-info.no-pad {
        padding: 0
    }

    .dados-cadastrais.dados-operador .box-info h2 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #373839;
        margin-bottom: 15px
    }

    .dados-cadastrais.dados-operador .box-info p {
        margin-bottom: 6px
    }

    .dados-cadastrais.dados-operador .box-info .lk-alterar {
        font-family: 'Inter';
        margin-left: 30px
    }

.dados-cadastrais.dados-operador .ver-dados {
    margin-bottom: 30px;
    padding: 0
}

    .dados-cadastrais.dados-operador .ver-dados .box-colunas {
        padding-left: 25px
    }

    .dados-cadastrais.dados-operador .ver-dados p {
        margin-bottom: 30px;
        line-height: 1.7em
    }

    .dados-cadastrais.dados-operador .ver-dados .btn {
        padding: 14px 50px
    }

.dados-cadastrais.dados-operador .nav-tabs {
    margin: 0
}

    .dados-cadastrais.dados-operador .nav-tabs li a {
        float: left;
        font-family: 'Inter';
        border: none;
        background-color: transparent;
        padding: 25px 15px 15px;
        color: #7a7d7f;
        position: relative
    }

    .dados-cadastrais.dados-operador .nav-tabs li.active {
        border: none;
        background-color: transparent
    }

        .dados-cadastrais.dados-operador .nav-tabs li.active a {
            color: #0a1d6f
        }

            .dados-cadastrais.dados-operador .nav-tabs li.active a:after {
                content: "";
                position: absolute;
                left: 5%;
                bottom: 0;
                width: 90%;
                height: 2px;
                background-color: #0a1d6f
            }

.dados-cadastrais.dados-operador .bt-detalhe-oper {
    padding-left: 25px
}

.dados-cadastrais.dados-operador .info-oper {
    padding: 20px 20px 0
}

    .dados-cadastrais.dados-operador .info-oper p {
        margin-bottom: 20px
    }

    .dados-cadastrais.dados-operador .info-oper label.txt {
        clear: none;
        display: inline-block;
        width: auto;
        margin-bottom: -7px;
        margin-right: 10px
    }

    .dados-cadastrais.dados-operador .info-oper .checkbox label {
        font-weight: normal
    }

.dados-cadastrais.dados-operador .panel-group {
    border-bottom: 1px solid #d5dadd;
    margin-bottom: 0
}

    .dados-cadastrais.dados-operador .panel-group .panel-heading {
        width: 100%;
        overflow: hidden;
        clear: both;
        padding: 15px 20px;
        position: relative;
        background-color: transparent;
        border-top: 1px solid #d5dadd
    }

        .dados-cadastrais.dados-operador .panel-group .panel-heading .checkbox {
            position: absolute;
            left: 20px;
            top: 8px
        }

        .dados-cadastrais.dados-operador .panel-group .panel-heading a {
            padding: 0 0 0 24px;
            color: #373839;
            font-size: 18px
        }

            .dados-cadastrais.dados-operador .panel-group .panel-heading a .icone {
                position: absolute;
                right: 15px;
                top: 16px;
                width: 24px;
                height: 24px;
                background: url(../imagens/setas-collapse.png) no-repeat 0 0
            }

            .dados-cadastrais.dados-operador .panel-group .panel-heading a.collapsed .icone {
                background-position: 0 -48px
            }

    .dados-cadastrais.dados-operador .panel-group .panel-body {
        border: none
    }

.dados-cadastrais.dados-operador .btn-primary {
    margin-right: 20px
}

.dados-cadastrais.dados-operador .lk-salvar-perfil {
    font-family: 'Inter';
    margin-top: 25px
}

.dados-cadastrais .tooltip-identifica .tooltip {
    left: 670px !important
}

    .dados-cadastrais .tooltip-identifica .tooltip .tooltip-inner {
        width: 150px;
        text-align: left
    }

.dados-cadastrais .tooltip-cod-seguranca .tooltip {
    left: 670px !important;
    top: -55px !important
}

    .dados-cadastrais .tooltip-cod-seguranca .tooltip .tooltip-inner {
        width: 150px;
        text-align: left
    }

.dados-cadastrais .tooltip-proximo-cod .tooltip {
    left: 670px !important;
    top: -170px !important
}

    .dados-cadastrais .tooltip-proximo-cod .tooltip .tooltip-inner {
        width: 150px;
        text-align: left
    }

.dados-cadastrais .calendario-agendamento h3 {
    font-family: 'OpenS';
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #373839;
    font-weight: lighter
}

.dados-cadastrais .calendario-agendamento .calendario-agenda {
    padding: 0 20px 0 0
}

    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker:before {
        display: none
    }

    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker {
        position: relative;
        background-color: #fff
    }

        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker:after {
            content: "";
            width: 100%;
            height: 53px;
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            background-color: #d5dadd;
            z-index: 0
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .dow {
            background-color: #fff;
            height: 45px
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days {
            position: relative;
            z-index: 2
        }

            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed {
                width: 100%
            }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th {
                    padding: 14px 5px;
                    text-align: center
                }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th.prev, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th.prev, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th.prev {
                        font: 0/0 'a';
                        color: transparent !important;
                        background: url(../imagens/calendario-left2.gif) no-repeat 50% 50%
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed th.next, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed th.next, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed th.next {
                        font: 0/0 'a';
                        color: transparent !important;
                        background: url(../imagens/calendario-right2.gif) no-repeat 50% 50%
                    }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed tr:nth-child(2) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed tr:nth-child(2) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed tr:nth-child(2) th {
                    color: #373839;
                    font-size: 18px;
                    cursor: pointer
                }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed tr:nth-child(3) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed tr:nth-child(3) th, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed tr:nth-child(3) th {
                    padding: 5px
                }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td {
                    position: relative;
                    cursor: pointer;
                    padding: 1px 5px;
                    height: 46px;
                    text-align: center;
                    vertical-align: top;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    font-size: 12px;
                    text-align: right;
                    border: 1px solid #dde1e4
                }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.active, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.active, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td:hover, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.active {
                        color: #7a7d7f;
                        background-color: #ebeff2
                    }

                        .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.active:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.active:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td:hover:after, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.active:after {
                            display: none;
                            position: absolute;
                            content: "";
                            width: 100%;
                            height: 100%;
                            left: 0;
                            top: 0;
                            border: 1px solid #0a1d6f
                        }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.old, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.old, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.new, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.old {
                        color: #ccc
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td .year, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td .month, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td .year, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td .month, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td .year, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td .month {
                        display: inline-block;
                        width: 25%;
                        text-align: center;
                        padding: 5px 0
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-nao-concluido:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 15px;
                        top: 15px;
                        width: 21px;
                        height: 21px;
                        background: url(../imagens/icones-agendamento.png)
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before {
                        width: 20px;
                        background-position: -102px 0
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before {
                        background-position: -51px 0
                    }

                    .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-nao-concluido:before {
                        background-position: 0 0
                    }

.dados-cadastrais .calendario-agendamento .agendamentos {
    border: 1px solid #d5dadd
}

    .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda {
        font-size: 18px;
        color: #112e50;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento {
        padding: 18px 10px 15px;
        position: relative
    }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .icone {
            position: absolute;
            left: 10px;
            top: 0;
            box-sizing: content-box;
            background-color: #f5f7f8;
            border-bottom: 2px solid #f5f7f8;
            border-top: 2px solid #f5f7f8
        }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .tipo {
            padding: 0 0 0 40px
        }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover {
            background-color: #fff
        }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover, .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.bg-white {
            background: #fff url(../imagens/linha.gif) repeat-y 28px 0
        }

            .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento:hover .icone, .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.bg-white .icone {
                background-color: #fff;
                border-color: #fff
            }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento.linha-total {
            background-image: none
        }

        .dados-cadastrais .calendario-agendamento .agendamentos .info-agendamento .lbtxt {
            font-family: 'OpenS';
            color: #7a7d7f;
            display: block
        }

.dados-cadastrais .calendario-agendamento .panel-body {
    padding: 0;
    height: 317px;
    max-width: 100%;
    background: #f5f7f8 url(../imagens/linha.gif) repeat-y 28px 0;
    overflow: hidden
}

@media(min-width:768px)and (max-width:1024px) {
    .sidebar-info {
        padding-left: 0;
        padding-right: 0
    }

    .dados-cadastrais .calendario-agendamento .panel-body {
        height: auto
    }

        .dados-cadastrais .calendario-agendamento .panel-body .jspContainer {
            height: auto !important
        }

            .dados-cadastrais .calendario-agendamento .panel-body .jspContainer .jspPane {
                position: inherit
            }
}

.dados-cadastrais .calendario-agendamento .panel-body .jspContainer {
    max-width: 100%
}

    .dados-cadastrais .calendario-agendamento .panel-body .jspContainer .jspPane {
        max-width: 100%
    }

.dados-cadastrais .calendario-agendamento .legenda-calendario {
    font-size: 13px;
    padding-top: 15px
}

    .dados-cadastrais .calendario-agendamento .legenda-calendario .info-ico {
        display: block;
        margin-bottom: 20px
    }

    .dados-cadastrais .calendario-agendamento .legenda-calendario .icone {
        display: inline-block;
        margin: 0 5px -5px 0
    }

.footer {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    border-top: 2px solid #112e50;
    padding: 10px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px
}

    .footer p {
        margin: 0
    }

    .footer strong {
        color: #000
    }

    .footer .data-hora {
        background-color: #f7f7f7;
        height: 90px;
        vertical-align: middle;
        padding: 25px 0
    }

    .footer .footer-r {
        padding: 15px 20px
    }

.body-pdf {
    padding-top: 0
}

    .body-pdf .navbar-fixed-top, .body-pdf .navbar-fixed-bottom {
        position: inherit
    }

    .body-pdf .wrapper-pdf {
        width: 800px;
        margin: 0 auto
    }

.main.pdf {
    padding: 30px 15px
}

    .main.pdf .conteudo-pdf {
        margin: 0 0 30px
    }

    .main.pdf .info-conta-user {
        background-color: #0a1d6f;
        color: #fff;
        padding: 12px 20px;
        margin-bottom: 20px
    }

        .main.pdf .info-conta-user h3 {
            font-size: 15px;
            color: #fff;
            margin: 0 0 5px;
            padding: 0
        }

        .main.pdf .info-conta-user p {
            font-size: 13px;
            margin-bottom: 0
        }

        .main.pdf .info-conta-user .pull-left, .main.pdf .info-conta-user .dados-ag-conta {
            margin-bottom: 10px
        }

        .main.pdf .info-conta-user .dados-user {
            border-top: 1px solid #d5dadd;
            padding: 6px 0 0
        }

    .main.pdf .resumo-extrato .txt-periodo {
        font-family: 'Inter';
        font-size: 15px;
        color: #7a7d7f;
        padding: 15px 20px
    }

    .main.pdf .resumo-extrato .detalhes-do-extrato {
        border-top: 1px solid #d5dadd
    }

        .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body {
            background: #fff
        }

            .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .info-extrato {
                font-size: 13px;
                border-bottom: 1px solid #d5dadd
            }

                .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .info-extrato:hover {
                    background: #fff
                }

            .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo {
                padding: 15px 20px
            }

                .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores {
                    padding: 0;
                    margin-bottom: 10px;
                    font-size: 13px
                }

                    .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores .pull-right {
                        font-size: 15px;
                        font-family: 'Inter'
                    }

                    .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores.txt-saldo {
                        font-family: 'Inter'
                    }

                        .main.pdf .resumo-extrato .detalhes-do-extrato .panel-body .conta-resumo .valores.txt-saldo .pull-right {
                            color: #7a7d7f
                        }

        .main.pdf .resumo-extrato .detalhes-do-extrato .info-extrato .tipo {
            padding-left: 0
        }

    .main.pdf .codigo-barras .txt-codigo {
        font-family: 'OpenS';
        font-size: 15px;
        color: #7a7d7f;
        padding: 25px 20px
    }

        .main.pdf .codigo-barras .txt-codigo strong {
            font-family: 'Inter'
        }

    .main.pdf .codigo-barras .detalhes-pdf {
        border-top: 1px solid #d5dadd;
        padding: 25px 20px
    }

        .main.pdf .codigo-barras .detalhes-pdf h4 {
            font-size: 15px;
            padding: 0;
            margin: 0 0 15px
        }

        .main.pdf .codigo-barras .detalhes-pdf h5 {
            font-size: 15px;
            padding: 0;
            margin: 0
        }

        .main.pdf .codigo-barras .detalhes-pdf.origem {
            border: none;
            background-color: #f5f7f8;
            color: #0a1d6f
        }

            .main.pdf .codigo-barras .detalhes-pdf.origem h4 {
                color: #7a7d7f
            }

            .main.pdf .codigo-barras .detalhes-pdf.origem p {
                margin: 0;
                font-size: 13px;
                font-family: 'Inter'
            }

        .main.pdf .codigo-barras .detalhes-pdf.destino {
            border: none;
            background-color: #fff;
            color: #112e50
        }

            .main.pdf .codigo-barras .detalhes-pdf.destino h4 {
                color: #7a7d7f
            }

            .main.pdf .codigo-barras .detalhes-pdf.destino p {
                margin: 0;
                font-size: 13px;
                font-family: 'Inter'
            }

@media(max-width:767px) {
    .dados-cadastrais.dados-operador .no-pad-right {
        padding-right: 0
    }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        padding-top: 5px;
        font-size: 15px;
        display: none
    }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        font-family: 'Inter';
        font-size: 18px;
        color: #112e50
    }

    body {
        font-size: 15px
    }

        body.interna-page, body.interna-cadastro {
            padding-top: 65px
        }

        body.hide-scroll {
            overflow: hidden
        }

    .btn {
        text-transform: uppercase
    }

    .btncenter {
        text-align: center
    }

        .btncenter .btn {
            float: none;
            margin-bottom: 15px
        }

    .base-fixa-alerta {
        padding-left: 0;
        padding-right: 0;
        z-index: 10;
        top: 80px
    }

    .navbar-header .header-left .bem-vindo {
        display: none
    }

    .navbar-header .header-left .infos {
        margin-right: 20px;
        padding-right: 37px
    }

        .navbar-header .header-left .infos .item {
            padding: 0 10px
        }

            .navbar-header .header-left .infos .item.item-gerenciar {
                float: left
            }

            .navbar-header .header-left .infos .item.item-gerenciar {
                border: none
            }

            .navbar-header .header-left .infos .item.item-busca {
                display: block;
                float: left;
                position: absolute;
                right: 5px;
                top: 18px;
                opacity: 1
            }

    .downmenu .navbar-header .header-left .infos .item.item-busca {
        opacity: 1
    }

    .navbar-header .header-left .infos .item.item-busca .lk-buscar {
        display: block;
        z-index: 10
    }

        .navbar-header .header-left .infos .item.item-busca .lk-buscar:after {
            display: none
        }

    .navbar-header .header-left .infos .item.item-busca .busca-topo {
        display: none;
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
        opacity: 1
    }

        .navbar-header .header-left .infos .item.item-busca .busca-topo .conteudo {
            padding: 14px 20px
        }

            .navbar-header .header-left .infos .item.item-busca .busca-topo .conteudo .form-control {
                width: 100%
            }

        .navbar-header .header-left .infos .item.item-busca .busca-topo.act {
            display: block;
            top: 80px;
            z-index: 10
        }

    .navbar-header .header-left .menu-abre-fecha {
        margin: 20px 15px 0 8px;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .navbar-header.menuopen .menu-abre-fecha {
        left: 100%;
        margin-left: -50px
    }

    .navbar-header.menuopen .infos.pull-right {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .navbar-header.menuopen .item.item-busca {
        opacity: 0 !important;
        filter: alpha(opacity=0) !important
    }

    .navbar-header .menu-abre-fecha:after {
        display: none
    }

    .navbar-header .header-right {
        position: fixed;
        width: 100%;
        height: 55px;
        min-height: inherit;
        top: 80px;
        left: 0;
        background-color: #0a1d6f;
        color: #fff
    }

        .navbar-header .header-right .acoes-right {
            display: none
        }

        .navbar-header .header-right .info-conta {
            display: block;
            width: 100%;
            padding: 20px 15px 25px
        }

        .navbar-header .header-right .dados-conta-nome {
            display: block;
            background-color: #0a1d6f;
            position: absolute;
            left: 0;
            top: 45px;
            width: 100%;
            padding: 10px 15px 11px;
            color: #fff;
            transition: all .4s
        }

            .navbar-header .header-right .dados-conta-nome h2 {
                color: #fff;
                font-size: 15px;
                margin-bottom: 6px
            }

            .navbar-header .header-right .dados-conta-nome p {
                font-size: 13px;
                font-weight: normal
            }

        .navbar-header .header-right .col-xs-12 p {
            display: block;
            color: #fff
        }

            .navbar-header .header-right .col-xs-12 p .agencia {
                float: left;
                color: #fff;
                font-size: 18px
            }

            .navbar-header .header-right .col-xs-12 p .conta {
                float: right;
                color: #fff;
                font-size: 18px;
                padding-right: 38px
            }

            .navbar-header .header-right .col-xs-12 p .lk-trocar-de-conta {
                display: block;
                position: absolute;
                right: 0;
                top: -5px
            }

                .navbar-header .header-right .col-xs-12 p .lk-trocar-de-conta .icone-trocar-de-conta {
                    background: url(../imagens/ico-trocar-conta-mobile.png) no-repeat 0 50%
                }

    .menu-config-mobile {
        position: fixed;
        left: 100%;
        top: 0;
        width: 110%;
        z-index: 9999;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .menu-config-mobile:after {
            content: "";
            position: fixed;
            left: 0;
            top: 80px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            background: rgba(0,0,0,.6);
            opacity: 0;
            -webkit-transition: all .4s;
            transition: all .4s;
            visibility: hidden
        }

        .menu-config-mobile.open {
            left: 0
        }

            .menu-config-mobile.open .menu-config-mobile-links-base {
                left: 0
            }

            .menu-config-mobile.open:after {
                visibility: visible;
                opacity: 1
            }

        .menu-config-mobile .menu-config-mobile-topo {
            background: #fff;
            height: 80px;
            padding-left: 80px;
            padding-right: 0
        }

            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone {
                margin: 0 auto
            }

            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone-seguranca {
                margin-top: 25px
            }

            .menu-config-mobile .menu-config-mobile-topo .icones-acoes .icone-tam-fonte {
                margin-top: 35px;
                margin-left: 0
            }

            .menu-config-mobile .menu-config-mobile-topo .txt-cor {
                position: absolute;
                font-size: 11px;
                bottom: -17px;
                left: -3px;
                color: #112e50;
                text-align: center;
                display: block;
                width: 100%
            }

            .menu-config-mobile .menu-config-mobile-topo .lkconfigura {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 80px;
                height: 80px;
                margin: 0;
                background-color: #112e50
            }

                .menu-config-mobile .menu-config-mobile-topo .lkconfigura .icone {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin: -19px 0 0 -19px
                }

        .menu-config-mobile .menu-config-mobile-links-base {
            position: fixed;
            left: 110%;
            top: 80px;
            padding-left: 80px;
            padding-right: 0;
            z-index: 9999;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links {
                list-style: none;
                text-align: left;
                background-color: #0a1d6f;
                height: 1000px;
                padding-top: 15px
            }

                .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links li {
                    width: 100%;
                    margin-bottom: 30px
                }

                    .menu-config-mobile .menu-config-mobile-links-base .menu-config-mobile-links li a {
                        display: block;
                        width: 100%;
                        font-size: 15px;
                        color: #fff
                    }

    .footer .data-hora {
        display: none
    }

    select.form-control {
        -webkit-appearance: inherit;
        background: #fff url(../imagens/seta-select.gif) no-repeat 100% 50%
    }

    .btn {
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        padding-left: 0;
        padding-right: 0
    }

    .breadcrumb {
        display: none
    }

    .alert {
        margin: 0;
        line-height: 1.2em;
        position: inherit;
        width: 100%;
        margin: 0;
        padding: 15px 0
    }

        .alert .icone {
            display: none
        }

    .vmobile {
        display: block !important
    }

    .lkicon {
        font-family: 'Inter'
    }

        .lkicon .icone {
            display: inline-block
        }

    .main {
        padding: 110px 15px 30px
    }

        .main.open {
            padding: 70px 15px 30px
        }

        .main .alert {
            margin: 0;
            margin-top: -1px;
            z-index: 100;
            -webkit-transition: all .4s;
            transition: all .4s
        }

    .downmenu .main .alert {
        margin-top: -1px
    }

    .upmenu .main .alert {
        margin-top: -1px
    }

    .main .alerta {
        position: fixed;
        padding: 20px;
        border-width: 2px;
        text-align: center;
        display: none;
        left: 0;
        width: 100%;
        top: 135px;
        z-index: 1000;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .main .alerta.alerta-info .seta {
            display: none
        }

        .main .alerta:after {
            content: "";
            width: 24px;
            height: 9px;
            overflow: hidden;
            display: block;
            position: absolute;
            left: 46%;
            bottom: 2px;
            top: auto;
            margin-left: -15px;
            margin: 0 auto;
            background: url(../imagens/seta-baixo.png) no-repeat
        }

        .main .alerta.openinfo:after {
            display: none
        }

        .main .alerta.collapsed:after {
            display: block
        }

        .main .alerta .detalhes {
            padding-bottom: 30px
        }

            .main .alerta .detalhes .conteudo-alerta {
                height: 50vh;
                overflow: auto;
                overflow-x: hidden
            }

    #QtdAprovadores {
        display: block
    }
}

@media(max-width:767px)and (min-width:480px)and (max-width:767px) {
    .main .alerta .detalhes .conteudo-alerta {
        height: 39vh
    }
}

@media(max-width:767px) {
    .downmenu .main .alerta .detalhes .conteudo-alerta {
        height: 50vh
    }

    .upmenu .main .alerta .detalhes .conteudo-alerta {
        height: 42vh
    }

    .main .alerta .detalhes .colunas {
        padding: 0 20px;
        background-color: transparent;
        margin: 20px 0 0;
        display: block;
        float: left;
        clear: both;
        border: 0
    }

        .main .alerta .detalhes .colunas h3 {
            font-size: 18px;
            overflow: hidden;
            clear: both;
            width: 100%;
            margin-bottom: 10px
        }

    .main .resumo-extrato .panel-group .panel-heading .txt-valor {
        font-family: 'Inter';
        font-size: 18px;
        color: #112e50
    }

    .main .alerta .detalhes .colunas .limite {
        text-align: right
    }

    .main .alerta .detalhes.openinfo .bt-fecha-alerta {
        display: block
    }

    .main .alerta .bt-fecha-alerta {
        display: none;
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 20px;
        background: url(../imagens/seta-top-mobile.png) no-repeat 50% 50%
    }

    .downmenu .main .alerta {
        top: 135px
    }

    .upmenu .main .alerta {
        top: 185px
    }

    .main .alerta .detalhes {
        border-width: 2px;
        left: -2px;
        width: calc(100% + 4px)
    }

        .main .alerta .detalhes .colunas {
            text-align: left;
            overflow: hidden;
            width: 100%
        }

            .main .alerta .detalhes .colunas .vencem, .main .alerta .detalhes .colunas .pendente {
                text-align: left
            }

            .main .alerta .detalhes .colunas .limite {
                text-align: right
            }

    .main .cont-dados .valor.ver-saldo h3 {
        padding-left: 15px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main .cont-dados .valor.ver-saldo .col-xs-12.ultimo-acesso p {
        margin-bottom: 15px
    }

    .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas {
        padding: 20px 0
    }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas:before {
            left: 16px;
            top: -1px
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas h4, .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas p {
            display: block;
            float: left;
            width: 50%
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas p {
            font-family: 'OpenS';
            font-size: 15px;
            text-align: right
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas h4 {
            text-align: left
        }

        .main .cont-dados .valor.ver-saldo .col-xs-12.linha-colunas .colunas {
            margin-bottom: 10px
        }

    .main .cont-dados .valor .linha-colunas .colunas {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0
    }

    .main .cont-dados .valor .barra-limites .pull-left, .main .cont-dados .valor .barra-limites .pull-right {
        display: none
    }

    .main .cont-dados .valor .valor-lg {
        padding: 0 0 0 15px;
        margin: 0
    }

    .main .cont-dados .valor .lk-ocultar-valores {
        font: 0/0 'a';
        color: transparent;
        float: right;
        margin: 10px 15px 0 0
    }

    .main .cont-dados .valor .ultimo-acesso {
        padding: 0 17px !important;
        margin-bottom: 12px
    }

        .main .cont-dados .valor .ultimo-acesso p {
            font-size: 13px;
            color: #acafb1
        }

    .main .cont-dados .valor.valor .barra-limites {
        background-color: #fff;
        padding: 0 10px 20px
    }

        .main .cont-dados .valor.valor .barra-limites p {
            margin-bottom: 0
        }

        .main .cont-dados .valor.valor .barra-limites .progress {
            height: 10px
        }

        .main .cont-dados .valor.valor .barra-limites .progress-bar {
            height: 10px
        }

    .main .resumo-extrato .topo {
        padding: 15px 15px 0
    }

    .main .resumo-extrato h3 {
        font-family: 'OpenS';
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 10px
    }

    .main .resumo-extrato .nav.nav-pills {
        float: left;
        width: 100%
    }

        .main .resumo-extrato .nav.nav-pills li {
            width: 33%;
            margin-left: 0;
            text-align: center
        }

    .main .resumo-extrato .data {
        padding: 6px 10px
    }

    .main .resumo-extrato .lk-irpara {
        margin-left: 0
    }

    .main .resumo-extrato .panel-group {
        padding-bottom: 0
    }

        .main .resumo-extrato .panel-group .panel-heading {
            padding: 10px 10px
        }

            .main .resumo-extrato .panel-group .panel-heading .txt-valor {
                padding-top: 5px;
                font-size: 15px;
                display: none
            }

        .main .resumo-extrato .panel-group .panel-title {
            font-family: 'OpenS';
            font-size: 15px;
            font-weight: normal;
            padding-bottom: 5px
        }

        .main .resumo-extrato .panel-group .extrato-detalhes {
            display: none
        }

        .main .resumo-extrato .panel-group .panel-body {
            background-position: 24px 0
        }

        .main .resumo-extrato .panel-group .info-extrato {
            padding: 15px 0
        }

            .main .resumo-extrato .panel-group .info-extrato .tipo {
                padding-left: 16px;
                background-color: #f5f7f8;
                width: 50%;
                float: left
            }

                .main .resumo-extrato .panel-group .info-extrato .tipo .icone {
                    display: none
                }

            .main .resumo-extrato .panel-group .info-extrato .txt-valor {
                width: 50%;
                float: right
            }

    .main .sidebar-info {
        width: 100%;
        max-width: inherit;
        padding: 0 15px;
        display: inline-block
    }

        .main .sidebar-info h4 {
            margin-bottom: 20px
        }

        .main .sidebar-info .acesso-rapido ul li {
            margin-bottom: 20px
        }

        .main .sidebar-info .acesso-rapido a {
            font-family: 'OpenS';
            font-size: 15px
        }

    .main .token {
        margin-bottom: 10px
    }

    .main .horarios.vmobile {
        margin-bottom: 30px
    }

        .main .horarios.vmobile h3 {
            font-size: 15px
        }

            .main .horarios.vmobile h3 a.collapsed .icone-incluir {
                display: block
            }

            .main .horarios.vmobile h3 a.collapsed .icone-menos {
                display: none
            }

            .main .horarios.vmobile h3 a .icone-menos {
                display: block
            }

            .main .horarios.vmobile h3 a .icone-incluir {
                display: none
            }

        .main .horarios.vmobile .col-md-3, .main .horarios.vmobile .linha {
            border: none;
            padding: 0
        }

        .main .horarios.vmobile .collapsing, .main .horarios.vmobile .collapse {
            padding-left: 16px
        }

    .titulos {
        overflow: inherit
    }

        .titulos h1 {
            font-size: 23px;
            margin-bottom: 10px
        }

        .titulos .perfil {
            display: block;
            width: 100%;
            margin-bottom: 1px;
            background-color: #f5f7f8;
            width: calc(100% + 30px);
            margin: 10px -15px 0;
            padding: 10px 15px
        }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .downmenu .navbar-fixed-top, .downmenu .navbar-fixed-bottom {
        top: 0
    }

    .inicio .navbar-fixed-top {
        top: 0 !important
    }

    .container-fluid {
        padding: 0;
        display: block;
        overflow: hidden
    }

        .container-fluid .navbar-header {
            padding: 0;
            margin: 0
        }

            .container-fluid .navbar-header .conexao-privada {
                font: 0/0 'a';
                color: transparent
            }

            .container-fluid .navbar-header .header-left {
                padding: 0;
                height: 80px;
                width: 100%;
                float: left
            }

    .inicio .container-fluid .navbar-header .header-left {
        width: 50%
    }

    .container-fluid .navbar-header .col-right {
        padding-right: 0
    }

    .container-fluid .navbar-brand {
        position: absolute;
        left: 50px;
        top: 0;
        width: 30px;
        height: 29px;
        margin: 22px 0 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .container-fluid .menuopen .navbar-brand {
        left: 20px
    }

    .container-fluid .sidebar {
        position: fixed;
        left: -110%;
        top: 66px;
        width: 250px;
        height: 100%;
        z-index: 5000;
        padding-top: 14px !important;
        display: block;
        overflow: inherit !important;
        max-width: inherit;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .container-fluid .sidebar .jspContainer, .container-fluid .sidebar .jspPane {
            width: 100% !important
        }

        .container-fluid .sidebar ul {
            display: block;
            position: absolute;
            left: -4px;
            height: 100%;
            height: calc(100% - 80px);
            z-index: 50;
            width: 250px;
            overflow: auto;
            margin: 0;
            padding-left: 5px;
            padding-bottom: 0;
            overflow-x: hidden
        }

        .container-fluid .sidebar li {
            width: 246px;
            background-color: #0a1d6f
        }

        .container-fluid .sidebar:before {
            content: "";
            position: fixed;
            left: -110%;
            top: 80px;
            width: 246px;
            height: 100%;
            z-index: 2;
            opacity: 0;
            background-color: #0a1d6f;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .container-fluid .sidebar:after {
            content: "";
            position: fixed;
            left: 0;
            top: 80px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            background: rgba(0,0,0,.6);
            opacity: 0;
            -webkit-transition: all .4s;
            transition: all .4s;
            visibility: hidden
        }

        .container-fluid .sidebar.open {
            display: block;
            z-index: 1000;
            left: 0;
            background: url(../imagens/seta-menu-topo.png) no-repeat 20px 0
        }

            .container-fluid .sidebar.open:before {
                opacity: 1;
                left: 0
            }

            .container-fluid .sidebar.open:after {
                opacity: 1;
                visibility: visible
            }

    .header-login .navbar-brand {
        width: 160px;
        height: 29px;
        margin: 22px 0 0;
        left: 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0
    }

    .table-default .tabela-contas .table {
        border: none;
        padding: 20px 0;
        display: block;
        width: 100%;
        background-color: #fff
    }

        .table-default .tabela-contas .table tbody, .table-default .tabela-contas .table tr {
            width: 100%;
            display: block
        }

        .table-default .tabela-contas .table th {
            display: none
        }

        .table-default .tabela-contas .table td {
            display: block;
            width: 100%;
            border: none;
            padding: 0 20px
        }

            .table-default .tabela-contas .table td.col-cnpj {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: "
                }

            .table-default .tabela-contas .table td.col-tipo {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: "
                }

            .table-default .tabela-contas .table td.col-agencia {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-agencia:before {
                    content: "Agência: "
                }

            .table-default .tabela-contas .table td.col-conta {
                font-family: 'Inter',Arial,sans-serif
            }

                .table-default .tabela-contas .table td.col-conta:before {
                    content: "Conta: "
                }

            .table-default .tabela-contas .table td.coluna-identificacao {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-identificacao:before {
                    content: "Identificação: ";
                    font-family: 'Inter',Arial,sans-serif
                }

            .table-default .tabela-contas .table td.coluna-apelido {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-apelido:before {
                    content: "Apelido: ";
                    font-family: 'Inter',Arial,sans-serif
                }

            .table-default .tabela-contas .table td.coluna-certificadora {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-certificadora:before {
                    content: "Certificadora: ";
                    font-family: 'Inter',Arial,sans-serif
                }

            .table-default .tabela-contas .table td.coluna-tipo {
                font-family: 'Inter',Arial,sans-serif;
                font-style: 15px
            }

                .table-default .tabela-contas .table td.coluna-tipo:before {
                    content: "Tipo: ";
                    font-family: 'Inter',Arial,sans-serif
                }

        .table-default .tabela-contas .table .coluna-operador {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-identificacao {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-apelido {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-certificadora {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-tipo {
            width: 100%
        }

        .table-default .tabela-contas .table .coluna-situacao {
            width: 100%;
            display: none
        }

        .table-default .tabela-contas .table .coluna-acao {
            width: 100%;
            padding-top: 15px
        }

    .container.login #login-dados .bloco-form {
        padding: 18px 15px 18px
    }

    .container.login .bloco-form {
        padding: 18px 15px 18px
    }

        .container.login .bloco-form label.error {
            position: initial
        }

    .container.login .dicas-e-central .infos {
        padding: 0 15px 20px
    }

        .container.login .dicas-e-central .infos:last-child {
            padding: 20px 15px;
            margin-bottom: 20px;
            border-top: 1px solid #d5dadd;
            border-left: none
        }

        .container.login .dicas-e-central .infos h3 {
            font-size: 18px
        }

            .container.login .dicas-e-central .infos h3 .icone {
                margin-bottom: -8px
            }

    .container.login .bloco-senha {
        text-align: center;
        padding: 26px 20px
    }

        .container.login .bloco-senha .numeros-opcoes {
            display: inline-block;
            text-align: center;
            float: none;
            min-width: 98px;
            margin: 0 0 20px
        }

        .container.login .bloco-senha img {
            max-width: 100%;
            height: auto
        }

    .container.cont-int {
        padding: 20px 0
    }

        .container.cont-int #alterar-senha {
            margin: 15px 0;
            padding: 20px 0
        }

    .container.alterar-senha .input-group.control-group {
        background-color: #fff;
        padding: 15px 20px;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

        .container.alterar-senha .input-group.control-group.campo-nova-senha {
            padding-bottom: 30px
        }

    .container.alterar-senha .input-group.base-botao {
        padding: 30px 30px
    }

        .container.alterar-senha .input-group.base-botao .btn {
            width: 100%
        }

    .container.alterar-senha .input-group .txt {
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .container.alterar-senha .input-group .icone {
        right: -8px;
        top: -39px
    }

    .container.alterar-senha .input-group .error {
        width: 100%
    }

    .container.alterar-senha .input-group .campo-form {
        padding-right: 0
    }

        .container.alterar-senha .input-group .campo-form #dia {
            width: 80px
        }

    .container.cadastro .cadastro-inexistente {
        padding: 20px;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

        .container.cadastro .cadastro-inexistente .info-cpf {
            padding: 0;
            padding-top: 10px
        }

        .container.cadastro .cadastro-inexistente .campo-emissao {
            padding-left: 20px !important
        }

        .container.cadastro .cadastro-inexistente.dados-preencher {
            padding-top: 0;
            padding-bottom: 40px;
            position: relative
        }

            .container.cadastro .cadastro-inexistente.dados-preencher:after {
                content: "";
                position: absolute;
                display: block;
                overflow: hidden;
                width: 90%;
                height: 1px;
                left: 5%;
                bottom: 25px;
                background-color: #d5dadd
            }

            .container.cadastro .cadastro-inexistente.dados-preencher:last-child {
                padding-bottom: 0
            }

                .container.cadastro .cadastro-inexistente.dados-preencher:last-child:after {
                    display: none
                }

            .container.cadastro .cadastro-inexistente.dados-preencher label {
                text-transform: uppercase
            }

            .container.cadastro .cadastro-inexistente.dados-preencher .input-group {
                width: 100%
            }

                .container.cadastro .cadastro-inexistente.dados-preencher .input-group #nacionalidade {
                    width: 85%
                }

            .container.cadastro .cadastro-inexistente.dados-preencher .no-label {
                padding: 0
            }

            .container.cadastro .cadastro-inexistente.dados-preencher .botao-base-gray {
                padding: 20px;
                margin: 0 -20px;
                width: calc(100% + 40px);
                text-align: center;
                background-color: #ebeff2
            }

                .container.cadastro .cadastro-inexistente.dados-preencher .botao-base-gray .btn {
                    margin: 0 auto 20px;
                    font-size: 18px
                }

    .container.cadastro .ver-dados.bg-white {
        margin-bottom: 0
    }

    .container.cadastro .ver-dados p {
        border-bottom: 1px solid #d5dadd;
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .container.cadastro .ver-dados .col-md-6.tb-pad-30 {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

        .container.cadastro .ver-dados .col-md-6.tb-pad-30:nth-child(2) {
            padding-top: 0
        }

            .container.cadastro .ver-dados .col-md-6.tb-pad-30:nth-child(2) p {
                border: none
            }

    .container.cadastro .base-btn-mob {
        text-align: center;
        padding: 20px;
        margin: 0 -30px;
        width: calc(100% + 60px);
        background-color: #ebeff2
    }

        .container.cadastro .base-btn-mob.base-btn-op2 {
            padding-top: 0
        }

    .container.escolha-conta .itens-pag {
        display: none
    }

    .container.escolha-conta .tabela-contas .table {
        border: none;
        display: inline-block;
        width: 100% !important
    }

        .container.escolha-conta .tabela-contas .table tbody, .container.escolha-conta .tabela-contas .table tr {
            width: 100%;
            display: block
        }

        .container.escolha-conta .tabela-contas .table tr {
            margin-bottom: 25px;
            padding: 20px 0;
            display: block;
            width: 100%;
            background-color: #fff
        }

        .container.escolha-conta .tabela-contas .table thead {
            display: none
        }

        .container.escolha-conta .tabela-contas .table th {
            display: none
        }

        .container.escolha-conta .tabela-contas .table td {
            display: block;
            width: 100%;
            border: none;
            padding: 2px 20px
        }

            .container.escolha-conta .tabela-contas .table td.col-banco {
                font-family: 'Inter',Arial,sans-serif
            }

            .container.escolha-conta .tabela-contas .table td.col-cnpj {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: "
                }

            .container.escolha-conta .tabela-contas .table td.col-apelido {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-apelido:before {
                    content: "Apelido: "
                }

            .container.escolha-conta .tabela-contas .table td.col-agencia {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-agencia:before {
                    content: "Agência: "
                }

            .container.escolha-conta .tabela-contas .table td.col-conta {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-conta:before {
                    content: "Conta: "
                }

            .container.escolha-conta .tabela-contas .table td.col-tipo {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: "
                }

            .container.escolha-conta .tabela-contas .table td .lkacessar {
                display: block;
                width: 100%;
                background-color: #0a1d6f;
                font: 18px 'Inter',Arial,sans-serif;
                text-align: center;
                color: #fff;
                padding: 15px 10px;
                margin-top: 15px
            }

                .container.escolha-conta .tabela-contas .table td .lkacessar .icone {
                    display: none
                }

    .container.escolha-conta .num-pag {
        text-align: center
    }

    .dados-cadastrais {
        padding: 0 15px !important;
        margin-bottom: 20px;
        line-height: 1.8em
    }

        .dados-cadastrais .titulos {
            float: left;
            width: 100%;
            border: none;
            margin-bottom: 10px
        }

            .dados-cadastrais .titulos h1 {
                margin-bottom: 0
            }

        .dados-cadastrais .wsep {
            position: relative
        }

            .dados-cadastrais .wsep:before {
                content: "";
                width: 90%;
                height: 1px;
                background-color: #d5dadd;
                overflow: hidden;
                display: block;
                position: absolute;
                left: 5%;
                bottom: 2px
            }

        .dados-cadastrais .numeros-opcoes {
            width: 100%;
            max-width: inherit;
            background-color: transparent;
            text-align: left
        }

            .dados-cadastrais .numeros-opcoes .icone {
                display: none
            }

            .dados-cadastrais .numeros-opcoes .sel-icone {
                border: none;
                background-color: transparent;
                height: auto;
                color: #0a1d6f
            }

                .dados-cadastrais .numeros-opcoes .sel-icone:hover:after, .dados-cadastrais .numeros-opcoes .sel-icone.active:after {
                    display: none
                }

                .dados-cadastrais .numeros-opcoes .sel-icone:hover .titulo-area, .dados-cadastrais .numeros-opcoes .sel-icone.active .titulo-area {
                    color: #0a1d6f;
                    background-color: transparent
                }

            .dados-cadastrais .numeros-opcoes .titulo-area {
                padding: 0;
                text-align: left;
                font-size: 15px
            }

        .dados-cadastrais .calendario-agendamento h3 {
            font-size: 15px
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda {
            width: 100%;
            padding: 0;
            margin-bottom: 20px
        }

        .dados-cadastrais .calendario-agendamento .legenda-large {
            display: none
        }

        .dados-cadastrais .calendario-agendamento .legenda-calendario {
            padding: 0
        }

        .dados-cadastrais .calendario-agendamento .info-ico {
            display: block;
            width: 100%;
            margin-bottom: 15px
        }

        .dados-cadastrais .calendario-agendamento .agendamentos {
            border: none;
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden
        }

            .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda {
                font-size: 15px
            }

                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-left, .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-right {
                    width: 100%;
                    text-align: left;
                    clear: both
                }

                .dados-cadastrais .calendario-agendamento .agendamentos .header-agenda .pull-left {
                    margin-bottom: 10px
                }

            .dados-cadastrais .calendario-agendamento .agendamentos .panel-body {
                height: auto
            }

                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento {
                    background-color: #fff
                }

                    .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento .icone {
                        background-color: transparent;
                        border: none
                    }

                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .txt-valor {
                    padding: 0
                }

                .dados-cadastrais .calendario-agendamento .agendamentos .panel-body .info-agendamento:nth-child(odd) {
                    background-color: #f5f7f8
                }

        .dados-cadastrais .infos {
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
            position: relative
        }

            .dados-cadastrais .infos:after {
                content: "";
                width: 90%;
                height: 1px;
                background-color: #d5dadd;
                overflow: hidden;
                display: block;
                position: absolute;
                left: 5%;
                bottom: 2px
            }

            .dados-cadastrais .infos.last-info:after, .dados-cadastrais .infos:last-child:after {
                display: none
            }

            .dados-cadastrais .infos.info-dados2:after {
                display: none
            }

            .dados-cadastrais .infos.info-nome-email {
                background: transparent
            }

                .dados-cadastrais .infos.info-nome-email:after {
                    display: none
                }

                .dados-cadastrais .infos.info-nome-email .row {
                    margin-bottom: 0
                }

            .dados-cadastrais .infos.info-operador-cp {
                margin: 0;
                width: 100%;
                padding: 30px 20px 20px
            }

                .dados-cadastrais .infos.info-operador-cp p {
                    margin-bottom: 10px
                }

                .dados-cadastrais .infos.info-operador-cp div.pull-left {
                    margin-bottom: 10px
                }

            .dados-cadastrais .infos.info-operador-cp2 {
                margin: 0 0 15px;
                width: 100%;
                padding: 30px 20px
            }

                .dados-cadastrais .infos.info-operador-cp2 p {
                    margin-bottom: 10px
                }

            .dados-cadastrais .infos.incluir-novo-operador {
                margin: 0;
                width: 100%;
                padding: 30px 20px
            }

                .dados-cadastrais .infos.incluir-novo-operador .col-xs-12 label {
                    font-size: 15px;
                    margin-bottom: 10px;
                    width: 100%;
                    display: block
                }

                    .dados-cadastrais .infos.incluir-novo-operador .col-xs-12 label:after {
                        display: none
                    }

            .dados-cadastrais .infos .row label.error {
                text-transform: none
            }

            .dados-cadastrais .infos .row {
                margin-bottom: 0
            }

                .dados-cadastrais .infos .row > div {
                    margin-bottom: 5px
                }

                .dados-cadastrais .infos .row .dados, .dados-cadastrais .infos .row label {
                    display: inline;
                    width: auto;
                    line-height: 20px;
                    font-size: 15px
                }

                .dados-cadastrais .infos .row label {
                    text-transform: uppercase;
                    margin-right: 5px
                }

                    .dados-cadastrais .infos .row label:after {
                        content: ":"
                    }

        .dados-cadastrais .botao-row {
            width: 100%;
            padding: 20px 0 0;
            margin-bottom: 0;
            clear: both;
            overflow: hidden;
            text-align: center
        }

            .dados-cadastrais .botao-row p {
                text-align: left;
                padding: 0
            }

            .dados-cadastrais .botao-row .btn {
                float: none;
                width: 85%;
                margin: 0 auto 20px
            }

            .dados-cadastrais .botao-row:first-child {
                padding-top: 0
            }

        .dados-cadastrais.dados-token p {
            margin-bottom: 15px
        }

        .dados-cadastrais .info-download {
            margin-bottom: 0
        }

            .dados-cadastrais .info-download .logo {
                border: none
            }

        .dados-cadastrais .icones-opcoes {
            overflow: hidden;
            clear: both;
            width: 100%;
            padding-top: 20px;
            padding-right: 0;
            margin: 0
        }

            .dados-cadastrais .icones-opcoes.bloco2 {
                padding-top: 0
            }

            .dados-cadastrais .icones-opcoes .numeros-opcoes {
                padding: 0
            }

                .dados-cadastrais .icones-opcoes .numeros-opcoes .icone {
                    margin-left: 10px !important
                }

                .dados-cadastrais .icones-opcoes .numeros-opcoes a {
                    padding: 0;
                    border: none
                }

                    .dados-cadastrais .icones-opcoes .numeros-opcoes a .titulo-area {
                        font-size: 15px;
                        color: #0a1d6f
                    }

            .dados-cadastrais .icones-opcoes.listar-tokens .numeros-opcoes {
                padding: 0
            }

                .dados-cadastrais .icones-opcoes.listar-tokens .numeros-opcoes .icone {
                    margin-left: 15px !important;
                    margin-top: 15px
                }

            .dados-cadastrais .icones-opcoes.listar-tokens a {
                padding: 0 10px 25px;
                border: none
            }

                .dados-cadastrais .icones-opcoes.listar-tokens a .titulo-area {
                    font-size: 15px;
                    color: #0a1d6f
                }

        .dados-cadastrais .info-lista-token {
            overflow: hidden;
            clear: both;
            padding: 20px
        }

            .dados-cadastrais .info-lista-token .logo {
                width: 100%;
                border: none;
                padding: 0;
                margin: 0
            }

            .dados-cadastrais .info-lista-token .colunas {
                padding: 0;
                width: 100%
            }

                .dados-cadastrais .info-lista-token .colunas .btn {
                    width: 100%
                }

        .dados-cadastrais.dados-token .titulos {
            margin-bottom: 10px
        }

            .dados-cadastrais.dados-token .titulos h1 {
                margin-bottom: 0
            }

        .dados-cadastrais.dados-token .numeros-opcoes {
            width: 100%
        }

        .dados-cadastrais.dados-token .sel-icone-1 .icone {
            display: block;
            left: 0;
            margin: 0
        }

        .dados-cadastrais.dados-token .info-token-bt {
            border-top: 1px solid #d5dadd;
            padding-top: 20px;
            text-align: center
        }

            .dados-cadastrais.dados-token .info-token-bt p {
                text-align: left
            }

            .dados-cadastrais.dados-token .info-token-bt .btn {
                float: none;
                width: 85%
            }

        .dados-cadastrais.dados-token.cadastro-token .input-group {
            background-color: #fff;
            width: calc(100% + 30px);
            margin: 0 -20px;
            overflow: hidden;
            padding: 10px 30px
        }

            .dados-cadastrais.dados-token.cadastro-token .input-group.row-first {
                padding-top: 25px
            }

            .dados-cadastrais.dados-token.cadastro-token .input-group.row-last {
                padding-bottom: 25px
            }

            .dados-cadastrais.dados-token.cadastro-token .input-group .campo-form {
                max-width: 100%;
                width: 100%
            }

        .dados-cadastrais.dados-token.cadastro-token label.error {
            position: initial;
            text-transform: none
        }

        .dados-cadastrais.operadores .table {
            background-color: #ebeff2;
            padding: 0
        }

            .dados-cadastrais.operadores .table tr {
                padding: 20px 10px;
                margin-bottom: 30px;
                background: #fff
            }

            .dados-cadastrais.operadores .table thead {
                display: none
            }

            .dados-cadastrais.operadores .table tr.bg-block {
                background-color: #edf0f1;
                border: 1px solid #c2c2c2
            }

                .dados-cadastrais.operadores .table tr.bg-block td {
                    background-color: #edf0f1
                }

            .dados-cadastrais.operadores .table td {
                font-family: 'Inter',Arial,sans-serif;
                padding: 2px 10px
            }

                .dados-cadastrais.operadores .table td a {
                    font-family: 'Inter',Arial,sans-serif
                }

                .dados-cadastrais.operadores .table td.col-identificacao:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Identificação: "
                }

                .dados-cadastrais.operadores .table td.col-apelido:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Apelido: "
                }

                .dados-cadastrais.operadores .table td.col-certificadora:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Certificadora: "
                }

                .dados-cadastrais.operadores .table td.col-tipo:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Tipo: "
                }

                .dados-cadastrais.operadores .table td.col-cpf:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "CPF: "
                }

                .dados-cadastrais.operadores .table td.col-perfil:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Perfil: "
                }

                .dados-cadastrais.operadores .table td.col-situacao:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Situação: "
                }

    .col-tipo-arquivo:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo Arquivo: "
    }

    .dados-cadastrais.operadores .table td.col-ocorrencia:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Ocorrência: "
    }

    .dados-cadastrais.operadores .table td.col-valor:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Valor: "
    }

    .dados-cadastrais.operadores .table td.col-vencimento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data de Vencimento: "
    }

    .dados-cadastrais.operadores .table td.col-documento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Valor do Documento: "
    }

    .dados-cadastrais.operadores .table td.col-tipo-de-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo de pagamento: "
    }

    .dados-cadastrais.operadores .table td.col-data-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data do Pagamento: "
    }

    .dados-cadastrais.operadores .table .lkpermissao, .dados-cadastrais.operadores .table .lkdesbloquear {
        width: 100%;
        padding: 14px 0;
        margin: 25px 0 10px;
        border-radius: 26px;
        color: #57ffff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkpermissao .icone, .dados-cadastrais.operadores .table .lkdesbloquear .icone {
            display: none
        }

    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        padding: 14px 0;
        margin: 5px 0;
        color: #0a1d6f;
        background-color: #fff;
        border: 1px solid #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkexcluir .icone {
            display: none
        }

    .dados-cadastrais.operadores .table.table-bloqueados .lkexcluir {
        background-color: #fff
    }

    .dados-cadastrais.operadores .table.table-desbloqueados tr:first-child {
        display: block
    }

    .dados-cadastrais.operadores .itens-buscar {
        margin: 0 0 30px
    }

        .dados-cadastrais.operadores .itens-buscar label {
            text-transform: uppercase
        }

        .dados-cadastrais.operadores .itens-buscar .input-group.control-group {
            width: 100%
        }

        .dados-cadastrais.operadores .itens-buscar .col-md-3 {
            padding: 0 0 10px
        }

    .dados-cadastrais.operadores .btn-default.pull-right {
        width: 100%
    }

    .dados-cadastrais.operadores .img-cracha {
        display: none
    }

    .dados-cadastrais.operadores .box-info {
        background-color: transparent;
        padding: 0
    }

        .dados-cadastrais.operadores .box-info .col-md-6 {
            padding: 0
        }

            .dados-cadastrais.operadores .box-info .col-md-6:first-child {
                padding-top: 10px
            }

        .dados-cadastrais.operadores .box-info .lk-alterar {
            margin: 0;
            text-transform: capitalize
        }

        .dados-cadastrais.operadores .box-info .espaco {
            display: none
        }

        .dados-cadastrais.operadores .box-info p .lk-alterar {
            clear: both;
            display: block;
            margin-top: 5px
        }

        .dados-cadastrais.operadores .box-info .bloco-dados-operador {
            width: 100%;
            background-color: #fff;
            margin-bottom: 25px;
            padding: 20px
        }

            .dados-cadastrais.operadores .box-info .bloco-dados-operador p {
                margin-bottom: 4px
            }

                .dados-cadastrais.operadores .box-info .bloco-dados-operador p:last-child {
                    padding-top: 20px
                }

            .dados-cadastrais.operadores .box-info .bloco-dados-operador .btn-no-pad {
                padding: 0
            }

            .dados-cadastrais.operadores .box-info .bloco-dados-operador .btn-salvar {
                width: 100%;
                margin-top: 15px
            }

        .dados-cadastrais.operadores .box-info .bloco-situacao {
            overflow: hidden;
            clear: both;
            width: 100%;
            background-color: #fff;
            margin-bottom: 0;
            padding: 20px !important
        }

            .dados-cadastrais.operadores .box-info .bloco-situacao .alterar-situacao .btn-no-pad {
                padding-left: 0;
                padding-right: 0
            }

            .dados-cadastrais.operadores .box-info .bloco-situacao .btn {
                width: 100%
            }

        .dados-cadastrais.operadores .box-info .ver-dados#tab03 {
            padding-top: 0
        }

        .dados-cadastrais.operadores .box-info .info-lista-token {
            border-bottom: 1px solid #d5dadd;
            padding-bottom: 25px
        }

            .dados-cadastrais.operadores .box-info .info-lista-token:last-child {
                border-bottom: 0
            }

            .dados-cadastrais.operadores .box-info .info-lista-token .colunas p {
                margin-bottom: 20px
            }

    .dados-cadastrais.operadores .info-oper p {
        line-height: 1.5em
    }

    .dados-cadastrais.operadores .panel-group .panel-heading {
        padding-left: 0;
        padding-right: 0
    }

        .dados-cadastrais.operadores .panel-group .panel-heading .checkbox {
            left: 0
        }

        .dados-cadastrais.operadores .panel-group .panel-heading a .icone {
            right: 0
        }

    .dados-cadastrais.operadores .panel-group .panel-body .col-xs-12 {
        padding-left: 5px
    }

    .dados-cadastrais.operadores .botao-row-gravar .lk-salvar-perfil {
        margin-bottom: 20px;
        margin-top: 10px
    }

    .dados-cadastrais.operadores .tabs-box.bg-white {
        background-color: #fff;
        width: calc(100% + 30px);
        margin: 0 -15px;
        overflow: hidden;
        padding: 10px 20px 0 !important
    }

        .dados-cadastrais.operadores .tabs-box.bg-white .bg-gray {
            background-color: #f5f7f8;
            width: calc(100% + 40px);
            margin: 0 -20px;
            overflow: hidden;
            padding-bottom: 0
        }

        .dados-cadastrais.operadores .tabs-box.bg-white .form-control {
            background-color: #fff;
            height: 50px
        }

            .dados-cadastrais.operadores .tabs-box.bg-white .form-control[disabled], .dados-cadastrais.operadores .tabs-box.bg-white .form-control[readonly], fieldset[disabled] .form-control {
                background-color: #eee;
                opacity: 1
            }

    .dados-cadastrais.operadores .tabs-box .nav-tabs {
        margin-bottom: 0
    }

        .dados-cadastrais.operadores .tabs-box .nav-tabs li {
            width: 33.3333%;
            padding: 0;
            margin: 0;
            text-align: left
        }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li a {
                width: 100%;
                height: 56px;
                padding: 10px 0;
                text-align: left
            }

                .dados-cadastrais.operadores .tabs-box .nav-tabs li a:after {
                    width: 100%;
                    left: 0
                }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(1n) a {
                text-align: center
            }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(2n) a {
                text-align: center
            }

            .dados-cadastrais.operadores .tabs-box .nav-tabs li:nth-child(3n) a {
                text-align: center
            }

    .dados-cadastrais.operadores .tabs-box .botao-row-gravar .btn {
        width: 100%;
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p {
        text-transform: uppercase;
        margin-bottom: 8px;
        border-bottom: 1px solid #d5dadd;
        padding-bottom: 20px;
        margin-bottom: 20px;
        line-height: 1.8em
    }

        .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p strong {
            text-transform: none
        }

    .dados-cadastrais.operadores .tabs-box .tab-content .box-colunas-2 p:last-child {
        border: none !important
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .form-inline {
        position: relative
    }

        .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .form-inline .txt {
            display: block;
            position: absolute;
            left: 0;
            top: -30px;
            width: 100%;
            text-align: left
        }

    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .sel-check {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .info-oper .check-permitir-tudo {
        position: absolute;
        left: -20px;
        bottom: 0;
        padding: 0 20px;
        width: calc(100% + 40px);
        background-color: #fff;
        text-align: left
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .ver-dados {
        margin-bottom: 0
    }

    .dados-cadastrais.operadores .tabs-box .tab-content .botao-row {
        background-color: #ebeff2;
        width: calc(100% + 40px);
        margin: 0 -20px;
        overflow: hidden;
        padding: 20px !important
    }

        .dados-cadastrais.operadores .tabs-box .tab-content .botao-row .btn {
            margin-bottom: 0
        }

    .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-left {
        width: 100%
    }

        .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-left h5 {
            font-size: 15px;
            color: #0a1d6f
        }

    .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-right {
        width: 100%
    }

        .dados-cadastrais.operadores.dados-operador .panel-group .panel-body .col-xs-12 .pull-right label {
            font-family: 'Inter',Arial,sans-serif;
            font-size: 15px
        }

    .dados-cadastrais.operadores .table-tokens-situacao h4 {
        color: #373839;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .incluir-novo-operador:after {
        display: none
    }

    .dados-cadastrais.operadores .incluir-novo-operador .col-md-8 {
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .incluir-novo-operador .col-md-4 .left-margin-30 {
        margin-left: 0
    }

    .dados-cadastrais.operadores .info-operador-cp:after {
        display: none
    }

    .dados-cadastrais.operadores .info-operador-cp .pull-left {
        width: 100%;
        margin-bottom: 20px
    }

    .dados-cadastrais.operadores .info-operador-cp .operador-botao .btn {
        width: 100%;
        margin-left: 0
    }

    .dados-cadastrais.operadores .info-operador-cp2 {
        background-color: #fff;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0 20px 20px !important
    }

        .dados-cadastrais.operadores .info-operador-cp2 .top-pad-50 {
            padding-top: 0
        }

        .dados-cadastrais.operadores .info-operador-cp2 .col-md-8 {
            padding: 0
        }

    .dados-cadastrais.operadores .info-operador-cp3 {
        padding-bottom: 0
    }

        .dados-cadastrais.operadores .info-operador-cp3:after {
            display: none
        }

        .dados-cadastrais.operadores .info-operador-cp3 .col-md-6 {
            margin-bottom: 15px
        }

        .dados-cadastrais.operadores .info-operador-cp3 .btn {
            width: 100%
        }

        .dados-cadastrais.operadores .info-operador-cp3 label {
            margin-bottom: 10px;
            display: block
        }

    .dados-cadastrais.operadores .botao-base-gray {
        padding: 20px 30px !important;
        margin: 0 -20px;
        width: calc(100% + 40px);
        text-align: center;
        background-color: #ebeff2
    }

        .dados-cadastrais.operadores .botao-base-gray .btn {
            width: 100%;
            margin: 0 auto 20px;
            font-size: 18px
        }

    .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher {
        padding: 20px 20px 10px;
        width: calc(100% + 40px);
        margin: 0 -20px
    }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:last-child {
            padding-bottom: 0
        }

            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:last-child:after {
                display: none
            }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher:after {
            content: "";
            display: block;
            position: relative;
            bottom: -5px;
            width: 100%;
            height: 1px;
            overflow: hidden;
            background-color: #d5dadd
        }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group {
            width: 100%;
            margin-bottom: 30px
        }

            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group label {
                text-transform: uppercase;
                display: block;
                margin-bottom: 10px
            }

            .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group .radio {
                padding-top: 0;
                padding-bottom: 0;
                margin-bottom: 0
            }

                .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .input-group .radio label {
                    margin-bottom: 0
                }

        .dados-cadastrais.operadores .cadastro-inexistente.dados-preencher .botao-base {
            padding: 0
        }

    .dados-cadastrais.operadores .campo-add {
        width: 80%
    }

    .main .cont-dados .valor p {
        margin-bottom: 20px
    }

    .conteudo-dados .banner-repatriacao {
        width: 92%;
        max-width: 100%;
        margin: 0 15px 20px;
        padding: 15px 20px;
        background: #7a7d7f url(../imagens/bn-repatriacao-mobile.jpg) no-repeat 100% 0
    }

        .conteudo-dados .banner-repatriacao h3 {
            width: 106px;
            line-height: 1.6em;
            font-weight: normal
        }

    .dados-cadastrais .container.personalizar .icones-opcoes {
        margin: 0
    }

    .container.personalizar {
        padding: 0 15px
    }

        .container.personalizar .carousel-inner {
            width: 100%;
            background: #fff
        }

        .container.personalizar .icones-opcoes {
            padding: 20px 0 0
        }

        .container.personalizar .lista-cores {
            text-align: center
        }

        .container.personalizar .numeros-opcoes {
            display: none;
            width: 80%;
            margin: 0 10%;
            max-width: inherit
        }

            .container.personalizar .numeros-opcoes.active {
                display: block
            }

            .container.personalizar .numeros-opcoes .sel-icone {
                height: 160px;
                border: none
            }

                .container.personalizar .numeros-opcoes .sel-icone .icone {
                    display: block;
                    opacity: 1;
                    margin-left: -80px !important
                }

                    .container.personalizar .numeros-opcoes .sel-icone .icone.ico-on {
                        opacity: 0
                    }

                .container.personalizar .numeros-opcoes .sel-icone:after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-color: #fff;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                    -webkit-transition: all .4s;
                    transition: all .4s
                }

                .container.personalizar .numeros-opcoes .sel-icone.active:after {
                    background-color: #0a1d6f;
                    display: none
                }

                .container.personalizar .numeros-opcoes .sel-icone.active .icone {
                    display: block;
                    opacity: 1;
                    margin-left: -80px !important
                }

                    .container.personalizar .numeros-opcoes .sel-icone.active .icone.ico-on {
                        opacity: 0
                    }

        .container.personalizar .carousel-control {
            background: url(../imagens/nav-carousel-mobile.png) no-repeat 0 50%;
            opacity: 1;
            filter: alpha(opacity=100)
        }

            .container.personalizar .carousel-control.left {
                background-position: 15px 50%
            }

            .container.personalizar .carousel-control.right {
                background-position: -205px 50%
            }

        .container.personalizar .item-sel-cor {
            width: 100%;
            margin: 0 0 20px;
            padding: 0;
            width: 100%
        }

            .container.personalizar .item-sel-cor.compl100 {
                width: calc(100% + 30px);
                margin-left: -15px
            }

            .container.personalizar .item-sel-cor .info-cor {
                margin: 0;
                padding: 20px;
                width: 100%
            }

                .container.personalizar .item-sel-cor .info-cor .itens-sel {
                    text-align: center;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #d5dadd
                }

            .container.personalizar .item-sel-cor .icone-sel {
                display: none;
                width: 100%
            }

        .container.personalizar .btn {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 25px;
            width: 85%
        }

    .main .cont-dados.extrato-home .resumo-extrato:before {
        display: none
    }

    .main .cont-dados.extrato-home .resumo-extrato div.data.bg-gray {
        background-color: #f5f7f8
    }

    .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas {
        padding: 20px 0
    }

        .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas p, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas p {
            text-align: left;
            font-size: 15px;
            width: 100%
        }

        .main .cont-dados.extrato-home .valor .col-xs-12.linha-colunas .text-right p.valor, .main .cont-dados.saldo-extrato-hoje .valor .col-xs-12.linha-colunas .text-right p.valor {
            text-align: right
        }

    .main .cont-dados.extrato-home .valor .barra-limites, .main .cont-dados.saldo-extrato-hoje .valor .barra-limites {
        padding-left: 15px;
        padding-right: 15px
    }

    .main .cont-dados.extrato-home .resumo-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato {
        position: relative
    }

        .main .cont-dados.extrato-home .resumo-extrato h3, .main .cont-dados.saldo-extrato-hoje .resumo-extrato h3 {
            padding: 5px 0 10px
        }

        .main .cont-dados.extrato-home .resumo-extrato .data.bg-gray, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .data.bg-gray {
            background-color: #fff
        }

        .main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato {
            font-size: 13px;
            padding-right: 10px;
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0
        }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) {
                background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0
            }

                .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
                    background-color: #f5f7f8
                }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-numdoc, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-numdoc {
                display: none
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo {
                display: inline-block;
                width: auto;
                padding-left: 15px;
                background-color: #f5f7f8
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .col-md-4, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .col-md-4 {
                display: inline-block;
                width: auto;
                max-width: 50%;
                padding-left: 6px
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-credito, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-credito {
                display: inline-block;
                float: right;
                text-align: right;
                padding: 0
            }

            .main .cont-dados.extrato-home .resumo-extrato .info-extrato .txt-valor, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .txt-valor {
                float: right;
                text-align: right;
                width: auto;
                padding: 0
            }

        .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato {
            font-size: 13px;
            padding-right: 10px;
            background: #fff
        }

            .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato .tipo {
                background-color: #fff
            }

            .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato:nth-child(odd) {
                background: #f5f7f8
            }

                .main .cont-dados.extrato-home .resumo-extrato .zebrar .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .zebrar .info-extrato:nth-child(odd) .tipo {
                    background-color: #f5f7f8
                }

        .main .cont-dados.extrato-home .resumo-extrato .linha-total, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total {
            border-top: 1px solid #d5dadd;
            padding-right: 0;
            font-size: 15px
        }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total strong, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total strong {
                color: #112e50
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total .col-md-3, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .col-md-3 {
                padding: 0 10px
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total .lbtxt, .main .cont-dados.extrato-home .resumo-extrato .linha-total .lbtxt, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .lbtxt, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .lbtxt {
                float: left;
                width: auto;
                font-size: 15px
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total strong, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total strong {
                width: auto;
                float: right
            }

            .main .cont-dados.extrato-home .resumo-extrato .linha-total .txt-valor, .main .cont-dados.extrato-home .resumo-extrato .linha-total .txt-credito, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .txt-valor, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .linha-total .txt-credito {
                width: 100%;
                text-align: right;
                padding: 0 12px
            }

    .main .cont-dados.extrato-home .extrato-futuro, .main .cont-dados.saldo-extrato-hoje .extrato-futuro {
        margin-bottom: 30px
    }

        .main .cont-dados.extrato-home .extrato-futuro .linha-total, .main .cont-dados.saldo-extrato-hoje .extrato-futuro .linha-total {
            font-family: 'Inter',Arial,sans-serif;
            color: #7a7d7f;
            background-color: #fff !important;
            border-top: 1px solid #d5dadd;
            font-size: 15px;
            padding: 20px 0
        }

    .main .cont-dados.extrato-home .extrato-agrupado .info-extrato, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato {
        font-size: 13px;
        padding-right: 10px;
        background: #fff url(../imagens/linha.gif) repeat-y 23px 0;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px
    }

        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato .icone, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato .icone {
            background-color: #fff
        }

        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato:nth-child(odd) {
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 23px 0
        }

            .main .cont-dados.extrato-home .extrato-agrupado .info-extrato:nth-child(odd) .icone, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato:nth-child(odd) .icone {
                background-color: #f5f7f8
            }

        .main .cont-dados.extrato-home .extrato-agrupado .info-extrato .tipo-extrato, .main .cont-dados.saldo-extrato-hoje .extrato-agrupado .info-extrato .tipo-extrato {
            padding-left: 40px
        }

    .main .cont-dados.extrato-home .box-filtro, .main .cont-dados.saldo-extrato-hoje .box-filtro {
        position: relative;
        z-index: 10
    }

        .main .cont-dados.extrato-home .box-filtro.vmobile, .main .cont-dados.saldo-extrato-hoje .box-filtro.vmobile {
            padding: 20px;
            background-color: #f5f7f8
        }

        .main .cont-dados.extrato-home .box-filtro ul li, .main .cont-dados.saldo-extrato-hoje .box-filtro ul li {
            position: relative;
            font-weight: 700
        }

            .main .cont-dados.extrato-home .box-filtro ul li a.act, .main .cont-dados.saldo-extrato-hoje .box-filtro ul li a.act {
                color: #7a7d7f
            }

        .main .cont-dados.extrato-home .box-filtro.filtro-mobile, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile {
            padding-top: 10px;
            padding-bottom: 0
        }

            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style {
                height: 50px;
                line-height: 50px;
                background: transparent
            }

                .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style select, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style select {
                    height: 48px;
                    text-transform: uppercase
                }

                .main .cont-dados.extrato-home .box-filtro.filtro-mobile .select-style:after, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .select-style:after {
                    height: 45px;
                    background: url(../imagens/seta-select2.png) no-repeat 100% 50%
                }

            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .col-xs-12, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .col-xs-12 {
                margin-bottom: 10px
            }

            .main .cont-dados.extrato-home .box-filtro.filtro-mobile .form-control, .main .cont-dados.saldo-extrato-hoje .box-filtro.filtro-mobile .form-control {
                background-color: transparent
            }

        .main .cont-dados.extrato-home .box-filtro .exibicao, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao {
            position: absolute;
            width: 248px;
            padding: 10px 0;
            top: 100%;
            left: 50%;
            margin-left: -124px;
            background-color: #2b7a74
        }

            .main .cont-dados.extrato-home .box-filtro .exibicao:before, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao:before {
                content: "";
                top: -9px;
                width: 28px;
                height: 9px;
                margin-left: 40px;
                position: absolute;
                display: block;
                background: url(../imagens/seta-busca-topo.png) no-repeat 0 0
            }

            .main .cont-dados.extrato-home .box-filtro .exibicao label, .main .cont-dados.saldo-extrato-hoje .box-filtro .exibicao label {
                color: #fff;
                font-size: 13px
            }

    .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months td, .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years td, .main div.calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days td {
        height: 41px !important
    }

    .conteudo-dados .titulos {
        clear: both
    }

        .conteudo-dados .titulos h1 {
            padding-left: 15px
        }

    .conteudo-dados .dados-cadastrais .titulos h1 {
        padding-left: 0
    }

    .conteudo-dados header {
        width: 100%;
        margin: 0
    }

    .footer {
        font-size: 14px;
        z-index: 1;
        padding: 0 0 16px
    }

        .footer div {
            padding-top: 10px
        }

            .footer div div {
                padding-top: 0
            }

            .footer div.footer-r {
                padding: 15px 0
            }

                .footer div.footer-r .col-md-4 {
                    width: 100%;
                    overflow: hidden;
                    clear: both;
                    padding-top: 15px;
                    font-size: 13px
                }

                .footer div.footer-r .col-sm-8 p {
                    margin-bottom: 15px
                }

                .footer div.footer-r .col-sm-8 .row p {
                    margin-bottom: 0
                }

    .info-home h4 {
        position: relative;
        padding-left: 50px;
        font-size: 18px
    }

        .info-home h4 .icone {
            position: absolute;
            left: 0;
            top: 0
        }

    .info-home .modal-header {
        padding: 0
    }

    .info-home .modal-dialog {
        width: 70%;
        margin: 0 15%;
        padding-top: 40px
    }

        .info-home .modal-dialog .modal-content {
            padding: 20px
        }

            .info-home .modal-dialog .modal-content .icone-token-symantec {
                margin-left: -9px
            }

    .info-home .botoes {
        margin-bottom: 0
    }

        .info-home .botoes .col-xs-6 {
            width: 100%;
            padding: 0;
            margin-bottom: 20px
        }

    .info-home .dados-token .info-token-dados {
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
        clear: both
    }

    .info-home#modal-salvar-perfil h4 {
        padding-left: 0;
        margin-bottom: 20px
    }

    .info-home#modal-salvar-perfil .col-xs-11 {
        width: 100%
    }

    .info-home#modal-desbloquear h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#modal-desbloquear-sucesso h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#modal-desbloquear-sucesso .bt-left {
        padding: 0;
        width: 100%
    }

    .info-home#modal-excluir-sucesso h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#modal-excluir-sucesso .bt-left {
        padding: 0;
        width: 100%
    }

    .info-home#info-home h4 {
        padding: 0;
        margin-bottom: 20px
    }

    .info-home#info-home .col-xs-6 {
        width: 50%
    }

        .info-home#info-home .col-xs-6 .btn {
            font-size: 15px
        }

        .info-home#info-home .col-xs-6.bt-left {
            padding-right: 10px
        }

        .info-home#info-home .col-xs-6.bt-right {
            padding-left: 10px
        }

    .info-home#info-home .botoes {
        margin-bottom: 0
    }

    .info-home#info-home .banner-repatriacao-modal {
        padding: 0 0
    }

        .info-home#info-home .banner-repatriacao-modal h3 {
            width: 50%
        }

    .modal-memorize .btn {
        width: 100%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .main .resumo-extrato .txt-numdoc {
        margin-top: 25px
    }

    .info-home .modal-dialog {
        margin-top: 20%
    }

    .hidden-sm {
        display: none !important
    }

    .vtablet {
        display: block !important
    }

    .container-fluid {
        overflow: hidden;
        overflow-x: auto;
        min-height: 100vh
    }

    .navbar .container-fluid {
        overflow: inherit;
        overflow-x: inherit;
        min-height: inherit
    }

    .base-fixa-alerta {
        padding-left: 118px;
        padding-right: 28px
    }

    .base-fixa-alerta {
        top: 100px;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .menu-opened .base-fixa-alerta {
        left: 140px
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:900px)and (max-width:1024px) {
    .menu-opened .base-fixa-alerta {
        left: 21.5%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .header-login .navbar-brand {
        width: 160px;
        height: 29px;
        margin: 22px 0 0;
        left: 0;
        background: url(../imagens/logo-banco-rendimento-sm.png) no-repeat 0 0
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:768px)and (max-width:979px) {
    .navbar-brand {
        width: 58px;
        height: 80px;
        margin: 0;
        background: #fff url(../imagens/logo-banco-rendimento-tablet.png) no-repeat 50% 50%
    }

        .navbar-brand:active, .navbar-brand:hover {
            background-color: #fff !important
        }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left {
        padding-right: 5px;
        padding-left: 0
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:980px)and (max-width:1024px) {
    .navbar-header .header-left {
        width: 80%;
        padding-right: 0
    }

    .inicio .navbar-header .header-left {
        width: 50%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left .bem-vindo {
        display: none
    }

    .navbar-header .header-left .menu-abre-fecha {
        margin: 0;
        padding: 23px 0 0 25px;
        width: 80px;
        height: 80px
    }

        .navbar-header .header-left .menu-abre-fecha:after {
            height: 14px;
            bottom: 0;
            margin-bottom: 0
        }

    .navbar-header .header-left .infos {
        height: 80px;
        background-color: #112e50
    }

        .navbar-header .header-left .infos .item {
            padding: 0 8px
        }

            .navbar-header .header-left .infos .item:first-child {
                border: none
            }

            .navbar-header .header-left .infos .item.item-alerta:after {
                margin-left: -12px
            }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:768px)and (max-width:980px) {
    .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes {
        padding-bottom: 20px
    }

        .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas {
            width: 100%;
            padding: 0 20px;
            background-color: transparent;
            margin: 20px 0 0;
            display: block;
            float: left;
            clear: both;
            border: 0
        }

            .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas h3 {
                font-size: 18px;
                clear: both;
                width: 100%;
                margin-bottom: 10px
            }

            .navbar-header .header-left .infos .base-fixa-alerta .alerta .detalhes .colunas .limite {
                text-align: right
            }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left .info-conta {
        display: block;
        background-color: #fff;
        color: #112e50;
        height: 80px;
        padding: 0 10px 0 0;
        width: 45%
    }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:980px)and (max-width:1024px) {
    .navbar-header .header-left .info-conta {
        float: right !important;
        width: 38%;
        padding-left: 15px
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-left .info-conta .col-xs-12 p {
        display: block
    }

        .navbar-header .header-left .info-conta .col-xs-12 p .agencia {
            float: left;
            font-size: 13px
        }

        .navbar-header .header-left .info-conta .col-xs-12 p .conta {
            float: left;
            font-size: 13px;
            padding-right: 18px;
            padding-left: 20px;
            position: relative
        }

        .navbar-header .header-left .info-conta .col-xs-12 p .lk-trocar-de-conta {
            float: right;
            display: block;
            position: relative
        }

            .navbar-header .header-left .info-conta .col-xs-12 p .lk-trocar-de-conta .icone {
                margin-top: -5px
            }

    .navbar-header .header-left .dados-conta-nome {
        display: block;
        width: 100%;
        padding: 14px 0 0;
        color: #112e50
    }

        .navbar-header .header-left .dados-conta-nome h2 {
            color: #112e50;
            font-size: 15px;
            margin: 0 0 2px
        }

        .navbar-header .header-left .dados-conta-nome p {
            font-size: 13px;
            font-weight: normal;
            margin-bottom: 0
        }
}

@media(min-width:768px)and (max-width:1024px)and (min-width:980px)and (max-width:1024px) {
    .navbar-header .header-right {
        width: 20%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .navbar-header .header-right .info-conta {
        display: none
    }

    .navbar-header .header-right .acoes-right {
        border: none;
        padding: 25px 10px 0
    }

        .navbar-header .header-right .acoes-right li {
            margin: 0;
            position: relative
        }

    .navbar-header .header-right .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: 0;
        left: 5px;
        color: #112e50;
        text-align: center
    }

    .navbar-header .col-right {
        float: right
    }

    .nav-sidebar li a {
        padding-left: 82px;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .nav-sidebar li a .icone {
            left: 27px !important;
            -webkit-transition: all .4s;
            transition: all .4s
        }

    .sidebar.open .nav-sidebar li a {
        padding-left: 60px
    }

        .sidebar.open .nav-sidebar li a .icone {
            left: 15px !important
        }

    .sidebar-info {
        width: 100%;
        max-width: inherit;
        display: inline-block
    }

        .sidebar-info .banner-sidebar {
            background-position: 100% 50%
        }

            .sidebar-info .banner-sidebar span {
                float: left;
                padding-top: 25px;
                padding-left: 34px
            }

        .sidebar-info .coluna-sidebar-info {
            width: 50%;
            float: right;
            border-left: 1px solid #d5dadd;
            padding-left: 30px
        }

        .sidebar-info .horarios .linha {
            border: none
        }

        .sidebar-info .horarios .titulo-ico {
            margin-top: 10px
        }

            .sidebar-info .horarios .titulo-ico .icone {
                left: -21px;
                top: 9px
            }

    section.dados-cadastrais.operadores table.table td.col-situacao {
        position: inherit;
        top: auto
    }

    section.dados-cadastrais.operadores table.table td.col-botoes {
        width: 50% !important;
        position: absolute;
        right: 0;
        top: 20px;
        padding: 20px 50px 0 20px
    }

        section.dados-cadastrais.operadores table.table td.col-botoes .lkpermissao, section.dados-cadastrais.operadores table.table td.col-botoes .lkdesbloquear {
            width: 100%;
            margin: 0
        }

    .container.cont-int {
        padding-bottom: 30px
    }

    .container.login .dicas-e-central {
        padding: 0
    }

        .container.login .dicas-e-central .infos {
            padding: 25px 0;
            width: 90%;
            margin: 0 5%
        }

            .container.login .dicas-e-central .infos:last-child {
                border-left: none;
                border-top: 1px solid #d5dadd
            }

    .container.alterar-senha .input-group .campo-form {
        padding-right: 33px
    }

    .container.alterar-senha .info-campo {
        left: 106%;
        width: 400px
    }

        .container.alterar-senha .info-campo img {
            max-width: 100%;
            height: auto
        }

    .container.personalizar .item-sel-cor {
        margin: 0 auto 30px;
        max-width: 470px
    }

        .container.personalizar .item-sel-cor .info-cor {
            max-width: 310px
        }

    .container.personalizar .numeros-opcoes {
        width: 25%;
        height: 160px
    }

        .container.personalizar .numeros-opcoes .sel-icone {
            height: 160px
        }

    .container.personalizar .numeros-opcoes {
        padding: 0 10px;
        height: 150px
    }

        .container.personalizar .numeros-opcoes a {
            height: 150px
        }

    .container.escolha-conta .itens-pag {
        display: none
    }

    .container.escolha-conta .buscar {
        margin-bottom: 30px
    }

    .container.escolha-conta .tabela-contas .table {
        border: none;
        display: block;
        width: 100% !important
    }

        .container.escolha-conta .tabela-contas .table tbody, .container.escolha-conta .tabela-contas .table tr {
            width: 100%;
            display: block
        }

        .container.escolha-conta .tabela-contas .table tr {
            margin-bottom: 25px;
            padding: 20px 120px 20px 20px;
            display: block;
            width: 100%;
            background-color: #fff;
            overflow: hidden;
            position: relative
        }

        .container.escolha-conta .tabela-contas .table thead {
            display: none
        }

        .container.escolha-conta .tabela-contas .table th {
            display: none
        }

        .container.escolha-conta .tabela-contas .table td {
            display: block;
            float: left;
            width: 50%;
            border: none;
            padding: 2px 20px 2px 0
        }

            .container.escolha-conta .tabela-contas .table td.col-banco {
                font-family: 'Inter',Arial,sans-serif
            }

            .container.escolha-conta .tabela-contas .table td.col-cnpj {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-cnpj:before {
                    content: "CPF/CNPJ: "
                }

            .container.escolha-conta .tabela-contas .table td.col-apelido {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-apelido:before {
                    content: "Apelido: "
                }

            .container.escolha-conta .tabela-contas .table td.col-agencia {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-agencia:before {
                    content: "Agência: "
                }

            .container.escolha-conta .tabela-contas .table td.col-conta {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-conta:before {
                    content: "Conta: "
                }

            .container.escolha-conta .tabela-contas .table td.col-tipo {
                font-family: 'Inter',Arial,sans-serif
            }

                .container.escolha-conta .tabela-contas .table td.col-tipo:before {
                    content: "Tipo: "
                }

            .container.escolha-conta .tabela-contas .table td .lkacessar {
                display: block;
                width: 100%;
                background-color: #0a1d6f;
                font: 15px 'Inter',Arial,sans-serif;
                text-align: center;
                color: #fff;
                padding: 15px 10px;
                margin-top: 15px
            }

                .container.escolha-conta .tabela-contas .table td .lkacessar .icone {
                    display: none
                }

    .icone-default {
        display: none
    }

    .container.escolha-conta .tabela-contas .table td.btn-acessar-tab {
        position: absolute;
        right: 20px;
        top: 10px;
        padding: 0;
        width: 100px
    }

        .container.escolha-conta .tabela-contas .table td.btn-acessar-tab .btn {
            text-transform: uppercase
        }

    .container.escolha-conta .num-pag {
        text-align: center
    }

    .cadastro .cadastro-inexistente.dados-preencher .radio {
        margin-right: 10px
    }

    .cadastro .cadastro-inexistente .info {
        margin-bottom: 15px;
        margin-top: -10px
    }

    .dados-cadastrais {
        margin-bottom: 20px
    }

        .dados-cadastrais .numeros-opcoes {
            width: 33%
        }

        .dados-cadastrais .infos .row p {
            font-size: 15px
        }

        .dados-cadastrais .botao-row {
            overflow: hidden;
            clear: both;
            width: 100%
        }

            .dados-cadastrais .botao-row .btn {
                padding: 14px 50px
            }

        .dados-cadastrais.dados-token .info-campo {
            width: 300px;
            left: 116%
        }

        .dados-cadastrais .tooltip-proximo-cod .tooltip, .dados-cadastrais .tooltip-cod-seguranca .tooltip, .dados-cadastrais .tooltip-identifica .tooltip {
            left: 178% !important
        }

        .dados-cadastrais.dados-operador .box-info .lk-alterar {
            margin-left: 0
        }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-bottom: 0;
            padding-top: 0
        }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas {
            padding-top: 30px
        }

        .dados-cadastrais.dados-operador .ver-dados p {
            font-size: 13px
        }

        .dados-cadastrais.dados-operador .ver-dados .btn {
            font-size: 13px
        }

        .dados-cadastrais.dados-operador .ver-dados .info-lista-token {
            padding: 10px 15px
        }

        .dados-cadastrais.dados-operador .ver-dados .box-colunas p {
            font-size: 15px
        }

        .dados-cadastrais .calendario-agendamento .legenda-calendario .info-ico {
            margin-bottom: 15px
        }

        .dados-cadastrais .calendario-agendamento .calendario-agenda {
            padding: 0
        }

            .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td {
                height: 90px;
                font-size: 22px
            }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-debito-automatico:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-debito-automatico:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat -177px 0
                }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-concluido:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat -89px 0
                }

                .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-months .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-years .table-condensed td.ico-pagamento-nao-concluido:before, .dados-cadastrais .calendario-agendamento .calendario-agenda .calendario-show .datepicker .datepicker-days .table-condensed td.ico-pagamento-nao-concluido:before {
                    width: 37px;
                    height: 37px;
                    background: url(../imagens/icones-agendamento-lg.png) no-repeat 0 0
                }

        .dados-cadastrais.operadores .table {
            background-color: #ebeff2;
            padding: 0;
            border: none
        }

            .dados-cadastrais.operadores .table tr {
                overflow: hidden;
                display: block;
                width: 100%;
                padding: 20px 10px;
                margin-bottom: 30px;
                background: #fff;
                position: relative
            }

            .dados-cadastrais.operadores .table thead {
                display: none
            }

            .dados-cadastrais.operadores .table tr.bg-block {
                background-color: #edf0f1;
                border: 1px solid #c2c2c2
            }

                .dados-cadastrais.operadores .table tr.bg-block td {
                    background-color: #edf0f1
                }

            .dados-cadastrais.operadores .table.oper-situa td {
                padding: 2px 10px;
                width: 50%;
                display: block;
                float: none;
                clear: both
            }

                .dados-cadastrais.operadores .table.oper-situa td.col-botoes {
                    width: 100%
                }

            .dados-cadastrais.operadores .table .coluna-operador, .dados-cadastrais.operadores .table .coluna-identificacao, .dados-cadastrais.operadores .table .coluna-apelido, .dados-cadastrais.operadores .table .coluna-certificadora, .dados-cadastrais.operadores .table .coluna-tipo, .dados-cadastrais.operadores .table .coluna-situacao, .dados-cadastrais.operadores .table td {
                font-family: 'Inter',Arial,sans-serif;
                padding: 2px 10px;
                border: none;
                width: 50%;
                display: block;
                float: left
            }

                .dados-cadastrais.operadores .table .coluna-operador a, .dados-cadastrais.operadores .table .coluna-identificacao a, .dados-cadastrais.operadores .table .coluna-apelido a, .dados-cadastrais.operadores .table .coluna-certificadora a, .dados-cadastrais.operadores .table .coluna-tipo a, .dados-cadastrais.operadores .table .coluna-situacao a, .dados-cadastrais.operadores .table td a {
                    font-family: 'Inter',Arial,sans-serif
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-apelido.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-tipo.col-identificacao:before, .dados-cadastrais.operadores .table .coluna-situacao.col-identificacao:before, .dados-cadastrais.operadores .table td.col-identificacao:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Identificação: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-apelido:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-apelido:before, .dados-cadastrais.operadores .table .coluna-apelido.col-apelido:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-apelido:before, .dados-cadastrais.operadores .table .coluna-tipo.col-apelido:before, .dados-cadastrais.operadores .table .coluna-situacao.col-apelido:before, .dados-cadastrais.operadores .table td.col-apelido:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Apelido: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-apelido.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-tipo.col-certificadora:before, .dados-cadastrais.operadores .table .coluna-situacao.col-certificadora:before, .dados-cadastrais.operadores .table td.col-certificadora:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Certificadora: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-tipo:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-tipo:before, .dados-cadastrais.operadores .table .coluna-apelido.col-tipo:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-tipo:before, .dados-cadastrais.operadores .table .coluna-tipo.col-tipo:before, .dados-cadastrais.operadores .table .coluna-situacao.col-tipo:before, .dados-cadastrais.operadores .table td.col-tipo:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Tipo: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-cpf:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-cpf:before, .dados-cadastrais.operadores .table .coluna-apelido.col-cpf:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-cpf:before, .dados-cadastrais.operadores .table .coluna-tipo.col-cpf:before, .dados-cadastrais.operadores .table .coluna-situacao.col-cpf:before, .dados-cadastrais.operadores .table td.col-cpf:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "CPF: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-perfil:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-perfil:before, .dados-cadastrais.operadores .table .coluna-apelido.col-perfil:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-perfil:before, .dados-cadastrais.operadores .table .coluna-tipo.col-perfil:before, .dados-cadastrais.operadores .table .coluna-situacao.col-perfil:before, .dados-cadastrais.operadores .table td.col-perfil:before {
                    font-family: 'Inter',Arial,sans-serif;
                    content: "Perfil: "
                }

                .dados-cadastrais.operadores .table .coluna-operador.col-situacao, .dados-cadastrais.operadores .table .coluna-identificacao.col-situacao, .dados-cadastrais.operadores .table .coluna-apelido.col-situacao, .dados-cadastrais.operadores .table .coluna-certificadora.col-situacao, .dados-cadastrais.operadores .table .coluna-tipo.col-situacao, .dados-cadastrais.operadores .table .coluna-situacao.col-situacao, .dados-cadastrais.operadores .table td.col-situacao {
                    position: absolute;
                    right: 0;
                    top: 20px
                }

                    .dados-cadastrais.operadores .table .coluna-operador.col-situacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.col-situacao:before, .dados-cadastrais.operadores .table .coluna-apelido.col-situacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.col-situacao:before, .dados-cadastrais.operadores .table .coluna-tipo.col-situacao:before, .dados-cadastrais.operadores .table .coluna-situacao.col-situacao:before, .dados-cadastrais.operadores .table td.col-situacao:before {
                        font-family: 'Inter',Arial,sans-serif;
                        content: "Situação: "
                    }

    .col-tipo-arquivo:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo Arquivo: "
    }

    .dados-cadastrais.operadores .table td.col-ocorrencia:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Ocorrência: "
    }

    .dados-cadastrais.operadores .table td.col-valor:before {
        font-family: OpenS,Arial,sans-serif;
        content: "Valor: "
    }

    .dados-cadastrais.operadores .table td.col-vencimento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data de Vencimento: "
    }

    .dados-cadastrais.operadores .table td.col-documento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Valor do Documento: "
    }

    .dados-cadastrais.operadores .table td.col-tipo-de-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo de pagamento: "
    }

    .dados-cadastrais.operadores .table td.col-data-pagamento:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Data do Pagamento: "
    }

    .dados-cadastrais.operadores .table .coluna-acao, .dados-cadastrais.operadores .table .col-botoes {
        width: 100%
    }

    .dados-cadastrais.operadores .table .lkpermissao, .dados-cadastrais.operadores .table .lkdesbloquear {
        width: 47%;
        float: left;
        padding: 14px 0;
        margin: 25px 3% 10px 0;
        color: #fff;
        background-color: #0a1d6f;
        border-color: #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 15px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkpermissao .icone, .dados-cadastrais.operadores .table .lkdesbloquear .icone {
            display: none
        }

    .dados-cadastrais.operadores .table .lkexcluir {
        width: 47%;
        float: left;
        padding: 14px 0 13px;
        margin: 25px 3% 10px 0;
        color: #0a1d6f;
        background-color: #fff;
        border: 1px solid #0a1d6f;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 15px;
        line-height: 1.42857143;
        text-align: center;
        text-transform: uppercase
    }

        .dados-cadastrais.operadores .table .lkexcluir .icone {
            display: none
        }

    .dados-cadastrais.operadores .table.table-desbloqueados tr:first-child {
        display: block
    }

    .dados-cadastrais.operadores .itens-buscar {
        margin-bottom: 25px
    }

    .sidebar {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        overflow: auto;
        overflow-x: hidden
    }

        .sidebar.open {
            width: 30%
        }

    .breadcrumb {
        padding: 10px 0 0
    }

    .main {
        padding-left: 110px;
        width: 100%
    }

        .main.open {
            padding-left: 120px
        }

        .main .alerta.alerta-info .seta {
            margin-right: -26px
        }

        .main .alert {
            margin: -30px -40px 0;
            width: calc(100% - 80px)
        }

        .main .extrato-home.col-md-9 {
            width: 100%
        }

        .main .cont-dados .valor {
            margin-bottom: 15px
        }

            .main .cont-dados .valor h4 {
                font-size: 13px;
                font-family: 'Inter',Arial,sans-serif;
                font-weight: normal
            }

            .main .cont-dados .valor .linha-colunas .colunas {
                padding: 0 2%
            }

            .main .cont-dados .valor.ver-saldo .col-xs-12 {
                padding-left: 15px;
                padding-right: 15px
            }

            .main .cont-dados .valor .valor-lg {
                font-size: 28px
            }

            .main .cont-dados .valor .txt-ultimo-acesso {
                display: inline;
                font-size: 13px;
                margin-left: 10px
            }

        .main .resumo-extrato .panel-group {
            border: none
        }

        .main .resumo-extrato .box-filtro {
            padding: 20px 10px 20px
        }

            .main .resumo-extrato .box-filtro .campo-form.controls {
                padding-left: 0
            }

            .main .resumo-extrato .box-filtro .vtablet {
                border-left: 1px solid #d5dadd
            }

                .main .resumo-extrato .box-filtro .vtablet.filtro-datas {
                    display: inline-block;
                    padding: 0;
                    border-left: none;
                    width: 64%
                }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .form-control {
                        height: 28px;
                        line-height: 25px;
                        padding: 7px 10px;
                        font-size: 13px
                    }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .col-sm-5 {
                        padding-left: 0;
                        padding-top: 5px
                    }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .txt {
                        display: block;
                        float: left;
                        font-family: 'Inter',Arial,sans-serif;
                        font-size: 13px;
                        font-weight: normal;
                        line-height: 25px;
                        padding-right: 5px
                    }

                    .main .resumo-extrato .box-filtro .vtablet.filtro-datas .btn-buscar {
                        padding-top: 5px;
                        border: none;
                        background-color: transparent
                    }

        .main .resumo-extrato .panel-group .panel-body {
            background-image: none
        }

            .main .resumo-extrato .panel-group .panel-body .info-extrato {
                padding: 15px 15px 15px 25px
            }

                .main .resumo-extrato .panel-group .panel-body .info-extrato:hover {
                    background-image: none
                }

                .main .resumo-extrato .panel-group .panel-body .info-extrato .tipo {
                    padding: 0;
                    text-align: center
                }

                    .main .resumo-extrato .panel-group .panel-body .info-extrato .tipo .icone {
                        position: inherit;
                        margin: 0 auto;
                        overflow: hidden;
                        clear: both;
                        left: auto
                    }

                .main .resumo-extrato .panel-group .panel-body .info-extrato .txt-credito {
                    text-align: right
                }

                .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total {
                    border-top: 1px solid #d5dadd
                }

                    .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total .txt-valor, .main .resumo-extrato .panel-group .panel-body .info-extrato.linha-total .txt-credito {
                        text-align: left
                    }

        .main .resumo-extrato.resumo-home .panel-group .panel-body {
            background: #f5f7f8 url(../imagens/linha.gif) repeat-y 27px 0
        }

            .main .resumo-extrato.resumo-home .panel-group .panel-body .info-extrato .tipo {
                text-align: left
            }

            .main .resumo-extrato.resumo-home .panel-group .panel-body .info-extrato .icone {
                float: left
            }

        .main .resumo-extrato .bs-extrato-completo {
            border-top: 1px solid #d5dadd
        }

    .dados-token .btn {
        padding: 14px 10px
    }

    .dados-cadastrais .info-lista-token {
        padding: 20px
    }

        .dados-cadastrais .info-lista-token .logo {
            padding: 0 !important;
            margin-right: 10px
        }

        .dados-cadastrais .info-lista-token .colunas {
            padding: 0 0 0 10px
        }

            .dados-cadastrais .info-lista-token .colunas .btn {
                width: 130px;
                padding: 14px 0;
                margin: 0
            }

            .dados-cadastrais .info-lista-token .colunas.col-sm-3 {
                max-width: 100px
            }

            .dados-cadastrais .info-lista-token .colunas.col-sm-4 {
                max-width: 170px
            }

    .dados-cadastrais .infos .row {
        margin-bottom: 0
    }

        .dados-cadastrais .infos .row .col-md-3, .dados-cadastrais .infos .row .col-md-12 {
            margin-bottom: 20px
        }

    .dados-cadastrais .infos.info-operador-cp3 .row {
        margin-bottom: 15px
    }

    .dados-cadastrais.dados-operador .ver-dados {
        margin-bottom: 10px
    }

    .dados-cadastrais .btn-no-pad {
        padding-left: 0;
        padding-top: 10px
    }

    .dados-cadastrais .bloco-situacao {
        max-width: 200px
    }

    .dados-cadastrais.operadores h4 {
        font-family: 'Inter',Arial,sans-serif;
        font-size: 18px;
        margin-bottom: 15px
    }

    .dados-cadastrais.operadores .table .coluna-operador, .dados-cadastrais.operadores .table .coluna-identificacao, .dados-cadastrais.operadores .table .coluna-apelido, .dados-cadastrais.operadores .table .coluna-certificadora, .dados-cadastrais.operadores .table .coluna-tipo, .dados-cadastrais.operadores .table .coluna-situacao, .dados-cadastrais.operadores .table td {
        font-family: 'Inter',Arial,sans-serif;
        padding: 2px 10px;
        border: none;
        width: 50%;
        display: block;
        float: left
    }

        .dados-cadastrais.operadores .table .coluna-operador a, .dados-cadastrais.operadores .table .coluna-identificacao a, .dados-cadastrais.operadores .table .coluna-apelido a, .dados-cadastrais.operadores .table .coluna-certificadora a, .dados-cadastrais.operadores .table .coluna-tipo a, .dados-cadastrais.operadores .table .coluna-situacao a, .dados-cadastrais.operadores .table td a {
            font-family: 'Inter',Arial,sans-serif
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-identificacao:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-identificacao:before, .dados-cadastrais.operadores .table td.coluna-identificacao:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Identificação: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-apelido:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-apelido:before, .dados-cadastrais.operadores .table td.coluna-apelido:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Apelido: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-certificadora:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-certificadora:before, .dados-cadastrais.operadores .table td.coluna-certificadora:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Certificadora: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-tipo:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-tipo:before, .dados-cadastrais.operadores .table td.coluna-tipo:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Tipo: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-cpf:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-cpf:before, .dados-cadastrais.operadores .table td.coluna-cpf:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "CPF: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-perfil:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-perfil:before, .dados-cadastrais.operadores .table td.coluna-perfil:before {
            font-family: 'Inter',Arial,sans-serif;
            content: "Perfil: "
        }

        .dados-cadastrais.operadores .table .coluna-operador.coluna-situacao, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-situacao, .dados-cadastrais.operadores .table .coluna-apelido.coluna-situacao, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-situacao, .dados-cadastrais.operadores .table .coluna-tipo.coluna-situacao, .dados-cadastrais.operadores .table .coluna-situacao.coluna-situacao, .dados-cadastrais.operadores .table td.coluna-situacao {
            position: absolute;
            right: 0;
            top: 20px
        }

            .dados-cadastrais.operadores .table .coluna-operador.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-identificacao.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-apelido.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-certificadora.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-tipo.coluna-situacao:before, .dados-cadastrais.operadores .table .coluna-situacao.coluna-situacao:before, .dados-cadastrais.operadores .table td.coluna-situacao:before {
                font-family: 'Inter',Arial,sans-serif;
                content: "Situação: "
            }

    .col-tipo-arquivo:before {
        font-family: 'Inter',Arial,sans-serif;
        content: "Tipo Arquivo: "
    }

    .icones-opcoes {
        overflow: hidden;
        clear: both;
        width: 100%
    }

    .form-control.select-sm {
        background-color: #f5f7f8;
        font-size: 13px;
        max-width: 110px
    }

        .form-control.select-sm select {
            font-size: 13px
        }

    .main .alerta:after {
        margin: 0 0 0 48px
    }

    .info-home .dados-token .info-token-dados {
        float: left
    }

    .info-home .dados-token .icone {
        margin-top: 20px
    }
}

@media(min-width:1025px)and (max-width:1200px) {
    .main.open.col-md-offset-2 {
        margin-left: 18.666667%
    }

    .main.open.col-md-10 {
        width: 81.333333%
    }
}

@media(min-width:1441px)and (max-width:1800px) {
    .main.open.col-md-offset-2 {
        margin-left: 13.666667%
    }

    .main.open.col-md-10 {
        width: 86.333333%
    }
}

@media(min-width:1881px) {
    .main.open.col-md-offset-2 {
        margin-left: 10.666667%
    }

    .main.open.col-md-10 {
        width: 89.333333%
    }
}

@media(min-width:1013px)and (max-width:1170px) {
    .sidebar-info .ultimo-acesso p {
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s;
        font-size: 11px;
        margin-bottom: 16px
    }

    .menu-opened .main.open {
        padding-right: 10px
    }

    .menu-opened .sidebar-info .ultimo-acesso p {
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        font-size: 13px
    }
}

@media(max-width:768px) {
    .sidebar .jspContainer .jspPane {
        height: 100%
    }

    .icone-default {
        display: none
    }
}

@media(min-width:768px)and (max-width:981px) {
    .navbar-header .header-left .infos .busca-topo {
        padding-left: 120px;
        width: 100%
    }

        .navbar-header .header-left .infos .busca-topo.open-menu {
            width: 100%;
            padding-left: 120px
        }

    .jspContainer .nav-sidebar {
        margin-left: 0 !important
    }
}

@media(min-width:1023px)and (max-width:1024px) {
    .dados-cadastrais .calendario-agendamento .agendamentos {
        margin-top: 30px
    }

    div.sidebar {
        min-width: inherit;
        max-width: inherit;
        padding-right: 10px;
        padding-left: 10px
    }

    .navbar-header .header-left .menu-abre-fecha:after {
        margin-left: -25px
    }

    .navbar-header .header-left .menu-abre-fecha {
        padding-left: 14px
    }

    .nav-sidebar {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: -10px
    }

        .nav-sidebar li a {
            padding-left: 60px;
            padding-right: 0
        }

            .nav-sidebar li a .icone {
                left: 15px !important
            }
}

@media(min-width:1024px) {
    .jspContainer .nav-sidebar {
        margin-left: 0 !important
    }

    .removeMarginTop {
        margin-top: 0
    }
}

.pag-leg {
    margin: 10px 0 0 0
}

.no-border {
    border: 0 !important
}

.pagination.ajusta-altura {
    margin: 0
}

.tit-segura {
    height: 42px
}

.ui-autocomplete {
    z-index: 9999
}

.select-rodape select {
    float: right !important;
    max-width: 63px
}

    .select-rodape select.form-control {
        max-width: 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../imagens/seta-select3.png) no-repeat 95% 0;
        padding: 3px 10px 3px 5px;
        height: 28px;
        border-color: #0a1d6f;
        color: #0a1d6f
    }

.txt-item-pag label {
    width: auto !important;
    clear: none;
    margin-right: 10px
}

.txt-item-pag {
    float: right
}

.topo-icone-troca {
    position: relative;
    top: -8px
}

.cadeado-topo {
    position: absolute;
    right: -4px;
    bottom: 10px
}

.text-left {
    text-align: left !important
}

.navbar-header .header-left .infos .item.item-gerenciar.act .sub-item {
    height: 120px
}

.dados-cadastrais .info-lista-token .colunas {
    padding-top: 6px
}

    .dados-cadastrais .info-lista-token .colunas .btn {
        margin-top: 4px
    }

.form-control.select-sm {
    padding: 3px 25px 3px 10px
}

.modal-body .icone-token-symantec {
    margin-top: 18px
}

.alinhaCampo {
    display: inline-block;
    width: 100%;
    margin-top: 25px
}

.cadastro .cadastro-inexistente label {
    margin-bottom: 5px
}

footer.footer-doc.footer {
    margin-top: 0
}

.main.pdf {
    min-height: auto;
    padding: 10px 15px 0 15px
}

.container.escolha-conta .itens-pag .form-control {
    margin-left: 5px
}

.dados-cadastrais .info-lista-token {
    padding: 30px 30px 20px 20px
}

    .dados-cadastrais .info-lista-token .colunas {
        padding-top: 0
    }

.table-default .tabela-contas .table td {
    padding: 15px 8px 10px 8px
}

.footer .data-hora {
    background: none;
    line-height: 13px
}

.ajustaCampo {
    height: 50px !important
}

.margin-top-10 {
    margin-top: 10px
}

.print {
    display: none
}

.no-print {
    display: block
}

@media(max-width:767px) {
    .dados-cadastrais.operadores .box-info .bloco-situacao .btn {
        margin-top: 15px
    }

    .container.cadastro .ver-dados .col-md-6.tb-pad-30 p.colocaBordaBottom {
        border-bottom: 1px solid #d5dadd
    }

    .table-default .tabela-contas .table td {
        padding: 0 8px 5px 15px !important
    }
}

.ie {
    background: #0a1d6f;
    height: 80px;
    width: 100%;
    display: none;
    padding-top: 5px
}

    .ie h4, .ie h5 {
        color: #fff
    }

.acessoTablet {
    position: relative;
    top: -10px;
    padding-right: 0;
    display: none
}

@media(max-width:1024px) {
    .container.escolha-conta .buscar {
        margin-bottom: 30px
    }

    .acessoTablet {
        display: inline-block
    }
}

@media(min-width:992px) {
    .dados-cadastrais .btn-no-pad {
        padding-top: 0
    }

    .select-style {
        height: 52px
    }
}

@media(min-width:992px)and (max-width:1023px) {
    .btn-default {
        margin-left: 15px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .dados-cadastrais .calendario-agendamento .agendamentos {
        margin-top: 30px
    }

    .dados-cadastrais .img-cracha {
        min-width: auto
    }
}

.col-min {
    width: 30% !important
}

.col-med {
    width: 40% !important
}

.main .resumo-extrato .box-filtro.ajustaPaddingResumo .lb-filtro.border-left {
    padding-left: 20px
}

.bottom-10 {
    margin-bottom: 10px
}

.select-style select:focus, option:focus, .select-style select::-moz-focus-inner, .select-style select::-moz-focus-inner {
    outline: none;
    border: none;
    color: transparent
}

.select-style select option {
    background: transparent;
    border: 0
}

.select-style select::-ms-expand {
    display: none
}

.select-style select {
    outline: 0;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #fff
}

a:link {
    outline: 0
}

select::-ms-expand {
    display: none
}

.select-style select:-moz-focusring {
    color: #0a1d6f;
    text-shadow: 0 0 0 #0a1d6f
}

.main .cont-dados .valor h4 {
    font-size: 14px
}

.main .cont-dados .valor .colunas p {
    font-size: 16px
}

.dados-cadastrais.dados-token.cadastro-token label.error {
    position: relative;
    bottom: 0
}

.dados-cadastrais.dados-token .input-group {
    margin-bottom: 15px
}

.container.login .bloco-form label.error {
    padding: 5px 0 0;
    color: #df5c5e;
    position: relative;
    left: 0;
    bottom: 0
}

.marginTop20 {
    margin-top: 20px
}

@media(max-width:1024px)and (min-width:768px) {
    .main.open {
        padding-left: 110px
    }

    .marginRight20 {
        margin-right: 20px
    }

    .table-default .tabela-contas .table td {
        padding: 0 8px 5px 15px !important
    }
}

.dados-cadastrais .infos .row label {
    text-transform: inherit
}

.dados-cadastrais.operadores .tabs-box .tab-content .box-colunas p {
    text-transform: initial
}

.table-default .itens-pag:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 26px;
    width: 34px;
    height: 25px;
    pointer-events: none;
    background: url(../imagens/seta-select-item.png) no-repeat 50% 50%;
    display: none
}

.dados-operador .itens-pag .form-control.select-sm {
    padding-right: 3px
}

.dados-operador .itens-pag:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 26px;
    width: 34px;
    height: 25px;
    pointer-events: none;
    background: url(../imagens/seta-select-inner.png) no-repeat 50% 50%;
    display: none
}

.table-default .tabela-contas .table td {
    padding: 15px 8px 10px 15px
}

.marginBottom15 {
    margin-bottom: 15px
}

.removePB {
    padding: 0 !important;
    background: transparent !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    position: relative;
    left: -5px
}

.txt-item-pag label.tam-pag {
    width: 140px !important
}

.flex {
    display: inline-flex
}

.flex-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex-baseline {
    display: flex;
    align-items: baseline
}

.flex-end {
    display: flex;
    align-items: flex-end
}

@media screen and (max-width:425px) {
    .flex-d-column {
        flex-direction: column
    }

    .no-pad-xs {
        padding: 0 !important
    }
}

@media(min-width:768px) {
    .conteudo-dados {
        min-height: 550px !important
    }
}

@media(max-width:767px) {
    #ListaDeAlcadas_length {
        display: none
    }
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-aprovadores:before, .table-default .tabela-contas .table td.col-obrigatorio:before, .table-default .tabela-contas .table td.col-transacao:before, .table-default .tabela-contas .table td.col-diario:before, .table-default .tabela-contas .table td.col-nome:before {
        display: none;
        font-family: 'Inter',Arial,sans-serif
    }
}

.table-default .tabela-contas .table td.col-aprovadores:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Número mínimo de assinaturas: "
}

.table-default .tabela-contas .table td.col-obrigatorio:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Mínimo Obrigatório: "
}

.table-default .tabela-contas .table td.col-transacao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Limite por Transação: "
}

.table-default .tabela-contas .table td.col-diario:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Limite Diário: "
}

.table-default .tabela-contas .table td.col-nome:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Nome: "
}

.panel-body .grey {
    background-color: #f5f7f8;
    background-image: none !important
}

.main .resumo-extrato .panel-group .info-extrato:hover, .main .resumo-extrato .panel-group .info-extrato.bg-white .grey {
}

.calendarioFeriado {
    background-color: #fff !important
}

.calendarioFeriadoDDA {
    background-color: #ffffff !important;
}

.left-pd-10 {
    padding: 5px 0 5px 15px !important
}

.border-right {
    border-right: 1px solid #d0d2d3
}

.txt-cor-azul {
    color: #112e50
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.col-sm-4 .btn {
    padding: 14px
}

.banner-repatriacao, .conteudo-dados .banner-repatriacao {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    max-height: 126px;
    overflow: hidden;
    clear: both;
    background: none;
    margin: 15px 0
}

    .banner-repatriacao img, .conteudo-dados .banner-repatriacao img {
        width: 100%;
        height: auto;
        max-width: 1200px;
        max-height: 126px
    }

.border-bottom-green {
    border-bottom: 2px solid #0a1d6f
}

.borda-bottom-dashed {
    border-bottom: dashed 1px #0a1d6f;
    padding-bottom: 5px;
    padding-top: 5px
}

@media(min-width:0)and (max-width:991px) {
    .border-right {
        border-right: none
    }
}

.table-default .tabela-contas .table td {
    background-color: #fff;
    vertical-align: middle !important
}

.alerta-info {
    display: none
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-pagador:before, .table-default .tabela-contas .table td.col-cpf-cnpj:before, .table-default .tabela-contas .table td.col-seunumero:before, .table-default .tabela-contas .table td.col-nossonumero:before, .table-default .tabela-contas .table td.col-tipoinstrução:before, .table-default .tabela-contas .table td.col-statusinstrucao:before, .table-default .tabela-contas .table td.col-motivorejeicao:before, .table-default .tabela-contas .table td.col-col-check:before, .table-default .tabela-contas .table td.col-col-evento:before, .table-default .tabela-contas .table td.col-col-cadastramento:before {
        display: none;
        margin: 0
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%
    }
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-data:before, .table-default .tabela-contas .table td.col-tipo-de-pagamento:before, .table-default .tabela-contas .table td.col-origem:before, .table-default .tabela-contas .table td.col-favorecido:before, .table-default .tabela-contas .table td.col-valor:before, .table-default .tabela-contas .table td.col-cpf-cpnj:before, .table-default .tabela-contas .table td.col-banco:before, .table-default .tabela-contas .table td.col-agencia:before, .table-default .tabela-contas .table td.col-conta:before, .table-default .tabela-contas .table td.col-tipopagamento:before, .table-default .tabela-contas .table td.col-situacao:before, .table-default .tabela-contas .table td.col-tipoinstrucao:before, .table-default .tabela-contas .table td.col-referencia:before, .table-default .tabela-contas .table td.col-dias:before, .table-default .tabela-contas .table td.col-cadastroinstrucao:before {
        display: none;
        font-family: 'Inter',Arial,sans-serif
    }
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-banco:before, .table-default .tabela-contas .table td.col-vencimento:before, .table-default .tabela-contas .table td.col-documento:before, .table-default .tabela-contas .table td.col-desconto:before, .table-default .tabela-contas .table td.col-pagamento:before, .table-default .tabela-contas .table td.col-identificacao:before, .table-default .tabela-contas .table td.col-multa:before, .table-default .tabela-contas .table td.col-juros:before {
        display: none;
        margin: 0
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 250px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%
    }
}

.table-default .tabela-contas .table td.col-pagador:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Pagador: "
}

.table-default .tabela-contas .table td.col-evento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Evento: "
}

.table-default .tabela-contas .table td.col-cadastramento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Cadastramento: "
}

.table-default .tabela-contas .table td.col-tipoinstrução:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tipo de Instrução: "
}

.table-default .tabela-contas .table td.col-motivorejeicao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Motivo da Rejeição: "
}

.table-default .tabela-contas .table td.col-statusinstrucao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Status: "
}

.table-default .tabela-contas .table td.col-cpf-cnpj:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "CPF / CNPJ: "
}

.table-default .tabela-contas .table td.col-seunumero:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Seu Número: "
}

.table-default .tabela-contas .table td.col-nossonumero:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Nosso Número: "
}

.table-default .tabela-contas .table td.col-pagamento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Valor do Pagamento: "
}

.table-default .tabela-contas .table td.col-identificacao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Identificação: "
}

.table-default .tabela-contas .table td.col-arquivo:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Arquivo: "
}

.table-default .tabela-contas .table td.col-tamanho:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tamanho: "
}

.table-default .tabela-contas .table td.col-data-hora-geracao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Data / Hora da Geração: "
}

.table-default .tabela-contas .table td.col-qtde-pagto:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Qtde Pagto: "
}

.table-default .tabela-contas .table td.col-valor:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Valor: "
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Banco: "
}

.table-default .tabela-contas .table td.col-desconto:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Desconto: "
}

.table-default .tabela-contas .table td.col-juros:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Juros: "
}

.table-default .tabela-contas .table td.col-multa:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Multa: "
}

@media screen and (max-width:430px) {
    .conteudo-dados header.titulos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #d5dadd
    }

    header.titulos h1 {
        margin-top: 0
    }
}

@media(min-width:0)and (max-width:991px) {
    .table-default .tabela-contas .table td {
        padding: 15px 8px 10px 8px
    }
}

@media(max-width:1024px) {
    .banner-repatriacao.extrato {
        display: block;
        width: 100%;
        height: auto;
        max-width: 885px;
        max-height: 80px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%;
        padding: 0;
        margin: 0 0 15px 0
    }

        .banner-repatriacao.extrato img {
            display: block;
            width: 100%;
            height: auto;
            max-width: 885px;
            max-height: 80px;
            overflow: hidden;
            clear: both;
            background: no-repeat 0 100%;
            padding: 0
        }
}

@media(max-width:1024px)and (min-width:768px) {
    .dados-cadastrais.operadores .table .lkexcluir {
        width: 100%;
        margin-top: 0
    }

    .sidebar-info .banner-sidebar {
        display: block;
        width: 100%;
        height: auto;
        max-width: 729px;
        max-height: 70px;
        overflow: hidden;
        clear: both;
        background: no-repeat 0 100%
    }

        .sidebar-info .banner-sidebar img {
            width: 100%;
            height: auto;
            max-width: 729px;
            max-height: 70px
        }
}

.border-5 {
    border-top: 10px solid #eee
}

.alert-fixo {
    position: initial;
    width: 100%;
    z-index: 50;
    border: none;
    text-align: center;
    line-height: 34px;
    padding: 5px
}

.periodoDe .periodoAte {
    margin-top: 1.1%
}

.modal-memorize .modal-header .info-icones {
    float: right;
    display: block;
    padding: 0 5px
}

.btnSair {
    cursor: pointer
}

.pull-none {
    float: none !important
}

.w-auto {
    width: auto !important
}

.textTextLoteInfo {
    padding-right: 12px !important
}

.modalLoading {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; 
    background-image: url('../branding/imagens/loading-branding.gif');
    background-color: rgb(0, 207, 217, 0.7);
    background-repeat: no-repeat;
    background-position: 55% 50%;
}

body.loading {
    overflow: hidden
}

    body.loading .modalLoading {
        display: block
    }

.input-validation-error-rend {
    border: 1px solid red !important
}

.button-validation-error-rend {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: red !important;
    border-left-color: #e6e6e6 !important
}

@media(min-width:1025px) {
    .table-default .tabela-contas .table td.col-data:before, .table-default .tabela-contas .table td.col-tipo-de-pagamento:before, .table-default .tabela-contas .table td.col-origem:before, .table-default .tabela-contas .table td.col-favorecido:before, .table-default .tabela-contas .table td.col-valor:before, .table-default .tabela-contas .table td.col-cpf-cpnj:before, .table-default .tabela-contas .table td.col-banco:before, .table-default .tabela-contas .table td.col-agencia:before, .table-default .tabela-contas .table td.col-conta:before, .table-default .tabela-contas .table td.col-tipopagamento:before, .table-default .tabela-contas .table td.col-situacao:before {
        display: none;
        font-family: 'Inter',Arial,sans-serif
    }
}

.table-default .tabela-contas .table td.col-data:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Data: "
}

.table-default .tabela-contas .table td.col-tipoinstrucao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tipo da Instrução: "
}

.table-default .tabela-contas .table td.col-referencia:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Referência: "
}

.table-default .tabela-contas .table td.col-dias:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Dias: "
}

.table-default .tabela-contas .table td.col-cadastroinstrucao:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Cadastro de Instrução: "
}

.table-default .tabela-contas .table td.col-tipopagamento:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Tipo de pagamento: "
}

.table-default .tabela-contas .table td.col-origem:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Origem: "
}

.table-default .tabela-contas .table td.col-favorecido:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Favorecido: "
}

.table-default .tabela-contas .table td.col-cpf-cpnj:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "CPF / CNPJ: "
}

.table-default .tabela-contas .table td.col-banco:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Banco: "
}

.table-default .tabela-contas .table td.col-agencia:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Agência: "
}

.table-default .tabela-contas .table td.col-conta:before {
    font-family: 'Inter',Arial,sans-serif;
    content: "Conta: "
}

.itens-pag.abas {
    margin: 0;
    padding: 25px 15px 0 0
}

.dados-cadastrais.operadores .table .lkexcluir {
    margin-top: 0
}

.table-default .tabela-contas .table th {
    min-width: 100px
}

@media(max-width:767px) {
    .menu-config-mobile .menu-config-mobile-topo .txt-cor {
        position: absolute;
        font-size: 11px;
        bottom: -67px;
        left: 2%;
        color: #112e50;
        text-align: center;
        display: block;
        width: 100%
    }

    .PictogramaMobile {
        position: absolute;
        bottom: -57px;
        left: -3px;
        text-align: center;
        display: block;
        width: 100%
    }

    .cadeado-topo {
        position: absolute;
        right: 37%;
        bottom: 10px
    }
}

th.clear {
    font-family: 'Inter',Arial,sans-serif !important;
    font-size: 14px !important;
    color: #7a7d7f !important
}

td.DataDesabilitada, table.ui-datepicker-calendar tbody td.DataDesabilitada a {
    color: red
}

.no-display {
    display: none
}

[type="checkbox"]:not(:checked) + input[type=hidden] + label, [type="checkbox"]:checked + input[type=hidden] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font: 13px 'Inter'
}

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after {
        opacity: 0;
        transform: scale(0)
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:after, [type="checkbox"]:checked + input[type=hidden] + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        transition: all .2s;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUJGQTJEM0NENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUJGQTJEM0RENjhCMTFFNTlEQjI4NDRGNDY1MTRDNTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QkZBMkQzQUQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QkZBMkQzQkQ2OEIxMUU1OURCMjg0NEY0NjUxNEM1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuV0fVgAAADMSURBVHjaYvz//z8DPuA5dwY/kDoFxF+YGAiDTiBWA2IJJgKm2gCpdCi3iBGXM4AK2YHUBSDWAOIt25MzfPGZXAVV+BWIs0ECTEATZIFYCc1ULSBVAeVWA019BFYMteoGUIEfVCFIbDYQswHxaSCeAjOE0WPO9ENA2haIfwNxAhCDgmoaEP8BYmOgqZdgillAhgHxZiB2BOLFQPwDKteDrBDsDKAAyAM+IB9DncUFxHeAuBHdx+DQAGr4BqSCgXgl1OR0oNgPdMUAAQYA6go8x51Nz/4AAAAASUVORK5CYII=') no-repeat 50% 4px
    }

    [type="checkbox"]:not(:checked) + input[type=hidden] + label:before, [type="checkbox"]:checked + input[type=hidden] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        border: 1px solid #d5dadd;
        background: #fff
    }

@media(max-width:1025px) {
    .select_pesquisa {
        display: none !important
    }
}

th.col-checkbox, td.col-checkbox {
    min-width: 0 !important;
    padding: 20px 23px 10px 30px !important
}

@media(min-width:1025px) {
    .gerente img {
        width: 100%;
        height: auto;
        max-width: 70px;
        max-height: 78px
    }
}

.gerente .max-70 {
    max-width: 70px !important
}

.gerente h4 {
    margin: 0 !important
}

@media(max-width:1199px)and (min-width:1025px) {
    .esconder {
        display: none
    }
}

.radio-label {
    margin-top: -9px
}

.francesa.botao-row {
    background-color: transparent !important
}

.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-francesinha {
    background-image: url(../../icon-francesinha-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-consumo {
    background-image: url(../imagens/icone/consumo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px
}

.icone-md-francesinha-on {
    background-image: url(../../icon-francesinha-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-boleto {
    background-image: url(../imagens/icone/icon-boleto-off.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.icone-md-boleto-on {
    background-image: url(../imagens/icone/icon-boleto-on.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 100px
}

.btn-default.btn-small, .btn-primary.btn-small {
    padding: 5px;
    text-transform: none
}

.btn-default.btn-small {
    border: 1px solid #0a1d6f;
    background-color: #fff;
    color: #0a1d6f
}

.btn-primary.btn-small {
    border: 1px solid #666;
    background-color: #fff;
    color: #666
}

.main .cont-dados .valor .linha-colunas .colunas {
    width: 25%
}

.data.extrato {
    background-color: #eee;
    border-top: 3px solid #0a1d6f
}

    .data.extrato p {
        color: #0a1d6f;
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
        margin-left: 15px
    }

.main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd), .main .cont-dados.extrato-home .resumo-extrato .info-extrato, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato, .main .cont-dados.extrato-home .resumo-extrato .info-extrato .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato .tipo, .main .cont-dados.extrato-home .resumo-extrato .info-extrato:nth-child(odd) .tipo, .main .cont-dados.saldo-extrato-hoje .resumo-extrato .info-extrato:nth-child(odd) .tipo {
    background-color: #fff
}

.main .resumo-extrato {
    margin: 0
}

.bs-extrato-completo {
    border-top: 1px solid #d5dadd
}

.titulo strong {
    color: #0a1d6f
}

.col-alert.last-item {
    border: none !important
}

.saldo {
    margin: 5px 0
}

    .saldo p {
        margin-bottom: 0
    }

.borda.linha-colunas:before {
    display: none
}

.cssZebradoLg {
    background: #eee !important
}

@media screen and (min-width:992px)and (max-width:1024px) {
    .correcao {
        width: 50% !important
    }

    .correcao-mostrar {
        display: inherit !important
    }
}

@media screen and (min-width:992px) {
    .bt-align {
        padding-top: 27px
    }
}

@media(max-width:1024px) {
    .cssZebradoLg {
        background-color: transparent
    }

    .vmobile-gray {
        background-color: #eee;
        padding: 15px !important
    }
}

.tb-margin-10 {
    margin: 10px 0
}

.top-margin-7 {
    margin-top: 7px
}

@media(max-width:767px) {
    .dados-cadastrais.operadores .box-info .col-md-6:first-child {
        padding: 10px
    }

    .table-bordered .checkbox label {
        display: none
    }

    .panel-heading {
        border-top: 0 !important
    }

    .main .resumo-extrato .panel-group {
        border-bottom: 0 !important
    }
}

.verde {
    color: #0a1d6f !important
}

.vermelho {
    color: red !important
}

.concessao th, .concessao td, .concessao {
    background-color: #f5f7f8 !important;
    border: 0 !important
}

    .concessao th {
        border-bottom: 1px #cecece solid !important
    }

@media(max-width:1024px) {
    .concessao th, .concessao td, .concessao {
        width: 100% !important;
        padding: 0 !important
    }
}

@media(max-width:1024px) {
    .hide-mobile {
        display: none
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .lr-pad-15 {
        padding: 0 15px 0 15px !important
    }
}

.panel-group {
    border-bottom: 0 !important
}

@media(max-width:767px) {
    .correcao {
        padding: 0;
        font-size: 13px
    }
}

@media(min-width:1025px) {
    .hide-desktop {
        display: none
    }
}

.bottom-margin-0 {
    margin-bottom: 0 !important
}

@media(min-width:992px) {
    .height-500 {
        height: 500px !important
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .hack-pad {
        padding-left: 15px;
        padding-right: 15px
    }

        .hack-pad .col-sm-8, .hack-pad .col-sm-4 {
            padding: 0
        }
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: red
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: red
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #d5dadd;
    position: relative
}

.jspDrag {
    background: #0a1d6f;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d
    }

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

@font-face {
    font-family: 'OpenSB';
    src: url(/content/fonts/files/opensans-bold-webfont.eot);
    src: url(/content/fonts/files/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-bold-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-bold-webfont.woff) format('woff'),url(/content/fonts/files/opensans-bold-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSL';
    src: url(/content/fonts/files/opensans-light-webfont.eot);
    src: url(/content/fonts/files/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-light-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-light-webfont.woff) format('woff'),url(/content/fonts/files/opensans-light-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-light-webfont.svg#open_sanslight) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenS';
    src: url(/content/fonts/files/opensans-regular-webfont.eot);
    src: url(/content/fonts/files/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-regular-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-regular-webfont.woff) format('woff'),url(/content/fonts/files/opensans-regular-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSSB';
    src: url(/content/fonts/files/opensans-semibold-webfont.eot);
    src: url(/content/fonts/files/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(/content/fonts/files/opensans-semibold-webfont.woff2) format('woff2'),url(/content/fonts/files/opensans-semibold-webfont.woff) format('woff'),url(/content/fonts/files/opensans-semibold-webfont.ttf) format('truetype'),url(/content/fonts/files/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        -ms-filter: alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #0a1d6f
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #daa520
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px)and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px)and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.btn-default {
    border-radius: 26px !important;
    text-transform: none !important;
    background-color: #0a1d6f !important;
    font-weight: 600 !important;
    color: #57ffff !important;
    border: 2px #0a1d6f solid !important;
    font-family: 'Inter', sans-serif !important;
    transition: .2s;
}

    .btn-default:hover {
        background-color: #57ffff !important;
        color: #0a1d6f !important;
        border: 2px #57ffff solid !important;
    }

    .btn-default:disabled {
        opacity: 1 !important;
        background-color: #D9D9D9 !important;
        color: #737373 !important;
        border: 2px #D9D9D9 solid !important;
    }

    .btn-default:hover:disabled {
        opacity: 1 !important;
        background-color: #D9D9D9 !important;
        color: #737373 !important;
        border: 2px #D9D9D9 solid !important;
    }

.btn-primary {
    border-radius: 26px !important;
    text-transform: none !important;
    background-color: transparent !important;
    font-weight: 600 !important;
    color: #0a1d6f !important;
    border: 2px #0a1d6f solid !important;
    font-family: 'Inter', sans-serif !important;
    transition: .2s;
}

    .btn-primary:hover {
        background-color: transparent !important;
        color: #57FFFF !important;
        border: 2px #57FFFF solid !important;
    }

    .btn-primary:disabled {
        opacity: 1 !important;
        background-color: transparent !important;
        color: #737373 !important;
        border: 2px #737373 solid !important;
    }

    .btn-primary:hover:disabled {
        opacity: 1 !important;
        background-color: transparent !important;
        color: #737373 !important;
        border: 2px #737373 solid !important;
    }
