﻿@import url('Cores.css');

.selected-page {
    background: maroon;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    padding: 4px 6px;
    margin: 0 1px;
}

.pagination-point {
    background: #fafafa;
    color: #7d7d7d;
    font-size: 11px; /*font-weight: bold;*/
    line-height: 1;
    text-align: right;
    text-decoration: none;
    padding: 4px 6px;
    margin: 0 1px;
}

    .pagination-point:hover,
    .pagination-point:active {
        color: white;
        background-color: silver;
        text-decoration: none;
    }

.paginacaoFixa {
    position: fixed;
    display: block;
    top: 0;
    background-color: white;
    border-bottom: 2px solid silver;
    padding-top: 8px;
    padding-bottom: 8px;
    -moz-box-shadow: 0px 10px 30px -15px;
    -webkit-box-shadow: 0px 10px 30px -15px;
    box-shadow: 0px 10px 30px -15px;
}

div#divPaginacao {
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 1;
}

#divMensagemPaginacao {
    text-align: center;
    padding-top: 30px;
    user-select: none;
}

    #divMensagemPaginacao #spnAguarde {
        font-weight: bold;
        font-size: 15px;
        display: block;
    }

    #divMensagemPaginacao img {
        padding-top: 10px;
    }

#divResultado .objeto {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    border-left: 3px solid silver;
}

    #divResultado .objeto .propriedadeObjeto {
        padding-top: 2px;
        padding-bottom: 2px;
    }

        #divResultado .objeto .propriedadeObjeto.quebraLinha {
            white-space: inherit;
        }

        #divResultado .objeto .propriedadeObjeto .propriedadeValor {
            overflow: hidden;
        }

            #divResultado .objeto .propriedadeObjeto .propriedadeValor.soAtencao,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.soAlerta,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.soAndamento,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.soSemAtualizacao,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.correto,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.atencao,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.alerta,
            #divResultado .objeto .propriedadeObjeto .propriedadeValor.situacao {
                color: gray;
                background-color: #f0f0f0;
                font-style: italic;
                padding: 0px 5px 0px 5px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

    #divResultado .objeto > div span:first-child {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: auto;
    }

    #divResultado .objeto:hover {
        background-color: #fafafa;
        border-left-width: 8px;
        border-left-color: silver;
        margin-left: -5px;
        box-shadow: 0px 1px 3px 0px Gainsboro;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #divResultado .objeto .opcoes {
        display: none;
        margin: 5px 5px 0px 0px;
        float: right;
        text-transform: lowercase;
    }

    #divResultado .objeto.soAlerta,
    #divResultado .objeto.alerta {
        border-left-color: rgb(233, 109, 109);
    }

    #divResultado .objeto.soAtencao,
    #divResultado .objeto.atencao,
    #divResultado .objeto.atenção {
        border-left-color: gold;
    }

    #divResultado .objeto.soAndamento,
    #divResultado .objeto.Andamento,
    #divResultado .objeto.correto {
        border-left-color: yellowgreen;
    }

    #divResultado .objeto.soSemAtualizacao {
        border-left-color: rgb(253, 165, 80);
    }

    #divResultado .objeto .propriedadePrincipal {
        font-size: 16px;
        font-weight: normal;
        border-bottom: 1px dotted silver;
    }

        #divResultado .objeto .propriedadePrincipal a:hover {
            text-decoration: none;
        }

    #divResultado .objeto .propriedadeObjeto .propriedadeNome {
        font-weight: bold;
        margin-right: 5px;
    }

    #divResultado .objeto .grupo {
        overflow: hidden;
    }

        #divResultado .objeto .grupo.bloco {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: top;
        }

            #divResultado .objeto .grupo.bloco.outroBloco {
                /*border-left: 5px solid transparent; */
            }


#divPesquisaAvancada {
    display: none;
}

    #divPesquisaAvancada #campos-pesquisaAvancada {
    }

#botoes-pesquisaAvancada-container #botoes-pesquisaAvancada {
    float: right;
}

div.busca ul.listas {
    padding: 0px;
    margin: 0px;
    list-style: none; /* display: inline; */
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
}

    div.busca ul.listas li {
        display: inline;
    }

    div.busca ul.listas a {
        padding: 10px;
        color: Gray;
    }

        div.busca ul.listas a.selecionado {
            background-color: white;
            font-weight: bold;
        }

.divResultado .objeto {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    border-left: 3px solid silver;
}

    .divResultado .objeto > div span:first-child {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: auto;
    }

    .divResultado .objeto:hover {
        background-color: #fafafa;
        border-left-width: 8px;
        border-left-color: silver;
        margin-left: -5px;
        box-shadow: 0px 1px 3px 0px Gainsboro;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .divResultado .objeto .opcoes {
        display: none;
        margin: 5px 5px 0px 0px;
        float: right;
        text-transform: lowercase;
    }

    .divResultado .objeto .grupo {
        overflow: hidden;
    }

    .divResultado .objeto .propriedadePrincipal {
        font-size: 16px;
        font-weight: normal;
        border-bottom: 1px dotted silver;
    }

        .divResultado .objeto .propriedadePrincipal a:hover {
            text-decoration: none;
        }

    .divResultado .objeto .grupo.bloco {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }

        .divResultado .objeto .grupo.bloco.outroBloco {
            /*border-left: 5px solid transparent; */
        }




/* CSS dos links das páginas de Listas ********************************************/
.ListaLinksURL {
    float: right !important;
    cursor: pointer !important;
    font-family: Sans-Serif, Arial, Tahoma !important;
    font-size: 12px !important;
    color: maroon;
}

    .ListaLinksURL:hover {
        color: red;
    }

.ListaLinksContent {
    display: none;
    background: white;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px -15px;
    box-shadow: 0px 10px 30px -15px;
    font-size: 0;
}


.ListaLinksContentMenu {
    width: 18%;
    height: 96%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    overflow-y: auto;
}

.ListaLinksContentMenuLink {
    vertical-align: middle;
    padding: 6px;
    cursor: pointer;
}

    .ListaLinksContentMenuLink:hover {
        background-color: #f0f0f0;
    }



.ListaLinksContentContent {
    width: 80%;
    height: 85%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    border-left: 1px solid gray;
}
/*********************************************************************************/

.alternar-planilha {
    font-size: 15px;
    vertical-align: bottom;
    border-left: 1px solid #979797;
    padding-left: 12px;
    margin-left: 0px;
    text-decoration: none;
}

.descricaoFiltroAvancado {
    background-color: #fafafa;
    box-shadow: 0px 1px 3px 0px #383734;
    padding: 10px;
    font-size: 13px;
    color: #ab0132;
    font-weight: bold;
}

.UpdatePG_Centro
{
    z-index: 200;
    position: absolute;
    top: 40%;
    left: 35%;
    text-align: center;
    width: 400px;
    height: 60px;
    font-weight: bold;
    font-size: 13px;
    color: white;
    font-family: Sans-Serif, Arial, Tahoma;
}


a {
    outline: none !important;
}

input {
    outline: none !important;
}


.Pelicula
{

    width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body, html
{
    padding: 0px;
    margin: 0px;
}

body, td, th, div, input, button, select, textarea
{
    font-family: Sans-Serif, Arial, Tahoma;
    font-size: 12px;
    resize:none;
}

hr
{
    border: 0px;
    size: 1px;
    height: 1px;
}

a, a:link, a:visited
{
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

a[disabled], a[disabled]:link, a[disabled]:hover, a[disabled]:active, a:not([href])
{
    cursor: default;
    text-decoration: none;
}

.CaixaBorda
{
    border: 1px solid Orange;
    padding: 8px;
    -moz-border-radius: 10px; /* Para Firefox */
    -webkit-border-radius: 10px; /*Para Safari e Chrome */
    box-shadow: 0px 10px 17px -13px black;
    -moz-box-shadow: 0px 10px 17px -13px black;
    -webkit-box-shadow: 0px 10px 17px -13px black;
}

table
{
    z-index: 0;
}

table.Bordas
{
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
}

table.Grid th
{
    line-height: 150%;
    white-space: nowrap;
    padding: 3px;
    cursor: default;
}

table.Grid tr
{
}

table.Grid tr.AlternatingRow
{
}

table.Sortable th.header
{
    background-image: url(../Images/Principal/th_background.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 18px;
}

table.Sortable th.headerSortUp
{
    background-image: url(../Images/Principal/th_background.png);
    background-position: right -160px;
    background-repeat: no-repeat;
}

table.Sortable th.headerSortDown
{
    background-image: url(../Images/Principal/th_background.png);
    background-position: right -80px;
    background-repeat: no-repeat;
}

/* Busca */
div#divConteudo div#divBusca, div#divConteudo div.busca
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
    _margin: 0px;
}

.Bold
{
    font-weight: bold;
}

.Text12, .Text12 *
{
    font-size: 1.2em;
}

.Text14, .Text14 *
{
    font-size: 1.4em;
}

.Text18, .Text18 *
{
    font-size: 1.8em;
}

.TextRight
{
    text-align: right;
}

.TextLeft
{
    text-align: left;
}
.TextCenter
{
    text-align: center;
}

div.buttonsDialog
{
    display: block;
    text-align: right;
    height: 24px;
    border-top: 1px silver solid;
    padding-top: 10px;
}

div.ScrollBox
{
    overflow: auto;
    height: 300px;
}

.Validator
{
    width: 100%;
    font-weight: normal;
    display: block;
}

.FloatRight
{
    float: right;
}

.FloatLeft
{
    float: left;
}

.Italic
{
    font-style: italic;
}

.NoWrap
{
    white-space: nowrap;
}

div.Hint
{
    background-color: #FFFFE1;
    border-color: black;
}

div.Hint span
{
    font-size: 1em;
    font-weight: normal;
}

div.UpdateProgress div
{
    display: inline-block;
    position: absolute;
    right: 5px;
    line-height: 24px;
    height: 24px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 2;
    width: 400px;
}

tr.odd td
{
}

.Contador
{
    font-weight: bold;
    font-size: 1.2em;
}

.Erro
{
}

.TituloInformacoes
{
    font-size: 1.15em;
    font-weight: bold;
    color: black;
    border-left: gray 3px solid;
    margin-bottom: 2px;
    padding-left: 5px;
    border-top: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    background-color: #FFFFFF;
}

.conteudoPagina .titulo, .Titulo
{
    font-weight: bold;
}

.conteudoPagina .medium, .conteudoPagina .medium *, .Medium, .Medium *
{
    font-size: 12px;
}

.conteudoPagina .Big, .conteudoPagina .Big * .Big, .Big *
{
    font-size: 14px;
}

.Max, .Max *
{
    font-size: 18px;
}

.modalPopup
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.AlignRight
{
    text-align: right;
}

.AlignCenter
{
    text-align: center;
}


.FloatRight
{
    float: right;
}

.FloatLeft
{
    float: left;
}

.Italic
{
    font-style: italic;
}

.NoWrap
{
    white-space: nowrap;
}

.AvisoDeErro
{
    font-size: 10px;
    font-weight: bold;
    border-color: Gold;
    border-width: 1px;
    border-style: solid;
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    min-height: 40px;
    background: url(../Images/Principal/erro.png) 20px 10px no-repeat;
    color: black;
}

.AvisoDeErro ul
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 0px;
}

.AvisoDeErro li
{
    font-weight: normal;
    line-height: 15px;
}

.Associar
{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
}

.AssociarSemBorda
{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    padding-left: 10px;
}

tr.FiltroComplementar
{
    display: none;
}

span.UpdateProgress
{
    float: right;
}

.TituloPagina {
    background-color: #979797;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: -1px;
}

.TituloPagina span
{
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.SubTituloPagina
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 5px;
}

.SubTituloPagina.Vazio
{
    display: none;
}

.Pesquisa
{
    font-size: 17px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
}

.pesquisaContainer .posicaoProgresso
{
    position: relative;
    z-index: 10;
}

.pesquisaContainer .progresso
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: -20px;
    padding-top: 10px;
}

* .pesquisaContainer .progresso
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    padding-top: 5px;
    left: -20px;
}

.versao
{
    font-size: 12px;
}

#imgPreviewWithStyles
{
    background: black;
    padding: 15px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span
{
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

/* Para alinhamento dos headers das colunas de valor nos gridview's */
.numericColumn
{
    text-align: right;
}


.ProgramaConvenioDetalhe
{
    padding: 10px;
}

.ProgramaConvenioDetalhe .Cabecalho
{
    border-collapse: collapse;
    border: 1px solid Orange;
    background-color: #eee;
    padding: 10px 4px 10px 4px;
    font-weight: bold;
}

.ProgramaConvenioDetalhe .Cabecalho span
{
    font-size: 12px;
}

.ProgramaConvenioDetalhe .Conteudo
{
    border-collapse: collapse;
    padding: 10px 4px 10px 4px;
}

.ProgramaConvenioDetalhe .Conteudo .descricao
{
    padding: 4px 10px 4px 10px;
    text-align: justify;
}

.ProgramaConvenioDetalhe .Conteudo fieldset
{
    border: 1px solid Orange;
    padding: 10px 10px 10px 10px;
    text-align: justify;
}

.ProgramaConvenioDetalhe .Conteudo fieldset legend
{
    font-weight: bold;
}

.historico
{
    border-collapse: collapse;
}

.historico .cabecalho
{
    padding: 8px;
    border: 1px solid Orange;
    background-color: #efefef;
    font-weight: bold;
}

.historico .cabecalho .titulo
{
    float: left;
}

.historico .cabecalho .situacao
{
    float: right;
}

.historico .conteudo
{
    padding: 8px;
}

.acompanhamento
{
    border-collapse: collapse;
}

.acompanhamento .cabecalho
{
    padding: 4px;
    background-color: #efefef;
}

.acompanhamento .conteudo
{
    padding: 8px;
}
