﻿/* SAGRES2Web Apps */
/*[ ELEMENTOS GENÉRICOS ]*/
* {
    margin: 0;
    padding: 0;
}

    *,
    *:focus {
        outline: none;
    }

body {
    color: #696969;
    font-size: .80em;
}

a {
    text-decoration: none;
}

    a:not(.mosaico_bloco, .link_menu_suspenso):active {
        background-color: transparent;
    }

    a:hover {
        color: #0095DB;
        text-decoration: none;
    }

    a:link,
    a:visited,
    a:active {
        color: #0084C2;
    }

    a img {
        border: 0;
    }

    /* Não permitir que links desabilitados disparem ações */
    a[disabled] {
        pointer-events: none;
    }

    a.disabled {
        pointer-events: none;
    }

fieldset {
    background-color: transparent !important;
    border: 1px #ccc dotted !important;
}

    fieldset legend {
        background: white !important;
        color: #FF7B00 !important;
        padding: 0 4px;
        top: -9px !important;
        width: auto !important;
    }

ul li {
    list-style: none;
}

input[type=checkbox]:focus {
    outline: 1px solid #FFA500;
}

::-ms-clear {
    display: none;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"] {
    border: 1px solid #ccc;
    height: 21px !important;
    text-indent: 2px;
}

    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    select:focus,
    .formulario_pb select:focus,
    textarea:focus {
        border-color: #FFA500 !important;
    }

    select:disabled,
    input[type="checkbox"]:disabled,
    input[type="text"]:disabled,
    input[type="radio"]:disabled {
        background: #F0F0F0;
        border: 1px #E7E7E7 solid !important;
    }

textarea {
    text-indent: 2px;
    resize: none;
}

    textarea:enabled {
        border: 1px #ccc solid;
        border-style: solid !important;
    }

input[type=text][readonly], input[type=email][readonly], input[type=url][readonly] {
    border-color: transparent;
}

select {
    border: 1px #ccc solid !important;
    height: auto !important;
    padding: 3px;
    text-align: left !important;
}

/*[ TEXTO ]*/
body,
.footer,
.menu a,
input[type=text], input[type=email], input[type=url], input[type=password], textarea, select {
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

/*[ LAYOUT BÁSICO ]*/
html,
body,
form,
#wrap {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

.ui-dialog-content form,
.ui-dialog-content body {
    height: auto !important;
}

.cont_botoes {
    font-size: 0;
    background: rgba(226, 226, 226, 0.9);
    border-top: 1px #ccc solid;
    padding: 10px;
    text-align: right;
}

.cont_botoes_absolute {
    bottom: 0;
    height: 37px;
    padding: 0;
    position: fixed;
    width: 100%;
}

.cont_botoes_popup {
    border-top: 1px #CCC solid;
    display: inline-block;
    margin-top: 2px;
    padding-top: 5px;
    position: relative;
    text-align: right;
    width: 100%;
}

.area_controle_tela {
    overflow: hidden;
}

.data-vencimento {
    float: left;
    margin: 0 8em;
}

.mes-referencia {
    float: left;
}

.cbx-forcado {
    display: block;
    margin: 0 auto;
    width: 420px;
}

.area-tela-scroll {
    overflow: auto !important;
    padding-bottom: 40px;
}

    .report-filter-tabela, .area-tela-scroll.area_controle_tela > table {
        width: 100%;
    }

.corpo-maior {
    background: #f1f1f1;
    overflow: hidden !important;
}

.ui-dialog-titlebar .ui-icon-closethick {
    background-image: none !important;
    text-indent: 0;
}

    .ui-dialog-titlebar .ui-icon-closethick:before {
        color: white;
        content: "\e610";
        font-family: 'sagres2web';
        font-size: 1rem;
    }

.ui-dialog-titlebar .ui-icon-newwin {
    background-image: none !important;
    text-indent: 0;
    margin-top: 5px !important;
    left: 28%;
    color: transparent;
}


    .ui-dialog-titlebar .ui-icon-newwin:before {
        color: white;
        content: "\e627";
        font-family: 'sagres2web';
    }


.ui-dialog-titlebar .ui-icon-extlink {
    background-image: none !important;
    text-indent: 0;
    margin-top: 5px !important;
    left: 28%;
    color: transparent;
}

    .ui-dialog-titlebar .ui-icon-extlink:before {
        color: white;
        content: "\e62c";
        font-family: 'sagres2web';
    }


.ui-dialog .ui-dialog-titlebar-maximize:hover, .ui-dialog .ui-dialog-titlebar-maximize:focus {
    background-color: transparent !important;
}

.ui-dialog .ui-dialog-titlebar-restore:hover, .ui-dialog .ui-dialog-titlebar-restore:focus {
    background-color: transparent !important;
}


/*[ ÍCONES ]*/
@font-face {
    font-family: 'sagres2web';
    src: url('fonts/sagres2web.eot?8w73hr');
    src: url('fonts/sagres2web.eot?#iefix8w73hr') format('embedded-opentype'), url('fonts/sagres2web.ttf?8w73hr') format('truetype'), url('fonts/sagres2web.woff?8w73hr') format('woff'), url('fonts/sagres2web.svg?8w73hr#sagres2web') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icone {
    font-family: 'sagres2web';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icone-3d:before {
    content: "\e600";
}

.icone-adicionar:before {
    content: "\e601";
}

.icone-alerta:before {
    content: "\e602";
}

.icone-arquivo:before {
    content: "\e603";
}

.icone-asterisco:before {
    content: "\e604";
}

.icone-atualizar:before {
    content: "\e605";
}

.icone-baixo:before {
    content: "\e607";
}

.icone-baixo-dupla:before {
    content: "\e606";
}

.icone-baixo-tri:before {
    content: "\e608";
}

.icone-bloquear:before {
    content: "\e609";
}

.icone-busca:before {
    content: "\e60a";
}

.icone-busca-lista:before {
    content: "\e60b";
}

.icone-cadeado:before {
    content: "\e654";
}

.icone-cadeado-ab:before {
    content: "\e657";
}

.icone-calendario:before {
    content: "\e60d";
}

.icone-camera:before {
    content: "\e60e";
}

.icone-cascata:before {
    content: "\e60f";
}

.icone-check:before {
    content: "\e60c";
}

.icone-checkbox-marcado:before {
    content: "\e611";
}

.icone-checkbox-misto:before {
    content: "\e612";
}

.icone-checkbox-vazio:before {
    content: "\e613";
}

.icone-cifrao:before {
    content: "\e614";
}

.icone-cima:before {
    content: "\e616";
}

.icone-cima-dupla:before {
    content: "\e615";
}

.icone-cima-tri:before {
    content: "\e617";
}

.icone-circ-alerta:before {
    content: "\e618";
}

.icone-circ-check:before {
    content: "\e619";
}

.icone-circ-help:before {
    content: "\e61a";
}

.icone-circ-info:before {
    content: "\e61b";
}

.icone-circ-mais:before {
    content: "\e61c";
}

.icone-circ-menos:before {
    content: "\e61d";
}

.icone-circ-x:before {
    content: "\e61e";
}

.icone-config:before {
    content: "\e61f";
}

.icone-copiar:before {
    content: "\e620";
}

.icone-cubo:before {
    content: "\e621";
}

.icone-database:before {
    content: "\e622";
}

.icone-direita:before {
    content: "\e624";
}

.icone-direita-dupla:before {
    content: "\e623";
}

.icone-direita-tri:before {
    content: "\e625";
}

.icone-editar:before {
    content: "\e626";
}

.icone-encolher:before {
    content: "\e627";
}

.icone-esquerda:before {
    content: "\e629";
}

.icone-esquerda-dupla:before {
    content: "\e628";
}

.icone-esquerda-tri:before {
    content: "\e62a";
}

.icone-estrela:before {
    content: "\e62b";
}

.icone-expandir:before {
    content: "\e62c";
}

.icone-filtrar:before {
    content: "\e62d";
}

.icone-fluxo:before {
    content: "\e659";
}

.icone-graf-area:before {
    content: "\e62e";
}

.icone-graf-barra-h:before {
    content: "\e62f";
}

.icone-graf-barra-v:before {
    content: "\e630";
}

.icone-graf-linha:before {
    content: "\e631";
}

.icone-graf-pilha:before {
    content: "\e632";
}

.icone-graf-pizza:before {
    content: "\e633";
}

.icone-graf-ponto:before {
    content: "\e634";
}

.icone-help:before {
    content: "\e635";
}

.icone-ies:before {
    content: "\e636";
}

.icone-imprimir:before {
    content: "\e637";
}

.icone-info:before {
    content: "\e638";
}

.icone-inserir:before {
    content: "\e639";
}

.icone-janela:before {
    content: "\e63a";
}

.icone-janelas:before {
    content: "\e63b";
}

.icone-janelas-fechar:before {
    content: "\e63c";
}

.icone-livro:before {
    content: "\e63d";
}

.icone-logout:before {
    content: "\e658";
}

.icone-mais:before {
    content: "\e63e";
}

.icone-maximizar:before {
    content: "\e63f";
}

.icone-menos:before {
    content: "\e640";
}

.icone-ordenar:before {
    content: "\e641";
}

.icone-pasta:before {
    content: "\e642";
}

.icone-pasta-aberta:before {
    content: "\e643";
}

.icone-radio-checked:before {
    content: "\e644";
}

.icone-radio-checked2:before {
    content: "\e645";
}

.icone-radio-unchecked:before {
    content: "\e646";
}

.icone-raio:before {
    content: "\e647";
}

.icone-relatorio:before {
    content: "\e648";
}

.icone-relogio:before {
    content: "\e649";
}

.icone-repeat:before {
    content: "\e64a";
}

.icone-replace:before {
    content: "\e64b";
}

.icone-restaurar:before {
    content: "\e64c";
}

.icone-salvar:before {
    content: "\e64d";
}

.icone-smile1:before {
    content: "\e64e";
}

.icone-smile2:before {
    content: "\e64f";
}

.icone-smile3:before {
    content: "\e650";
}

.icone-smile4:before {
    content: "\e651";
}

.icone-spinner:before {
    content: "\e652";
}

.icone-texto:before {
    content: "\e653";
}

.icone-x:before {
    content: "\e610";
}

.icone-zoom-menos:before {
    content: "\e655";
}

.icone-zoommais:before {
    content: "\e656";
}

.icone-user:before {
    content: "\e657";
}

/*[ HEADER ]*/
.header {
    -moz-animation: header .4s 1;
    -o-animation: header .4s 1;
    -webkit-animation: header .4s 1;
    animation: header .4s 1;
    background: #14416B;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

    .header h1 {
        background: transparent url('images/logo.png') no-repeat left center;
        background-size: 26px 26px;
        font-size: 1.2rem;
        font-variant: normal;
        font-weight: 100;
        line-height: 1.4rem;
        margin: .5rem 1rem;
        padding-left: 35px;
    }

@keyframes header {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes header {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes header {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.conteudo-topo-social {
    float: left;
    position: relative;
    width: 385px;
}

.nav_usuario_topo {
    float: right;
    position: relative;
}

.nome_usuario {
    color: white;
    float: left;
    font-size: 13px;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-align: right;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.info_login {
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 20px;
    width: 95px;
}

    .info_login .img_user {
        float: left;
    }

    .info_login .icone {
        float: right;
        font-size: 16px;
        margin: 8px 5px 0 0;
    }

.info_login_menu {
    background-color: rgba(0, 43, 71, 0.97);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);
    display: none;
    min-width: 180px;
    position: absolute;
    right: 0;
    top: 30px;
}

    .info_login_menu a {
        color: white;
        display: block;
        line-height: 30px;
        padding: 0 10px;
        text-align: right;
    }

        .info_login_menu a:hover {
            background: rgba(0, 0, 0, 0.15);
            color: #39C0FF;
        }

.loginDisplay {
    float: right;
    margin: 0 10px;
    width: 80px;
}

.ico-logout a {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-indent: 10px;
}

.header h1,
.loginDisplay a:link,
.loginDisplay a:visited,
.loginDisplay a:hover {
    color: white;
}

.ico-logout a::after {
    content: "\e658";
    float: right;
    font-family: 'sagres2web';
    font-size: 16px;
}

.ico-logout a:hover,
.topo-link-ajuda:hover,
.info_login:hover,
.info_login:active,
.submenu-aberto {
    background-color: rgba(0, 43, 71, 0.97);
}

    .info_login:hover .nome_usuario,
    .ico-logout:hover a {
        color: #39C0FF;
    }

/*[ FORMULÁRIOS ]*/
span[sgrrole="label"], span[sgrrole="label-left"] {
    color: #333;
    display: inline-block;
    font-family: "Segoe UI", "Lucida Grande", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 26px;
    min-width: 50px;
}

span[sgrrole="label"] {
    text-align: right;
}

span[sgrrole="label-left"] {
    text-align: left;
}

.barra_pesquisa_pb span[sgrrole="label"] {
    height: 23px !important;
    line-height: 21px;
    text-align: right;
}

.formulario_pb_menor {
    margin: 0 auto;
    padding: 10px;
}

.formulario_pb {
    background-color: transparent;
    padding-bottom: 3px;
}

    .formulario_pb input[type=text][readonly] {
        background: #F3F3F3 !important;
    }

    .formulario_pb input[type=text], .formulario_pb input[type=email], .formulario_pb input[type=number], .formulario_pb input[type=url], .formulario_pb input[type=password] {
        font-size: 12px;
        height: 21px !important;
        text-indent: 2px;
    }

    .formulario_pb textarea {
        font-size: 12px;
        text-indent: 2px;
    }

    .formulario_pb span {
        font-size: 11px;
        overflow: visible;
        -ms-word-break: normal !important;
        word-break: normal !important;
    }

input[type=text].ui-spinner-input {
    height: 20px !important;
}

.formulario_popup {
    color: #333 !important;
    float: left !important;
}

    .formulario_popup input[type=checkbox] {
        margin: 5px 5px 0 0;
    }

.formulario_transp.barra_pesquisa_pb {
    background: white !important;
}

.formulario_transp span {
    border: none !important;
    color: #0C60A2;
    font-size: 12px;
}

    .formulario_transp span[name] {
        color: Black;
        margin-top: -2px !important;
        text-indent: -6px;
    }

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.no-select,
iframe {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.body-popup,
iframe form {
    height: auto;
}

.failureNotification {
    color: Red;
    font-size: 1.2em;
}

.submitButton {
    padding-right: 10px;
    text-align: right;
}

/*[ BOTÕES ]*/
a.bt_default,
span.bt_default {
    font-size: 13px;
    height: auto;
}

.bt_default {
    border: none;
    color: #333;
    cursor: pointer !important;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    height: 37px;
    line-height: 18px;
    overflow: visible;
    padding: 1px 15px 0 15px;
    text-align: center;
    text-decoration: none !important;
}

.bt_pequeno {
    font-size: 12px;
    height: 18px;
    line-height: 16px;
}

.bt_cinza {
    background-color: #DBDBDB;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

    .bt_cinza:hover {
        background-color: #F1F1F1;
    }

.bt_amarelo {
    background-color: #FFB413;
    float: right;
    padding: 1px 30px;
}

    .bt_amarelo:hover {
        background-color: #FBC44F;
    }

.bt_img {
    background-position: 5px center;
    background-repeat: no-repeat;
    color: black;
    height: 37px;
    padding: 1px 15px 0 30px;
}

    .bt_img.bt_pequeno {
        background-color: #BEC7CE;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0 15px;
    }

        .bt_img.bt_pequeno:hover,
        .bt_img.bt_pequeno:focus {
            background-color: #D5DCE2;
        }

.bt_excluir {
    background-color: #9C3131;
    background-image: url('images/ico_excluir.png');
    color: white;
}

    .bt_excluir:hover {
        background-color: #882323;
    }

.bt_popup,
.bt_img.bt_pequeno {
    height: 30px;
}

.bt_associar {
    background-image: url('images/menu/associar.png');
}

.bt_desassociar {
    background-image: url('images/menu/desassociar.png');
}

.bt_recibo {
    background-image: url('images/ico_recibo.png');
}

.bt_seta_dir {
    background-image: url('images/seta-dir-1.png');
}

.bt_seta_esq {
    background-image: url('images/seta-esq-1.png');
}

.bt_seta_dir_dupla {
    background-image: url('images/seta-dir-2.png');
}

.bt_seta_esq_dupla {
    background-image: url('images/seta-esq-2.png');
}

.bt_excluir_x {
    background-image: url('images/ico-x.png');
}

.bt_buscar_pb,
.bt_adicionar_pb,
.bt_procurar_pb {
    margin: 3px 0 0 3px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    float: left;
    height: 23px;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

    .bt_buscar_pb:hover,
    .bt_adicionar_pb:hover,
    .bt_procurar_pb:hover {
        opacity: .8;
        cursor: pointer;
    }

    .bt_buscar_pb:active,
    .bt_adicionar_pb:active,
    .bt_procurar_pb:active {
        -moz-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

.bt_buscar_pb, .bt_adicionar_pb {
    padding: 0 8px;
    width: auto;
    font-family: inherit;
    font-size: 12px;
}

.bt_buscar_pb {
    background-color: #FFC107;
}

.bt_adicionar_pb {
    background-color: #007A96;
    color: #FFF;
}

.bt_buscar_mod {
    margin: 11px 0 0 5px;
}

.bt_procurar_pb {
    background-image: url('images/procurar_lista.png');
    background-color: #83B0D4;
    width: 42px;
}

.bt-texto {
    background-color: rgba(0, 0, 0, 0.04);
    float: left;
}

    .bt-texto:first-child {
        border-right: none
    }


.bt_exibir_relatorio {
    background-image: url('images/relatorio.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    text-indent: 10px !important;
}

    .bt_exibir_relatorio:hover {
        background-color: #FBC44F;
    }

.bt_atalho {
    float: left;
    border-right: 1px solid #ccc;
}

    .bt_atalho:hover {
        color: rgb(0, 128, 0);
        background-color: rgba(255, 255, 255, 0.3);
    }

/*[ BARRA DE FERRAMENTAS ]*/
.barra-ferramentas {
    bottom: 0;
    position: fixed;
    z-index: 10;
}

.bt-ferramenta {
    color: #333 !important;
    float: left;
    font-size: 10px;
    height: 37px;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    width: 60px;
}

    .bt-ferramenta:not(:last-child), .bt-texto:first-child {
        border-right: 1px solid #ccc;
    }

    .bt-ferramenta .icone {
        display: block;
        font-family: 'sagres2web' !important;
        font-size: 20px;
        margin-top: 1px;
    }


    .bt-ferramenta:hover,
    .bt-texto:hover {
        background-color: #f1f1f1;
    }

    .bt-ferramenta[disabled="disabled"] {
        cursor: not-allowed;
        opacity: .4;
    }

        .bt-ferramenta[disabled="disabled"]:hover {
            background-color: white;
        }

.bt-ged {
    width: 120px !important;
}

.barra-cima .barra-ferramentas {
    display: block;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.barra-cima .bt-ferramenta {
    display: inline-block;
    float: none;
    line-height: 2;
    padding-bottom: 8px;
}

/*[ PAINÉIS "SOBRE" E "MAIS SAGRES" ]*/
.link_menu_suspenso {
    color: #c2c2c2 !important;
    cursor: pointer;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 110px;
}

    .link_menu_suspenso .icone {
        color: white;
        float: right;
        font-size: 1rem;
        margin: 7px 5px 0 0;
        -moz-transition: .2s;
        -o-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .link_menu_suspenso:hover {
        background-color: rgba(23, 23, 23, 0.9);
        color: #39C0FF !important;
    }

        .link_menu_suspenso:hover .icone {
            color: #39C0FF;
        }

.painel-aberto .link_menu_suspenso .icone {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.painel_susp {
    position: absolute;
    right: 0;
    z-index: 9999;
}

.div_servicos {
    margin-right: 400px;
    padding-top: 10px;
    width: 200px;
}

.painel_susp,
.link_menu_suspenso {
    background-color: rgba(23, 23, 23, 0.8);
}

.painel_servicos li:hover {
    background-color: rgba(23, 23, 23, 0.5);
}

#ControleServicos {
    left: 0;
}

.painel_servicos li a {
    color: #efefef !important;
    display: block;
    padding: 10px 10px 10px 50px;
}

.icone_servicos {
    background-position: 10px center;
    background-repeat: no-repeat;
}

.icone_22_academico {
    background-image: url('images/icone_22_academico.png');
}

.icone_22_acervo {
    background-image: url('images/icone_22_acervo.png');
}

.icone_22_diario {
    background-image: url('images/icone_22_diario.png');
}

.icone_22_financeiro {
    background-image: url('images/icone_22_financeiro.png');
}

.icone_22_sagres {
    background-image: url('images/icone_22_sagres.png');
}

.icone_22_social {
    background-image: url('images/icone_22_social.png');
}

.div_about {
    margin-right: 610px;
    width: 300px;
}

#painel_servicos .link_menu_suspenso {
    left: 0;
}

.texto_about {
    color: #efefef;
    padding: 20px 10px;
    text-shadow: 0 1px 20px black;
}

    .texto_about a:hover {
        color: #008BC0 !important;
    }

    .texto_about a,
    .texto_about a:visited,
    .texto_about a:active {
        color: #00A3E2 !important;
    }

/*[ CONTROLES DE PESQUISA ]*/
.trends-search-input {
    border: 1px #ccc solid !important;
    height: 21px !important;
    margin: 0 0 0 10px;
    padding-right: 2px;
}

    .trends-search-input input[type=text] {
        height: 21px !important;
        left: 0 !important;
    }

.search-trigger {
    background-color: #ccc;
    cursor: pointer;
    float: right;
    margin-right: -2px;
    padding: 2px 0 1px 2px;
    position: absolute;
    right: 1px;
}

.barra_pesquisa_pb {
    border-bottom: 2px solid #DDD;
    color: #333;
    display: inline-block;
    margin: 5px auto;
    padding: 3px 10px 4px 10px;
    position: relative;
}

    .barra_pesquisa_pb .trends-datepicker-input {
        background-color: #ccc;
        display: block;
        height: 23px;
        margin: 2px 5px 0 5px;
        width: 1px;
    }

        .barra_pesquisa_pb .trends-datepicker-input input[type=text] {
            border: none !important;
            height: 18px !important;
            left: 0 !important;
        }

        .barra_pesquisa_pb .trends-datepicker-input:hover {
            border: 1px orange solid !important;
        }

    .barra_pesquisa_pb .caixa_pesquisa_pb,
    .pesquisa_generico_pb {
        padding: 3px;
    }

    .barra_pesquisa_pb .linha_vertical {
        background-color: #a8b5be;
        display: block;
        height: 22px;
        margin: 0 5px 0 5px;
        width: 1px;
    }

    .barra_pesquisa_pb .label_pb,
    .barra_pesquisa_pb select {
        font-family: Tahoma, sans-serif;
        font-size: 11px;
    }

        .barra_pesquisa_pb select:focus {
            border: 1px orange solid !important;
        }

    .barra_pesquisa_pb select {
        border: 1px solid #CCC !important;
        height: 23px !important;
    }

.barra_pesquisa_center {
    display: block;
    margin: 30px auto;
}

/*[ TODAS AS DATAWINDOWS ]*/
/*[ CHAVE DE BUSCA ]*/
div [id*="_datawindow"]:not(.icone),
div [id*="_datawindow"] span:not(.icone) {
    background-color: transparent !important;
    border: none;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif !important;
    overflow: visible !important;
}

.keyitem_pb {
    float: left;
}

.tabela-padrao {
    border-collapse: collapse;
    font-size: 8pt;
    margin: 5px 0;
    width: 100%;
}

    .tabela-padrao input[type=button] {
        background-color: #004788;
        border: none;
        color: #FFF;
        font-size: 12px;
        text-indent: 0;
    }

        .tabela-padrao input[type=button]:hover {
            background-color: #072F55;
            cursor: pointer;
        }

    .tabela-padrao [id*="_detail_"] {
        background-color: #fff;
        border-style: none !important;
    }

        .tabela-padrao [id*="_detail_"] td {
            border: 1px solid #B5C3C7 !important;
            height: 25px;
            vertical-align: middle;
        }

            .tabela-padrao [id*="_detail_"] td table tbody tr td {
                border: 0 !important;
                font-family: "Segoe UI", "Lucida Grande", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
                font-size: 12px;
            }

    .tabela-padrao tbody tr td span {
        display: block;
    }

    .tabela-padrao [id*="_header"] {
        background-color: #1D5285;
        border: 1px solid #1D5285 !important;
        color: white;
    }

        .tabela-padrao [id*="_header"] td,
        .tabela-padrao [id*="_header"] th {
            border-style: none !important;
        }

            .tabela-padrao [id*="_header"] th input[type=checkbox] {
                margin-top: 6px;
            }

        .tabela-padrao [id*="_header"] th {
            background-color: transparent !important;
            color: #fff;
            line-height: 20px;
        }

    .tabela-padrao select {
        font-family: "Segoe UI", "Lucida Grande", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
        font-size: 12px;
        height: 22px !important;
        padding: 0;
    }

    .tabela-padrao input {
        text-indent: 4px;
    }

    .tabela-padrao table {
        /* width: 100%;*/
        border-collapse: collapse;
        margin: 0 auto;
    }

        .tabela-padrao table td {
            padding: 0 2px;
        }

    .tabela-padrao tr[id*="_detail_"]:hover,
    .tabela-padrao tr[id*="_detail_"]:hover td {
        background-color: #FFF3CD;
    }

        .tabela-padrao tr[id*="_detail_"]:hover input[type=text][readonly] {
            background: transparent !important;
        }

        .tabela-padrao tr[id*="_detail_"]:hover select,
        .tabela-padrao tr[id*="_detail_"]:hover input[type=text],
        .tabela-padrao tr[id*="_detail_"]:hover input[type=text]:focus {
            background-color: white !important;
        }

.tabela_dropdown {
    padding: 2px 1px;
}

.seletor-filtro td:last-child,
.seletor-filtro td:first-child {
    vertical-align: top;
}

.tabela-padrao a:hover {
    border-bottom-color: #014666;
    color: #014666 !important;
}

.tabela-padrao a,
.tabela-padrao a:visited {
    color: #0461A0;
}

.form-centro div [id*="_datawindow"] {
    margin: 0 auto;
}

/*[ CONTROLE SPINNER ]*/
.trends-spinner-input {
    border: 1px solid #ccc !important;
    padding: 3px 0 2px 0;
}

.ui-spinner-input {
    margin-left: -2px !important;
    padding: 1px 4px 0 1px !important;
}

.ui-spinner-button .ui-button-text {
    padding: 0;
}

/*[ INTERFACE DE ABAS ]*/
.abas-container {
    margin: 5px auto;
    width: 475px;
}

.user_interface_pb {
    margin: 0 5px;
    width: 760px;
    z-index: 0;
}

.opcoes_interface_pb {
    float: left;
    width: 770px;
}

.menu_tabs_pb {
    height: 24px;
}

/*[ MENSAGEM DE ERRO ]*/
.error_div {
    background: #B83D16 url('images/fechar-erro.png') no-repeat 99% 50%;
    border-bottom: 3px solid #9B2E0C;
    border-top: 1px solid #9B2E0C;
    color: white;
    cursor: pointer;
    padding: 5px 25px 5px 10px;
    text-align: left;
}

    .error_div li {
        list-style: none;
    }

.ui-dialog .error_div,
.popup_control_pb .error_div {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

    .corpo-popup .error_div div,
    .corpo-popup .error_div ul,
    .popup_control_pb .error_div div,
    .popup_control_pb .error_div ul {
        margin-left: 20px;
    }

.popup_control_pb .error_div {
    margin-left: -20px;
}

/*[ MENSAGEM DE SUCESSO ]*/
.mensagem_sucesso {
    color: #E97900 !important;
    display: block;
    font-size: 11px;
    text-align: right;
    width: 99%;
}

/*[ POPUP DE BUSCA ]*/
.tabela_branca_popup {
    border-collapse: collapse;
    float: left;
    margin: 5px auto;
    position: initial !important;
    width: 100%;
}

    .tabela_branca_popup input[sgrrole=rowSelection] {
        border: none;
    }

    .tabela_branca_popup table[id*="_datawindow"] {
        border: 1px #E2E2E2 solid;
        width: 100% !important;
    }

    .tabela_branca_popup [id*="_detail_"] {
        background-color: #fff;
        border-style: none !important;
    }

        .tabela_branca_popup [id*="_detail_"] td table tbody tr td {
            width: 100% !important;
        }

    .tabela_branca_popup tbody tr td span {
        display: block;
    }

    .tabela_branca_popup [id*="_header"] {
        background-color: #ECECEC;
        border: 1px solid rgba(0, 0, 0, 0) !important;
    }

        .tabela_branca_popup [id*="_header"] th {
            background-color: transparent !important;
            color: #1E608D !important;
            font-size: 12px;
            padding: 2px 5px;
        }

        .tabela_branca_popup [id*="_header"] td,
        .tabela_branca_popup [id*="_header"] th {
            border-style: none !important;
        }

    .tabela_branca_popup .rodape_tabela {
        margin-left: -10px;
    }

    .tabela_branca_popup * {
        cursor: pointer !important;
    }

.rodape_tabela {
    color: #666 !important;
}

    .rodape_tabela a {
        border-bottom: 1px solid #017BB4;
        color: #017BB4 !important;
        padding-bottom: 2px;
    }

.barra_pesquisa_popup_pb {
    border: 0;
    float: left;
    height: 26px;
}

    .barra_pesquisa_popup_pb .bt_buscar_pb {
        height: 23px;
        margin: 3px 3px 0 -5px;
    }

.key_popup {
    margin-right: 5px;
}

.titleBar_pb {
    background-color: Navy;
    color: CaptionText;
    height: 20px;
    text-align: center;
}

.tabela_multas table,
.tabela_largura_total table {
    width: 98% !important;
}

.framePage_pb {
}

.popup_control_pb {
    padding: 0 20px;
}

.tabela-popup-center [id*="_datawindow"] table {
    width: 100% !important;
}

/*[ PÁGINAS DE ERRO ]*/
.page_not_found,
.pag-erro-geral {
    margin-top: 120px;
    text-align: center;
}

    .pag-erro-geral .icone-cadeado::before {
        -moz-animation: surgir 1s 1;
        -o-animation: surgir 1s 1;
        -webkit-animation: surgir 1s 1;
        animation: surgir 1s 1;
        color: #ED9017;
        font-size: 7rem;
    }

    .page_not_found .icone-alerta:before {
        -moz-animation: surgir 1s 1;
        -o-animation: surgir 1s 1;
        -webkit-animation: surgir 1s 1;
        animation: surgir 1s 1;
    }

    .pag-erro-geral .icone-smile1,
    .pag-erro-geral .icone-smile2 {
        -moz-animation: surgir 1s 1;
        -o-animation: surgir 1s 1;
        -webkit-animation: surgir 1s 1;
        animation: surgir 1s 1;
        color: #9C3131;
        font-size: 7rem;
    }

    .page_not_found .icone {
        color: #FA6800;
        display: block;
        font-size: 4rem;
    }

.page_not_found {
    font-size: 2rem;
}

@-webkit-keyframes surgir {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes surgir {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.header-erro {
    display: block;
    overflow: hidden;
}

.titulo_pag_center {
    font-size: 26px;
    line-height: 52px;
}

.mensagem-requisitos {
    margin-top: 7rem;
}

    .mensagem-requisitos .icone {
        display: block;
        margin: 1rem auto;
    }

.navegadores {
    font-weight: bold;
    margin-top: 10px;
}

.mensagem-requisitos a,
.mensagem-requisitos a:visited {
    color: #0073BD;
    text-decoration: underline;
}

.lista-browsers {
    clear: both;
    margin: 5px;
    overflow: hidden;
    text-align: center;
}

.icone-browser {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    margin: 0 5px 15px 0;
    width: 32px;
}

.browser-ie {
    background-image: url(../../Resources/images/browser-ie.png);
}

.browser-chrome {
    background-image: url(../../Resources/images/browser-chrome.png);
}

.browser-firefox {
    background-image: url(../../Resources/images/browser-firefox.png);
}

.browser-opera {
    background-image: url(../../Resources/images/browser-opera.png);
}

.browser-safari {
    background-image: url(../../Resources/images/browser-safari.png);
}

.erro-generico,
.erro-alerta {
    height: 100px;
    margin: 5px auto;
    width: 100px;
}

/*[ FILTRO DE RELATÓRIOS ]*/
.reportSelect_list {
    margin: 5px 0 10px 0;
}

.reportContext_list {
    clear: both;
    height: 185px !important;
}

.reportSelect_list,
.reportContext_list {
    border: 1px #999 solid;
    float: left;
    width: 100%;
}

    .reportSelect_list:focus,
    .reportContext_list:focus {
        border: 1px solid #D8A561;
    }

.report-container iframe {
    border: 1px #AAA solid;
    margin: 5px 0 0 5px;
    width: 930px;
}

.coluna_contexto {
    border-right: 1px #CCC dashed;
    vertical-align: top;
}

.coluna_contexto,
.coluna_contexto_sec {
    width: 50%;
}

.coluna_contexto_sec {
    padding-left: 15px;
}

.coluna_contexto,
.coluna_contexto_sec,
.reportSelect_list,
.reportContext_list {
    font: normal 11px/12px Tahoma, sans-serif;
}

.selecao_contexto {
    margin-right: 20px;
    padding-left: 10px;
}

.dynatree-container {
    border-style: none !important;
}

.select-campo-filtro {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FF7B00;
    height: 25px !important;
    left: 0 !important;
    line-height: 25px;
    padding-left: 5px;
    position: relative !important;
    top: -209px !important;
}


/*[ MOSAICO DE ÍCONES ]*/
.mosaico_content {
    height: 340px;
    left: 50%;
    margin: -170px 0 0 -480px;
    padding-top: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 960px;
}

.mosaico_bloco {
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    background-color: #333;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    height: 130px;
    letter-spacing: 0.02em;
    line-height: 2;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 130px;
}

    .mosaico_bloco .mosaico_bloco_info {
        background-color: transparent;
        bottom: 0;
        left: 0;
        min-height: 30px;
        position: absolute;
        right: 0;
    }

    .mosaico_bloco:nth-child(2n+1) {
        -moz-animation-delay: .3s;
        -o-animation-delay: .3s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .mosaico_bloco:visited,
    .mosaico_bloco:focus,
    .mosaico_bloco:link {
        color: White !important;
    }

    .mosaico_bloco:hover,
    .mosaico_bloco:focus {
        outline: 3px #333 solid;
    }

.mosaico_bloco_tit {
    height: 35px;
    text-align: left;
    text-indent: 10px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.mosaico_bloco_cont {
    display: inline-block;
    height: 85px;
    width: 100%;
}

.mosaico_bloco_ico {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 46px;
    margin: 20px auto 0 auto;
    width: 46px;
}
/* Vermelho */
.mosaico_bloco:nth-child(2) {
    background: #9C3131;
}

.mosaico_bloco:nth-child(8) {
    background: #CE352C;
}
/* Verde */
.mosaico_bloco:nth-child(5) {
    background-color: #00A300;
}

.mosaico_bloco:nth-child(4) {
    background-color: #699418;
}
/* Azul */
.mosaico_bloco:nth-child(7) {
    background: #2D89EF;
}

.mosaico_bloco:nth-child(1) {
    background: #00356A;
}
/* Laranja*/
.mosaico_bloco:nth-child(3) {
    background: #DA532C;
}
/*Blocos largos*/
.mosaico_bloco:nth-child(1), .mosaico_bloco:nth-child(4),
.mosaico_bloco:nth-child(7), .mosaico_bloco:nth-child(8) {
    width: 271px;
}

@-webkit-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -moz-transform: perspective(400px);
        -ms-transform: perspective(400px);
        -o-transform: perspective(400px);
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -moz-transform: perspective(400px);
        -ms-transform: perspective(400px);
        -o-transform: perspective(400px);
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

/*[ INTEGRAÇÃO COM O SAGRES SOCIAL ]*/
.about-fix {
    margin-right: 325px !important;
}

.painel-fix {
    margin-right: 115px !important;
}

.bt_social {
    background: rgba(0,0,0,0.2);
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 10px;
}

    .bt_social *:focus {
        border: none;
    }

    .bt_social .icone {
        display: inline-block;
        height: 16px;
        width: 16px;
    }

    .sprite_topo_portal,
    .bt_social .icone,
    .fechar_notif.sprite_ico {
        background-image: url('images/sprite_novotopo.png');
        background-repeat: no-repeat;
    }

    .bt_social:hover {
        background: rgba(0,0,0,0.3);
    }

    .bt_social:empty {
        display: none;
    }

    .bt_social a {
        color: #efefef;
        padding: 0 5px;
    }
        /*[ SOCIAL: BUSCA ]*/
        .bt_social a,
        .bt_social a:hover {
            text-decoration: none !important;
        }

.notif_usuario .contador {
    background: #EC7A2E;
    color: white;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    text-align: center;
    width: 30px;
}

.pesquisa-filtro-bt {
    height: 30px;
    width: 30px;
}

.pesquisa-filtro-ativo {
    border-radius: 3px 0 0 3px;
}

.filtro_busca {
    background: rgba(3, 2, 2, 0.2);
    float: left;
    height: 30px;
    margin-top: 10px;
    position: relative;
    width: 155px;
}

    .filtro_busca .bt_filtro {
        float: left;
        height: 30px;
    }

        .icone-busca-topo:hover,
        .filtro_busca .bt_filtro:hover {
            cursor: pointer;
        }

        .filtro_busca .bt_filtro:hover,
        .filtro_busca .bt_filtro:focus,
        .icone-busca-topo:hover,
        .pesquisa-filtro-ativo {
            background-color: rgba(0, 0, 0, 0.2) !important;
        }

    .filtro_busca:hover {
        background: rgba(3, 2, 2, 0.4);
    }

    .filtro_busca ul {
        background-color: rgba(0, 43, 71, 0.97);
        display: none;
        left: 0;
        position: absolute;
        top: 30px;
        width: 155px;
        z-index: 99;
    }

        .filtro_busca ul li a:hover {
            background-color: rgba(0, 0, 0, 0.15);
            cursor: pointer;
        }

            .filtro_busca ul li a:hover .icone {
                color: #EC7A2E;
            }

.bt_filtro:focus {
    border-bottom: 1px solid #EC7A2E;
}

input[type=text].busca {
    background: transparent;
    border: none !important;
    color: #999;
    float: left;
    height: 30px !important;
    text-indent: 5px;
    width: 100px;
}

.busca.input_texto_erro {
    border: none !important;
}

.busca:focus {
    color: black;
    outline: none !important;
}

.icone-busca-topo {
    background-position: -22px -57px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}

.filtro-pesquisa {
    clear: both;
    color: #fff;
    display: block;
    line-height: 25px;
    padding: 2px 0 2px 5px;
}

    .filtro-pesquisa .pesquisa-filtro-bt.icone.icone-postar {
        background-position: 1px -47px !important;
    }

    .filtro-pesquisa .icone {
        float: left;
        height: 16px;
        margin: 2px 10px 0 0;
        width: 16px;
    }
/*[ SOCIAL: NOTIFICAÇÕES ]*/
.notificacao-painel {
    position: absolute;
    right: 37px;
    top: 17px;
    z-index: 999;
}

.menu-notificacao-seta {
    display: block;
    height: 33px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .menu-notificacao-seta .seta {
        border-bottom: 10px solid #EC7A2E;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        width: 0;
    }

.menu_suspenso_notif {
    background: white;
    border-color: #EC7A2E #ccc #EC7A2E #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 1px 2px 1px;
    box-shadow: 0 2px 4px rgba(153, 153, 153, 0.56);
    max-height: 500px;
    max-width: 270px;
    min-width: 250px;
    overflow: hidden;
    overflow-y: auto;
    width: auto;
}

    .menu_suspenso_notif ul li {
        border-bottom: 1px #ccc solid;
        max-width: 260px;
        min-width: 240px;
        overflow: hidden;
        padding: 5px;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        width: auto;
    }

        .menu_suspenso_notif ul li:hover {
            background-color: #efefef;
        }

        .menu_suspenso_notif ul li a {
            display: block;
        }

            .menu_suspenso_notif ul li a img {
                height: 30px;
                margin-right: 5px;
                width: 30px;
            }

#Topo_AcessoInfo_NotificationViewItemList,
#AcessoInfo_NotificationViewItemList {
    max-height: 360px;
    overflow-y: auto;
}

.menu_suspenso_notif .notificacao-link,
.menu_suspenso_notif .notificacao-link:hover {
    color: black;
    font-size: 12px;
    line-height: 13px;
}

.titulo_categoria {
    color: #7A7A7A;
    display: none;
    padding: 10px 0 10px 5px;
}

.notificacao-filtros {
    border-bottom: 1px #ccc solid;
    overflow: hidden;
    width: 100%;
}

.notificacao-filtros-link {
    float: left;
    font-size: 1.3em;
    position: relative;
}

    .notificacao-filtros-link:hover,
    .notificacao-filtros-ativo {
        background-color: #dadada;
    }

.contagem-categorias {
    background-color: #FA7800;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-family: tahoma, arial, sans-serif;
    font-size: 10px;
    line-height: 13px;
    padding: 0 3px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.notif_nav {
    color: #333;
    display: block;
    overflow: hidden;
    width: 100%;
}

    .notif_nav .notif_nav_cat,
    .notif_nav_cat_atv {
        margin: 0 3px;
        padding: 0 2px;
        line-height: 20px;
    }

        .notif_nav .notif_nav_cat:hover {
            border-bottom: 1px #999 solid;
            cursor: pointer;
        }

.notif_nav_cat_atv {
    border-bottom: 1px #6791A5 solid;
    font-weight: bold;
}

.notificacoes_painel,
.notificacao {
    clear: both;
    display: block;
    overflow: hidden;
}

    .notificacoes_painel .notif_painel_nao_lida {
        border-left: 2px #7DA9BD solid;
    }

    .notificacoes_painel .notif_lista_controle {
        margin: 31px 0 0 415px;
        position: absolute;
        right: auto;
        top: auto;
        width: 110px;
    }

    .notificacoes_painel .notificacao {
        background-color: White;
        border: 1px #dadada solid;
        border-radius: 3px;
    }

        .notificacoes_painel .notificacao:hover {
            background-color: #f2f2f2;
            box-shadow: 1px 1px 2px white inset;
        }

    .notificacao .icone-lixeira {
        font-size: 16px;
    }

.notificacoes_painel {
    float: left;
    margin: 5px auto;
    width: 545px;
}

.notificacao {
    min-height: 35px;
    padding: 5px 0 5px 5px;
    width: 538px;
}

.notificacao_txt {
    display: block;
    float: left;
    width: 386px;
}

.notificacao_controles {
    float: right;
    padding-right: 5px;
    width: 145px;
}

    .notificacao_controles .txt_cinza2 {
        padding-bottom: 10px;
        text-align: right;
        width: 100%;
    }

.notificacao-popup {
    background-color: rgba(240, 240, 240, 0.7);
    border: 1px rgba(102, 102, 102, 0.5) solid;
    border-radius: 3px;
    bottom: 20px;
    font-size: 11px;
    left: auto;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 20px;
    top: auto;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 265px;
    z-index: 9999;
}

    .notificacao-popup .notificacao-fechar {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #666;
        border-radius: 3px;
        color: #666;
        cursor: pointer;
        font-size: 1.2em;
        padding: 2px;
        position: absolute;
        right: -9px;
        text-align: center;
        top: -9px;
        width: 19px;
    }

    .notificacao-popup:hover {
        background-color: rgba(255, 255, 255, 1);
        border: 1px #EC7A2E solid;
        box-shadow: 0 0 6px #999;
    }

        .notificacao-popup:hover .notificacao-fechar {
            border: 1px solid #EC7A2E;
            color: #EC7A2E;
        }

    .notificacao-popup img {
        float: left;
        margin: 6px;
        width: 48px;
    }

.notificacao-popup-txt {
    color: #333;
    float: right;
    padding: 4px;
    width: 18em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.notif_lista_controle a {
    line-height: 11px !important;
}

.link_pag {
    background-color: #efefef;
    border-bottom: 0 !important;
    box-shadow: 0 0 20px #ccc inset;
    line-height: 30px;
}

    .link_pag .excluir_tudo {
        color: #333;
        display: block;
        padding: 0 10px;
        text-align: center;
    }

    .link_pag:hover {
        background-color: #f7f7f7;
    }
/*[ SOCIAL: SPRITE CSS ]*/
.icone-notificacao {
    background-position: -112px -222px;
    height: 30px;
    width: 30px;
}

.bt_filtro .bt_basico {
    float: right;
    height: 29px;
    width: 30px;
}

.ico_cancelar_cinza {
    background-position: -84px -171px;
}

    .ico_cancelar_cinza:hover,
    .notif_popup:hover .ico_cancelar_cinza {
        background-position: -64px -171px;
    }

.ico_comunidades_cz {
    background-position: -78px -91px !important;
}

.ico_grupos_cz {
    background-position: -78px 6px !important;
}

.ico_perfil_verde_cz {
    background-position: -78px -59px !important;
}

.pesquisa-filtro-bt.icone.icone-postar {
    background-position: -77px -131px !important;
}

.ico_areas_cinza {
    background-position: -78px -24px !important;
}

.icone-postar {
    background-position: 0 -48px;
}

.icone-grupo {
    background-position: 0 -128px;
}

.icone-comunidade {
    background-position: 0 -105px;
}

.icone-mensagem {
    background-position: -26px -22px;
}

.icone-etc {
    background-position: -25px -39px;
}

.icone-usuario {
    background-position: 0 -22px;
}

/*[ CONTROLE DE FOTO DO USUÁRIO ]*/
.form-foto {
    border: 2px #ccc solid;
    height: 139px;
    margin: 2px;
    position: relative;
    width: 108px;
}

    .form-foto .trocar-img {
        background: #FFA500;
        color: #FFF;
        display: none;
        line-height: 36px;
        margin-top: 76px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .form-foto:hover {
        border-color: #FFA500;
    }

        .form-foto:hover .trocar-img {
            display: block;
        }

        .form-foto:hover img {
            opacity: 0.3;
        }

    .form-foto img {
        height: 100%;
        width: 100%;
    }

    .form-foto .trocar-img-cam {
        background: #FFA500;
        color: #FFF;
        display: none;
        line-height: 36px;
        margin-top: 36px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .form-foto:hover .trocar-img-cam {
        display: block;
    }
/*[ CONTROLE DE TIPOS DE GRÁFICO ]*/
.pdf-container {
    margin-left: 100px;
}

.seletor-filtro {
    margin: 5px auto;
}

.filtro-fora {
    text-align: left;
}

.filtro-dentro {
    text-align: right;
}

.filtro-fora,
.filtro-dentro {
    color: #666;
}

.controle-graficos {
    bottom: 38px;
    font: normal 12px/14px arial;
    left: 0;
    position: fixed;
    text-align: left;
    width: 200px;
    z-index: 999;
}

.lista-tipo-titulo {
    background-color: #222;
    background-color: rgba(23, 23, 23, 0.85);
    border-bottom: 4px #414141 solid;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;
}

    .lista-tipo-titulo .seta_br {
        background-color: transparent;
        background-image: url('images/arrow_metro_br.png');
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        height: 10px;
        margin: 5px 0 0 0;
        width: 9px;
    }

.exibir-lista {
    background-color: #222;
    background-color: rgba(23, 23, 23, 0.85);
    display: block;
    overflow: hidden;
}

    .exibir-lista .bt_amarelo {
        background: #FFA922;
        height: 30px;
        margin: 10px;
        padding: 0 15px;
    }

        .exibir-lista .bt_amarelo:hover {
            background: #F09609;
        }

.lista-tipo {
    background-color: transparent;
    background-image: url('images/tipos.png');
    background-repeat: no-repeat;
    color: #FFF !important;
    display: block;
    float: left;
    margin-left: 10px;
    padding: 7px 5px 8px 30px;
    text-decoration: none;
    width: 90px;
}

    .lista-tipo:hover {
        background-color: #444;
        background-color: rgba(75, 75, 75, 0.9);
    }

.tipo-selecionado,
.tipo-selecionado:hover {
    background-color: #075033;
    border-bottom: 2px solid #18855A;
    padding-bottom: 6px;
}

.tipo-pizza {
    background-position: 5px 3px;
}

.tipo-area {
    background-position: 5px -32px;
}

.tipo-linha {
    background-position: 5px -64px;
}

.tipo-coluna {
    background-position: 5px -98px;
}

.tipo-barra {
    background-position: 5px -132px;
}

.tipo-pilhavert {
    background-position: 5px -165px;
}

.tipo-pilhahor {
    background-position: 5px -197px;
}

.tipo-pontos {
    background-position: 5px -232px;
}

.tipo-3d {
    background-position: 5px -288px;
}

.tipo-sol {
    background-position: 5px -263px;
}

.tipo-subopcao {
    float: right;
    height: 15px;
    margin: 0 3px 0 0;
    padding: 7px 5px;
    text-indent: -9999px;
    width: 17px;
}

    .tipo-subopcao.tipo-selecionado {
        padding-bottom: 5px;
    }

.lista-tipo-item {
    border-bottom: 1px solid #555;
    display: block;
    overflow: hidden;
}

.instrucao_popup {
    color: #666;
    line-height: 22px;
}

/*[ UPLOAD DE ARQUIVOS ]*/
.fileinput-wrapper {
    *display: inline;
    background: #D6D6D6;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

    .fileinput-wrapper:hover {
        cursor: pointer;
    }

        .fileinput-wrapper:hover .fileinput-button {
            background: #67A2B1 !important;
        }

.fileinput-input,
.fileinput-input.ui-state-default {
    background: transparent !important;
    float: left;
    line-height: 25px !important;
    overflow: hidden;
    padding: 3px;
    white-space: nowrap;
    width: 250px;
}

.fileinput-button {
    background-color: #6D949E !important;
    float: right;
    line-height: 25px;
    overflow: hidden;
    padding: 1px 3px 0 3px;
    padding: 0 3px 0 3px\0/;
    white-space: nowrap;
}

    .fileinput-input:hover,
    .fileinput-button:hover,
    .fileinput-file:hover {
        cursor: pointer !important;
    }

    .fileinput-button.ui-state-hover {
        margin: 0 !important;
    }

.fileinput-button-text {
    color: white;
    font-size: 12px;
    padding: 0 3px;
}

.fileinput-file {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.fileinput-input.ui-state-default {
    border: none;
}
/*[ POPUP DE AVISO DE SESSÃO ]*/
.sessiontimeout-dialog {
    border: none !important;
    box-shadow: 0 0 5px #ADADAD;
    padding: 30px !important;
    z-index: 9999 !important;
}
/*.modal_sessao {
  background: #D7D7D7;
  display: none;
  height: 100%;
  opacity: .5;
  overflow: hidden;
  position: absolute;
  transition: .2s;
  width: 100%;
  z-index: 9999;
}
.aviso_sessao {
  color: #303F74;
  display: none;
  font-size: 26px;
  height: 200px;
  line-height: 30px;
  margin: 300px auto;
  opacity: 1 !important;
  position: absolute;
  text-align: center;
  text-align: center;
  text-shadow: 1px 1px 1px white;
  transition: 0.2s;
  width: 100%;
  z-index: 99999;
}
.aviso_sessao img {
  clear: both;
  display: block;
  margin: 0 auto;
}
.aviso_sessao a {
  clear: both;
  color: #000;
  display: block;
  font-size: 20px;
  font-size: 20px;
}*/
.expiring_session_popup,
.expired_session_popup {
    color: #303F74;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
    text-shadow: 1px 1px 1px white;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    width: 100%;
}

    .expiring_session_popup h1,
    .expired_session_popup h1 {
        color: #FA7507;
        font-weight: 100;
    }

.aLogout,
.aRenewSession {
    font-size: 14px;
}

.session_expiring,
.session_expired {
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px;
}

    .session_expiring::before,
    .session_expired::before {
        color: #FA7507;
        content: "\e649";
        font-family: 'sagres2web';
        font-size: 6rem;
        -moz-animation: brilhar 1s infinite;
        -o-animation: brilhar 1s infinite;
        -webkit-animation: brilhar 1s infinite;
        animation: brilhar 1s infinite;
    }

    .session_expired::after {
        content: "\e61e";
        color: rgb(206, 53, 44);
        font-family: 'sagres2web';
        font-size: 2rem;
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 3rem;
        border-radius: 50%;
        text-shadow: 2px 5px 0 #fff;
        -moz-animation: surgir 1s 1;
        -o-animation: surgir 1s 1;
        -webkit-animation: surgir 1s 1;
        animation: surgir 1s 1;
    }

.sessionTimeout {
    color: #ccc;
    float: right;
    height: 16px;
    line-height: 1.1em;
    margin-right: 5px;
    position: relative;
    width: 75px;
}

    .sessionTimeout::before {
        content: "\e649";
        color: #ccc;
        font-family: 'sagres2web';
        font-size: 16px;
        position: absolute;
    }

.sessionExpired .session_text, .sessionExpired.sessionTimeout::before {
    color: #FF6259;
    text-shadow: 0 0 25px black;
}

.session_text {
    padding-left: 1.5em;
}

@-webkit-keyframes brilhar {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes brilhar {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.lblCurso {
    display: block;
    margin-left: 10px;
}
/*[ ORDENAMENTO DE TABELA ]*/
.tabela-ordenamento {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 12px;
    margin-top: 5px;
    width: 12px;
}

.ordenamento-desc {
    background-image: url('images/ordem-baixo.png');
}

.ordenamento-asc {
    background-image: url('images/ordem-cima.png');
}
/*[ RODAPÉ DAS PÁGINAS]*/
.footer {
    background-color: #222;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #efefef;
    font-size: 12px;
    height: 25px;
    line-height: 2;
    margin-top: -25px;
    overflow: hidden;
    padding: 0 1rem;
    position: fixed;
    text-align: right;
    width: 100%;
}

    .footer .aviso-licenca {
        clear: none;
        float: left;
        padding: 0;
    }

    .footer .icone-alerta {
        -moz-animation: pulse 1s infinite;
        -o-animation: pulse 1s infinite;
        -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
        color: #FA6800;
        display: inline-block;
        margin: 7px 10px 0 30px;
    }

    .footer .icone-cadeado {
        color: #FA6800;
    }

    .footer a {
        color: #ccc !important;
    }

.rodape_txt_esq {
    background-position: 3px;
    background-repeat: no-repeat;
    float: left;
    max-width: 300px;
    padding-left: 25px;
}

.rodape_txt {
    margin-right: 10px;
}

.aviso-licenca {
    clear: both;
    color: #FFA502;
    padding-top: 2em;
    text-align: center;
}

@-webkit-keyframes pulse {
    0%, 100% {
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes gerando {
    from {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 100%);
    }
}

.aguarde-relatorio .icone {
    -moz-animation: gerando 2s infinite, brilhar 1s infinite;
    -o-animation: gerando 2s infinite, brilhar 1s infinite;
    -webkit-animation: gerando 2s infinite, brilhar 1s infinite;
    animation: gerando 2s infinite, brilhar 1s infinite;
    color: #ED9017;
    font-size: 7rem;
}

.aguarde-relatorio {
    text-align: center;
    margin-top: 30px;
}

/* [ RELATÓRIOS PARTICULARES ] */

.report-instrucoes {
    padding: 5px;
    background-color: #EFEFEF;
    font-size: .75rem;
    border-bottom: 1px dashed #CCC;
}

div.edit-disabled {
    border: none !important;
}

.arg-label {
    display: inline-block;
    font-size: 12px;
    min-width: 90px;
    padding-right: 5px;
    height: 23px;
    line-height: 21px;
    text-align: right;
    vertical-align: top;
}

.report-arg {
    padding: 3px;
    text-align: left;
}

button.ui-datepicker-trigger {
    background: rgba(0, 0, 0, 0) url("Images/ui-calendario.png") center center no-repeat;
    border: none;
    width: 22px;
    height: 22px;
    text-indent: -99px;
    overflow: hidden;
    position: relative;
    top: -2px;
    margin-left: -22px;
}

.arg-date, .arg-datetime {
    position: relative;
}


/* Processamentos em Lote*/
.process-text {
    display: block;
    text-align: center;
    line-height: 2;
    color: #D37600;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-image {
    display: block;
    margin: 10px auto;
    width: 75px;
    height: 60px;
    position: relative;
    text-align: center;
}

.image-processing::before {
    color: #555;
    font-size: 2rem;
    top: 0;
    left: 0;
    -moz-animation: contragiro 1.5s infinite linear;
    -o-animation: contragiro 1.5s infinite linear;
    -webkit-animation: contragiro 1.5s infinite linear;
    animation: contragiro 1.5s infinite linear;
}

.image-processing::after {
    bottom: 0;
    color: #333;
    right: 0;
    font-size: 3rem;
    -moz-animation: giro 2s infinite linear;
    -o-animation: giro 2s infinite linear;
    -webkit-animation: giro 2s infinite linear;
    animation: giro 2.5s infinite linear;
}

.image-processing::before, .image-processing::after {
    font-family: sagres2web;
    position: absolute;
    content: '\e61f';
}

@-moz-keyframes contragiro {
    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes contragiro {
    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes contragiro {
    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes giro {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes giro {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes giro {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.image-process-error::before {
    content: '\e64f';
    font-family: sagres2web;
    font-size: 4rem;
    color: rgba(132, 0, 0, 0.8);
    -moz-animation: surgir 1s 1;
    -o-animation: surgir 1s 1;
    -webkit-animation: surgir 1s 1;
    animation: surgir 1s 1;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.image-process-finished::before {
    content: '\e651';
    font-family: sagres2web;
    font-size: 4rem;
    color: rgba(0, 114, 34, 0.80);
    -moz-animation: surgir 1s 1;
    -o-animation: surgir 1s 1;
    -webkit-animation: surgir 1s 1;
    animation: surgir 1s 1;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.image-process-error + .process-text {
    color: rgba(132, 0, 0, 0.8);
}

.image-process-finished + .process-text {
    color: rgba(0, 114, 34, 0.80);
}

/** Miscelaneos */

.popup-no-close .ui-dialog-titlebar-close {
    display: none
}

.cont_semregistro {
    color: #999;
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    margin: 10px 30px;
    display: block;
    clear: both;
}


/** Versão Beta das janelas**/
.window_panel.window_beta {
    border-color: #D83502;
}

    .window_panel.window_beta .window_header {
        background-color: #D83502;
        position: relative;
    }

        .window_panel.window_beta .window_header::after {
            content: "Beta";
            position: absolute;
            right: 120px;
            color: #D83502;
            top: 0px;
            z-index: 99;
            background-color: white;
            height: 24px;
            font-size: .75rem;
            padding: 0 1rem;
            line-height: 2;
            text-transform: uppercase;
        }


/** Required Missing */
input[type="text"].required-missing,
input[type="number"].required-missing,
select.required-missing,
.formulario_pb select.required-missing,
textarea.required-missing {
    border-color: #DD3232 !important;
}


    input[type="text"].required-missing:focus,
    input[type="number"].required-missing:focus,
    select.required-missing:focus,
    .formulario_pb select.required-missing:focus,
    textarea.required-missing:focus {
        border-color: #FFA500 !important;
    }


/* Erros de licença */
.license-message {
    padding: 3px;
    text-align: left;
}


/* Exportação de relatórios */
.relatorio-tipo {
    float: right;
    margin: 4px 5px;
}

    .relatorio-tipo label {
        height: 25px;
        display: inline-block;
        line-height: 1.6;
        padding-right: 5px;
        font-size: 12px;
    }

    .relatorio-tipo select {
        margin-right: 5px;
    }

    .relatorio-tipo .bt_default {
        height: 25px;
        padding: 1px 10px;
    }


/* Formulários dinâmicos*/
.field-label {
    display: inline-block;
    font-size: 12px;
    width: 90px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
    color: rgb(51, 51, 51);
}

.field-checkbox span {
    padding-left: 95px;
}

.field-checkbox input {
    vertical-align: middle;
}

.field-checkbox label {
    margin-left: 2px;
    height: 23px;
    color: rgb(51, 51, 51);
}

.form-field {
    padding: 3px;
    text-align: left;
}

.field-table select, .field-list select {
    font-size: 12px !important;
}

/*** Link para visualização de mapa ***/
.map-link {
    background-image: url('Images/GeoPointMap_32x32.png');
    background-repeat: no-repeat;
    padding-left: 34px;
    padding-top: 10px;
    height: 36px;
}

/* Rows per Page */


.bt-rowsperpage {
    float: right;
    padding: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: rgb(51, 51, 51) !important;
}

    .bt-rowsperpage .custom-select {
        height: 20px;
        vertical-align: text-bottom;
    }

    .bt-rowsperpage select {
        font-size: .75rem;
        height: 20px;
        line-height: 12px;
        min-height: 20px;
        padding-right: 1rem;
    }

    .bt-rowsperpage .label-padrao {
        font-size: .75rem;
        height: auto;
    }

    .bt-rowsperpage .custom-select::after {
        top: .6rem;
    }

.barra-cima .bt-rowsperpage {
    display: inline-block;
    float: none;
    line-height: 2;
    padding-bottom: 8px;
}
