﻿.buscarnoticias fieldset legend
{
    display:none;
}
.buscarnoticias
{
    margin:0 0 28px;
    border:1px solid #dadbd9;
    box-shadow:0 0 5px 2px #F3F3F3;
    background: #f6f6f6; /* Old browsers */
    background-image: -moz-linear-gradient(top,  #f6f6f6 0%, #e3e3e3 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    background-image: -ms-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #f6f6f6 0%,#e3e3e3 100%); /* W3C */
}
.buscarnoticias fieldset
{
    /*border:1px solid #fafafa;*/
    padding:7px 0 2px;
    background: url("../layout/nlupa.png") no-repeat scroll right 0 transparent !important;   
}
.box {
  border: 1px solid white;
  box-shadow: 0 2px 9px 1px #CBCBCB;
  /*margin-top: 35px;*/
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.pesquisa fieldset
{
  padding: 13px 0 0px;
}
.ranking fieldset
{
  background: none !important;
  padding: 3px 0 0 !important;
}
.ranking fieldset input.btn-danger[type="submit"] 
{
    margin: 33px 0 0 !important;
}
.ranking fieldset .carregando
{
  display: block;
  margin-top: 33px;
}
.tabela_ranking table
{
  width: 100%;
}
.tabela_ranking table > thead > tr > th.align_left,
.tabela_ranking table > tbody> tr > td.align_left
{
  text-align: left !important;
}
.tabela_ranking a
{
  font-weight: bold;
  color: #fff !important;
  text-decoration: underline;
}
.tabela_ranking a:hover
{
  color: #fff !important;
}
.tabela_ranking > .ranking table
{
  margin: 8px 0 25px !important;
}
.tabela_ranking > .eventos table
{
  margin: 5px 0 5px 0;
}
.carregando_eventos,
.carregando_ranking
{
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}
.buscarnoticias fieldset label span
{
    color: #333333;
    font-size: 12px;
    line-height: 28px;
}
/*fieldset input[type="text"],
fieldset select
{
    line-height:16px;
    font-family: Segoe UI;
    color: #666666;
    font-size: 12px;
    border-radius:0;
    border-left: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
    box-shadow: 0 2px 7px 0 #DBDBDB inset;
}
fieldset select
{
  line-height: 24px !important;
  #margin: 5px 0 0 0;
}*/
.buscarnoticias fieldset  input[type="submit"]{
    /*margin: -10px 0 0 15px !important;*/
}
.highlight
{
  background-color: #e01f2c;
  color: #ffffff;
}
.carregando{
  margin-left: 51px;
  vertical-align: super;
}
ul.nomargin
{
  margin: 0 !important;
}
ul.listagens{
    margin:35px 0;
    padding-bottom:5px;
}
.item{
    padding-bottom:1px;
    border-bottom:1px solid #f6f6f6;
}
.item:first-child > div{
    padding-top:0;
}
.item{
    min-height: 116px;
    padding:22px 0;
}
.item >  a
{
    display:block;
}
.item >  a:hover
{
    text-decoration:none;
}
.item >  a > span.title
{
    display:block;
    font-size:20px;
    color:#e01f2c ;
    margin-bottom:5px;
}
.item > a:hover > span.title
{
    text-decoration:none;
    color:#a11620; 
}
.item >  a > span.subtitle {
  display: block;
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}
.item > a > span.title > span
{
  color: #666666;
  font-size: 11px;
  font-family: Segoe UI;
}
.item >  a > span.parag
{
    color: #666666;
    font-size: 13px;
    line-height: 18px;
}
.item > a > span.btn-default
{
    /*display: block;
    width: 95px;
    line-height: 20px;
    min-height: 21px !important;
    margin: 17px 0 0 0;*/ 
}
.item >  a > span.btn-baixar
{
  width: 145px;
}
.item > a > span.btn-baixar > span.seta
{
  background: url("../layout/nmaster_sprite.png") no-repeat scroll -792px -95px transparent;
  display: inline-block;
  height: 20px;
  width: 17px;
  vertical-align: middle;
  margin: 0 3px 0 -5px;
}
.item > a:hover > span.btn-baixar > span.seta
{
  background-position: -792px -73px;
}
ul.list_cursos
{
    margin:0;    
}
.img_listagem {
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 5px -1px #A8A8A8;
    margin: 10px 0 15px;
}
a:hover .img_listagem
{
  box-shadow: 0 1px 0 1px #CACACA, 0 2px 5px 0px #A8A8A8; 
}
/*Estilo do "Leia Mais" para outras páginas que possuem o "Leia mais" abaixo do texto*/
.item > a > span.leiamais.other
{
    margin: 6px 0 0;
    display: inline-block;
}
.item > a:hover > span.leiamais
{
    color:#ff0000;
    background-position:-2px -215px;
}
ul.listagens .add_display
{
    display: block;
}
#controls
{
  text-align: center;
  position: relative;
}
.pagination a, .pagination span.active {
  border: 1px solid #e3e3e3;
  margin-left: 2px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
}

.pagination a, 
.pagination .active
{
  color: #e01f2c;
}
.pagination a:hover, 
.pagination .active
{
  background-color: #f5f5f5;
  color: #a11620;
}
.pagination .atual,
.pagination .atual:hover
{
  color: #333333;
  background-color: #f5f5f5;
}
.carregando2 {
    left: 50%;
    position: absolute;
    top: 5px;
}
 ul.listagens > li > div > a > span.data
{
    color: #CCCCCC;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 5px;
}
.lista_filtros{
    margin-bottom: 7%;
}

.newsHeader {
    color: #4f4f4f;
    margin-bottom: 5px;
}

.newsHeader .title{
    margin-bottom: 0px;
}

.newsHeader span{
    margin-top: 0px;
}