@charset "utf-8";
/**
 * CSS Layout Geral
 * 
 * Copyright 2013 - 1948/2013 - Fundacao IPEAD - Todos os Direitos Reservados
 *
 * @copyright     Copyright 1948/2013, Fundacao IPEAD
 * @link          http://http://www.ipead.com.br Fundacao IPEAD
 * @package       app.webroot.css
 *
 * @author        Danielle Couto <danibetriz@gmail.com>
 * @since         CakePHP(tm)
*/

/**
* Cores da logo do IPEAD
* Azul 1 #0d005a
* Azul 2 #0a0047
*
* Cores utilizadas no site
* Azul Escuro= #06286A | #2A385B
* - Pantone 281
* Verde = #01BA98
* Verde escuro = #00453B
* #0BC992 | #35B98D
* - Pantone 3395 | #00a79d
* Azul claro menu = b4cff4
* Azul ciano home = #0093DD
*/

* {
    margin:0;
    padding:0;
}

/** Geral **/
html {
    background: #01BA98;
    min-width: 1000px;
}

body {
    background: #F0F0F0;
    color: #000000;
    font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

/*Rever CSS do h1, h2, h3 e h4. Rever o tamanho da fonte: colocar em px*/
h1 {
    /*background:#FFF;*/
    color: #003d4c;
}
h2 {
    color: #06286A;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}
h3 {
    color: #2C6877;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}
h4 {
    color: #993;
}

p {
    margin: 0 0 1em 0;
}

a {
    color: #06286A;
    text-decoration: none;
}

a:hover {
    color: #01BA98;
}

a img {
    border:none;
}

th {
    background: linear-gradient(#E8E8E8, #CFCFCF);
}

tr {
    background: #FFF;
}

tr:nth-child(even) {
    background: #ECECEC;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}
form {
    margin: 10px;
}
form div.text label, form div.password label, form div.select label, form div.email label {
    width: 110px;
}
label {
    display: block;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
    min-width: 50px;
    margin-top: 8px;
    float: left;
}

input, textarea, select, .button {
    height: 20px;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

input, .button {
    padding-left: 5px;
    padding-right: 5px;
}
select {
    width: 160px;
    height: 24px;
}

input[type=submit], .button {
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 115px;
    color: white;
    font-weight: bold;
    border: none;
    background: linear-gradient(#01BA98, #00453B);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

input[type=file] {
    min-width: 90%;
    height: 22px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0px;
}
.button:hover {
    color: orange;
}
.submit { text-align: left; }


fieldset {
    border: 1px solid #ccc;
    padding-left: 20px;
}
fieldset legend {
    padding-left: 20px;
    padding-right: 20px;
}
fieldset label {
    width: 150px;
    text-align: left;
}
fieldset input {
    float: left;
}


/* Layout */
#header {
    height: 50px;
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

#logo {
    font-size: 18px;
    font-weight: bold;
}
#logoIpead {
    height: 100px;
    border-radius: 5px;
    position: relative;
    /*top: 15px;*/
}

#container {
    clear: both;
}

#content {
    position: relative;
    top: 10px;
    margin: 20px 10px 25px 120px;
    background: #fafafa;
    border: 1px solid rgb(218, 218, 218);
    min-height: 560px;
    padding: 10px;
    padding-bottom: 40px;
    overflow: hidden;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.paginasInternas {
    margin-top: 20px;    
}

#footer {

}
#rodapePrimario {
    /*background: url(../img/rodape-azul.png) top center repeat-x;*/
    min-height: 100px;
    min-width: 940px;
    color: #06286A;
}
#rodapeSecundario {
    background: url(../../img/rodape-verde.png) top repeat-x;
    height: 39px;
    min-width: 940px;
    padding-top: 18px;
    text-align: center;
}

#rodapeSecundario span{
    color: #FFF;
    font-size: 8pt;
    font-weight: bold;
}

.imagemIconeMedio {
    width: 30px;
    height: 30px;
}
.imagemIconePequeno {
    width: 18px;
    height: 18px;
}

.divEsquerda {
    float: left;
    width: 400px;
}

.divDireita {
    float: right;
    width: 400px;
}

.div2Coluna {
    width: 380px;
}


.conjuntoBlocos {
    width: 100%;
    *zoom: 1; }
.conjuntoBlocos:before {
    display: table;
    content: "";
    line-height: 0; }
.conjuntoBlocos:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
.conjuntoBlocos [class*="bloco"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *margin-left: 2.074468085106383%; }
.conjuntoBlocos [class*="bloco"]:first-child, .conjuntoBlocos [class*="bloco"] .blocoConteudo {
    margin-left: 0; }
.conjuntoBlocos .controls-row [class*="bloco"] + [class*="bloco"] {
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco {
    margin-bottom: 15px;
}
.conjuntoBlocos .bloco12 {
    width: 100%;
    *width: 99.94680851063829%;
    clear: both;
}
.conjuntoBlocos .bloco11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
    float: left;
    margin-left: 2.127659574468085%; }
.conjuntoBlocos .bloco1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
    float: left;
    margin-left: 2.127659574468085%; }


[class*="bloco"].hide, .conjuntoBlocos [class*="bloco"].hide {
    display: none; }

[class*="bloco"].pull-right, .conjuntoBlocos [class*="bloco"].pull-right {
    float: right; }


.bloco {
    background: white;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.blocoTitulo {
    background: #f7f7f7;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #e6e6e6;
    height: 30px;
    padding: 7px 10px;
    font-size: 15px;
}
.conteudoBlocoTitulo {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 60%;
    font-weight: bold;
    font-size: 12px;
    color: #f58d75;
}

.sortableOrdem {
    width: 50px;
    text-align: center;
    float: left;
}

label.error {
    color: red;
    float: none;
}

#versaoNavegador {
    clear: both;
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    color: gray;
}
/* JQuery UI */

.ui-icon {
    float: left;
}
.ui-state-default {
    padding: 4px;
}

/* Alternativo JQuery UI */
#sortableLink .ui-state-default {
    cursor: pointer;
}


.mensagem_ok { 
    background: #e5f2be; 
    border:2px solid #bedf5d; 
    padding:10px; 
    font-weight:bold;
    position: fixed;
    top: 10px;
    right: 10px;
}
.mensagem_error { 
    background: #eccecf;
    border:2px solid #9e0b0f;
    padding:10px;
    font-weight:bold;
    position: fixed;
    top: 10px;
    right: 10px;
}
.mensagem_alert { 
    background: #fcde7e;
    border:2px solid #F89406;
    padding:10px;
    font-weight:bold;
    position: fixed;
    top: 10px;
    right: 10px;
}

.adicionarAnexo {
    vertical-align: middle;
    padding: 3px;
}
.adicionaInput {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.removeInput img, .removeAnexo img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#pdfIcone li {
    line-height: 25px;
    list-style-image: url('../../img/icones/arquivo_pdf.png');
    list-style-position: inside;
    font-weight: bold;
}
#pptIcone li {
    line-height: 25px;
    list-style-image: url('../../img/icones/arquivo_ppt.gif');
    list-style-position: inside;
    font-weight: bold;
}
#xlsIcone li {
    line-height: 25px;
    list-style-image: url('../../img/icones/arquivo_xls.gif');
    list-style-position: inside;
    font-weight: bold;
}
#docIcone li {
    line-height: 25px;
    list-style-image: url('../../img/icones/arquivo_doc.png');
    list-style-position: inside;
    font-weight: bold;
}
.legendaCrumbs {
    font-size: 11px;
    color: grey;
    line-height: 20px;
}