﻿@import url('PRONIM4-kendo.css');
@import url('PRONIM4-modal.css');

*[draggable=true] {
    -moz-user-select: none;
    -khtml-user-drag: element;
    cursor: move;
}

html, body {
    height: 100%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-size: 12px;
    font-family: "Segoe UI" !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    background: url(Imagens/bg_topo.png) repeat-x;
}

.Modal-Loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}

.Modal-Loading-Message {
    top: 40%;
    width: 100%;
    position: fixed;
    color: white;
    font-size: 14px;
    text-align: center;
}

    .Modal-Loading-Message img {
        left: 50%;
    }

.link-padrao {
    text-decoration: none;
    font-size: 14px;
    color: #004F75 !important;
    cursor: pointer;
}

.link-padrao:hover {
    color: #007FFF !important;
}

.link-desabilitado {
    text-decoration: none;
    font-size: 14px;
    color: #004F75 !important;
    cursor: pointer;
    pointer-events: none; /* Impede que o link seja clicado */
    color: gray; /* Altera a cor do link para cinza */
    text-decoration: none; /* Remove qualquer sublinhado ou decoração de texto */
}

/* UTILIZAVEIS */

.Container-Obrigatorio {
    color: #444444;
    float: right;
    font-size: 12px;
    line-height: 26px;
    width: 132px;
}

.Tarja-Obrigatorio {
    background: #B20000;
    float: left;
    height: 26px;
    margin-right: 8px;
    width: 5px;
}

/*Utilizado na consulta de serviços*/
.Icone-Historico {
    background: url(Imagens/ic_history.png) center center no-repeat;
}

#Site-Map {
    height: 30px;
}

.Contador-Caracter {
    color: #004F75;
}

.Campo-Obrigatorio-Tarja {
    background: #B20000;
    width: 5px;
    position: absolute;
    margin: 1px;
    z-index: 99;
}

    .obrigatorio ~ div .k-widget.k-dropdown.k-header .k-input,
    .Campo-Obrigatorio-Tarja ~ .k-widget.k-dropdown.k-header .k-input,
    .Campo-Obrigatorio-Tarja ~ .k-widget.k-autocomplete.k-header .k-input,
    .Campo-Obrigatorio-Tarja ~ .k-widget.k-datepicker.k-header .k-input,
    .Campo-Obrigatorio-Tarja ~ .k-dropdown-wrap.k-state-default .k-input,
    .Campo-Obrigatorio-Tarja ~ .k-textbox {
        text-indent: 9px;
        width: 100% !important;
    }

input.K-Campo-Obrigatorio,
textarea.K-Campo-Obrigatorio {
    text-indent: 0px !important;
    padding-left: 9px !important;
}

.Modal-Conteudo input.K-Campo-Obrigatorio,
input.K-Campo-Obrigatorio {
    width: 97.53% !important;
}

textarea {
    text-indent: 0px !important;
    width: 99.30%;
    padding-left: 4px !important;
}

.Modal-Conteudo textarea {
    width: 99.35%;
}

input.Lookup {
    width: 92.8% !important;
    padding-right: 32px !important;
}

input[type='text'],
textarea, input[type="password"] {
    color: #444444 !important;
    font-family: "Segoe UI" !important; /* NÃO REMOVER POIS NÃO FUNCIONA NOS INPUT =S */
    font-size: 12px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 0px !important;
    padding: 0px;
    text-indent: 4px;
    width: 99.53%;
    border: 1px solid #DDD;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #216CF2 !important;
        outline: none !important;
    }

    input[type='text']:read-only,
    textarea:read-only,
    input[type='text']:read-only:focus,
    textarea:read-only:focus,
    input[type='text']:disabled,
    textarea:disabled {
        background-color: #FBFBFB !important;
    }


input[type="checkbox"] {
    margin: 3px 8px 3px 0px;
    float: left;
}

input.desabilitado {
    background-color: #FBFBFB !important;
}

input.Caixa-Texto-Moeda {
    padding-left: 30px !important;
    text-align: left !important;
    background: url("Imagens/ic_moeda.png") no-repeat 10px 4px transparent;
    width: 86.76% !important;
}

input.Caixa-Texto-Moeda-Parametro {
    width: 408px !important;
    text-align: left !important;
}

input.Caixa-Texto-Moeda-Relatorio {
    padding-left: 30px !important;
    text-align: left !important;
    background: url("Imagens/ic_moeda.png") no-repeat 10px 4px transparent;
    width: 92.5% !important;
}

input.Caixa-Texto-Moeda-Sem-Imagem-Esquerda {
    padding-left: 30px;
    text-align: left !important;
}

input.Caixa-Texto-Moeda-Sem-Imagem {
    text-align: left !important;
}

input.Caixa-Texto-ItemFederal {    
    text-align: left !important;  
    width: 100%;

}

input[type="text"]:disabled.Caixa-Texto-Moeda, input[type="text"].Tributos {
    background: url("Imagens/ic_moeda.png") no-repeat 10px 4px #F9F9F9;
    border-color: #CCCCCC;
    color: #878787;
    cursor: default;
}

input[type="text"]:focus.Tributos {
    border-color: #CCCCCC !important;
}

input.Largura-Reduzida {
    width: 180px;
    text-align: left !important;
}

input.Largura-Normal {
    width: 415px;
}

textarea {
    resize: none;
    height: 80px !important;
    margin: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

a {
    text-decoration: none;
}

div.Container-Lookup a.Botao-Lookup {
    cursor: pointer;
    height: 18px;
    padding: 4px 6px 4px 8px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 99;
}

    div.Container-Lookup a.Botao-Lookup:hover {
        background: #EEEEEE;
    }

#DocumentoTomador, #NomeTomador, #DocumentoIntermediario, #NomeIntermediario,
#Filtro_DescricaoServicoMunicipal, #DescricaoServicoFederal, #CodigoServicoFederal,
#CodigoItem, #DescricaoItem {
    width: 92.83% !important;
    padding-right: 32px !important;
}

div.Topo {
    width: 100%;
    height: 72px;
    color: #fff;
}

div.ContainerGeral {
    position: relative;
    min-height: 100%;
}

div.Conteudo {
    min-width: 960px;
    height: auto;
    max-width: 1060px;
    margin: 0 auto;
}

div.CorpoPagina {
    padding-bottom: 100px !important;
}

div.Barra-Cor-Menu {
    height: 5px;
    background-color: #287d64;
    width: 100%;
    min-width: 960px;
}

h2.Titulo-Formulario {
    color: #666666;
    font-size: 16px;
    -webkit-margin-before: 8px;
    -webkit-margin-after: 6px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0px;
    font-weight: inherit;
}

.Clear {
    clear: both;
}

#Conteudo {
    margin: 0 30px;
}

div.Contorno-Formulario {
    padding: 13px 13px 13px 13px;
    border: 1px solid #DDD;
    background-color: #FFF;
    margin-top: 6px;
    margin-bottom: 6px;
}

div.Painel-Bloco {
    padding: 13px 13px 13px 13px;
    background-color: #FFF;
    margin-top: 6px;
    margin-bottom: 6px;
}

div.Consulta-Formulario {
    padding: 15px;
    background-color: #FFF;
    margin: 12px 0 5px 0;
    background-color: #f8f8f8;
}

div.Consulta-Formulario-Grande {
    padding: 15px;
    background-color: #FFF;
    margin: 12px 0 5px 0;
    background-color: #f8f8f8;
    width: 113%;
    margin-left: -50px
}

div.LayoutGrande {
    width: 113%;
    margin-left: -50px;
    padding: 15px;
}

/*Tela inicial administrador*/

.titulo-solicitacoes-pendentes {
    font-weight: 600;
    color: #444;
    font-size: 18px;
}

.solicitacoes-pendentes-primeiro {
    margin-right: 15px;
}

.solicitacoes-pendentes {
    border: 1px solid #DDD;
    float: left;
    height: 140px;
    width: 31%;
    background-color: #f8f8f8;
    font-size: 13px;
    margin-top: 20px;
}

.numero-solicitacoes-acesso {
    font-size: 50px;
    color: #AAA;
    font-family: 'Segoe UI' !important;
    margin: 32px 0px 0px 8px;
    padding: 0;
}

.atalhos-solicitacoes-acesso {
    float: left;
    font-size: 12px;
    color: #AAA;
    font-family: 'Segoe UI' !important;
    margin: 16px 0 0 50px;
}

    .atalhos-solicitacoes-acesso ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .atalhos-solicitacoes-acesso ul li {
            margin-top: 13px;
        }

.texto-solicitacoes-pendentes {
    float: right;
    margin: 25px 20px 0px 0px;
}

.texto-solicitacoes-pendentes-primeiro {
    float: left;
    width: 32%;
    text-align: center;
}

.texto-solicitacoes-acesso-primeiro {
    padding: 0px;
    margin: 0px;
    color: blue;
}

div.texto-solicitacoes-pendentes span {
    padding: 0px;
    margin: 0px;
    color: #004C72;
    font-size: 13px;
    font-weight: bold;
}

.texto-solicitacoes-acesso {
    padding: 0px;
    margin: 0px;
    color: #444;
    font-size: 14px;
    font-weight: normal;
}

.solicitacoes-pendentes a {
    text-decoration: underline;
    color: #004C72;
    font-size: 14px;
}

    .solicitacoes-pendentes a:hover, .excluir:hover {
        color: #007FFF;
    }

.excluir {
    text-decoration: underline;
    color: #004C72;
    cursor: pointer;
}

/* TOOLTIP */
div#Caixa-Tooltip, div.Tooltip-Tomador-Intermediario {
    padding: 2px 10px;
    z-index: 999999;
}

    div#Caixa-Tooltip div.Tooltip, div.Tooltip-Tomador-Intermediario div.Tooltip {
        font-size: 12px;
        color: #444444;
        font-family: Arial;
        border: 1px solid #DDDDDD;
        padding: 10px;
        background-color: #fff;
        position: absolute;
        max-width: 275px;
        z-index: 999999;
        overflow: hidden;
    }

div.Tooltip-Tomador-Intermediario {
    display: none;
}

    div.Tooltip-Tomador-Intermediario div.Tooltip {
        max-width: 100%;
        overflow: hidden;
        padding: 5px;
        white-space: normal !important;
    }

    div#Caixa-Tooltip div.Seta-Cima, div.Tooltip-Tomador-Intermediario div.Seta-Cima {
        background: url("Imagens/bg_tooltip_campos.png") no-repeat;
        height: 6px;
        width: 11px;
        position: absolute;
        margin: -5px 14px;
        z-index: 9999999;
    }
/*FEEDBACK AVISO*/
div.Aviso-Erro {
    padding: 8px 10px 8px 30px;
    margin: 18px 0 10px 0;
    display: none;
    background: #F2DEDE;
    border: 1px solid #E2B9BA;
    color: #444444;
    font-size: 14px;
}

div.Aviso-Sucesso {
    padding: 8px 10px 8px 30px;
    margin: 18px 0 10px 0;
    display: none;
    background: #DFF0D8;
    border: 1px solid #A3D38D;
    color: #444444;
    font-size: 14px;
}

div.Aviso-Informacao {
    padding: 8px 10px 8px 30px;
    margin: 0px 0 10px 0;
    display: none;
    background: #D9EDF7;
    border: 1px solid #ADD9ED;
    color: #444444;
    font-size: 14px;
}

div.Aviso-Advertencia {
    padding: 8px 10px 8px 30px;
    margin: 18px 0 10px 0;
    display: none;
    background: #FCF8E3;
    border: 1px solid #F3E89D;
    color: #444444;
    font-size: 14px;
}

.FechaAviso {
    font-weight: bold;
    display: inline-block;
    float: right;
    cursor: pointer;
}

span.Erro {
    color: #E0B1B1;
}

span.Advertencia {
    color: #EFDD76;
}

span.Sucesso {
    color: #75BC52;
}

span.Informacao {
    color: #95CEEA;
}

/* TOPO DO PRONIM 4 */
div.Topo div.Cima {
    height: 41px;
    line-height: 40px;
    margin-left: 30px;
}

    div.Topo div.Cima div.Pronim {
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        float: left;
        min-width: 74px;
        margin-right: 10px;
    }

    div.Topo div.Cima div.Unidade-Gestora {
        font-size: 14px;
        font-weight: normal;
        border-left: 1px solid #013147;
        height: 40px;
        float: left;
        min-width: 302px;
        padding-left: 16px;
    }

    div.Topo div.Cima div.Sistema {
        font-size: 14px;
        font-weight: normal;
        border-left: 1px solid #005f8c;
        height: 40px;
        float: left;
        min-width: 318px;
    }

    div.Topo div.Cima div.Trocar-Conta {
        font-size: 14px;
        font-weight: normal;
        border-left: 1px solid #005f8c;
        height: 40px;
        float: right;
        min-width: 25px;
        padding-left: 5px;
        padding-right: 40px;
    }

div.Topo div.Baixo {
    height: 31px;
    width: 100%;
    line-height: 31px;
    float: left;
}

    div.Topo div.Baixo div.Nome-Sistema {
        font-size: 14px;
        font-weight: normal;
        float: left;
        height: 30px;
        margin-left: 30px;
    }

    div.Topo div.Baixo div.Usuario {
        font-size: 11px;
        font-weight: BOLD;
        float: right;
        height: 30px;
        background: url(Imagens/ic_seta_menu_hover.png) right center no-repeat;
        padding-right: 17px;
        cursor: pointer;
        margin-right: 30px;
    }

    div.Topo div.Baixo div.InscricaoMunicipal {
        font-size: 11px;
        font-weight: BOLD;
        float: right;
        height: 30px;
        padding-right: 17px;
        cursor: pointer;
        margin-right: 5px;
    }

    div.Topo div.Baixo div.InscricaoMunicipal2 {
        font-size: 11px;
        font-weight: BOLD;
        float: right;
        height: 30px;
        padding-right: 5px;
       /* cursor: pointer;
        margin-right: 30px;*/
    }


    div.Topo div.Baixo div.Ajuda {
        float: right;
        margin-right: 41px;
    }

        div.Topo div.Baixo div.Ajuda div.Icone-Ajuda {
            width: 17px;
            background: url(Imagens/ic_help.png) right center no-repeat;
        }

            div.Topo div.Baixo div.Ajuda div.Icone-Ajuda:hover {
                background: url(Imagens/ic_help_hover.png) right center no-repeat;
            }

.UsuarioCPFCNPJ {
    text-align: right;
}

div.Topo div.Baixo div.Usuario a {
    color: #fff;
    font-size: 14px;
}

div.Topo div.Baixo div.Usuario ul {
    display: none;
    background: #013f5c;
    padding: 5px;
    list-style: none;
    line-height: 32px;
    margin: 0px;
    position: absolute;
    margin: -1px 0 0 -13px;
    font-size: 14px;
    z-index: 9;
}



    div.Topo div.Baixo div.Usuario ul li {
        float: none;
        height: 35px;
        padding: 0 15px;
        background-image: none;
        cursor: pointer;
        width: 170px;
        font-weight: normal;
    }

        div.Topo div.Baixo div.Usuario ul li:hover {
            background-color: #92b6c7;
        }

div.Usuario ul {
    position: relative !important;
    right: -20px !important;
}

/* MENU DO SISTEMA */
.Menu {
    margin: 0 30px;
}

    .Menu .Coluna-Direita {
        float: left;
        margin-left: 10px;
    }

    .Menu .Coluna-Esquerda {
        float: left;
    }

    .Menu ul {
        padding: 0;
        list-style: none;
        line-height: 32px;
        margin: 0px;
    }

        .Menu ul li {
            float: left;
            color: #525252;
            font-size: 16px;
            padding-right: 39px;
            cursor: pointer;
            height: 32px;
        }

            .Menu ul li.Seta {
                background: url(Imagens/ic_seta_menu.png) 87% center no-repeat;
            }

                .Menu ul li.Seta:hover {
                    background: url(Imagens/ic_seta_menu_hover.png) 87% center no-repeat #287d64;
                }

            .Menu ul li.Seta-Menu-Selecionado {
                background: url(Imagens/ic_seta_menu_hover.png) 87% center no-repeat #287d64 !important;
            }

            .Menu ul li.Menu-Selecionado {
                background: #287d64 !important;
            }

            .Menu ul li:hover {
                background: #287d64;
            }

            .Menu ul li a {
                padding: 0 0 0 18px;
                color: #525252;
                text-decoration: none;
            }

            .Menu ul li:hover a {
                color: #fff;
            }

            .Menu ul li ul.Sub-Menu {
                display: none;
                position: absolute;
                padding: 5px;
                background-color: #013f5c;
                z-index: 99999;
            }

                .Menu ul li ul.Sub-Menu li {
                    float: none;
                    padding: 0 5px;
                    background-image: none;
                    height: 35px;
                }

                    .Menu ul li ul.Sub-Menu li:hover {
                        background-color: #92b6c7;
                    }

                    .Menu ul li ul.Sub-Menu li a {
                        color: #fff;
                        text-decoration: none;
                        padding: 0;
                    }

                        .Menu ul li ul.Sub-Menu li a div {
                            padding: 0 16px 0 14px;
                            font-size: 14px;
                            font-weight: normal;
                            line-height: 35px;
                        }

            .Menu ul li.Item-Pai {
                color: #fff;
                text-decoration: none;
                padding: 0;
            }

            .Menu ul li ul.Sub-Menu li.Item-Pai:hover {
                background: none;
                cursor: default;
            }

            .Menu ul li.Item-Filho {
                /*no-repeat 10px center !important*/
                background-image: url(Imagens/00_bullet.png) !important;
                background-position: 15px center;
                background-repeat: no-repeat;
                padding-left: 25px !important;
            }




/* MODAL TELA NOTA GERADA */

div.Modal-Nota-Gerada {
    text-align: center;
}

    div.Modal-Nota-Gerada h2 {
        color: #5B9638;
        font-weight: normal;
        line-height: 0;
    }

    div.Modal-Nota-Gerada > span {
        color: #949494;
    }

    div.Modal-Nota-Gerada div.Colunas-Acao-Nota {
        width: 150px;
        float: left;
        margin-top: 20px;
        padding: 0 36px;
    }

    div.Modal-Nota-Gerada div.Colunas-Acao-Requerimento {
        width: 222px !important;        
    }

    div.Modal-Nota-Gerada div.Colunas-Acao-Nota h3 {
        font-weight: normal;
        line-height: 0;
        font-size: 16px;
    }

    div.Modal-Nota-Gerada div.Colunas-Acao-Nota div.Descricao-Campo {
        font-size: 12px;
        color: #949494;
        min-height: 45px;
    }

    div.Modal-Nota-Gerada div.Colunas-Acao-Nota div.Botao-Nota-Gerada {
        margin-top: 25px;
        display: inline-block;
    }

        div.Modal-Nota-Gerada div.Colunas-Acao-Nota div.Botao-Nota-Gerada a div {
            padding: 5px 0;
        }

span.Ir-Para {
    text-align: left;
    color: #0072C5;
    height: 22px;
}

    span.Ir-Para a {
        color: #0072C5;
    }

/* Itens do Serviço */
.Reload {
    width: 20px;
    height: 15px;
    background: url(Imagens/reload.fw.png) center center no-repeat;
    float: right;
    margin-top: 6px;
}

.Quantidade {
    width: 37px;
    text-align: right;
    padding-right: 3px !important;
}

.Desconto {
    width: 69px;
    text-align: right;
    padding-right: 3px !important;
}

input.Codigo-Upper {
    text-transform: uppercase;
}

/* Imagem e-mail lista notas/e-mail */

.Email-Lista {
    width: 50px;
    height: 15px;
}

.Email-Lista-Erro {
    background: url(Imagens/ic_email_erro.png) center center no-repeat;
}

.Email-Lista-Sucesso {
    background: url(Imagens/ic_email_sucesso.png) center center no-repeat;
}

.Email-Lista-Pendente {
    background: url(Imagens/ic_email_pendente.png) center center no-repeat;
}


.Tooltip-Email {
    padding: 10px 27px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    width: 354px;
    height: 33px;
    margin: 2px -403px;
    z-index: 1;
    display: none;
}

    .Tooltip-Email > div {
        width: 387px;
        height: 11px;
        background: url(Imagens/bg_tooltip_email_ponta.png) right top no-repeat;
        position: absolute;
        margin-top: -11px;
    }

    .Tooltip-Email ul {
        margin: 0;
        padding: 0;
    }

        .Tooltip-Email ul li {
            width: 118px;
            list-style-type: none;
            font-size: 12px;
            color: #444444;
            float: left;
        }

            .Tooltip-Email ul li a {
                margin: -2px 0;
            }

            .Tooltip-Email ul li div.sucesso {
                width: 25px;
                height: 15px;
                background: url(Imagens/ic_email_sucesso.png) center center no-repeat;
                float: left;
                padding-right: 4px;
            }

            .Tooltip-Email ul li div.falha {
                width: 25px;
                height: 15px;
                background: url(Imagens/ic_email_erro.png) center center no-repeat;
                float: left;
                padding-right: 4px;
            }

            .Tooltip-Email ul li div.pendente {
                width: 25px;
                height: 15px;
                background: url(Imagens/ic_email_pendente.png) center center no-repeat;
                float: left;
                padding-right: 4px;
            }

div.Tooltip-Pesquisa-Pessoa {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #444444;
    font-size: 12px;
    width: 345px;
    text-align: left;
    padding: 9px;
    position: absolute;
}

    div.Tooltip-Pesquisa-Pessoa div.seta {
        width: 11px;
        height: 6px;
        background: url(Imagens/bg_tooltip_campos.png) right top no-repeat;
        position: absolute;
        margin: 9px 0px;
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* Safari and Chrome */
        -webkit-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        /* IE9 */
        -ms-transform: rotate(180deg);
        /* IE6,IE7 */
        filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=0, M21=0, M22=-1);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1, M12=0, M21=0, M22=-1)";
    }

    div.Tooltip-Pesquisa-Pessoa div#Informacoes {
        overflow: hidden;
        color: #444444;
        font-size: 12px;
        width: 345px;
    }

        div.Tooltip-Pesquisa-Pessoa div#Informacoes p {
            margin: 0;
            padding: 0;
        }


div.Detalhes-Email {
    border: 1px solid #dddddd;
    font-size: 13px;
    padding: 10px;
}

/* CONVERTER RPS */

div.Campo-Enviar-Arquivo div.obrigatorio {
    background: #B20000;
    width: 5px;
    height: 26px;
    position: absolute;
    margin: 21px 1px 1px 1px;
}

div.Campo-Enviar-Arquivo input.Caminho-Arquivo {
    background-color: transparent !important;
    font-size: 12px !important;
    font-family: Arial !important;
    color: #444444 !important;
    padding: 0 35px 0 10px !important;
    width: 395px !important; /*89%;*/
}

div.Campo-Enviar-Arquivo div.Botao-Arquivo {
    padding: 6px 6px 5px 8px;
    height: 15px;
    position: absolute;
    /*right: 35px;*/
    left: 411px;
    top: 21px;
    cursor: pointer !important;
}

div.Campo-Enviar-Arquivo div.Botao-Arquivo, x:-moz-any-link {
    top: 23px;
}

div.Campo-Enviar-Arquivo div.obrigatorio, x:-moz-any-link {
    margin-top: 23px;
}

div.Campo-Enviar-Arquivo div.Botao-Arquivo:hover {
    background: #EEEEEE;
}

div.Campo-Enviar-Arquivo input.Caminho-Arquivo {
    padding: 0 45px 0 0px !important;
}

.Arquivo-Container {
    position: relative;
}

div.Esconde-Espaco-Botao-Arquivo {
    background: rgba(0, 0, 0, 0);
    height: 45px;
    position: absolute;
    width: 100px;
    left: 442px;
    margin: -50px 0;
    z-index: 97;
}

div.Botao-Limpar {
    position: absolute !important;
    margin-left: 460px !important;
    z-index: 98 !important;
    float: left;
    margin-top: 17px;
}

input.Selecionar-Arquivo {
    cursor: pointer;
    font-size: 1em;
    color: transparent;
    position: absolute;
    top: 0px;
    left: 412px;
    margin-top: 20px;
    opacity: 0;
    width: 30px;
    height: 26px;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    z-index: 2;
    /*display: none;*/
}

div.Visualizar-Arquivo {
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border: 1px solid #CCCCCC;
}

div.Visualizar-Arquivo-Cabecalho {
    width: 590px;
    height: 110px;
    border: 1px solid #CCCCCC;
}

div.Visualizar-Arquivo-Fundo {
    width: 740px;
    height: 135px;
    border: 1px solid #CCCCCC;
}

/* BOTOES */
.Botao-Loading, .Botao-Loading:hover, input[type='submit'].Botao-Loading:disabled {
    background-color: #ddd !important;
    background-image: url(Imagens/button_loading_spinner.gif) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding-right: 35px;
    opacity: 1 !important;
}

input[type='submit']:disabled,
input[type='submit']:disabled input[type='submit']:hover,
input[type='button']:disabled,
input[type='button']:disabled input[type='button']:hover {
    color: #BBBBBB;
    border: 1px solid rgba(186, 187, 191, 0.51);
    background: url(Imagens/bg_botao_desabilitado.png) repeat-x !important;
    opacity: 0.50;
}

div.Desabilitado {
    color: #BBBBBB !important;
    border: 1px solid rgba(186, 187, 191, 0.51) !important;
    background: url(Imagens/bg_botao_desabilitado.png) repeat-x !important;
    opacity: 0.50;
}

.Botao, .Botao-Tab-Desabilitado, .Botao-Tab-Desabilitado:hover {
    border: 1px solid #BABBBF;
    background: url(Imagens/bg_botao.png) repeat-x !important;
    font-family: Segoe UI !important;
    font-size: 14px !important;
    height: 30px !important;
    color: #444 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
    margin-right: 2px;
    margin-left: 0px;
}

    .Botao:-moz-any(input) {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .Botao:hover {
        border: 1px solid #BABBBF;
        background: url(Imagens/bg_botao_hover.png) repeat-x !important;
        font-size: 14px;
    }

    .Botao:active {
        border: 1px solid #BABBBF !important;
        background: url(Imagens/bg_botao_clicado.png) repeat-x !important;
        font-size: 14px;
    }

.BotaoConfirma{
    background-color: #004F75;
    padding: 8px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0;
}
    .BotaoConfirma:hover{
        background-color: #00ABFD;
    }

.BotaoCancela {
    background-color: gray;
    padding: 8px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0;
}

    .BotaoCancela:hover {
        background-color: lightgray;
    }

.BotaoFA {
    border: none;
    color: navy;
    background: none;
    padding: 8px;
    border-radius: 50%;
}

.BotaoFA:hover {
    background-color: lightgray;
    color: white;
}

.Paginacao {
    height: 28px !important;
    line-height: 30px !important;
    width: 28px !important;
    padding: 0;
    margin: 0 1px;
    float: right;
}

.ContadorRegistros {
    line-height: 30px !important;
    margin: 0 10px;
    float: right;
    font-size: 14px;
}

.Paginacao div.Direita {
    width: 28px;
    height: 28px;
    background: url(Imagens/ic_pagina_direita.png) center center no-repeat !important;
}

.Paginacao div.Esquerda {
    width: 28px;
    height: 28px;
    background: url(Imagens/ic_pagina_esquerda.png) center center no-repeat !important;
}

/* ABAS AUTENTICIDADE NOTA */
div#abas {
    height: 26px;
    margin-bottom: 14px;
}

    div#abas > input[type="button"] {
        height: 26px !important;
        font-size: 13px !important;
        margin: 0 !important;
    }

    div#abas input.ativado {
        background: url(Imagens/bg_botao_clicado.png) repeat-x !important;
    }


/* MODAL CANCELAMENTO - SUBSTITUIÇÃO */
div#modal-container label {
    font-size: 13px;
}

    div#modal-container label.error {
        color: #B20000;
        font-size: 10px;
        text-align: right;
        font-weight: bold;
        float: right;
        padding-right: 1%;
    }

div#modal-container input.error {
    border: 1px solid #B20000 !important;
}

div#modal-container .Campo-Obrigatorio {
    width: 98%;
    padding-left: 6px !important;
}
input.Campo-Obrigatorio{
    padding-left:5px !important;
}
.k-input.Campo-Obrigatorio{
    padding-left:5px;
}

div.obrigatorio {
    background: #B20000;
    width: 5px;
    height: 26px;
    position: absolute;
    margin: 21px 1px 1px 1px;
    z-index: 1;
}

div#modal-container .k-dropdown-wrap { /*, .k-state-default {*/
    padding-left: 2px;
}

/* CAMPOS */
.Rotulo-Campo {
    color: #212121;
    text-align: left;
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.custom-icon {
    font-size: 20px;
    vertical-align: middle;
}

.Rotulo-Campo-Readonly {
    color: #777777;
    text-align: left;
    display: block;
}

.Alinhar-esquerda {
    text-align: left !important;
}

/* Erro campo*/
input.input-validation-error,
textarea.input-validation-error {
    border-color: #B20000 !important;
}

    input.input-validation-error + .k-select {
        border-color: #B20000 !important;
    }

span.input-validation-error {
    border-color: #B20000 !important;
}

    span.input-validation-error + .k-select {
        border-color: #B20000 !important;
    }

.field-validation-error {
    display: block !important;
    color: #B20000;
    font-size: 10px;
    height: 17px;
    text-align: right;
}

.input-validation-valid {
    border: 1px solid #DDDDDD;
}

.field-validation-valid {
    display: 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 {
    color: #444444 !important;
    border: 0px !important;
}

div.Distancia-Bloco {
    margin-top: 50px;
}

div.Bloco-Separador {
    width: 100%;
    text-align: left;
}

    div.Bloco-Separador div.Titulo-Bloco-Separador {
        border-bottom: 1px solid #004F75;
        height: 26px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    /* COLLAPSE */
    div.Bloco-Separador div.Com-Collapse {
        border-bottom: 1px solid #004F75;
        cursor: pointer;
    }

    div.Bloco-Separador div.Titulo-Bloco-Separador > span {
        color: #004F75;
        font-size: 13px;
        font-weight: bold;
    }

    div.Bloco-Separador div.Com-Collapse > span {
        color: #004F75;
        font-size: 13px;
        font-weight: bold;
    }

    div.Bloco-Separador div.Titulo-Bloco-Separador div.Collapse {
        width: 27px;
        height: 26px;
        text-align: center;
        float: right;
    }

    div.Bloco-Separador div.Titulo-Bloco-Separador div.Seta-Aberto {
        background: url("Imagens/ic_collapse_aberto.png") no-repeat scroll center center #004F75;
    }

    div.Bloco-Separador div.Titulo-Bloco-Separador div.Seta-Fechado {
        background: url("Imagens/ic_collapse_fechado.png") no-repeat scroll center center #004F75;
    }

    div.Bloco-Separador div.Container-Rotulos-Primeiro, div.Bloco-Separador div.Container-Rotulos {
        float: left;
        width: 49%;
        height: 58px;
    }

    div.Bloco-Separador div.Container-Rotulos-Primeiro {
        margin-right: 1%;
    }

    div.Bloco-Separador div.Container-Rotulos {
        margin-left: 1%;
    }

    /*div.Container-Rotulos div.Seta-Aberto {
    margin-right: 5px !important;
}*/

    /*.Container-Rotulos.Container-Lookup > label.Rotulo-Campo + div {
    position: relative;
    margin-right: 5px !important;
}*/

    div.Bloco-Separador div.Container-Rotulos-Pequenos {
        float: left;
        width: 47.6%;
        height: 58px;
    }

    div.Bloco-Separador div.Ultimo {
        margin-left: 4.4%;
    }

/* GRID DETALHES */
.Detalhes {
}

    .Detalhes tr, .Detalhes tr td, .Detalhes tr th {
        padding: 0;
        margin: 0;
        height: 30px;
    }

    .Detalhes td, .Detalhes th {
        text-align: left;
        font-size: 12px;
        font-weight: normal;
        color: #444;
    }

    .Detalhes tr, .Detalhes th {
        border-bottom: 1px solid #DDD;
    }

        .Detalhes tr.Linha-Estilo {
            background-color: #F5F5F5;
        }

        .Detalhes th.Linha-Estilo, .Detalhes th.Linha-Estilo:hover {
            background-color: #F5F5F5 !important;
        }

        .Detalhes tr:hover {
            background-color: #ECF8FF;
        }

table.Detalhes {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #DDD;
    margin-bottom: 18px;
}

.Detalhes tr td.Direita {
    text-align: right;
    padding-right: 15px;
}

.Detalhes tr th, .Detalhes tr td {
    padding-left: 15px;
}

    .Detalhes tr th.Titulo {
        padding-left: 12px;
        font-size: 13px;
    }

.Detalhes tr:hover th {
    background-color: #FFF;
}

.Detalhes tfoot tr td {
    text-align: right;
    padding-right: 30px;
    border-top: 1px solid #DDD;
    background-color: #FFF;
}

/* GRID */

.Grid-Header {
    margin-top: 5px;
    border: 1px solid #BABBBF;
    width: 100%;
    text-transform: uppercase;
    color: #444;
    height: 30px;
    font-size: 13px;
    border-bottom: 0px;
}

    .Grid-Header span {
        margin: 5px;
        padding-left: 7px;
        position: absolute;
    }

table.Tabela-Situacao-Email tbody tr td {
    padding: 0;
}

    table.Tabela-Situacao-Email tbody tr td:first-child {
        width: 10px;
    }

/* ICONE SITUAÇÃO DE ENVIO DO E-MAIL */
.Detalhes tr td.Celula-Icone-Email-Situacao {
    width: 7px;
}

.Detalhes tr td.Celula-Descricao-Email-Situacao {
    padding-left: 3px;
}

figure.Email-Situacao {
    border-radius: 50%;
    display: block;
    float: left;
    height: 7px;
    margin: 0;
    padding: 0;
    width: 7px;
}

figure.Situacao-Pendente {
    background-color: #FF7F00;
}

figure.Situacao-Sucesso {
    background-color: #008C23;
}

figure.Situacao-Falha {
    background-color: #EE333A;
}

/* RODAPE */
#Rodape {
    background: #014362;
    height: 20px;
    color: #FFF;
    font-size: 14px;
    font-family: 'Segoe UI';
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    min-width: 960px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* ERRO 404 */
.conteudo-404 {
    padding: 10px 25px;
    background-color: #fcfcfc;
}

    .conteudo-404 a:hover {
        color: #007FFF;
    }

    .conteudo-404 a {
        color: #004C72;
    }

.titulo-404 {
    font-family: 'Segoe UI';
    color: #004c72;
    font-size: 22px;
    font-weight: bold;
}

.conteudo-404 .texto {
    font-family: 'Segoe UI';
    color: #444444;
    font-size: 16px;
    width: 460px;
}

/* SEM SUPORTE DO NAVEGADOR */
div.Browser {
    margin-top: 80px;
}

div.Browser-Fundo {
    float: left;
    background-color: #fcfcfc;
    font-size: 13px;
    padding: 20px;
}

    div.Browser-Fundo span {
        padding: 0px;
        margin: 0px;
        color: #004C72;
        font-size: 18px;
        font-weight: bold;
    }

    div.Browser-Fundo div.Area-Texto-Browser {
        width: 48%;
    }

    div.Browser-Fundo div.Area-Texto-Browser {
        padding: 0px;
        margin: 20px 0px 0px 0px;
        color: #444;
        font-size: 16px;
        font-weight: normal;
    }

        div.Browser-Fundo div.Area-Texto-Browser div.Chrome {
            background: url(Imagens/ic_chrome.png) left center no-repeat;
            padding-left: 25px;
        }

        div.Browser-Fundo div.Area-Texto-Browser div.Firefox {
            background: url(Imagens/ic_firefox.png) left center no-repeat;
            padding-left: 25px;
        }

        div.Browser-Fundo div.Area-Texto-Browser div.IE {
            background: url(Imagens/ic_ie.png) left center no-repeat;
            padding-left: 25px;
        }

        div.Browser-Fundo div.Area-Texto-Browser a {
            text-decoration: none;
            font-size: 14px;
            color: #004F75;
        }

            div.Browser-Fundo div.Area-Texto-Browser a:hover {
                color: #007FFF;
            }

/*div#Captcha {
    background-color: #EEE;
    border: 1px solid #DDD;
    height: 121px;
    padding: 11px 8px;
}*/

div#Captcha div#recaptcha_image {
    width: 221px !important;
    float: left;
    line-height: 14px;
}

    div#Captcha div#recaptcha_image img {
        width: 216px;
        height: 49px;
        border: 1px solid #DDDDDD;
    }

div#Captcha div.Botao-Captcha {
    margin-bottom: 3px;
    width: 24px;
    height: 24px;
    float: left;
}

    div#Captcha div.Botao-Captcha:hover {
        background: none !important;
    }

    div#Captcha div.Botao-Captcha img {
        width: 24px;
        height: 24px;
        margin-top: 0 !important;
    }

/* Tela Detalhes do Aviso  */
div.Container-Mural {
    border: 1px solid #ccc;
    padding: 18px;
    margin: 12px 0;
}

h1.Titulo-Mensagem {
    color: #004F75;
    font-size: 13px;
    font-weight: bold;
}

div.Container-Mensagem-Desabilitado {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto;
    padding: 5px 10px;
}

div.Container-Mensagem-Desabilitado-Email {
    margin-top: 3px;
}

/* Tela Fórmulas  */

input.Caixa-Texto-Moeda-Formula {
    background-color: #FFF;
    width: 92.76% !important;
}

div.Painel-Esquerda {
    float: left;
    margin-right: 1%;
    width: 49%;
}

div.Painel-Direita {
    float: left;
    margin-left: 1%;
    width: 49%;
}

div.Container-Sequencia {
    border: 1px solid #DDD;
    height: 85px;
    width: 100%;
}

div#Container-Operadores {
    width: 85%;
    height: 95px;
}

    div#Container-Operadores .Botao-Operadores {
        margin: 0 3px 3px 0;
    }

.Botao-Formula-Sequencia {
    border-radius: 3px;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
}

input[type='button'].Botao-Operadores {
    background-color: #DCF5D3;
    border: 1px solid #AEE899;
}

input[type='button'].Botao-Digito-Verificador {
    background-color: #F5F2AD;
    border: 1px solid #E4E77C;
}

input[type='button'].Botao-Sequencia-Valor {
    background-color: #DDD;
    border: 1px solid #BBB;
    padding: 2px 3px;
}

div.Rotulo-Com-Ajuda {
    width: 385px;
    float: left;
    margin: 5px 0;
}

    div.Rotulo-Com-Ajuda label {
        float: left;
    }

    div.Rotulo-Com-Ajuda a {
        float: left;
        margin-left: 10px;
    }

div.Icone-Ajuda {
    height: 20px;
    width: 17px;
    background: url(Imagens/ic_help.png) right center no-repeat;
}

    div.Icone-Ajuda:hover {
        background: url(Imagens/ic_help_hover.png) right center no-repeat;
    }

div.Tooltip-Formula {
    background-color: #FFF;
    border: 1px solid #DDD;
    display: none;
    position: absolute;
    z-index: 999999;
    margin: -107px 0 0 111px;
}

div.Tooltip-Formula-Operador {
    margin: -160px 0 0 105px;
}

div.Tooltip-Formula > div {
    width: 11px;
    height: 6px;
    background: url(Imagens/bg_tooltip_campos.png) right top no-repeat;
    position: absolute;
    margin: 106px 0 0 8px;
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* IE9 */
    -ms-transform: rotate(180deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=0, M21=0, M22=-1);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1, M12=0, M21=0, M22=-1)";
}
div.Tooltip-Formula-FatorR {
    background-color: #FFF;
    border: 1px solid #DDD;
    display: none;
    position: absolute;
    z-index: 999999;
    margin: -32px 0 0 36px;
}

    div.Tooltip-Formula-FatorR > div {
        width: 11px;
        height: 6px;
        background: url(Imagens/bg_tooltip_campos.png) right top no-repeat;
        position: absolute;
        margin: 26px 0 0 18px;
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* Safari and Chrome */
        -webkit-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        /* IE9 */
        -ms-transform: rotate(180deg);
        /* IE6,IE7 */
        filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=0, M21=0, M22=-1);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1, M12=0, M21=0, M22=-1)";
    }

div.Tooltip-Formula-Operador > div {
    margin: 170px 0 0 -8px;
    /* Firefox */
    -moz-transform: rotate(270deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(270deg);
    /* Opera */
    -o-transform: rotate(270deg);
    /* IE9 */
    -ms-transform: rotate(270deg);
}

div.Tooltip-Formula ul, div.Tooltip-Formula-FatorR  ul{
    padding: 0;
    margin: 5px 25px;
}

    div.Tooltip-Formula ul li, div.Tooltip-Formula-FatorR ul li {
        list-style: none;
    }

        div.Tooltip-Formula ul li div.Operador {
            text-align: right;
            display: inline-block;
            font-weight: bold;
            margin-right: 10px;
            width: 80px;
        }

div.Tooltip-Formula-Operador ul li div.Operador {
    width: 20px !important;
}


/* Comportamento prestador */
div.Borda-Titulo {
    border-bottom: 1px solid #004F75;
    margin-bottom: 20px;
}

    div.Borda-Titulo span.Titulo-Funcionalidade {
        color: #004F75;
        font-size: 13px;
        font-weight: bold;
    }

div.Bloco-Primeiro {
    float: left;
    width: 49%;
    margin-right: 1%;
}

div.Bloco-Ultimo {
    float: left;
    width: 49%;
    margin-left: 1%;
}

div.table {
    border: 1px solid #DDD;
    width: 99.53%;
    min-height: 114px;
    background-color: #fff;
}

label.Rotulo-Campo-Adm {
    color: #212121;
    text-align: left;
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 18px;
}

#tabelaComportamentos {
    width: 100%;
}

    #tabelaComportamentos tr {
        width: 100%;
    }

        #tabelaComportamentos tr.linha {
            background-color: #F5F5F5;
        }

        #tabelaComportamentos tr td {
            height: 30px;
            vertical-align: middle;
        }

            #tabelaComportamentos tr td div {
                float: left;
                margin-left: 14px;
            }

/*.k-grid .k-button {
    float: left;
    margin: 0px -1px 0px -7px;
    height: 28px;
    width: 28px;
    position: relative;
    border-color: #ddd;
}

    .k-grid .k-button:hover {
        border-color: #ddd;
    }*/

.k-grid .k-toolbar {
    background:none !important;
    border:none;
    margin: 0 !important;
    padding:0 !important;
    line-height:unset;
}

.k-grid .k-toolbar .k-button {
    float: none;
    margin: 0px;
    height: 28px;
    position: relative;
    border-color: #ddd;
}
.k-grid .k-toolbar .k-button:active {
    color:unset !important;
}
.k-grid .k-toolbar .k-button:hover {
    background-color: lightgray !important;
}

.k-grid .k-toolbar .k-separator {
    margin: 0 6px 0 2px;
}

.k-i-close {
    margin: 2px 1px;
    border-color: #c5c5c5;
}

    .k-i-close:hover {
        margin: 2px 1px;
    }

.Alinhar-Direita {
    text-align: right !important;
}

.Alinhar-Centro {
    text-align: center !important;
}

.k-header.k-grid-toolbar{
    padding: 5px 10px;
}

.k-button.k-button-icontext {
    border: none;
    padding: inherit;
    height: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.k-button.k-button-icontext.k-grid-pdf:hover {
        border-color: #ddd;
        visibility:visible;
    }
.k-button.k-button-icontext.k-grid-excel:hover {
        visibility:visible;
        border-color: #ddd;
    }

.k-icon.k-i-excel, .k-button.k-button-icontext.k-grid-excel:hover .k-icon.k-i-excel {
    background: url(Imagens/ic_download_excel.png) right center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}
.k-icon.k-i-pdf, .k-button.k-button-icontext.k-grid-pdf:hover .k-icon.k-i-pdf {
    background: url(Imagens/ic_download_pdf.png) right center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}


.k-detail-cell .k-tabstrip .k-content {
 padding: 0.2em;
}
.employee-details ul
{
    list-style:none;
    font-style:italic;
    margin: 15px;
    padding: 0;
}
.employee-details ul li
{
    margin: 0;
    line-height: 1.7em;
}

.employee-details label
{
    display:inline-block;
    width:90px;
    padding-right: 10px;
    text-align: right;
    font-style:normal;
    font-weight:bold;
}

.k-content.k-grid.k-widget{
    display:table-row-group;
}

.k-grid {
    font-family: 'Segoe UI',sans-serif;
}

.Procuracao-Lista {
    width: 50px;
    height: 15px;
}

.Procuracao-Lista-Cancelada {
    color: red;
}

.Procuracao-Lista-Indeferida {
    color: #444;
}

.Tooltip-Procuracao {
    padding: 10px 0px 0px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    width: 420px;
    height: 33px;
    /*margin: -20px -440px;*/
    margin: -250px -440px;
    z-index: 1;
    display: none;
}

    .Tooltip-Procuracao > div {
        width: 426px;
        height: 11px;
        background: url(Imagens/bg_tooltip_email_ponta.png) right top no-repeat;
        position: absolute;
        margin-top: -11px;
    }

    .Tooltip-Procuracao ul {
        margin: 0;
        padding: 0;
    }

        .Tooltip-Procuracao ul li {
            width: 118px;
            list-style-type: none;
            font-size: 12px;
            color: #444444;
            float: left;
        }

.Tooltip-Declaracao-Entrega {
    padding: 10px 0px 0px 10px;
    border: 1px solid #ddd !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    visibility: hidden;
}

input.Caixa-Texto-Numero, .Caixa-Texto {
    padding-left: 5px !important;
    text-align: left !important;
    width: 86.76% !important;
}

label.pronim-checkbox {
    display: block;
    text-indent: 5px;
}

input[type="checkbox"].pronim-checkbox {
    width: 13px;
    height: 13px;
    margin: 0;
    position: relative;
    top: 4px;
}

/*
.k-group-footer td {
    background-color: white !important;
}

.k-grid tbody td:first-child {
    border-left-width: 0;
    background: white !important;
}
*/

/*Estilos para tela do PIX*/
.Pix-Titulo {    
    display: flex;
    align-items: center;
}

.Pix-Titulo img {
    float: left;    
    position: relative;
}

.Pix-Titulo h4 {
    color: #004F75;
    margin-left: 8px;
    font-weight: bold;
}

.Pix-Bloco {
    background-color: #F8F8F8;
    height: auto;
    min-height: 300px;
    width: 100%;
}

.clearfix::after {
    content: "";
    display: block;
    clear:both;

}

.Pix-Conteudo-Esq {
    margin-left: 2%;
    float: left;
    width: 30%;
}

.Pix-Conteudo-Dir {
    position: absolute;
    width: 25%;
    left: 45%;
    
}

.Pix-Conteudo-Esq, .Pix-Conteudo-Dir{
    height: auto;
    min-height: 300px;
}

.Pix-Texto {
    text-align: justify;
}

.Pix-Link {
    font-size: smaller;
    color: #004F75;
    overflow-wrap: break-word;
}

.Pix-Divisor {
    float: left;
    width: 20%;
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
}

    .Pix-Divisor .Linha {
        border-left: 2px solid grey;
        height: 200px;
        margin-left: 40%;
    }

.Pix-QRCode {
    float: right;
    margin-right: 2%;
    height: auto;
    min-height: 260px;
    display: flex;
    align-items: center;
}

.Pix-Copiar {
    font-weight: bold;
    color: #3274d9
}
label.radio-label {
    font-size: 12px;
}
.radio-group {
    padding: 3px 0 0;
}
