body {
  padding-top: 50px;
  background-color: #eee;
}

.navbar-inverse {
    background-color: #789c82;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-text {
  color: #FFFFFF;
}

.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #789c82;
  position: fixed;
}

.container .text-muted {
  margin: 15px 0;
  text-align: center;
  color: #FFFFFF;
}

#miolo_top2 {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

#table-scroll {
  height:355px;
  overflow:auto;
  /*margin-top:20px;*/
  margin-top:5px;
}

#table-wrapper {
  position:relative;
}

#table-wrapper td{
  font-size: 12px;
}
.claroACP {
  background-color: white;
}
.claro {
  background-color: white;
}

.escuro {
//  background-color: #F5F5F5;
  background-color: #D3D3D3;
}
.escuroACP {
  background-color: #D3D3D3;
}
/* Trava a largura mínima */
.Conteudo {
  min-width: 1140px;
};

label.label-inline {
/*  display: table-cell;
  vertical-align: inherit;*/
}

.label-inline {
  display: table-cell;
  vertical-align: inherit;
  padding: 5px;
  font-size: 12px;
}

.row {
  margin-top: 2px;
  margin-bottom: 2px;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}

.breadcrumb {
  margin-bottom: 0px;
  background-color: #CCC;
  font-size: 12px;
  padding: 2px 15px;
}

.textoOculto {
  display: none;
}

#buscas {
  background-color: #D2ECCE;
}
