/**
* @project voltaredonda/smg
* @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
*/

* {
	margin: 0;
	padding: 0;
	border-radius: 0 !important;
}

@font-face{
  font-family: Panton;
  src: url('/templates.old/2013/css/panton2.otf')  format('opentype');
}

body {
	/* background-image: url('../images/lines_bg.png'); */
	font-family: 'Panton', sans-serif;
	font-size: 14px;
	color: #666666;
}

a img {
	border: 0;
}
a {
	text-decoration: none;
	font-weight: bolder;
	color: #666666;
}
a:hover {
	color: #e4dd00;
}
#main-transparent {
	background-image: url('../images/bg_transparent.png');
	width: 1008px;
	margin: 25px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	overflow: hidden;
}
#main {
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	overflow: hidden;
}
#cabecalho {
	margin: 5px 0;
	overflow: auto;
}
#idiomas {
	list-style-type: none;
	float: left;
	width: 50%;
}
#idiomas li a {
	float: left;
	margin: 0 4px;
}
#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: #e4dd00;
}
#topo {
	overflow: hidden;
}

#topo img {
	width: 100%;
	max-width: 100%;
}

#brasao-img {
	width: 356px;
	padding: 0 5px;
	float: left;
	position: relative;
}
#topo-fotos {
	position: relative;
	width: 613px;
	height: 177px;
	left: 368px;
}
#topo-fotos img {
	width:598px;
	height:177px
}
#menu {
	margin: 1px 0 15px 0;
	/* position: relative; */
	/* border: 1px solid; */
	width: 100%;
}
#menu ul {
	list-style-type: none;
	float: left;
	position: relative;
	/* border: 1px solid red; */
	width: 100%;
}

#menu li {
	float: left;
	background-color: #02142c;
	position: relative;
	text-align: center;
	/* border-right: solid 1px #FFFFFF; */
}
#menu .last {
	width: 266px;
}
span {
	font-size: 20px;
	color: #FFFFFF;
}
#menu li a {
  font-size: 17px;
  font-weight: 400;
  display: block;
  padding: 7px 0;
  color: #e4dd00;
  width: 164.5px;
}
#menu .last {
	width: 161px;
}
#menu li a:hover {
	color: #e4dd00;
}
#menu li ul{
  position: absolute;
  z-index: 10;

  display: none;
}

#menu li:hover ul {
	display: block;
	background-color: #4D4D4D;
}
.submenulado {
	width:345px
}
#menu li ul li {
	border: 0;
	width: 152px;
	text-align: left;
	padding: 0 10px;
	background-color: ##2E2E2E;
}
#menu li ul li a {
	font-size: 12px;
	display: block;
	width: auto;
}
#corpo {
	width: 100%;
	margin: 10px 0 0 0px;
	float: left;
	background: url('/templates/portalvr/images/curva.png?version=2017') no-repeat bottom;
	/* background-repeat: no-repeat;
	background-position: bottom; */
	padding: 0 0 65px 0;
	min-height: 507px;
	/* border: 1px solid; */
}
#corpo ul {
	margin:5px 0 5px 30px
}
#corpo #left {
	position:relative;
	float: left;
	width: 794px;
}

#corpo #right {
	position:relative;
	bottom: 9px;
	width: 158px;
	float: right;
	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;*/
}
.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;
}
.publicidade img {
	width:380px;
	height:126px
}
#corpo h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
	background-image: url('../images/h2_img.png');
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	padding: 0 20px 0 0;
}
h3 {
	font-size: 16px;
	border-bottom: dotted 1px #C5C4C0;
	margin: 10px 0;
	color: #333333;
}
h3 strong {
	color: #e4dd00;
}
#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');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#acesso-rapido {
	background-color: #F5F5F5;
	border: solid 1px #DDDDDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	overflow: auto;
}
#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');
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 10px 0 10px 37px;
	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');
	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 {
	/*    background-color: #F5F5F5;
        border: solid 1px #DDDDDD;
        border-radius: 10px;
        -moz-border-radius: 10px;*/
    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');
}
#right #tempo #qualidade-ar {
	background-image: url('../images/qualidade_ar.png');
}
#right #redes-sociais {
	width: 143px;
	margin: 0 auto;
}
#right #redes-sociais ul {
	list-style-type: none;
	overflow: auto;
}
#right #redes-sociais 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 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;
}
.item-page img {
	max-width:972px
}
#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');
	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;
}
#indices-economicos {
	margin-right:10px
}
/*Slide*/
#slideshow {
	position:relative;
	height:177px;
	width:615px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	width:615px;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
	width:615px;
}
#slideshow IMG.last-active {
	z-index:9;
	width:615px;
}
.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;
}
.licitacao_center {
	margin: 10px 0 10px 440px
}
/*.box_galeria{
    background-color: #F5F5F5;
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: auto;
    width:352px;
	margin:10px 0 0 310px;
	padding:10px
}*/

#box_fotos {
	position:relative;
	top:200px;
	left:290px;
	width:400px;
	height:200px;/*border:1px solid #f00;*/
}
.linha-menu {
	position:relative;
	top:-13px;
}
#sma {
	background-color: #F5F5F5;
	border: solid 1px #DDDDDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	overflow: auto;
}
#user1 {
	width: 368px;
	height: 330px;
	background-color: #F5F5F5;
	border: solid 1px #DDDDDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 7px 7px 7px 13px;
	overflow: hidden;
}
#user2 {
	/*background-color: #F5F5F5;
	border: solid 1px #DDDDDD;
	border-radius: 10px;
	-moz-border-radius: 10px;*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 13px;
	width: 383px;
	height: 354px;
	padding-bottom: 14px;
}
.marcador {
	background-image:url('../images/marcador.png');
	background-repeat:no-repeat;
	background-position: left center;
	display: block;
	padding: 7px 0px 6px 19px;
}
a.atribuicao {
	position: relative;
	left: 276px;
	top: 10px;
}
#foto:hover {
	border: 2px solid #e4dd00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: -2px;
}
em {
	position: relative;
	left: -10px;
}
.leia-mais {
	position: relative;
	bottom: 18px;
	left: 300px;
}
#voicenet {
	position:relative;
	top:20px;
}

#menu-restrito {
    list-style-type: none;
}

#menu-restrito li a {
    border-left: solid 10px #666666;
    padding: 0 5px;
    margin: 5px 0;
    display: block;
    color: #000000;
}

#sala {
    display: block;
    margin: 10px auto;
    width: 600px;    
}

.menos:hover,
.mais:hover {
    cursor: pointer;
}

#legenda-agendamento {
    margin: 10px 0;
    width: 300px;
}

#legenda-agendamento ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#legenda-agendamento li {
    margin: 5px 0;
}

#legenda-agendamento .square {
    border: solid 1px #000000;
    padding: 1px 10px;
    margin-right: 5px;
}

#legenda-agendamento .nao-confirmado {
    background-color: #0066FF;
}

#legenda-agendamento .confirmado {
    background-color: #FF9933;
}

#legenda-agendamento .cancelado {
    background-color: #FF0000;
}

#legenda-agendamento .agendado-smg {
    background-color: #009900;
}

#legenda-agendamento .indisponivel {
    background-color: #DDDDDD;
}

.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{
  display: table;
  width: 100%;
  min-width: 100%;
  font-size: 0.9em;
}

.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;
}
