﻿* {
    font-family: "Segoe UI";

}


html, body {
    margin: 0;
    width: 100%;
    background: url("../Content/img/bg_topo.png") repeat-x;
}

a {
    color: #00496B
}
#wrapper {
    width: 1077px;
    height: auto;
    margin: 0 auto;
}

/* CLASSES */
.wrapper-center {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* AREA DO TOPO */
header {
    width: 100%;
    float: left;
}

    header h1 {
        color: #fff;
    }

#wrapper-header {

    float: left;
    width: 1060px
}

#sup-topo {
    float: left;
    border-right: 1px solid #005F8C;
}

#sup-bottom {
    float: left;
    width: 100%;
    height: 32px;
}


#rodape {
    background-color: #014362;
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 60px
}

.centralizar-vertical {
    color: #fff;
    font-size: 14px;
    height: 14px;
    margin: 0 auto;
    text-align: center;
}

    .centralizar-vertical > span {
        line-height: 20px
    }

    .centralizar-vertical > a {
        color: white;
        float: right;
        margin: 4px;
        margin-right: 6px;
        text-decoration: none;
    } 

nav {
    float: left;
    margin: 0 0 0 5px;
    width: 70%;
}

    nav ul {
        display: inline;
    }

        nav ul li a {
            float: left;
            height: 32px;
            text-align: center;
            padding: 0 15px 0 15px;
            color: #525252;
            line-height: 32px;
            font-size: 16px;
            padding-right: 20px;
            cursor: pointer;
            text-decoration: none;
        }

            nav ul li a:hover, .selecionado {
                background-color: #5A819C;
                color: #fff;
            }

/* NOME DE EMPRESA - PRONIM */
#sup-empresa {
    border: 0;
    border-right: 1px solid #013147;
    width: 74px;
    height: 40px;
    margin-left: 30px;
    float: left;
}

    #sup-empresa > h1 {
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        text-align: left;
    }

#sup-cliente {
    width: 518px;
    height: 40px;
    float: left;
    border-left: 1px solid #005F8C;
    border-right: 1px solid #013147;
}

    #sup-cliente > h1 {
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
        line-height: 40px;
        text-indent: 16px;
    }


/* NOME DO PRODUTO - OUVIDORIA PUBLICA */
#sup-produto {
    height: 31px;
    float: left;
    margin-left: 30px;
}

    #sup-produto > h1 {
        font-size: 14px;
        line-height: 31px;
        font-weight: normal;
    }

/* BOTÃO DE AJUDA - PRONIM */
#help {
    float: right;
    width: 17px;
}

    #help > a {
        float: left;
        cursor: pointer;
        margin: 8px 58px 0 0;
        width: 17px;
        height: 17px;
        background-position: 0px 0px;
        background-image: url('img/icon-ajuda-sprite.png');
    }

        #help > a > img {
            border: 0;
        }

        #help > a:hover {
            background-image: url('img/icon-ajuda-sprite.png');
            background-position: 17px 17px;
        }





/* AREA DE CONTEUDO*/
#wrapperConteudo {
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px !important;
}

#container-wrap {
    float: left;
    width: 1030px;
    height: initial;
    margin: 0 0 0 20px;

}

    /* Compenentes básicos */
    #container-wrap > h1 {
        color: #666666;
        font-size: 16px;
        text-transform: uppercase;
        margin: 6px 0 6px 0;
        font-weight: normal;
    }


/* CAIXA COM LINHAS CINZAS  */
.box {
    padding-top: 20px;
    border: 1px solid #DDD;
    background-color: #FFF;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 938px;
    float: left;
}

.box-fieldset {
    width: 910px;
    height: 26px;
    margin: 0 0  12px 10px;
    float: left;
}

.collapsable > .box-fieldset {
    border-bottom: 1px solid #004F75;
    cursor: pointer;
}

.box-fieldset h2 {
    color: #004F75;
    line-height: 26px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

/* SETA DE COLLAPSE */
.box-collapse, .box-collapse-close {
    width: 27px;
    height: 26px;
    float: right;
    background: url("img/ic_collapse_aberto.png") no-repeat scroll center center #004F75;
}

.box-collapse-close {
    background: url("img/ic_collapse_fechado.png") no-repeat scroll center center #004F75;
}


/* CAIXA DE ASSUNTO ESTILO FIELDSET */
.box-content {
    float: left;
    width: 100%;
    height: 100%;
    margin: 40px 0 20px 0;
}

/* SiteMap */
#sitemap {
    width: 100%;
    height: 30px;
    float: left;
    margin: 10px 0 30px 20px;
}


    #sitemap ul {
        display: inline;
        font-size: 14px;
    }

        #sitemap ul li {
            width: auto;
            margin: 0 5px 0 0;
            float: left;
        }

/* ROWS E COLUNAS PARA DELIMITAR OS FORMS */
.row {
    float: left;
    width: 936px;
}

.column {
    float: left;
    width: 440px;
    height: auto;
    margin-left: 20px;
}

.column-full {
    float: left;
    width: 900px;
    margin-left: 20px;
    height: auto!important;
}

.wrap-field {
    width: auto !important;
}


input.Caminho-Arquivo {
    background-image: url("img/ic_arquivo.png");
    background-position: 870px 7px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fff;
}

    input.Caminho-Arquivo:hover {
        background-color: #eee
    }

.Selecionar-Arquivo {
    font-size: 1em;
    color: transparent;
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    z-index: 2;
    display: none
}

h2 {
    font-size: 16px;
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
}

#logoff {
    float: right;
    width: auto;
    text-align: right;
    margin: 10px 0px 0 0;
}

    #logoff > a {
        color: #fff;
        font-size: 14px;
    }

table[role="grid"] tr td {
    cursor: pointer
}


#dadosReclamante {
    font-size: 12px;
    line-height: 20px;
}

    #dadosReclamante > p {
        margin-left: 15px
    }


div.info-data {
    margin-right: 15px;
}



    div.info-data > h2 {
        width: auto !important;
        margin: 15px 0 0 15px;
        float: none !important;
        font-size: 14px;
        height: 40px;
        text-align: left;
    }

    div.info-data > span {
        color: rgb(255, 198, 23);
        font-size: 70px;
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }

    div.info-data p {
        font-size: 12px;
        line-height: 18px;
        float: left;
        width: 99%
    }

    div.info-data h3 {
        color: #004D73;
        margin: 20px 0 5px 10px;
        text-transform: uppercase;
        font-size: 14px;
    }





/* COLLAPSE */
div.Bloco-Separador div.Com-Collapse {
    width: 900px;
    float: left;
    margin: 0 0 0 20px;
    border-bottom: 1px solid #004F75;
    cursor: pointer;
}

div.Bloco-Separador div.Titulo-Bloco-Separador > span {
    color: #004F75;
    font-size: 13px;
    font-weight: bold;
}

div.Bloco-Separador div.Com-Collapse > span {
    color: #004F75;
    font-size: 13px;
    font-weight: bold;
}

div.Bloco-Separador div.Titulo-Bloco-Separador div.Collapse {
    width: 27px;
    height: 26px;
    text-align: center;
    float: right;
}

div.Bloco-Separador div.Titulo-Bloco-Separador div.Seta-Aberto {
    background: url("img/ic_collapse_aberto.png") no-repeat scroll center center #004F75;
}

div.Bloco-Separador div.Titulo-Bloco-Separador div.Seta-Fechado {
    background: url("img/ic_collapse_fechado.png") no-repeat scroll center center #004F75;
}


div.Bloco-Separador {
    width: 100%;
    text-align: left;
}

    div.Bloco-Separador div.Titulo-Bloco-Separador {
        border-bottom: 1px solid #004F75;
        height: 26px;
        font-weight: bold;
        margin-bottom: 12px;
    }



    div.Bloco-Separador div.Container-Rotulos-Primeiro, div.Bloco-Separador div.Container-Rotulos {
        float: left;
        width: 49%;
        height: 58px;
    }

    div.Bloco-Separador div.Container-Rotulos-Primeiro {
        margin-right: 1%;
    }

    div.Bloco-Separador div.Container-Rotulos {
        margin-left: 1%;
    }

#button-action-wrapper {
    width: 940px;
    float: left;
}


#campo-obrigatorio-lembrete {
    float: right;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 12px;
    border-left: 5px solid #B20000;
}


/* Menu contexto layout adm */
.context ul {
    width: 200px;
    height: auto;
    background-color: #013f5c;
    margin: 8px 15px 0 0;
    float: right;
    font-size: 14px;
    z-index: 9;
    clear: both
}

    .context ul li {
        display: list-item;
        padding: 5px;
    }

        .context ul li a {
            color: #fff;
            height: 25px;
            line-height: 25px;
            text-indent: 20px;
            padding: 5px;
            width: 181px;
            display: block;
            text-decoration: none;
        }

            .context ul li a:hover {
                background-color: #92b6c7;
            }

.Usuario {
    font-size: 12px;
    font-weight: normal;
    float: right;
    height: 30px;
    background: url(img/ic_seta_menu_hover.png) right center no-repeat;
    padding-right: 12px;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 30px;
}

.Usuario a {
    color: #fff;
    font-size: 14px;
}

    .Usuario ul {
        display: none;
        background: #013f5c;
        padding: 5px;
        list-style: none;
        line-height: 32px;
        margin: 8px 0 0 -13px;
        position: absolute;
        margin: -1px 0 0 -13px;
        font-size: 14px;
        z-index: 9;
        right: -20px !important;
        position: relative !important;
    }

    .Usuario ul li {
        float: none;
        height: 35px;
        padding: 0 15px;
        background-image: none;
        cursor: pointer;
        width: 170px;
        font-weight: normal;
    }

        .Usuario ul li a {
            color: #fff;
            display: block;
            text-align: right;
            text-decoration: none;
        }

        .Usuario ul li:hover {
            background-color: #2daebf !important;
        }

.UsuarioSistema {
    color: #fff;
    padding-top: 7px;
    text-align: right;
}