/* * * *
 * Tabelas
 * * * */
body{
	background-color: #E8F3FF;
}
.container{
	background-color: #FFF;
}
.table a i{
	padding: 0px 5px;
}
.topo{
	background-image: url(../images/topo.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 200px;
	color: #004080;
	text-shadow: 2px 2px #C4E1FF;
	text-align:center;
	font-size:36px;
}
@media (max-width: 767px) {
	.topo{
		line-height: 80px;
		font-size:18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.topo{
		line-height: 140px;
	}
}
/*
 * Bootstrap
 *
 * Ajustes nos padrões Bootstrap para o SFV
 */
.page-header, .page-header h2{
	margin-top: 0px;
}
.rodape .container{
  padding-top: 20px;
  padding-bottom: 30px;
  color: #777;
  text-align: center;
}
hr{
	margin:3px 0px 15px 0px;
	padding:0px;
	border-top:0px;
	border-bottom:2px solid #3e648d ;
	height:0px;
}

@media (min-width: 768px) {
  .rodape {
    text-align: left;
  }
  .rodape p {
    margin-bottom: 0;
  }
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loadModal {
    display:    none;
    position:   fixed;
    z-index:    2000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadModal {
    display: block;
}

i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}