
/* Geral */

/* Ajuste de separação da barra de navegação - topo */
#content{
	padding-top: 10px;
}

/* Personalização das tabelas */
.table{
	background-color: #fff;
}

table>thead>tr>th, .table>thead>tr>th, table>tbody>tr>th, .table>tbody>tr>th, table>tfoot>tr>th, .table>tfoot>tr>th, table>thead>tr>td, .table>thead>tr>td, table>tbody>tr>td, .table>tbody>tr>td, table>tfoot>tr>td, .table>tfoot>tr>td{
	border-color: silver;
}

/* Área de login da página inicial */
/* http://bootsnipp.com/snippets/featured/full-page-log-in-with-background */ 

div.home-login-area { 
  background-color: #e7e7e7;
  background: url(http://imprensa.spturis.com.br/wp-content/gallery/sao-paulo-geral/ponte-estaiada_01062011_foto-caio-pimenta.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.panel-default {
opacity: 0.95;
margin-top:30px;
}
.form-group.last { margin-bottom:0px; }

#dvLoading {
background:url(../img/loading.gif) no-repeat center center;
height: 100px;
width: 100px;
position: fixed;
left: 50%;
top: 50%;
margin: -25px 0 0 -25px;
z-index: 1001;
}
#txtTexto {
    text-transform: none;
}
