/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/01/2015, 10:09:04
    Author     : pedro.teixeira
*/
/*HOME*/
#link-novos {
    /*border: 1px solid red;*/
    width: 185px;
    height: 30px;
    float: left;
    /*background-color: #ffffcc;*/
    background-image: url('../images/conteudo-atualizado-home.png');
}
.container-novo-conteudo {
    /*border: 1px solid red;*/
    width: 95%;
    margin: auto;
    background-color: #ffffcc;
    border-radius: 10px;
    padding: 1px;
}
.container-novo-conteudo-destaques {
    /*border: 1px solid red;*/
    width: 95%;
    margin: auto;
    background-color: #ffffcc;
    border-radius: 10px;
    padding: 10px;
}
.img-nova-noticia {
    background: url('../images/icone-novo.png') no-repeat;
    /*border: 1px solid green;*/
    width: 32px;
    height: 17px;
    float: left;
    margin-right: 5px;
}

/* Palavras */
.nova-palavra {
    /*border: 1px solid red;*/
    background-color: #cc9933;
    border-radius: 2px;
    padding: 2px;
    background-image: url(../images/seta_de_A-Z.png);
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.icone-nova-palavra {
    background: url('../images/icone-novo-branco.png');
    width: 32px;
    height: 17px;
    float: left;
}
.nova-palavra span a {
    background: none !important;
    padding: 0 !important;
    padding-left: 5px !important;
}
.hist_noticias_titulo a {
    text-decoration: none;
    color: #369;

}
/* Palavras */
.nova-palavra {
    /*border: 1px solid red;*/
    background-color: #cc9933;
    border-radius: 6px;
    padding: 2px;
    background-image: url(../images/seta_de_A-Z.png);
    background-position: left 7px;
    background-repeat: no-repeat;
  
}
/* .icone-nova-palavra {
    background: url('../images/icone-novo-branco.png');
    width: 32px;
    height: 17px;
    float: left;
} */
.nova-palavra span a {
    background: url(../images/icone-novo-branco.png) !important;
    background-repeat: no-repeat !important;
    background-position: 8px top !important;
    text-indent:40px;
    min-height: 20px;
}
/* Listagem Novo Conteúdo */
.view-novo-conteudo .paginas_basicas h1 {
    margin-bottom: 20px !important;
}
.view-novo-conteudo .view-header {
    color: grey;
    margin-left: 20px;
}

/* Mosaico */
.view-mosaicos  ul {
    /*border: 1px solid red;*/
    width: 96%;
    margin: auto;
    list-style: none;
}
.view-mosaicos ul li {
    float: left;
    margin: 0 !important;
    margin-left: 5px !important;
    
}
.thumb-mosaico {
    width: 150px;
    height: 105px;
}
.lista-mosaicos {
    
    
}
.item-lista-mosaicos {
    border-bottom: 1px dotted #CCC;
    margin: 10px 20px 25px 20px;
}
#imageDetails #caption {
    font-size: 14px;
}
#imageDetails #numberDisplay {
    display: none !important;
}
