/*!
 * Nitrosite v2.0.0
 *
 * Copyright 2013 AC Portal Solucoes WEB
 * http://www.acportal.com.br
 *
 * Este arquivo é comum para TODOS os nitrosites. Favor não alterar nenhuma linha.
 */
 
/*!
 * Topo
 */ 
header {
	background-position: top;
	background-repeat:repeat-x;
	padding-bottom: 30px;
	margin-bottom:40px;
}
.logo{ margin:30px 0px;}

 .error{color:red}
@media (min-width: 769px) {
  .navbar-wrapper  {
	  float:right;
  }
}
/*!
 * Banner Slider Home Page
 */
.theme-default{ margin-bottom:15px}
/*!
 * Carousel
 */
.carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

/*================================
Páginas Localização
================================*/
	.localizacao_endereco
	{
		width: 700px;
	}
	#map_canvas {
        height: 400px;
        width: 100%;
		float: left;
		position:relative;
		color: #333;
		margin-bottom:20px;
      }
	  
	#directions-panel {
		width: 680px;
        height: 100%;
        float: left;
        overflow: auto;
		position:relative;
		display:none;
      }
	  
	#searchTextField	{
		width: 680px;
		margin-bottom:10px;
      }  
/*================================
End: Páginas Localização
================================*/
		  
	  
.box {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  
}


/*!
 * Rodapé
 */ 
footer {
	margin-top:0px;
}
.footer-address{ padding-bottom:15px; }
.footer-assinatura {
	margin-top:10px 0px 15px 0px;
}

.clear-pontilhado{ clear:both; margin:0px 0 0px 0;height:2px; }




/* Accordion */
 
#modulo-conteudo #section ol{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
 
#modulo-conteudo #section ol li{
    cursor: pointer
}

#modulo-conteudo #section ol ol li{
    cursor: text;
}

#modulo-conteudo #section ol li{
     line-height: 30px;
    text-indent: 10px;
}

#modulo-conteudo #section ol ol li{
     padding: 5px;
    padding-left: 25px;
    text-indent: 0px;
    line-height: 20px;
} 
