/* ==========================================================================
   Font-face local para fonte "Roboto"
   ========================================================================== */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-webfont.eot');
    src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic-webfont.eot');
    src: url('../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: 200;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic-webfont.eot');
    src: url('../fonts/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg'); (under the Apache Software License). 
    font-weight: 200;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: 100;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic-webfont.eot');
    src: url('../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: 300;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic-webfont.eot');
    src: url('../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}


/* ==========================================================================
   Reset
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
}


/* ==========================================================================
   Estilos básicos
   ========================================================================== */

/* Cores e fontes
   ========================================================================== */

body {
    background-color: #fff;
    color: #315A73;
    font-size: 62.5%;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #315A73;
}

a:link,
#content a:link {
    color: #315A73;
    text-transform: none;
}

/* Titulo do portal
   ========================================================================== */

#portal-title {
    margin: 0;
    margin: 30px 0 46px;
    color: #fff;
    font-size: 3.35em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1em;
    font-weight: bold;
}

/* Formulário de busca
   ========================================================================== */

#portal-searchbox .searchField {
    padding: 0.3em 0.35em;
    width: 186px;
    border: none;
    border-right: none;
    font-size: 1.2em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}


/* ==========================================================================
   Conteúdo
   ========================================================================== */

#content div.documentByLine {
    display: none;
}


/* Breadcrumb
   ========================================================================== */

#portal-breadcrumbs a,
#portal-breadcrumbs span {
    color: #2C66CE;
    text-transform: uppercase;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}


/* ==========================================================================
   Estilos de texto
   ========================================================================== */

#content .relatar-erros {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: .900em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 14px;
}


/* ==========================================================================
   Itens relacionados
   ========================================================================== */

#content .newsRelatedItems legend,
#content #newsRelatedItems legend {
    float: left;
    clear: both;
    margin: 0;
    padding: .600em 0 .600em .875em;
    color: #454545;
    font-weight: bold;
    font-size: 1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1em;
}


/* ==========================================================================
   VCGE - TAGS
   ========================================================================== */

#category {
    border-top: 6px solid #7B7B7B;
    color: #FF8A53;
    font-weight: bold;
    font-size: 12px;
}

#category-vcge {
    border-top: 1px solid #7B7B7B;
    border-bottom: 2px solid #7B7B7B;
    color: #FF8A53;
    font-weight: bold;
    font-size: 12px;
}

/*
 * Tags e assuntos
 */

#category a.link-category,
#category span.selectedTag,
#category-vcge a.link-category,
#category-vcge span.selectedTag {
    border: 1px solid #AAA8A0;
    background-color: transparent;
    color: #315A73;
}

#category a.link-category:hover,
#category a.link-category:focus,
#category-vcge .link-category:hover,
#category-vcge .link-category:focus {
    border-color: #011226;
    background: #011226;
    color: #fff;
}

/* ==========================================================================
   Portles
   ========================================================================== */


/* Portlet de navegação
   ========================================================================== */

.portlet-static-centrais-de-conteudos .portletHeader,
.portletNavigationTree .portletHeader {
    margin: 0;
    padding: 8px 8px 24px 10px;
    border-bottom: none;
    background: #edeff1;
    text-transform: uppercase;
    /* reseta font-weight: bold do public.css */
    font-weight: bold;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.portletNavigationTree > .portletItem > .navTree > .navTreeItem > a > span,
.portletStaticText > .portletItem > .list-central > .item-central > a {
    font-size: 1.15em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}


/* ==========================================================================
   Collective Cover
   ========================================================================== */

.portaltype-collective-cover-content #content .row {
    margin: 0;
    padding: 0;
}

/* Tiles
   ========================================================================== */

.tile h2 {
    margin: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

#content .cover-collection-tile h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Lista vertical - Tile List e Tile Collection
   ========================================================================== */

.lista-vertical .tile-footer a,
.lista-vertical .collection-footer a {
    font-size: 11px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* Tile header
   ========================================================================== */

#content .outstanding-header h1,
#content .outstanding-header h2,
#content .outstanding-header h3,
#content .outstanding-header h4 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.outstanding-header .outstanding-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    padding-top: 3px;
    padding-right: 30px;
    min-height: 30px;
    width: 145px;
    background: url("../img/readmoredarkblue.png") no-repeat scroll right 5px transparent;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 2.8em;
}


/* ==========================================================================
   Estilos de texto
   ========================================================================== */

#content h1.documentFirstHeading {
    color: #315A73;
    font-size: 34px;
    margin: 0;
    padding: 0;
}


#plone-content #content .paginacao {
    float: right;
}


#plone-content #content .paginacao li a {
    border: 1px solid #AAA8A0;
    color: #315A73;
    font-weight: bold;
}

#plone-content #content .paginacao li span {
    color: #315A73;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#plone-content #content .paginacao li a.anterior, 
#plone-content #content .paginacao li a.proximo {
    color: #FF8A53;
    font-weight: bold;
}

/* ==========================================================================
   Modo de exibição - Visão Sumária
   ========================================================================== */


.icons-on .contenttype-file {
    display: inline-block;
    line-height: 2em;
    padding-left: 20px !important;
    background: no-repeat transparent 0px -428px url(../img/contenttypes-sprite.png);
}
.icons-on .contenttype-image {
    display: inline-block;
    line-height: 2em;
    padding-left: 20px !important;
    background: no-repeat transparent 0px -860px url(../img/contenttypes-sprite.png);
}

.template-summary_view #content-core,
.template-folder_summary_view #content-core,
.template-facetednavigation_view #content-core { margin-top: 40px; }

.template-summary_view #content h1.documentFirstHeading,
.template-folder_summary_view #content h1.documentFirstHeading,
.template-facetednavigation_view #content h1.documentFirstHeading {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d9dbda;
    color: #315A73;
    text-transform: none;
    font-weight: normal;
    font-size: 2.25em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1em;
}

.template-summary_view #content .tileItem,
.template-folder_summary_view #content .tileItem,
.template-facetednavigation_view #content .tileItem,
.template-summary_view #content .tileItem:first-child,
.template-folder_summary_view #content .tileItem:first-child,
.template-facetednavigation_view #content .tileItem:first-child  {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 15px 0 10px 7.5em;
    border-bottom: 1px solid #AAA8A0;
    font-size: 1em;
}

.template-summary_view #content .tileItem:hover,
.template-folder_summary_view #content .tileItem:hover,
.template-facetednavigation_view #content .tileItem:hover,
.template-summary_view #content .tileItem:first-child:hover,
.template-folder_summary_view #content .tileItem:first-child:hover,
.template-facetednavigation_view #content .tileItem:first-child:hover  {
    background-color: #AAA8A0;
    color: #48484D !important;
}

.template-summary_view #content .tileContent,
.template-folder_summary_view #content .tileContent,
.template-facetednavigation_view #content .tileContent {
    overflow: hidden;
    padding-left: 1.8em;
    min-height: auto;
    border-left: 1px dotted #FF8A53;
}

.template-summary_view #content .tileImage,
.template-folder_summary_view #content .tileImage,
.template-facetednavigation_view #content .tileImage {
    float: none;
    margin: 0 1em 0.5em 0;
}

.template-summary_view #content .tileImage img,
.template-folder_summary_view #content .tileImage img,
.template-facetednavigation_view #content .tileImage img { float: left; }

.template-summary_view #content .tileItem .subtitle,
.template-folder_summary_view #content .tileItem .subtitle,
.template-facetednavigation_view #content .tileItem .subtitle {
    display: block;
    margin: 0 0 .6em;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.template-summary_view #content .tileItem .tileHeadline,
.template-folder_summary_view #content .tileItem .tileHeadline,
.template-facetednavigation_view #content .tileItem .tileHeadline {
    margin: 0 0 0.438em;
    padding: 0;
    color: #172938;
    font-weight: bold;
    font-size: 1.3em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.template-summary_view #content .tileItem .tileHeadline a,
.template-folder_summary_view #content .tileItem .tileHeadline a,
.template-summary_view #content .tileItem .description,
.template-folder_summary_view #content .tileItem .description,
.template-facetednavigation_view #content .tileItem .tileHeadline a,
.template-facetednavigation_view #content .tileItem .description {
    margin: 0;
    padding: 0;
    color: #315A73;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.template-summary_view #content .tileItem .description,
.template-folder_summary_view #content .tileItem .description,
.template-facetednavigation_view #content .tileItem .description { line-height: 1.75em; }

.template-summary_view #content .tileItem p,
.template-folder_summary_view #content .tileItem p,
.template-facetednavigation_view #content .tileItem p {
    margin: 0;
    padding: 0;
}

.template-summary_view #content .tileItem .keywords,
.template-folder_summary_view #content .tileItem .keywords,
.template-facetednavigation_view #content .tileItem .keywords {
    margin: 30px 0 0;
    padding: 0;
    color: #315A73;
    font-weight: normal;
    font-size: 1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
}

.template-summary_view #content .tileItem .documentByLine,
.template-folder_summary_view #content .tileItem .documentByLine,
.template-facetednavigation_view #content .tileItem .documentByLine,
.template-summary_view #content .tileItem:first-child .documentByLine,
.template-folder_summary_view #content .tileItem:first-child .documentByLine,
.template-facetednavigation_view #content .tileItem:first-child .documentByLine {
    margin: 1em 0 0;
    padding: 0;
    min-width: 7.5em;
    min-height: 10.4em;
    color: #7B7B7B;
    font-size: 1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}

.template-summary_view #content .documentByLine .summary-view-icon,
.template-folder_summary_view #content .documentByLine .summary-view-icon,
.template-facetednavigation_view #content .documentByLine .summary-view-icon {
    display: block;
    margin: 0 0 1em;
    color: #7B7B7B;
    font-size: 1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

/* Icones */
#content .summary-view-icon [class*="icon"] {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

#content .summary-view-icon .icon-audio { background-position: -3px -391px; }
#content .summary-view-icon .icon-day,
#content .summary-view-icon .icon-agenda { background-position: -244px -392px; width: 13px; }
#content .summary-view-icon .icon-image { background-position: -123px -391px; }
#content .summary-view-icon .icon-hour { background-position: -273px -393px; }
#content .summary-view-icon .icon-file { background-position: -303px -393px; width: 15px; }
#content .summary-view-icon .icon-noticia,
#content .summary-view-icon .icon-news,
#content .summary-view-icon .icon-page { background-position: -94px -391px; }
#content .summary-view-icon .icon-multimidia { background-position: -33px -391px; }

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Formulário de contato
 */

.field input[type="text"],
#content .field textarea {
    margin: 0;
    padding: 3px;
    border: 1px solid #000;
    background-color: #fff;
    color: #315A73;
    text-indent: 2px;
    font-size: 12px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* Doormat
   ========================================================================== */

#doormat-container dt {
    padding-left: .6em;
    font-size: 2em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#doormat-container dd {
    padding: .5em 1.2em 0 1.2em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}


/* ==========================================================================
   Especificação de estilos para NITF
   ========================================================================== */

/*
 * Título da sessão
 */

body[class*="nitf"] #content p.section {
    margin-bottom: 1.5em !important;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* iPhone 4s and greater than
   ========================================================================== */

@media screen and (max-width: 480px) {

    #portal-searchbox .searchField {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 39px;
        border: 0 none;
        border-top: 2px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        color: #064d13;
        text-indent: 13px;
        font-size: 18px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        line-height: 39px;
    }
}
