/**
* @project voltaredonda/epd
* @version 2.0
* @package layout
* @author Thiago Vieira
* @copyright 2017, Empresa de Processamento de Dados.
*
* @fontdef  Panton
* @colordef #e4dd00;
* @colordef #02142c;
*
* @indenting using space 2
* @site https://developers.google.com/fonts/
* @site http://tableless.com.br/
* @site http://www.w3c.br/Home/WebHome
*/

/**
import font-awesome.min.css */

@import url(
  '/templates/portalvr/assets/components/font-awesome/css/font-awesome.min.css'
);

*{
  margin: 0;
  padding: 0;

  border-radius: 0 !important;

  text-rendering: optimizeLegibility;
  /* border: 1px solid; */
}


@font-face{
  font-family: Panton;

  src: url('/templates.old/2013/css/panton2.otf')  format('opentype');
}

body {
  /* background-image: url(http://www.portalvr.com/templates.old/2013/images/lines_bg.png?version=2017'); */
  /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  color: #666666;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  font-weight: bolder;
  color: #666666;
}
a:hover {
  color: #568D32;
}
#main-transparent {
  background-image: url('../images/bg_transparent.png?version=2017');
  width: 1004px;
  margin: 25px auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
}
#main {
  background-color: #FFFFFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
  overflow: auto;
  position: relative;
}
#cabecalho {
  margin: 5px 0;
  overflow: auto;
}
#idiomas {
  list-style-type: none;
  float: left;
  width: 50%;
}
#idiomas li a {
  float: left;
  margin: 0 4px;
}
#topo {
  overflow: hidden;
}
#brasao-img {
  width: 356px;
  padding: 0 5px;
  float: left;
}
#topo-fotos {
  float: left;
  height:177px;
}
#corpo {
  width: 100%;
  margin: 5px 0 0 0;
  float: left;
  background-image: url('/templates/portalvr/images/curva.png?version=2017');
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 65px 0;
  min-height: 546px;
}
#corpo #middle {
  width: 380px;
  float: left;
  padding: 0 10px;
}
#corpo #left {
  width: 379px;
  float: left;
  padding: 0 10px;
}
#corpo .blog-featured h2 {
  background-image: none;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
}
#corpo .blog-featured .readmore {
  display: none;
}
#corpo .blog-featured .item-separator {
  border-bottom: dotted 1px #C5C4C0;
  padding: 2px 0;
  margin: 0 0 10px 0;
}
#left #noticias-destaque {
/*    border: solid 1px #000000;
    height: 255px;*/
}
#corpo #right {
  width: 165px;
  float: left;
  padding: 0 10px;
}
#corpo h2 {
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  background-image: url('../images/h2_img.png?version=2017');
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 10px 0;
}
h3 {
  font-size: 16px;
  border-bottom: dotted 1px #C5C4C0;
  margin: 10px 0;
  color: #333333;
}
h3 strong {
  color: #568D33;
}
#corpo .table-view {
  border-collapse: collapse;
  width: 100%;
}
#corpo .table-view th {
  padding: 5px 0;
  text-align: left;
}
#corpo .table-view td {
  padding: 5px 0;
  border-bottom: dotted 1px #C5C4C0;
}
.dotted-td {
  border-bottom: dotted 1px #C5C4C0;
}
.more-link {
  text-align: right;
  margin: 5px 0;
}
.more-link a {
  background-image: url('../images/plus.png?version=2017');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}
#acesso-rapido {
  background-color: #F8F8F8;
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px;
  overflow: hidden;
  height:68px;
}
#acesso-rapido ul {
  list-style-type: none;
}
#acesso-rapido #acesso-left {
  float: left;
  width: 195px;
  padding: 0 5px;
}
#acesso-rapido #acesso-right {
  float: left;
  width: 150px;
  padding: 0 5px;
}
#acesso-rapido li a {
  background-image: url('../images/ar_blank.png?version=2017');
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  padding: 5px 0px 5px 21px;
  font-size: 12px;
}
#publicidade {
  border: solid 1px;
  height: 126px;
}
#right input[type=password], #right input[type=text] {
  width: 155px;
  margin: 5px 0;
  padding: 5px;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #999999;
  font-size: 15px;
}
#right .search .pesquisa {
  width: 130px;
  background-image: url('../images/lupa.png?version=2017');
  background-repeat: no-repeat;
  background-position: 140px center;
  padding: 5px 30px 5px 5px;
}
#right .search label {
  display: none;
}
#right #senha {
  width: 111px;
}
#right input[type=submit] {
  padding: 5px;
  border: solid 1px #999999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #333333;
  background-color: #E0E0E0;
  font-weight: bolder;
}
#right input[type=submit]:hover {
  background-color: #F0F0F0;
}
#right #vr-destaque {
  margin: 0 auto;
  width: 163px;
}
#right #eventos-destaque {
  margin: 20px 0;
}
#right #tempo {
  padding: 5px;
  text-align: center;
}
#right #tempo ul {
  list-style-type: none;
}
#right #tempo li {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 14px 0 12px 40px;
}
#right #tempo span {
  margin: 0 12px;
  font-size: 18px;
}
#right #tempo #max {
  color: #FF0000;
}
#right #tempo #min {
  color: #00A5D2;
}
#right #tempo #temperatura {
  background-image: url('../images/tempo.png?version=2017');
}
#right #tempo #qualidade-ar {
  background-image: url('../images/qualidade_ar.png?version=2017');
}
#right #tempo1 {
  width: 143px;
  margin: 0 auto;
}
#right #tempo1 ul {
  list-style-type: none;
  overflow: auto;
}
#right #tempo1 li {
  float: left;
  padding: 0 3px;
}
#view-noticia {
  width: 964px;
  padding: 10px;
}
#view-noticia .img-fulltext-left {
  text-align: center;
}
#view-noticia p {
  margin: 10px 0;
}
#mapa-site{
  clear: both;
  overflow: auto;

  width: 100%;
  padding: 30px 0;

  color: #e4dd00;
  background-color: #02142c;
}

#mapa-site a{
  color: #e4dd00;
}

#mapa-site a:hover{
  color: #fff;
}

#mapa-site h2{
  font-size: 14px;
  font-weight: bolder;

  text-transform: uppercase;

  color: #e4dd00;
}
#mapa-site ul{
  margin: 0 0 17px;

  list-style-type: none;
}
#mapa-site li a{
  font-size: 15px;
  font-weight: 400;

  color: #e4dd00;
}
#mapa-site li a:hover{
  color: #febf00;
}
#mapa-site #col1{
  float: left;

  width: 140px;
  padding: 0 5px;
}
#mapa-site #col2{
  float: left;

  width: 220px;
  padding: 0 5px;
}
#mapa-site #col3{
  float: left;

  width: 175px;
  margin-top: 16px;
  padding: 0 5px;
}
#mapa-site #col4{
  float: left;

  width: 175px;
  padding: 0 5px;
}
#mapa-site #col5{
  float: left;

  width: 175px;
  padding: 0 5px;
}
#rodape{
  padding: 10px;

  text-align: center;

  color: #02142c;
  background-color: #e4dd00;
}
#view-noticia .actions {
  list-style-type: none;
  overflow: auto;
  border-top: dotted 1px #BF9830;
  padding: 5px 0;
}
.item-page {
  border-bottom: dotted 1px #BF9830;
}
#view-noticia .actions li a {
  float: right;
  padding: 0 5px;
}
.article-info .article-info-term {
  font-weight: bolder;
}
.article-info .article-info-term {
  display: none;
}
.article-info .modified, .article-info .published {
  font-size: 11px;
  color: #888888;
}
.article-info .createdby {
  font-size: 11px;
  color: #888888;
}
.search fieldset {
  border: 0;
  border-top: dashed 1px #DDDDDD;
  border-bottom: dashed 1px #DDDDDD;
  margin: 10px 0;
  padding: 10px;
}
.search fieldset legend {
  font-weight: bolder;
}
.search .word label, .search .ordering-box label {
  display: block;
}
.search select, .search input[type=text] {
  margin: 5px 0;
  padding: 5px;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #999999;
  font-size: 15px;
}
.search button {
  padding: 5px;
  border: solid 1px #999999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #333333;
  background-color: #E0E0E0;
  font-weight: bolder;
}
.search .searchintro {
  margin: 30px 0;
}
.search .phrases-box {
  margin: 10px 0;
}
.search .phrases-box label {
  margin: 0 20px 0 0;
}
.search #ordering {
  width: 200px;
}
.search .only label {
  margin: 0 20px 0 0;
}
.search .search-results {
  margin: 20px 0;
  border-bottom: solid 1px #AAAAAA;
  border-top: solid 1px #AAAAAA;
  padding: 10px;
}
.search .result-category {
  color: #CCCCCC;
}
.search .result-text {
  margin: 5px 0;
  text-align: justify;
}
.search .result-created {
  color: #BBBBBB;
  font-size: small;
  text-align: right;
  margin: 10px 0;
  border-bottom: dotted 1px #BF9830;
}
.fs-sp1-image {
  float: none;
  margin: 0;
}
.fs-sp1-content {
  position: relative;
}
.fs-sp1-inner {
  padding: 0;
}
#left .fs-sp1-desc {
  background-image: url('../images/bg_transparent2.png?version=2017');
  width: 369px;
  z-index: 9;
  position: absolute;
  bottom: 0;
  padding: 0 10px 15px 10px;
}
#left .fs-sp1-desc a {
  color: #FFFFFF;
}
.fs-sp1-title {
  background-image: none !important;
  color: #FFFFFF !important;
}
.img-fulltext-left {
  margin: 20px 0;
}
.img-fulltext-left .img_caption {
  font-weight: bolder;
  font-style: italic;
  font-size: 10px;
}
#menu-cima ul {
  list-style-type: none;
  float: right;
  width: 50%;
}
#menu-cima li a {
  float: right;
  color: #999999;
  font-weight: bolder;
  border-right: solid 2px #999999;
  padding: 0 8px;
}
#menu-cima .last {
  border: 0;
  padding-right: 0;
}
#menu-cima a:hover {
  color: #568D32;
}
#menu {
  margin: 1px 0 5px 0;
  position: relative;
}
#menu ul {
  list-style-type: none;
  float: left;
  position: relative;
}
#menu li {
  float: left;
  border-right: solid 1px #FFFFFF;
  background-color: #152B00;
  position: relative;
  text-align: center;
}
#menu .last {
  width: 58px;
}
#menu li a {
  font-size: 18px;
  color: #FFFFFF;
  padding: 3px 0;
  font-weight: normal;
  width: 185px;
  display: block;
}
#menu .last {
  width: 237px;
}
#menu li a:hover {
  color: #73BD42;
}
#menu li ul {
  position: absolute;
  display: none;
  z-index: 10;
  border: solid 2px #2E2E2E;
}
#menu li:hover ul {
  display: block;
  background-color: #152B00;
}
.submenulado {
  width:345px
}
#menu li ul li {
  border: 0;
  width: 152px;
  text-align: left;
  padding: 0 10px;
  background-color: #152B00;
}
#menu li ul li a {
  font-size: 12px;
  display: block;
  width: auto;
}
.box_tempo {
  background-color: #F5F5F5;
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: auto;
  width:164px;
  margin-left:-6px
}
.aidanews2_art .aidanews2_head {
  margin: 2px 0;
}
.aidanews2_art .aidanews2_main {
  margin: 0 0 15px 0;
}
.aidanews2 .even {
  background-color: transparent;
}
.aidanews2_line {
  display: none;
}
#h1 {
  color:#f00;
}
.lado-esquerdo {
  position:relative;
  left:22px;
  bottom:-5px;
}
.lado-direito {
  position:relative;
  left:165px;
  bottom:50px;
}
.ver-todas-fotos {
  float:right;
}

.ver-todas-fotos em {
  color:#568D33;
}
#user7 {
  position: absolute;
  padding: 12px;
  height:145px;
  background-color: #F8F8F8;
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 10;
}
.lupa {
  position:relative;
  left:145px;
  bottom:28px;
}
#atendimento {
  position:relative;
  top:170px;
}
.foto:hover {
  border:2px solid #568D32;
  border-radius:5px;
  margin:-2px;
}
.likeaacessorapido {
  background-color: #F5F5F5;
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px;
  overflow: auto;
  width:400px;
  margin:20px 0 10px 300px;
}

.barra-top{
  z-index: 999;

  width: 100%;

  background-color: #fafafa;
}

.barra-top li{
  display: inline-block;

  padding: 5px 15px;
  /*   border-width: 0 0 1px 0;
  border-style: solid; */

  border-right: 1px solid #ccc;
}

ul,
.barra-top ol,
.barra-top ul{
  margin: 0;
  padding: 0;

  list-style-type: none;
}

.box-accessibility{
  font-size: .9em;

  display: table;

  width: 100%;
  min-width: 100%;
}

.atalhos{
  float: left;
}

.botoes{
  float: right /* !important */;
}

.back-to-top{
  position: fixed;
  z-index: 1005;
  right: 5px;
  bottom: 5px;

  display: none;

  width: 50px;
  height: 50px;

  cursor: pointer;
  text-align: center;

  color: #fff;
  background-color: #02142c;
}

.back-to-top span{
  line-height: 45px;
}

.back-to-top a{
  color: #ddd;
}

.back-to-top:hover{
  color: #333;
  background-color: #f0e078;
}

.clearfix:before,
.clearfix:after{
  display: table;

  content: ' ';
}
.clearfix:after{
  clear: both;
}

.likeaacessorapido{
  overflow: auto;

  width: 400px;
  margin: 20px 0 10px 300px;
  padding: 5px;

  border: solid 1px #ddd;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background-color: #f5f5f5;
}

#dialog img {
  width: 100%;
}
