
/* Geral */

/* Ajuste de separação da barra de navegação - topo */
#content{
	padding-top: inherit;
}

/* 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(../img/forte-principe_low.png) 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;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
  border-color: #75caeb;
  border-bottom-width: 3px;
}

.breadcrumb {
    margin-bottom: 5px;
}

.panel {
    margin-bottom: 10px;
}

.list-group {
    margin-bottom: 5px;
}

.panel-body {
    padding: 10px;
}

#footer {
    height: 40px
}

body {
    margin-bottom: 40px;
}