* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}

.btn-filtrar {
	background-color: #0066CC;
	color: white;
}

.btn-filtrar:hover,
.btn-filtrar:focus,
.btn-filtrar.focus {
 	background-color: #0e74da;
}

.btn-novo {
	color: white;
}

.btn-cancelar {
	margin-left: 5px;
}

.div-cancelar {
	float:left;
	margin-top:20px;
}

select {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 11px;
    height: 22px;
    line-height: 1.42857;
    padding: 2px 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-weight: bold;
}

//CONFIGURAÇÃO FOOTER



.push {
    height: 50px; /* '.push' must be the same height as 'footer' */
}

.footer {
  background: none repeat scroll 0 0 #003624;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  width: 100%;
    height: 50px; /* '.push' must be the same height as 'footer' */
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:70%;
}

.rel-titulo {
    float: left;
}

.rel-botoes-superiores {
    float: right;
    margin-top: 20px;
}

.reiniciar {
    clear: both;
}

.filtros {
    margin-top: -20px;
    margin-bottom: 20px;
    float: left;
}

.emissao {
    float: right;

}